File: //database/hoteldhruvpalace.com.sql
-- MariaDB dump 10.19 Distrib 10.5.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: hote_hoteldhr_hoteldp
-- ------------------------------------------------------
-- Server version 10.5.16-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `sb_conversations`
--
DROP TABLE IF EXISTS `sb_conversations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_conversations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`creation_time` datetime NOT NULL,
`status_code` tinyint(4) DEFAULT 0,
`department` tinyint(4) DEFAULT NULL,
`agent_id` int(11) DEFAULT NULL,
`source` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL,
`extra` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `agent_id` (`agent_id`),
KEY `user_id` (`user_id`),
CONSTRAINT `sb_conversations_ibfk_1` FOREIGN KEY (`agent_id`) REFERENCES `sb_users` (`id`) ON DELETE CASCADE,
CONSTRAINT `sb_conversations_ibfk_2` FOREIGN KEY (`user_id`) REFERENCES `sb_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_conversations`
--
LOCK TABLES `sb_conversations` WRITE;
/*!40000 ALTER TABLE `sb_conversations` DISABLE KEYS */;
INSERT INTO `sb_conversations` VALUES (1,3,'','2022-03-08 09:55:49',2,NULL,NULL,NULL,NULL),(2,6,'','2022-10-10 15:28:57',2,NULL,NULL,NULL,NULL),(3,7,'','2022-10-12 11:04:01',2,NULL,NULL,NULL,NULL),(4,8,'','2022-10-12 15:47:59',2,NULL,NULL,NULL,NULL),(5,10,'','2022-10-26 16:47:27',2,NULL,NULL,NULL,NULL),(6,11,'','2022-10-29 07:51:30',2,NULL,NULL,NULL,NULL),(7,12,'','2022-11-02 10:18:50',2,NULL,NULL,NULL,NULL),(8,13,'','2022-11-03 05:19:36',2,NULL,NULL,NULL,NULL),(9,14,'','2022-11-07 12:22:31',2,NULL,NULL,NULL,NULL),(10,15,'','2022-11-12 03:28:59',2,NULL,NULL,NULL,NULL),(11,16,'','2022-11-27 01:17:21',2,NULL,NULL,NULL,NULL),(12,17,'','2022-12-28 03:45:20',1,NULL,NULL,NULL,NULL),(13,18,'','2023-03-20 15:03:35',2,NULL,NULL,NULL,NULL),(14,19,'','2023-03-23 13:14:21',2,NULL,NULL,NULL,NULL),(15,20,'','2023-03-28 10:26:19',2,NULL,NULL,NULL,NULL),(16,22,'','2023-04-01 10:22:36',2,NULL,NULL,NULL,NULL),(17,23,'','2023-04-02 07:41:15',2,NULL,NULL,NULL,NULL),(18,24,'','2023-04-17 08:21:30',2,NULL,NULL,NULL,NULL),(19,25,'','2023-07-11 08:40:42',2,NULL,NULL,NULL,NULL),(20,26,'','2023-08-02 13:55:24',2,NULL,NULL,NULL,NULL),(21,27,'','2023-08-05 17:44:22',2,NULL,NULL,NULL,NULL),(22,28,'','2023-08-10 19:09:25',2,NULL,NULL,NULL,NULL),(23,29,'','2023-09-06 12:49:15',2,NULL,NULL,NULL,NULL),(24,30,'','2023-09-11 04:59:31',2,NULL,NULL,NULL,NULL),(25,31,'','2023-09-12 14:40:43',2,NULL,NULL,NULL,NULL),(26,32,'','2023-09-21 06:27:34',2,NULL,NULL,NULL,NULL),(27,33,'','2023-11-11 11:28:53',2,NULL,NULL,NULL,NULL),(28,34,'','2023-11-14 18:33:25',2,NULL,NULL,NULL,NULL),(29,35,'','2023-11-26 04:15:45',1,NULL,NULL,NULL,NULL),(30,36,'','2023-11-26 06:53:27',2,NULL,NULL,NULL,NULL),(31,37,'','2023-12-03 07:37:07',2,NULL,NULL,NULL,NULL),(32,38,'','2023-12-18 10:03:38',2,NULL,NULL,NULL,NULL),(33,39,'','2023-12-23 09:48:24',2,NULL,NULL,NULL,NULL),(34,40,'','2023-12-26 13:28:34',2,NULL,NULL,NULL,NULL),(35,41,'','2024-01-07 16:49:36',2,NULL,NULL,NULL,NULL),(36,42,'','2024-03-03 19:39:16',2,NULL,NULL,NULL,NULL),(37,43,'','2024-03-17 13:39:38',2,NULL,NULL,NULL,NULL),(38,44,'','2024-06-11 09:23:24',2,NULL,NULL,NULL,NULL),(39,45,'','2024-06-17 09:57:46',2,NULL,NULL,NULL,NULL),(40,46,'','2024-06-18 04:37:46',2,NULL,NULL,NULL,NULL),(41,47,'','2024-06-29 16:15:34',2,NULL,NULL,NULL,NULL),(42,48,'','2024-07-04 17:55:27',2,NULL,NULL,NULL,NULL),(43,49,'','2024-07-06 15:05:04',2,NULL,NULL,NULL,NULL),(44,50,'','2024-07-23 14:12:27',2,NULL,NULL,NULL,NULL),(45,51,'','2024-08-01 03:39:46',2,NULL,NULL,NULL,NULL),(46,52,'','2024-08-03 16:20:14',2,NULL,NULL,NULL,NULL),(47,54,'','2024-08-15 17:33:08',2,NULL,NULL,NULL,NULL),(48,55,'','2024-08-22 17:54:57',2,NULL,NULL,NULL,NULL),(49,56,'','2024-09-15 05:12:10',2,NULL,NULL,NULL,NULL),(50,57,'','2024-09-27 17:27:14',2,NULL,NULL,NULL,NULL),(51,58,'','2024-10-02 05:04:09',2,NULL,NULL,NULL,NULL),(52,59,'','2024-12-15 02:56:35',2,NULL,NULL,NULL,NULL),(53,60,'','2024-12-18 07:29:36',2,NULL,NULL,NULL,NULL),(54,61,'','2024-12-18 08:28:51',2,NULL,NULL,NULL,NULL),(55,62,'','2024-12-18 08:42:18',2,NULL,NULL,NULL,NULL),(56,61,'','2024-12-19 06:53:39',2,NULL,NULL,NULL,NULL),(57,63,'','2024-12-20 04:56:49',2,NULL,NULL,NULL,NULL),(58,64,'','2025-01-26 16:52:05',2,NULL,NULL,NULL,NULL),(59,65,'','2025-04-02 07:18:28',2,NULL,NULL,NULL,NULL),(60,66,'','2025-04-11 14:23:27',2,NULL,NULL,NULL,NULL),(61,67,'','2025-05-01 13:07:36',2,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `sb_conversations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sb_messages`
--
DROP TABLE IF EXISTS `sb_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`message` text COLLATE utf8mb4_bin NOT NULL,
`creation_time` datetime NOT NULL,
`status_code` tinyint(4) DEFAULT 0,
`attachments` text COLLATE utf8mb4_bin DEFAULT NULL,
`payload` text COLLATE utf8mb4_bin DEFAULT NULL,
`conversation_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `conversation_id` (`conversation_id`),
CONSTRAINT `sb_messages_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `sb_users` (`id`) ON DELETE CASCADE,
CONSTRAINT `sb_messages_ibfk_2` FOREIGN KEY (`conversation_id`) REFERENCES `sb_conversations` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_messages`
--
LOCK TABLES `sb_messages` WRITE;
/*!40000 ALTER TABLE `sb_messages` DISABLE KEYS */;
INSERT INTO `sb_messages` VALUES (1,3,'Hii','2022-03-08 09:55:49',0,'','',1),(2,4,'','2022-10-08 04:36:40',0,'','{\"event\":\"conversation-status-update-3\"}',1),(3,6,'Hi','2022-10-10 15:28:57',0,'','',2),(4,7,'hii','2022-10-12 11:04:01',0,'','',3),(5,8,'Hii','2022-10-12 15:47:59',0,'','',4),(6,10,'hi','2022-10-26 16:47:27',0,'','',5),(7,11,'hi','2022-10-29 07:51:30',0,'','',6),(8,12,'I am abhishek, I want to book a room for 4 people, date 15november at morning 4 am, is this available at required time','2022-11-02 10:18:51',0,'','',7),(9,13,'We are family of 4 audult, we want 1 room for 1 night ie from 4th Nov to 5th Nov Morning','2022-11-03 05:19:36',0,'','',8),(10,14,'Hi','2022-11-07 12:22:31',0,'','',9),(11,14,'I wanna ask abt availability and amt','2022-11-07 12:22:45',0,'','',9),(12,14,'9821056450','2022-11-07 12:22:50',0,'','',9),(13,14,'Pls call or whats app','2022-11-07 12:23:00',0,'','',9),(14,15,'Hotel is very good, rooms are fine service very good , Restaurant very good food very nice We give you 4 stars Ashok Patel, Bharat Patel, R G Patel Rtd Mamlatdar','2022-11-12 03:28:59',0,'','',10),(15,16,'How I contact reception','2022-11-27 01:17:21',0,'','',11),(16,17,'Hi','2022-12-28 03:45:21',0,'','',12),(17,17,'Just wanted to know how many washrooms are there in 8 bed dormentary','2022-12-28 03:45:55',0,'','',12),(18,9,'2 washrooms are available','2023-01-31 02:56:25',0,'','',12),(19,18,'Hi Team','2023-03-20 15:03:35',0,'','',13),(20,19,'can i get a contact number','2023-03-23 13:14:21',0,'','',14),(21,20,'Hello','2023-03-28 10:26:20',0,'','',15),(22,22,'Hi','2023-04-01 10:22:37',0,'','',16),(23,22,'How are you','2023-04-01 10:22:42',0,'','',16),(24,22,'I want to book a room at your hotel','2023-04-01 10:22:59',0,'','',16),(25,23,'Hello','2023-04-02 07:41:15',0,'','',17),(26,24,'HI','2023-04-17 08:21:30',0,'','',18),(27,25,'Hi team','2023-07-11 08:40:42',0,'','',19),(28,26,'Hi','2023-08-02 13:55:24',0,'','',20),(29,26,'need stay for one person on 13-14 August','2023-08-02 13:55:44',0,'','',20),(30,27,'Hello','2023-08-05 17:44:22',0,'','',21),(31,28,'Hello','2023-08-10 19:09:25',0,'','',22),(32,28,'May I get the contact number of anyone from your hotel for booking','2023-08-10 19:09:52',0,'','',22),(33,29,'Hi','2023-09-06 12:49:15',0,'','',23),(34,30,'Does your hotel have parking facility','2023-09-11 04:59:31',0,'','',24),(35,31,'Hi , i need a room for 3 people with an early checkin of 5 -6 am tomorrow? Is it possible?','2023-09-12 14:40:43',0,'','',25),(36,32,'What\'s the hotel phone number','2023-09-21 06:27:34',0,'','',26),(37,32,'Landlines is not reachable','2023-09-21 06:27:51',0,'','',26),(38,33,'Want to know the price of 2 nights 3 days','2023-11-11 11:28:53',0,'','',27),(39,33,'Date 19th nog','2023-11-11 11:29:06',0,'','',27),(40,33,'19th nov to 21 nov','2023-11-11 11:29:18',0,'','',27),(41,34,'Do you have dorms','2023-11-14 18:33:26',0,'','',28),(42,35,'Very nice and excellent hotel for stay in trimbak.staff was very supportive and provided quick service .Manager Mr Nitesh was very supportive and polite and know exactly requirement of the customers .Also rooms were quite spacious and clean overall happy experience ...:)','2023-11-26 04:15:46',0,'','',29),(43,36,'I love this Hotel.','2023-11-26 06:53:27',0,'','',30),(44,37,'Your number not reachable','2023-12-03 07:37:07',0,'','',31),(45,37,'Plz call me 9960430266','2023-12-03 07:37:47',0,'','',31),(47,38,'Hello','2023-12-18 10:03:39',0,'','',32),(48,39,'We are 8 people','2023-12-23 09:48:24',0,'','',33),(49,39,'24thcheck inn','2023-12-23 09:48:38',0,'','',33),(50,39,'25thcheck out','2023-12-23 09:49:12',0,'','',33),(51,40,'Room availability for today for 3 adult','2023-12-26 13:28:34',0,'','',34),(52,40,'And the price details.thanks','2023-12-26 13:28:42',0,'','',34),(53,41,'Nie and comfortable place with no complane nice hotel for your trip','2024-01-07 16:49:36',0,'','',35),(54,42,'Hello','2024-03-03 19:39:17',0,'','',36),(55,42,'I will be reaching nasik road on 17.3.24','2024-03-03 19:40:10',0,'','',36),(56,42,'4.30am .how to book your hotel for same day and can you arrange any service to receive.','2024-03-03 19:41:00',0,'','',36),(57,42,'देपरच','2024-03-03 19:41:38',0,'','',36),(58,42,'Till 20 March 11 am','2024-03-03 19:42:03',0,'','',36),(59,43,'GD EVE. JUST FINISHED A COMFORATABLE STAY IN UR \"D.P\" WHERE TO POST A REVIEWS ???','2024-03-17 13:39:38',0,'','',37),(60,44,'Hi','2024-06-11 09:23:24',0,'','',38),(61,44,'How far is trimbakeshwar temple from your palace','2024-06-11 09:23:40',0,'','',38),(62,45,'I need o','2024-06-17 09:57:46',0,'','',39),(63,45,'2 rooms','2024-06-17 09:57:52',0,'','',39),(64,46,'Dear Mr Nitesh, \nIt was really excellent hospitality at your Hotel. Very good and humble staff. Adequate cleanliness of rooms & lobby. Nice ambience. The food too is also very delicious & well prepared. All good amenities were in place; if you place hot cattle with tea dip saches for the gust it will be nice for the gusts to have tea / coffee in the room itself before opening of your kitchen OR any other odd hrs. I will rate your property 7.5 out of 10. Over all nice experience and definitely recommend my contacts too. Only make above improvements in room’s Tea/coffee sets to make it one level up.','2024-06-18 04:37:46',0,'','',40),(65,46,'it was nice to stay at Hotel Dhruv Palace. Staff is very humble and supportive. Rooms are nice and comfortable with adequate aminities. I suggest ,If Tea making sets are kept in rooms with kattle & Tea Sachets/ Coffee Sachets etc, will be good initiative to make customers not dependent in odd hrs / very early mornings on room services. However, Over all ratings is excellent, 7.5 out of 10 scale. We had good times with good comforts.','2024-06-18 04:43:54',0,'','',40),(66,47,'Hi','2024-06-29 16:15:34',0,'','',41),(67,48,'Hi','2024-07-04 17:55:28',0,'','',42),(68,48,'We wish to book 2 rooms','2024-07-04 17:55:40',0,'','',42),(69,49,'Hi','2024-07-06 15:05:04',0,'','',43),(70,49,'Is room available for today','2024-07-06 15:05:16',0,'','',43),(71,49,'?','2024-07-06 15:05:25',0,'','',43),(72,50,'Helli','2024-07-23 14:12:27',0,'','',44),(73,50,'Hello','2024-07-23 14:12:31',0,'','',44),(74,51,'Good morning. I am VIJAYA BHASKER from HYDERABAD.','2024-08-01 03:39:47',0,'','',45),(75,51,'Good morning.I am VIJAYA BHASKER from HYDERABAD. Need a room on 7th aug . for two persons, two bed, ac room .Previous I stayed at your hotel . could you please send contact number of concern person','2024-08-01 03:41:37',0,'','',45),(76,52,'We need a doormateri 9 people stand','2024-08-03 16:20:14',0,'','',46),(77,54,'Hii','2024-08-15 17:33:09',0,'','',47),(78,55,'Hi','2024-08-22 17:54:57',0,'','',48),(79,56,'Hi','2024-09-15 05:12:11',0,'','',49),(80,56,'Booking','2024-09-15 05:12:16',0,'','',49),(81,57,'Hello','2024-09-27 17:27:14',0,'','',50),(82,58,'Hii','2024-10-02 05:04:10',0,'','',51),(83,59,'How far ur hotel from nashik road railway station','2024-12-15 02:56:35',0,'','',52),(84,60,'hello','2024-12-18 07:29:37',0,'','',53),(85,61,'Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\n\nRegards,\nS.K.Sobha','2024-12-18 08:28:51',0,'','',54),(86,61,'ajaysobha1@gmail.com','2024-12-18 08:30:40',0,'','',54),(87,62,'hi','2024-12-18 08:42:18',0,'','',55),(88,61,'namaste','2024-12-19 06:53:39',0,'','',56),(89,63,'Hi','2024-12-20 04:56:49',0,'','',57),(90,64,'Hi,we want 2 rooms for 3 days','2025-01-26 16:52:06',0,'','',58),(91,65,'Hi do you have a drivers accomodation ?','2025-04-02 07:18:29',0,'','',59),(92,66,'hello','2025-04-11 14:23:28',0,'','',60),(93,66,'I would like to book on 30th APril to 3rd May','2025-04-11 14:25:21',0,'','',60),(94,67,'are there any discounts on these prices of hotels','2025-05-01 13:07:36',0,'','',61);
/*!40000 ALTER TABLE `sb_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sb_reports`
--
DROP TABLE IF EXISTS `sb_reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_reports` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`creation_time` date NOT NULL,
`external_id` int(11) DEFAULT NULL,
`extra` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_reports`
--
LOCK TABLES `sb_reports` WRITE;
/*!40000 ALTER TABLE `sb_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `sb_reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sb_settings`
--
DROP TABLE IF EXISTS `sb_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_settings` (
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` longtext COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_settings`
--
LOCK TABLES `sb_settings` WRITE;
/*!40000 ALTER TABLE `sb_settings` DISABLE KEYS */;
INSERT INTO `sb_settings` VALUES ('active_agents_conversations','{\"1\":[0,1646889520],\"4\":[0,1665578860],\"9\":[0,1675134088],\"21\":[0,1707830054],\"53\":[0,1723185273]}'),('cron','\"10\"'),('emails','{\"email-subscribe\":[{\"email-subscribe-subject\":[\"\",\"text\"],\"email-subscribe-content\":[\"\",\"textarea\"]},\"multi-input\"],\"email-user\":[{\"email-user-subject\":[\"\",\"text\"],\"email-user-content\":[\"\",\"textarea\"]},\"multi-input\"],\"email-agent\":[{\"email-agent-subject\":[\"You have a new Message from a Guest\",\"text\"],\"email-agent-content\":[\"Hi,\\nLooks like you\'ve received new messages since today. Catch up on your inbox and reply to guests quickly with the link given below.\",\"textarea\"]},\"multi-input\"],\"email-signature\":[\"\",\"textarea\"],\"email-header\":[\"\",\"textarea\"]}'),('notes-18','[{\"id\":88086,\"user_id\":\"21\",\"name\":\"Bhavesh Patel\",\"message\":\"test\"}]'),('rich-messages','{\"rich-messages\":[\"repeater\"]}'),('settings','{\"chat-login-init\":[false,\"checkbox\"],\"init-dashboard\":[false,\"checkbox\"],\"disable-dashboard\":[false,\"checkbox\"],\"force-one-conversation\":[false,\"checkbox\"],\"chat-timetable-disable\":[false,\"checkbox\"],\"chat-offline-disable\":[false,\"checkbox\"],\"front-auto-translations\":[false,\"checkbox\"],\"auto-open\":[false,\"checkbox\"],\"disable-uploads\":[false,\"checkbox\"],\"close-chat\":[false,\"checkbox\"],\"articles-active\":[false,\"checkbox\"],\"articles-title\":[\"\",\"text\"],\"articles-button-link\":[\"\",\"text\"],\"chat-manual-init\":[false,\"checkbox\"],\"agents-menu\":[{\"agents-menu-active\":[false,\"checkbox\"],\"agents-menu-title\":[\"\",\"text\"]},\"multi-input\"],\"chat-timetable\":[{\"chat-timetable-active\":[false,\"checkbox\"],\"chat-timetable-hide\":[false,\"checkbox\"],\"chat-timetable-agents\":[false,\"checkbox\"],\"chat-timetable-type\":[\"\",\"select\"],\"chat-timetable-title\":[\"\",\"text\"],\"chat-timetable-msg\":[\"\",\"textarea\"]},\"multi-input\"],\"privacy\":[{\"privacy-active\":[false,\"checkbox\"],\"privacy-title\":[\"\",\"text\"],\"privacy-msg\":[\"\",\"textarea\"],\"privacy-msg-decline\":[\"\",\"textarea\"],\"privacy-link\":[\"\",\"text\"],\"privacy-link-text\":[\"\",\"text\"],\"privacy-btn-approve\":[\"\",\"text\"],\"privacy-btn-decline\":[\"\",\"text\"]},\"multi-input\"],\"popup-message\":[{\"popup-active\":[false,\"checkbox\"],\"popup-mobile-hidden\":[false,\"checkbox\"],\"popup-image\":[\"\",\"upload-image\"],\"popup-title\":[\"\",\"text\"],\"popup-msg\":[\"\",\"textarea\"]},\"multi-input\"],\"welcome-message\":[{\"welcome-active\":[false,\"checkbox\"],\"welcome-open\":[false,\"checkbox\"],\"welcome-sound\":[false,\"checkbox\"],\"welcome-disable-office-hours\":[false,\"checkbox\"],\"welcome-trigger\":[\"load\",\"select\"],\"welcome-delay\":[\"\",\"number\"],\"welcome-msg\":[\"\",\"textarea\"]},\"multi-input\"],\"follow-message\":[{\"follow-active\":[false,\"checkbox\"],\"follow-disable-office-hours\":[false,\"checkbox\"],\"follow-name\":[false,\"checkbox\"],\"follow-last-name\":[false,\"checkbox\"],\"follow-phone\":[false,\"checkbox\"],\"follow-phone-required\":[false,\"checkbox\"],\"follow-title\":[\"\",\"text\"],\"follow-delay\":[\"\",\"number\"],\"follow-msg\":[\"\",\"textarea\"],\"follow-success\":[\"\",\"textarea\"],\"follow-placeholder\":[\"\",\"text\"]},\"multi-input\"],\"close-message\":[{\"close-active\":[false,\"checkbox\"],\"close-transcript\":[false,\"checkbox\"],\"close-msg\":[\"\",\"textarea\"]},\"multi-input\"],\"subscribe-message\":[{\"subscribe-active\":[false,\"checkbox\"],\"subscribe-sound\":[false,\"checkbox\"],\"subscribe-delay\":[\"\",\"number\"],\"subscribe-title\":[\"\",\"text\"],\"subscribe-msg\":[\"\",\"textarea\"],\"subscribe-msg-success\":[\"\",\"textarea\"]},\"multi-input\"],\"admin-title\":[\"\",\"text\"],\"login-icon\":[\"\",\"upload-image\"],\"admin-icon\":[\"\",\"upload-image\"],\"login-message\":[\"\",\"text\"],\"collapse\":[false,\"checkbox\"],\"admin-auto-translations\":[false,\"checkbox\"],\"admin-auto-archive\":[false,\"checkbox\"],\"admin-agents-users-area\":[false,\"checkbox\"],\"admin-agents-tab\":[false,\"checkbox\"],\"agents-delete\":[false,\"checkbox\"],\"rtl-admin\":[false,\"checkbox\"],\"show-profile-images-admin\":[false,\"checkbox\"],\"disable-notes\":[false,\"checkbox\"],\"disable-attachments\":[false,\"checkbox\"],\"transcript\":[{\"transcript-type\":[\"csv\",\"select\"],\"transcript-action\":[\"download\",\"select\"],\"transcript-message\":[\"\",\"textarea\"]},\"multi-input\"],\"grammarly\":[{\"grammarly-active\":[false,\"checkbox\"],\"grammarly-client-id\":[\"\",\"text\"]},\"multi-input\"],\"user-table-extra-columns\":[\"repeater\"],\"custom-js\":[\"\",\"text\"],\"custom-css\":[\"\",\"text\"],\"manifest-url\":[\"\",\"text\"],\"chat-sound\":[\"a\",\"select\"],\"chat-sound-admin\":[\"ic\",\"select\"],\"notify-agent-email\":[true,\"checkbox\"],\"notify-user-email\":[false,\"checkbox\"],\"online-users-notification\":[true,\"checkbox\"],\"desktop-notifications\":[\"all\",\"select\"],\"flash-notifications\":[\"all\",\"select\"],\"push-notifications\":[{\"push-notifications-active\":[false,\"checkbox\"],\"push-notifications-users-active\":[false,\"checkbox\"],\"push-notifications-id\":[\"\",\"text\"],\"push-notifications-key\":[\"\",\"password\"],\"push-notifications-sw-url\":[\"\",\"text\"]},\"multi-input\"],\"sms\":[{\"sms-active-agents\":[false,\"checkbox\"],\"sms-active-users\":[false,\"checkbox\"],\"sms-user\":[\"\",\"text\"],\"sms-token\":[\"\",\"password\"],\"sms-sender\":[\"\",\"text\"],\"sms-message-agent\":[\"\",\"textarea\"],\"sms-message-user\":[\"\",\"textarea\"]},\"multi-input\"],\"email-server\":[{\"email-server-host\":[\"\",\"text\"],\"email-server-user\":[\"\",\"text\"],\"email-server-password\":[\"\",\"password\"],\"email-server-port\":[\"\",\"number\"],\"email-server-from\":[\"\",\"text\"],\"email-sender-name\":[\"\",\"text\"]},\"multi-input\"],\"email-piping\":[{\"email-piping-active\":[false,\"checkbox\"],\"email-piping-host\":[\"\",\"text\"],\"email-piping-user\":[\"\",\"text\"],\"email-piping-password\":[\"\",\"password\"],\"email-piping-port\":[\"110\",\"select\"],\"email-piping-delimiter\":[false,\"checkbox\"],\"email-piping-all\":[false,\"checkbox\"],\"email-piping-disable-cron\":[false,\"checkbox\"]},\"multi-input\"],\"notifications-icon\":[\"\",\"upload-image\"],\"visitors-registration\":[false,\"checkbox\"],\"registration-required\":[\"\",\"select\"],\"registration-timetable\":[false,\"checkbox\"],\"registration-offline\":[false,\"checkbox\"],\"registration-link\":[\"\",\"text\"],\"registration\":[{\"registration-title\":[\"\",\"text\"],\"registration-msg\":[\"\",\"textarea\"],\"registration-success\":[\"\",\"textarea\"],\"registration-btn-text\":[\"\",\"text\"],\"registration-terms-link\":[\"\",\"text\"],\"registration-privacy-link\":[\"\",\"text\"]},\"multi-input\"],\"login\":[{\"login-title\":[\"\",\"text\"],\"login-msg\":[\"\",\"textarea\"]},\"multi-input\"],\"registration-profile-img\":[false,\"checkbox\"],\"registration-last-name\":[false,\"checkbox\"],\"registration-password\":[false,\"checkbox\"],\"registration-email-disable\":[false,\"checkbox\"],\"registration-fields\":[{\"reg-phone\":[false,\"checkbox\"],\"reg-city\":[false,\"checkbox\"],\"reg-country\":[false,\"checkbox\"],\"reg-language\":[false,\"checkbox\"],\"reg-birthday\":[false,\"checkbox\"],\"reg-company\":[false,\"checkbox\"],\"reg-facebook\":[false,\"checkbox\"],\"reg-twitter\":[false,\"checkbox\"],\"reg-linkedin\":[false,\"checkbox\"],\"reg-website\":[false,\"checkbox\"]},\"multi-input\"],\"registration-phone-required\":[false,\"checkbox\"],\"phone-code\":[\"\",\"select\"],\"registration-user-details-success\":[false,\"checkbox\"],\"user-additional-fields\":[\"repeater\"],\"registration-extra\":[false,\"checkbox\"],\"visitor-prefix\":[\"\",\"text\"],\"visitor-default-name\":[\"\",\"text\"],\"visitor-autodata\":[false,\"checkbox\"],\"duplicate-emails\":[false,\"checkbox\"],\"bot-name\":[\"\",\"text\"],\"bot-image\":[\"\",\"upload-image\"],\"color-1\":[\"rgb(123, 66, 0)\",\"color\"],\"color-2\":[\"rgb(255, 255, 255)\",\"color\"],\"color-3\":[\"rgb(123, 66, 0)\",\"color\"],\"chat-position\":[\"right\",\"select\"],\"rtl\":[false,\"checkbox\"],\"display-users-thumb\":[false,\"checkbox\"],\"hide-agents-thumb\":[false,\"checkbox\"],\"header-headline\":[\"\",\"text\"],\"header-msg\":[\"\",\"text\"],\"header-type\":[\"agents\",\"select\"],\"header-name\":[false,\"checkbox\"],\"brand-img\":[\"\",\"upload-image\"],\"header-img\":[\"\",\"upload-image\"],\"chat-icon\":[\"\",\"upload-image\"],\"chat-sb-icons\":[\"button-chat-2.svg\",\"select-images\"],\"chat-background\":[\"\",\"select-images\"],\"chat-button-offset\":[{\"chat-button-offset-top\":[\"\",\"number\"],\"chat-button-offset-bottom\":[\"\",\"number\"],\"chat-button-offset-right\":[\"\",\"number\"],\"chat-button-offset-left\":[\"\",\"number\"],\"chat-button-offset-mobile\":[\"all\",\"select\"]},\"multi-input\"],\"envato-purchase-code\":[\"\",\"text\"],\"auto-updates\":[false,\"checkbox\"],\"webhooks\":[{\"webhooks-active\":[false,\"checkbox\"],\"webhooks-url\":[\"\",\"text\"],\"webhooks-key\":[\"\",\"password\"],\"webhooks-allowed\":[\"\",\"text\"]},\"multi-input\"],\"pusher\":[{\"pusher-active\":[false,\"checkbox\"],\"pusher-id\":[\"\",\"text\"],\"pusher-key\":[\"\",\"text\"],\"pusher-secret\":[\"\",\"password\"],\"pusher-cluster\":[\"\",\"text\"]},\"multi-input\"],\"newsletter\":[{\"newsletter-active\":[false,\"checkbox\"],\"newsletter-service\":[\"mailchimp\",\"select\"],\"newsletter-list-id\":[\"\",\"text\"],\"newsletter-key\":[\"\",\"password\"]},\"multi-input\"],\"timetable\":[{\"monday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"tuesday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"wednesday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"thursday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"friday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"saturday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]],\"sunday\":[[\"\",\"\"],[\"\",\"\"],[\"\",\"\"],[\"\",\"\"]]},\"timetable\"],\"timetable-utc\":[\"\",\"number\"],\"departments\":[\"repeater\"],\"departments-settings\":[{\"departments-dashboard\":[false,\"checkbox\"],\"departments-images\":[false,\"checkbox\"],\"departments-label\":[\"\",\"text\"],\"departments-single-label\":[\"\",\"text\"],\"departments-title\":[\"\",\"text\"]},\"multi-input\"],\"queue\":[{\"queue-active\":[false,\"checkbox\"],\"queue-concurrent-chats\":[\"\",\"number\"],\"queue-response-time\":[\"\",\"number\"],\"queue-message\":[\"\",\"textarea\"],\"queue-message-success\":[\"\",\"textarea\"]},\"multi-input\"],\"routing\":[false,\"checkbox\"],\"agent-hide-conversations\":[{\"agent-hide-conversations-active\":[false,\"checkbox\"],\"agent-hide-conversations-menu\":[false,\"checkbox\"],\"agent-hide-conversations-routing\":[false,\"checkbox\"],\"agent-hide-conversations-view\":[false,\"checkbox\"]},\"multi-input\"],\"saved-replies\":[\"repeater\"],\"cookie-domain\":[\"\",\"text\"],\"performance\":[{\"performance-phone-codes\":[false,\"checkbox\"],\"performance-minify\":[false,\"checkbox\"],\"performance-reports\":[false,\"checkbox\"]},\"multi-input\"],\"wp-multisite\":[false,\"checkbox\"],\"wp-visibility\":[{\"wp-visibility-type\":[\"show\",\"select\"],\"wp-visibility-ids\":[\"\",\"text\"],\"wp-visibility-post-types\":[\"\",\"text\"]},\"multi-input\"],\"wp-users-system\":[\"sb\",\"select\"],\"wp-multilingual-plugin\":[\"\",\"select\"],\"wp-language\":[\"\",\"select\"],\"wp-roles\":[\"\",\"text\"],\"wp-force-logout\":[false,\"checkbox\"],\"wp-registration\":[false,\"checkbox\"],\"wp-manual\":[false,\"checkbox\"]}');
/*!40000 ALTER TABLE `sb_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sb_users`
--
DROP TABLE IF EXISTS `sb_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`first_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`last_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`profile_image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`user_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`creation_time` datetime NOT NULL,
`token` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`last_activity` datetime DEFAULT NULL,
`typing` int(11) DEFAULT -1,
`department` tinyint(4) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `token` (`token`),
UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_users`
--
LOCK TABLES `sb_users` WRITE;
/*!40000 ALTER TABLE `sb_users` DISABLE KEYS */;
INSERT INTO `sb_users` VALUES (1,'Test','Demo','$P$BXR.dtwoI.RV8igsPP9ysPu5rBYRBm0','mapapi188@gmail.com','https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','admin','2022-03-08 07:49:59','f6fb922b6f5aa1ea0599c8657f6751fdfb2c67d6','2022-03-30 04:38:26',-1,NULL),(2,'Bot','','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','bot','2022-03-08 08:01:55','ee63dfdc32e6be35b85e905659b7a1ae25463ffa','2022-03-08 08:01:55',-1,NULL),(3,'User','#2354','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-03-08 09:55:48','d756bbb2fde1788cadccca2fd355dba81f30b28c','2022-04-05 14:58:16',-1,NULL),(4,'Hotel Front','Desk','$2y$10$DjFPVpPzeVd0coSNmRigRuN.NaTlC4XapLyv.NIvNDFckcl1ndN/K','enquiry.hoteldhruvpalace@gmail.com','http://hoteldhruvpalace.com/wp-content/uploads/sb/12-10-22/79596_mainlogo-300x190.png','admin','2022-03-31 06:04:11','fd138f773f27396530a403ae032238f1ee49a3af','2023-05-27 06:48:41',-1,NULL),(6,'User','#97695','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-10-10 15:28:57','eec074165fa5a44a93adcee66bd534cb00f386d4','2022-10-10 15:30:47',-1,NULL),(7,'User','#89200','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-10-12 11:04:00','adc4b184e18b978444e9d6dd98fae1b50a3825af','2022-10-12 11:34:45',-1,NULL),(8,'User','#23203','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-10-12 15:47:59','cb0759c99f417f4fcde44eeb8c03ef538ead66fa','2022-10-12 15:48:57',-1,NULL),(9,'Hotel','Dhruv Palace','$P$BZLdTTyG27OgIhkz2PjCYRQHq8HPu50','reception.hoteldhruvpalace@gmail.com','http://hoteldhruvpalace.com/wp-content/uploads/sb/31-01-23/16353_mainlogo-300x190.png','admin','2022-10-12 15:49:36','dbde1e9dacf93c235b7460cde4f3ba3cd2706ae6','2024-04-02 15:03:32',-1,NULL),(10,'User','#98202','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-10-26 16:47:27','e461e5592a5b4ed0c1820d45c133e2fb62d8db30','2022-11-01 05:38:42',-1,NULL),(11,'User','#65948','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-10-29 07:51:30','aae105e8b38344c21eaacd838574ab537eb3be8d','2022-10-29 07:51:39',-1,NULL),(12,'User','#19649','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-11-02 10:18:50','de9aae0dbf62d48f4661d7ae4cb2ceda200138c5','2022-11-03 14:36:03',-1,NULL),(13,'User','#46009','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-11-03 05:19:36','4015f42a4349abcfda1a2a1ecb7f908a07db42fb','2022-11-03 05:24:05',-1,NULL),(14,'User','#72130','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-11-07 12:22:30','7a6969dbd37781528d00db0e191e3eca144317f4','2022-11-08 14:37:36',-1,NULL),(15,'User','#46017','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-11-12 03:28:59','e4b5cca5e901edb40a764119c29b13bb12d98192','2022-11-12 03:31:06',-1,NULL),(16,'User','#63009','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-11-27 01:17:21','d352288634fb018bac5ac4d566079614c94c8b33','2022-11-27 10:18:40',-1,NULL),(17,'User','#54208','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2022-12-28 03:45:20','337679bdc4a3ef6ab1631b92dcd651d4a0730780','2023-01-02 06:58:23',-1,NULL),(18,'User','#40053','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-03-20 15:03:35','6147cb2385c4416cd38a6aba39492c6bb4b4b483','2023-03-20 17:47:38',-1,NULL),(19,'User','#32618','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-03-23 13:14:20','875b866e338e3c55647e1f5c0d890b1e5fc2eae9','2023-03-23 13:20:02',-1,NULL),(20,'User','#82520','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-03-28 10:26:19','d4f7fae04d57417e22e04bd81be71b8d5bce2dab','2023-03-30 11:18:12',-1,NULL),(22,'User','#15862','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-04-01 10:22:36','825e007ae011ca63dbd743262b3017c4e07f7deb','2023-04-01 10:23:09',-1,NULL),(23,'User','#73600','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-04-02 07:41:14','5b2f803285bd5ef432935b4dbcb12e6a1d063cd3','2023-04-02 07:54:44',-1,NULL),(24,'User','#9905','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-04-17 08:21:29','04d9e92c5b3b5eb4bca21661b53b9180644b9a2a','2023-04-17 08:29:53',-1,NULL),(25,'User','#64305','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-07-11 08:40:42','6115356bd786f0a64be7f8d37236baeca0980917','2023-07-11 08:48:05',-1,NULL),(26,'User','#22906','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-08-02 13:55:24','29753d10dbcaedda3a7496ad1b74c9965650c7da','2023-08-02 14:00:01',-1,NULL),(27,'User','#9388','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-08-05 17:44:22','e2f5f2403f4d57a00d6c3e7bd0d70408c1a88dfb','2023-08-06 07:27:08',-1,NULL),(28,'User','#18036','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-08-10 19:09:24','35f2e8fda4ab013dea61838f46c1b7302305f632','2023-08-10 19:11:29',-1,NULL),(29,'User','#6006','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-09-06 12:49:15','292efbc7400c54aecd055b6c966b9a852a86a970','2023-09-06 12:51:11',-1,NULL),(30,'User','#98275','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-09-11 04:59:30','a2d8acad481fe7af959c22afeddbc5c49dc03474','2023-09-11 05:06:04',-1,NULL),(31,'User','#74273','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-09-12 14:40:43','0c740059b8aab16f80e7e4eb1dfd18b543befcec','2023-09-12 20:46:23',-1,NULL),(32,'User','#85325','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-09-21 06:27:34','bb31dae1c6e4e575f1cfe3501849951b5b3ed966','2023-09-21 06:28:51',-1,NULL),(33,'User','#62513','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-11-11 11:28:53','c2c3b96890cfef9c693107d39401659d163b3043','2023-11-11 11:34:24',-1,NULL),(34,'User','#15744','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-11-14 18:33:24','e87bf8b05b7554827ea998bc6ef005363a6ea970','2023-11-20 18:33:04',-1,NULL),(35,'User','#49101','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-11-26 04:15:45','8631e0f3c71863e6fa16f9492bd254f311715664','2023-11-26 10:32:42',-1,NULL),(36,'User','#46817','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-11-26 06:53:27','e86c872ead4e19ac4367b78754585804ae2a9299','2023-11-26 06:53:38',-1,NULL),(37,'User','#42424','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-12-03 07:37:06','df1eb30bdddc84afee57dbd5705fad8730a0f611','2023-12-03 07:38:07',-1,NULL),(38,'User','#86252','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-12-18 10:03:38','2d91fe7b3ad4a20cbdea86418cb1b19369c97d0c','2023-12-18 10:05:22',-1,NULL),(39,'User','#87965','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-12-23 09:48:23','d97e10558bc6070f4d365323e41f38e685d9115b','2023-12-23 09:51:08',-1,NULL),(40,'User','#35528','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2023-12-26 13:28:33','80059e1b03b0a6c14d8005097f7f51b9ff937d25','2023-12-26 13:40:55',-1,NULL),(41,'User','#63166','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-01-07 16:49:36','5d1ff2a677e6d86071df4b808e0a1364c29acefe','2024-01-07 16:53:55',-1,NULL),(42,'User','#58912','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-03-03 19:39:16','7ec166d47a2107299a2ccc3b6b9bec33d9660c2d','2024-03-03 19:49:03',-1,NULL),(43,'User','#4621','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-03-17 13:39:38','b1c52abb0d56ed69f2e574d1e3cef1c82809d51c','2024-03-17 13:41:30',-1,NULL),(44,'User','#56905','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-06-11 09:23:24','e1ce32df59f1f261d68004a656dcbe2fcd4626e6','2024-06-11 10:56:18',-1,NULL),(45,'User','#37803','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-06-17 09:57:45','00f1ef3ca2e6ecdda195b5ed7dfa696f1658be00','2024-06-17 15:12:27',-1,NULL),(46,'User','#27172','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-06-18 04:37:46','eba8a01f2a2c1624e27f475efa1415bd1a2f9b4e','2024-06-18 04:44:03',-1,NULL),(47,'User','#50818','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-06-29 16:15:34','8b33e95529ea537f8216fadfd0ab237b2b0f381a','2024-06-29 17:34:37',-1,NULL),(48,'User','#89803','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-07-04 17:55:26','46caf7c154ca6303c3bd58309baeac450cbbfbca','2024-07-04 17:58:22',-1,NULL),(49,'User','#89005','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-07-06 15:05:04','6193994c797c342d950f064cb7c4ab665576e262','2024-07-06 15:10:50',-1,NULL),(50,'User','#10782','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-07-23 14:12:26','f8ca79e221a09ede8310f64552f9bbae1f27d665','2024-07-23 14:20:07',-1,NULL),(51,'User','#15246','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-08-01 03:39:46','4ba3b70896447d03fda1ecbe85a9b8d17dd0c828','2024-08-02 02:27:22',-1,NULL),(52,'User','#44060','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-08-03 16:20:14','7360f5734dfa46c0f5f17d5921ea4324329f80e5','2024-08-03 16:31:57',-1,NULL),(53,'Hotel','Dhruv Palace','$2y$10$Hp3rhCCvlckGYIL.A0iJ7OBBlQqgym3Ic/hrTuumrZOyKlGzi.GmK','dosneh@gmail.com','http://hoteldhruvpalace.com/wp-content/uploads/sb/09-08-24/1537064.png','admin','2024-08-09 06:22:44','03694924ad429eeac72a8c9b3b60a1c87e6be0d0','2024-10-11 17:54:01',-1,NULL),(54,'User','#87982','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-08-15 17:33:06','bc4dc31a5bbba342a0d1fd07bf41e5d47ad96412','2024-08-23 19:33:15',-1,NULL),(55,'User','#72015','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-08-22 17:54:56','d6498aefc0d2b0cb2cd377b9944cd3cd0845d7b5','2024-08-22 18:22:28',-1,NULL),(56,'User','#49898','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-09-15 05:12:10','5ff24bce927098920ba0de683c3198f44a1be1f2','2024-09-20 04:28:49',-1,NULL),(57,'User','#42036','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-09-27 17:27:14','03edd30eefe5d1d821133633bd4b451f66ecc4d8','2024-09-27 17:46:19',-1,NULL),(58,'User','#17897','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-10-02 05:04:09','a949ac35273ef85750496298ff36f59441bb67d8','2025-06-10 10:39:26',-1,NULL),(59,'User','#79593','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-12-15 02:56:34','a4d2507b032db1718cff23fd92b41b3b2bea20dc','2024-12-15 04:38:16',-1,NULL),(60,'User','#34582','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-12-18 07:29:36','5a1cc8018b8b59d31a2c28088c1af5c1641b13d3','2024-12-18 07:32:53',-1,NULL),(61,'User','#15323','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-12-18 08:28:51','1591944f2c77e0ca0689f6b0e71e266ac79bfe35','2024-12-19 06:58:36',-1,NULL),(62,'User','#87702','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-12-18 08:42:18','eb3648cad4f57bea0c78fe4ca9d6debd3ea1b06c','2024-12-18 11:05:10',-1,NULL),(63,'User','#79574','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2024-12-20 04:56:48','25dad01ae2f07d6b35514a0d84ea21e28fc2e94b','2024-12-20 04:59:13',-1,NULL),(64,'User','#96521','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2025-01-26 16:52:05','b2994931e492fe9632dd2e4cb3ef8efa8ff6e5c1','2025-01-26 16:52:09',-1,NULL),(65,'User','#59435','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2025-04-02 07:18:27','a9c8e1b608ffd1553f3c2f46c5fe7d14a47530ea','2025-04-02 07:26:50',-1,NULL),(66,'User','#72396','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2025-04-11 14:23:26','2691fddabf64d9a4a17bc8ed7e61bf99e7420417','2025-04-12 10:41:47',-1,NULL),(67,'User','#37442','',NULL,'https://hoteldhruvpalace.com/wp-content/plugins/supportboard/supportboard/media/user.svg','lead','2025-05-01 13:07:36','2f80eeffe836353eeea066ff753aea6e424854d4','2025-05-01 13:15:03',-1,NULL);
/*!40000 ALTER TABLE `sb_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sb_users_data`
--
DROP TABLE IF EXISTS `sb_users_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sb_users_data` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`value` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `sb_users_data_index` (`user_id`,`slug`),
CONSTRAINT `sb_users_data_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `sb_users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1504 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sb_users_data`
--
LOCK TABLES `sb_users_data` WRITE;
/*!40000 ALTER TABLE `sb_users_data` DISABLE KEYS */;
INSERT INTO `sb_users_data` VALUES (1,3,'ip','IP','160.202.156.199'),(2,3,'location','Location','Nashik, India'),(3,3,'timezone','Timezone','Asia/Kolkata'),(4,3,'currency','Currency','INR'),(5,3,'country_code','Country Code','IN'),(6,3,'browser','Browser','Chrome'),(7,3,'language','Language','EN'),(8,3,'os','OS','Android'),(587,3,'current_url','Current URL','https://hoteldhruvpalace.com/'),(588,6,'ip','IP','27.63.15.51'),(589,6,'location','Location','Mumbai, India'),(590,6,'timezone','Timezone','Asia/Kolkata'),(591,6,'currency','Currency','INR'),(592,6,'country_code','Country Code','IN'),(593,6,'browser','Browser','Chrome'),(594,6,'language','Language','EN'),(595,6,'os','OS','Android'),(597,6,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(598,7,'ip','IP','103.157.207.72'),(599,7,'location','Location','Nashik, India'),(600,7,'timezone','Timezone','Asia/Kolkata'),(601,7,'currency','Currency','INR'),(602,7,'country_code','Country Code','IN'),(603,7,'browser','Browser','Chrome'),(604,7,'language','Language','EN'),(605,7,'os','OS','Windows 10'),(606,7,'current_url','Current URL','https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/'),(620,4,'ip','IP','103.157.207.72'),(624,4,'country_code','Country Code','IN'),(625,4,'browser','Browser','Chrome'),(627,4,'os','OS','Windows 10'),(628,4,'current_url','Current URL','https://hoteldhruvpalace.com/wp-admin/admin.php?page=support-board'),(641,4,'timezone','Timezone','Asia/Kolkata'),(642,4,'location','Location','Nashik, India'),(643,4,'currency','Currency','INR'),(644,4,'language','Language','EN'),(653,8,'ip','IP','103.157.207.72'),(654,8,'location','Location','Nashik, India'),(655,8,'timezone','Timezone','Asia/Kolkata'),(656,8,'currency','Currency','INR'),(657,8,'country_code','Country Code','IN'),(658,8,'browser','Browser','Chrome'),(659,8,'language','Language','EN'),(660,8,'os','OS','Android'),(661,8,'current_url','Current URL','https://hoteldhruvpalace.com/'),(662,10,'ip','IP','42.106.209.179'),(663,10,'location','Location','Mumbai, India'),(664,10,'timezone','Timezone','Asia/Kolkata'),(665,10,'currency','Currency','INR'),(666,10,'country_code','Country Code','IN'),(667,10,'browser','Browser','Safari'),(668,10,'language','Language','EN'),(669,10,'os','OS','Mac OS X'),(677,10,'current_url','Current URL','https://hoteldhruvpalace.com/product/ac-deluxe/'),(678,11,'ip','IP','157.33.102.204'),(679,11,'location','Location','Mumbai, India'),(680,11,'timezone','Timezone','Asia/Kolkata'),(681,11,'currency','Currency','INR'),(682,11,'country_code','Country Code','IN'),(683,11,'browser','Browser','Chrome'),(684,11,'language','Language','EN'),(685,11,'os','OS','Android'),(686,11,'current_url','Current URL','https://hoteldhruvpalace.com/product/test/'),(687,12,'ip','IP','203.194.99.48'),(688,12,'location','Location','Mumbai, India'),(689,12,'timezone','Timezone','Asia/Kolkata'),(690,12,'currency','Currency','INR'),(691,12,'country_code','Country Code','IN'),(692,12,'browser','Browser','Chrome'),(693,12,'language','Language','EN'),(694,12,'os','OS','Android'),(696,13,'ip','IP','125.21.22.142'),(697,13,'location','Location','Indore, India'),(698,13,'timezone','Timezone','Asia/Kolkata'),(699,13,'currency','Currency','INR'),(700,13,'country_code','Country Code','IN'),(701,13,'browser','Browser','Chrome'),(702,13,'language','Language','EN'),(703,13,'os','OS','Windows 10'),(704,13,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(706,12,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(707,14,'ip','IP','114.143.219.178'),(708,14,'location','Location','Nashik, India'),(709,14,'timezone','Timezone','Asia/Kolkata'),(710,14,'currency','Currency','INR'),(711,14,'country_code','Country Code','IN'),(712,14,'browser','Browser','Chrome'),(713,14,'language','Language','EN'),(714,14,'os','OS','Android'),(718,14,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(719,15,'ip','IP','152.57.50.57'),(720,15,'location','Location','Mumbai, India'),(721,15,'timezone','Timezone','Asia/Kolkata'),(722,15,'currency','Currency','INR'),(723,15,'country_code','Country Code','IN'),(724,15,'browser','Browser','Safari'),(725,15,'language','Language','EN'),(726,15,'os','OS','iPhone'),(728,15,'current_url','Current URL','https://hoteldhruvpalace.com/about-us/'),(729,16,'ip','IP','106.78.40.236'),(730,16,'location','Location','Kaithal, India'),(731,16,'timezone','Timezone','Asia/Kolkata'),(732,16,'currency','Currency','INR'),(733,16,'country_code','Country Code','IN'),(734,16,'browser','Browser','Chrome'),(735,16,'language','Language','EN'),(736,16,'os','OS','Android'),(738,16,'current_url','Current URL','https://hoteldhruvpalace.com/'),(740,17,'ip','IP','49.36.105.63'),(741,17,'location','Location','Mumbai, India'),(742,17,'timezone','Timezone','Asia/Kolkata'),(743,17,'currency','Currency','INR'),(744,17,'country_code','Country Code','IN'),(745,17,'browser','Browser','Chrome'),(746,17,'language','Language','EN'),(747,17,'os','OS','Android'),(752,17,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(767,9,'ip','IP','103.176.75.166'),(768,9,'location','Location','Mumbai, India'),(769,9,'timezone','Timezone','Asia/Kolkata'),(770,9,'currency','Currency','INR'),(771,9,'country_code','Country Code','IN'),(772,9,'browser','Browser','Chrome'),(773,9,'language','Language','EN'),(774,9,'os','OS','Windows 10'),(775,9,'current_url','Current URL','https://hoteldhruvpalace.com/wp-admin/admin.php?page=support-board'),(776,18,'ip','IP','203.191.35.66'),(777,18,'location','Location','Mumbai, India'),(778,18,'timezone','Timezone','Asia/Kolkata'),(779,18,'currency','Currency','INR'),(780,18,'country_code','Country Code','IN'),(781,18,'browser','Browser','Chrome'),(782,18,'language','Language','EN'),(783,18,'os','OS','Windows 10'),(799,18,'current_url','Current URL','https://hoteldhruvpalace.com/review/'),(800,19,'ip','IP','103.203.230.29'),(801,19,'location','Location','Mumbai, India'),(802,19,'timezone','Timezone','Asia/Kolkata'),(803,19,'currency','Currency','INR'),(804,19,'country_code','Country Code','IN'),(805,19,'browser','Browser','Safari'),(806,19,'language','Language','EN'),(807,19,'os','OS','iPhone'),(809,19,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(810,20,'ip','IP','122.170.54.225'),(811,20,'location','Location','Ahmedabad, India'),(812,20,'timezone','Timezone','Asia/Kolkata'),(813,20,'currency','Currency','INR'),(814,20,'country_code','Country Code','IN'),(815,20,'browser','Browser','Chrome'),(816,20,'language','Language','EN'),(817,20,'os','OS','Android'),(819,20,'current_url','Current URL','https://hoteldhruvpalace.com/'),(820,22,'ip','IP','49.33.207.218'),(821,22,'location','Location','Mumbai, India'),(822,22,'timezone','Timezone','Asia/Kolkata'),(823,22,'currency','Currency','INR'),(824,22,'country_code','Country Code','IN'),(825,22,'browser','Browser','Chrome'),(826,22,'language','Language','EN'),(827,22,'os','OS','Android'),(828,22,'current_url','Current URL','https://hoteldhruvpalace.com/'),(829,23,'ip','IP','49.36.98.174'),(830,23,'location','Location','Mumbai, India'),(831,23,'timezone','Timezone','Asia/Kolkata'),(832,23,'currency','Currency','INR'),(833,23,'country_code','Country Code','IN'),(834,23,'browser','Browser','Safari'),(835,23,'language','Language','EN'),(836,23,'os','OS','iPhone'),(840,23,'current_url','Current URL','https://hoteldhruvpalace.com/'),(841,24,'ip','IP','103.91.79.107'),(842,24,'location','Location','Jind, India'),(843,24,'timezone','Timezone','Asia/Kolkata'),(844,24,'currency','Currency','INR'),(845,24,'country_code','Country Code','IN'),(846,24,'browser','Browser','Chrome'),(847,24,'language','Language','EN'),(848,24,'os','OS','Windows 10'),(851,24,'current_url','Current URL','https://hoteldhruvpalace.com/index.html'),(853,25,'ip','IP','59.95.98.34'),(854,25,'location','Location','Mumbai, India'),(855,25,'timezone','Timezone','Asia/Kolkata'),(856,25,'currency','Currency','INR'),(857,25,'country_code','Country Code','IN'),(858,25,'browser','Browser','Chrome'),(859,25,'language','Language','EN'),(860,25,'os','OS','Android'),(863,25,'current_url','Current URL','https://hoteldhruvpalace.com/'),(864,26,'ip','IP','49.37.134.36'),(865,26,'location','Location','Hyderabad, India'),(866,26,'timezone','Timezone','Asia/Kolkata'),(867,26,'currency','Currency','INR'),(868,26,'country_code','Country Code','IN'),(869,26,'browser','Browser','Chrome'),(870,26,'language','Language','EN'),(871,26,'os','OS','Windows 10'),(874,26,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(875,27,'ip','IP','103.4.221.252'),(876,27,'location','Location','Chennai, India'),(877,27,'timezone','Timezone','Asia/Kolkata'),(878,27,'currency','Currency','INR'),(879,27,'country_code','Country Code','IN'),(880,27,'browser','Browser','Chrome'),(881,27,'language','Language','EN'),(882,27,'os','OS','Android'),(885,27,'current_url','Current URL','https://hoteldhruvpalace.com/'),(886,28,'ip','IP','122.161.52.4'),(887,28,'location','Location','Noida, India'),(888,28,'timezone','Timezone','Asia/Kolkata'),(889,28,'currency','Currency','INR'),(890,28,'country_code','Country Code','IN'),(891,28,'browser','Browser','Safari'),(892,28,'language','Language','EN'),(893,28,'os','OS','iPhone'),(896,28,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(898,29,'ip','IP','103.167.122.223'),(899,29,'location','Location','Navi Mumbai, India'),(900,29,'timezone','Timezone','Asia/Kolkata'),(901,29,'currency','Currency','INR'),(902,29,'country_code','Country Code','IN'),(903,29,'browser','Browser','Chrome'),(904,29,'language','Language','EN'),(905,29,'os','OS','Android'),(906,29,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(907,30,'ip','IP','58.84.62.80'),(908,30,'location','Location','Pune, India'),(909,30,'timezone','Timezone','Asia/Kolkata'),(910,30,'currency','Currency','INR'),(911,30,'country_code','Country Code','IN'),(912,30,'browser','Browser','Chrome'),(913,30,'language','Language','EN'),(914,30,'os','OS','Android'),(916,30,'current_url','Current URL','https://hoteldhruvpalace.com/our-gallery/'),(917,31,'ip','IP','110.224.80.145'),(918,31,'location','Location','Chennai, India'),(919,31,'timezone','Timezone','Asia/Kolkata'),(920,31,'currency','Currency','INR'),(921,31,'country_code','Country Code','IN'),(922,31,'browser','Browser','Chrome'),(923,31,'language','Language','EN'),(924,31,'os','OS','Android'),(927,31,'current_url','Current URL','https://hoteldhruvpalace.com/'),(928,32,'ip','IP','106.194.239.250'),(929,32,'location','Location','Mumbai, India'),(930,32,'timezone','Timezone','Asia/Kolkata'),(931,32,'currency','Currency','INR'),(932,32,'country_code','Country Code','IN'),(933,32,'browser','Browser','Chrome'),(934,32,'language','Language','EN'),(935,32,'os','OS','Android'),(937,32,'current_url','Current URL','https://hoteldhruvpalace.com/'),(938,33,'ip','IP','42.105.164.27'),(939,33,'location','Location','Ahmedabad, India'),(940,33,'timezone','Timezone','Asia/Kolkata'),(941,33,'currency','Currency','INR'),(942,33,'country_code','Country Code','IN'),(943,33,'browser','Browser','Chrome'),(944,33,'language','Language','EN'),(945,33,'os','OS','Android'),(949,33,'current_url','Current URL','https://hoteldhruvpalace.com/'),(950,34,'ip','IP','117.230.173.168'),(951,34,'location','Location','Kochi, India'),(952,34,'timezone','Timezone','Asia/Kolkata'),(953,34,'currency','Currency','INR'),(954,34,'country_code','Country Code','IN'),(955,34,'browser','Browser','Safari'),(956,34,'language','Language','EN'),(957,34,'os','OS','iPhone'),(960,34,'current_url','Current URL','https://hoteldhruvpalace.com/'),(961,35,'ip','IP','152.57.185.197'),(962,35,'location','Location','Mumbai, India'),(963,35,'timezone','Timezone','Asia/Kolkata'),(964,35,'currency','Currency','INR'),(965,35,'country_code','Country Code','IN'),(966,35,'browser','Browser','Chrome'),(967,35,'language','Language','EN'),(968,35,'os','OS','Android'),(970,36,'ip','IP','106.216.253.11'),(971,36,'location','Location','Pune, India'),(972,36,'timezone','Timezone','Asia/Kolkata'),(973,36,'currency','Currency','INR'),(974,36,'country_code','Country Code','IN'),(975,36,'browser','Browser','Chrome'),(976,36,'language','Language','EN'),(977,36,'os','OS','Android'),(978,36,'current_url','Current URL','https://hoteldhruvpalace.com/'),(981,35,'current_url','Current URL','https://hoteldhruvpalace.com/'),(982,37,'ip','IP','110.226.183.228'),(983,37,'location','Location','Mumbai, India'),(984,37,'timezone','Timezone','Asia/Kolkata'),(985,37,'currency','Currency','INR'),(986,37,'country_code','Country Code','IN'),(987,37,'browser','Browser','Safari'),(988,37,'language','Language','EN'),(989,37,'os','OS','iPhone'),(990,37,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1013,38,'ip','IP','106.209.248.4'),(1014,38,'location','Location','Mumbai, India'),(1015,38,'timezone','Timezone','Asia/Kolkata'),(1016,38,'currency','Currency','INR'),(1017,38,'country_code','Country Code','IN'),(1018,38,'browser','Browser','Chrome'),(1019,38,'language','Language','EN'),(1020,38,'os','OS','Android'),(1024,38,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(1025,39,'ip','IP','152.58.2.10'),(1026,39,'location','Location','Mumbai, India'),(1027,39,'timezone','Timezone','Asia/Kolkata'),(1028,39,'currency','Currency','INR'),(1029,39,'country_code','Country Code','IN'),(1030,39,'browser','Browser','Chrome'),(1031,39,'language','Language','EN'),(1032,39,'os','OS','Android'),(1034,39,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1035,40,'ip','IP','117.99.249.248'),(1036,40,'location','Location','Mumbai, India'),(1037,40,'timezone','Timezone','Asia/Kolkata'),(1038,40,'currency','Currency','INR'),(1039,40,'country_code','Country Code','IN'),(1040,40,'browser','Browser','Chrome'),(1041,40,'language','Language','EN'),(1042,40,'os','OS','Android'),(1044,40,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(1045,41,'ip','IP','49.36.96.112'),(1046,41,'location','Location','Mumbai, India'),(1047,41,'timezone','Timezone','Asia/Kolkata'),(1048,41,'currency','Currency','INR'),(1049,41,'country_code','Country Code','IN'),(1050,41,'browser','Browser','Chrome'),(1051,41,'language','Language','EN'),(1052,41,'os','OS','Android'),(1059,41,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1077,42,'ip','IP','49.32.191.136'),(1078,42,'location','Location','Mumbai, India'),(1079,42,'timezone','Timezone','Asia/Kolkata'),(1080,42,'currency','Currency','INR'),(1081,42,'country_code','Country Code','IN'),(1082,42,'browser','Browser','Chrome'),(1083,42,'language','Language','EN'),(1084,42,'os','OS','Android'),(1087,42,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(1088,43,'ip','IP','36.255.233.233'),(1089,43,'location','Location','Panjim, India'),(1090,43,'timezone','Timezone','Asia/Kolkata'),(1091,43,'currency','Currency','INR'),(1092,43,'country_code','Country Code','IN'),(1093,43,'browser','Browser','Chrome'),(1094,43,'language','Language','EN'),(1095,43,'os','OS','Windows 10'),(1096,43,'current_url','Current URL','https://hoteldhruvpalace.com/review/'),(1097,44,'ip','IP','110.224.113.31'),(1098,44,'location','Location','Mumbai, India'),(1099,44,'timezone','Timezone','Asia/Kolkata'),(1100,44,'currency','Currency','INR'),(1101,44,'country_code','Country Code','IN'),(1102,44,'browser','Browser','Chrome'),(1103,44,'language','Language','EN'),(1104,44,'os','OS','Android'),(1105,44,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1106,45,'ip','IP','223.189.47.49'),(1107,45,'location','Location','Mumbai, India'),(1108,45,'timezone','Timezone','Asia/Kolkata'),(1109,45,'currency','Currency','INR'),(1110,45,'country_code','Country Code','IN'),(1111,45,'browser','Browser','Chrome'),(1112,45,'language','Language','EN'),(1113,45,'os','OS','Android'),(1118,45,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(1119,46,'ip','IP','49.36.115.70'),(1120,46,'location','Location','Mumbai, India'),(1121,46,'timezone','Timezone','Asia/Kolkata'),(1122,46,'currency','Currency','INR'),(1123,46,'country_code','Country Code','IN'),(1124,46,'browser','Browser','Safari'),(1125,46,'language','Language','EN'),(1126,46,'os','OS','iPhone'),(1127,46,'current_url','Current URL','https://hoteldhruvpalace.com/review/'),(1128,47,'ip','IP','117.99.252.193'),(1129,47,'location','Location','Mumbai, India'),(1130,47,'timezone','Timezone','Asia/Kolkata'),(1131,47,'currency','Currency','INR'),(1132,47,'country_code','Country Code','IN'),(1133,47,'browser','Browser','Safari'),(1134,47,'language','Language','EN'),(1135,47,'os','OS','iPhone'),(1137,47,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1138,48,'ip','IP','106.194.253.1'),(1139,48,'location','Location','Mumbai, India'),(1140,48,'timezone','Timezone','Asia/Kolkata'),(1141,48,'currency','Currency','INR'),(1142,48,'country_code','Country Code','IN'),(1143,48,'browser','Browser','Chrome'),(1144,48,'language','Language','EN'),(1145,48,'os','OS','Android'),(1147,48,'current_url','Current URL','https://hoteldhruvpalace.com/elementor-4105/'),(1149,49,'ip','IP','117.99.255.144'),(1150,49,'location','Location','Mumbai, India'),(1151,49,'timezone','Timezone','Asia/Kolkata'),(1152,49,'currency','Currency','INR'),(1153,49,'country_code','Country Code','IN'),(1154,49,'browser','Browser','Chrome'),(1155,49,'language','Language','EN'),(1156,49,'os','OS','Android'),(1159,49,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1160,50,'ip','IP','106.193.236.26'),(1161,50,'location','Location','Mumbai, India'),(1162,50,'timezone','Timezone','Asia/Kolkata'),(1163,50,'currency','Currency','INR'),(1164,50,'country_code','Country Code','IN'),(1165,50,'browser','Browser','Chrome'),(1166,50,'language','Language','EN'),(1167,50,'os','OS','Android'),(1168,50,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1169,51,'ip','IP','49.43.227.84'),(1170,51,'location','Location','Hyderabad, India'),(1171,51,'timezone','Timezone','Asia/Kolkata'),(1172,51,'currency','Currency','INR'),(1173,51,'country_code','Country Code','IN'),(1174,51,'browser','Browser','Chrome'),(1175,51,'language','Language','EN'),(1176,51,'os','OS','Android'),(1181,51,'current_url','Current URL','https://hoteldhruvpalace.com/customer-support/'),(1182,52,'ip','IP','202.83.50.112'),(1183,52,'location','Location','Kochi, India'),(1184,52,'timezone','Timezone','Asia/Kolkata'),(1185,52,'currency','Currency','INR'),(1186,52,'country_code','Country Code','IN'),(1187,52,'browser','Browser','Chrome'),(1188,52,'language','Language','EN'),(1189,52,'os','OS','Android'),(1192,52,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(1206,53,'ip','IP','119.82.105.98'),(1210,53,'country_code','Country Code','IN'),(1211,53,'browser','Browser','Chrome'),(1213,53,'os','OS','Windows 10'),(1214,53,'current_url','Current URL','https://hoteldhruvpalace.com/wp-admin/admin.php?page=support-board'),(1227,53,'timezone','Timezone','Asia/Kolkata'),(1228,53,'currency','Currency','INR'),(1229,53,'location','Location','Bengaluru, India'),(1230,53,'language','Language','EN'),(1239,54,'ip','IP','150.129.28.61'),(1240,54,'location','Location','Mumbai, India'),(1241,54,'timezone','Timezone','Asia/Kolkata'),(1242,54,'currency','Currency','INR'),(1243,54,'country_code','Country Code','IN'),(1244,54,'browser','Browser','Safari'),(1245,54,'language','Language','EN'),(1246,54,'os','OS','iPhone'),(1248,55,'ip','IP','223.236.189.244'),(1249,55,'location','Location','Lucknow, India'),(1250,55,'timezone','Timezone','Asia/Kolkata'),(1251,55,'currency','Currency','INR'),(1252,55,'country_code','Country Code','IN'),(1253,55,'browser','Browser','Safari'),(1254,55,'language','Language','EN'),(1255,55,'os','OS','iPhone'),(1256,55,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1258,54,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1259,56,'ip','IP','152.59.6.14'),(1260,56,'location','Location','Vadodara, India'),(1261,56,'timezone','Timezone','Asia/Kolkata'),(1262,56,'currency','Currency','INR'),(1263,56,'country_code','Country Code','IN'),(1264,56,'browser','Browser','Safari'),(1265,56,'language','Language','EN'),(1266,56,'os','OS','iPhone'),(1270,56,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1271,57,'ip','IP','49.43.228.199'),(1272,57,'location','Location','Hyderabad, India'),(1273,57,'timezone','Timezone','Asia/Kolkata'),(1274,57,'currency','Currency','INR'),(1275,57,'country_code','Country Code','IN'),(1276,57,'browser','Browser','Chrome'),(1277,57,'language','Language','EN'),(1278,57,'os','OS','Windows 10'),(1281,57,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(1282,58,'ip','IP','152.58.232.233'),(1283,58,'location','Location','Bengaluru, India'),(1284,58,'timezone','Timezone','Asia/Kolkata'),(1285,58,'currency','Currency','INR'),(1286,58,'country_code','Country Code','IN'),(1287,58,'browser','Browser','Chrome'),(1288,58,'language','Language','EN'),(1289,58,'os','OS','Android'),(1307,59,'ip','IP','103.102.92.234'),(1308,59,'location','Location','Mumbai, India'),(1309,59,'timezone','Timezone','Asia/Kolkata'),(1310,59,'currency','Currency','INR'),(1311,59,'country_code','Country Code','IN'),(1312,59,'browser','Browser','Chrome'),(1313,59,'language','Language','EN'),(1314,59,'os','OS','Android'),(1317,59,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1318,60,'ip','IP','14.139.62.251'),(1319,60,'location','Location','New Delhi, India'),(1320,60,'timezone','Timezone','Asia/Kolkata'),(1321,60,'currency','Currency','INR'),(1322,60,'country_code','Country Code','IN'),(1323,60,'browser','Browser','Chrome'),(1324,60,'language','Language','EN'),(1325,60,'os','OS','Windows 10'),(1327,60,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(1328,61,'ip','IP','102.117.166.10'),(1329,61,'location','Location','Quatre Bornes, Mauritius'),(1330,61,'timezone','Timezone','Indian/Mauritius'),(1331,61,'currency','Currency','MUR'),(1332,61,'country_code','Country Code','MU'),(1333,61,'browser','Browser','Firefox'),(1334,61,'language','Language','EN'),(1335,61,'os','OS','Windows 10'),(1337,62,'ip','IP','167.103.2.103'),(1338,62,'location','Location','Mumbai, India'),(1339,62,'timezone','Timezone','Asia/Kolkata'),(1340,62,'currency','Currency','INR'),(1341,62,'country_code','Country Code','IN'),(1342,62,'browser','Browser','Chrome'),(1343,62,'language','Language','EN'),(1344,62,'os','OS','Windows 10'),(1349,62,'current_url','Current URL','https://hoteldhruvpalace.com/review/'),(1350,61,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1351,63,'ip','IP','106.213.84.173'),(1352,63,'location','Location','Pune, India'),(1353,63,'timezone','Timezone','Asia/Kolkata'),(1354,63,'currency','Currency','INR'),(1355,63,'country_code','Country Code','IN'),(1356,63,'browser','Browser','Chrome'),(1357,63,'language','Language','EN'),(1358,63,'os','OS','Android'),(1359,63,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1379,64,'ip','IP','49.43.201.136'),(1380,64,'location','Location','Hyderabad, India'),(1381,64,'timezone','Timezone','Asia/Kolkata'),(1382,64,'currency','Currency','INR'),(1383,64,'country_code','Country Code','IN'),(1384,64,'browser','Browser','Chrome'),(1385,64,'language','Language','EN'),(1386,64,'os','OS','Android'),(1387,64,'current_url','Current URL','https://hoteldhruvpalace.com/'),(1394,65,'ip','IP','136.226.244.98'),(1395,65,'location','Location','Chennai, India'),(1396,65,'timezone','Timezone','Asia/Kolkata'),(1397,65,'currency','Currency','INR'),(1398,65,'country_code','Country Code','IN'),(1399,65,'browser','Browser','Chrome'),(1400,65,'language','Language','EN'),(1401,65,'os','OS','Mac OS X'),(1402,65,'current_url','Current URL','https://hoteldhruvpalace.com/contact-us/'),(1403,66,'ip','IP','103.245.106.209'),(1404,66,'location','Location','Mumbai, India'),(1405,66,'timezone','Timezone','Asia/Kolkata'),(1406,66,'currency','Currency','INR'),(1407,66,'country_code','Country Code','IN'),(1408,66,'browser','Browser','Chrome'),(1409,66,'language','Language','EN'),(1410,66,'os','OS','Windows 10'),(1418,66,'current_url','Current URL','https://hoteldhruvpalace.com/accomodation/'),(1420,67,'ip','IP','115.96.77.177'),(1421,67,'location','Location','Mumbai, India'),(1422,67,'timezone','Timezone','Asia/Kolkata'),(1423,67,'currency','Currency','INR'),(1424,67,'country_code','Country Code','IN'),(1425,67,'browser','Browser','Chrome'),(1426,67,'language','Language','EN'),(1427,67,'os','OS','Windows 10'),(1429,67,'current_url','Current URL','https://hoteldhruvpalace.com/near-by-places/'),(1503,58,'current_url','Current URL','https://hoteldhruvpalace.com/');
/*!40000 ALTER TABLE `sb_users_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wpf4_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schedule` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`attempts` int(11) NOT NULL DEFAULT 0,
`last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=3556 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_actionscheduler_actions`
--
LOCK TABLES `wpf4_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpf4_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpf4_actionscheduler_actions` VALUES (3421,'woocommerce_cleanup_draft_orders','complete','2025-06-05 11:46:43','2025-06-05 11:46:43','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749124003;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749124003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-05 11:48:14','2025-06-05 11:48:14',0,NULL,10),(3433,'woocommerce_cleanup_draft_orders','complete','2025-06-10 15:05:03','2025-06-10 15:05:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749567903;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749567903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-10 16:15:35','2025-06-10 16:15:35',0,NULL,10),(3461,'woocommerce_update_marketplace_suggestions','complete','2025-06-16 09:51:48','2025-06-16 09:51:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750067508;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750067508;}',7,1,'2025-06-16 09:51:54','2025-06-16 09:51:54',0,NULL,10),(3473,'wp_mail_smtp_admin_notifications_update','complete','2025-06-18 21:56:41','2025-06-18 21:56:41','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750283801;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750283801;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-18 22:12:03','2025-06-18 22:12:03',0,NULL,10),(3544,'woocommerce_cleanup_draft_orders','complete','2025-07-02 00:38:56','2025-07-02 00:38:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751416736;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751416736;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-07-02 01:05:08','2025-07-02 01:05:08',0,NULL,10),(3454,'woocommerce_cleanup_draft_orders','complete','2025-06-14 16:56:23','2025-06-14 16:56:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749920183;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749920183;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-14 17:23:52','2025-06-14 17:23:52',0,NULL,10),(3546,'woocommerce_cleanup_draft_orders','complete','2025-07-03 01:05:08','2025-07-03 01:05:08','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751504708;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751504708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-07-03 01:35:09','2025-07-03 01:35:09',0,NULL,10),(3414,'wp_mail_smtp_summary_report_email','complete','2025-06-07 19:56:32','2025-06-07 19:56:32','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749326192;s:18:\"\0*\0first_timestamp\";i:1664200800;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749326192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',5,1,'2025-06-07 20:15:06','2025-06-07 20:15:06',0,NULL,10),(3455,'wp_mail_smtp_admin_notifications_update','complete','2025-06-14 20:17:31','2025-06-14 20:17:31','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749932251;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749932251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-14 20:23:44','2025-06-14 20:23:44',0,NULL,10),(1781,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-05-27 04:51:42','2023-05-27 04:51:42','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685163102;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685163102;}',4,1,'2023-05-27 04:51:43','2023-05-27 04:51:43',0,NULL,10),(1783,'action_scheduler/migration_hook','failed','2023-05-27 04:52:43','2023-05-27 04:52:43','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685163163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685163163;}',1,1,'2023-05-27 04:52:50','2023-05-27 04:52:50',0,NULL,10),(3493,'woocommerce_cleanup_draft_orders','complete','2025-06-25 20:55:29','2025-06-25 20:55:29','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750884929;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750884929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-25 21:31:13','2025-06-25 21:31:13',0,NULL,10),(3513,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:14:06','2025-06-28 17:14:06','[1080,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751130846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751130846;}',3,1,'2025-06-28 17:14:31','2025-06-28 17:14:31',0,NULL,10),(3481,'wp_mail_smtp_summary_report_email','complete','2025-06-28 20:49:28','2025-06-28 20:49:28','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751143768;s:18:\"\0*\0first_timestamp\";i:1664200800;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751143768;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',5,1,'2025-06-28 22:06:07','2025-06-28 22:06:07',0,NULL,10),(3438,'wp_mail_smtp_admin_notifications_update','complete','2025-06-11 19:19:49','2025-06-11 19:19:49','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749669589;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749669589;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-11 19:25:24','2025-06-11 19:25:24',0,NULL,10),(3521,'wp_mail_smtp_admin_notifications_update','complete','2025-07-01 02:15:42','2025-07-01 02:15:42','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751336142;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751336142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-07-01 02:24:58','2025-07-01 02:24:58',0,NULL,10),(3487,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-23 16:03:15','2025-06-23 16:03:15','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750694595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750694595;}',3,1,'2025-06-23 16:04:08','2025-06-23 16:04:08',0,NULL,10),(3462,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:35:33','2025-06-16 11:35:33','[1061,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750073733;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750073733;}',3,1,'2025-06-16 11:35:59','2025-06-16 11:35:59',0,NULL,10),(3484,'wp_mail_smtp_admin_notifications_update','complete','2025-06-23 23:52:03','2025-06-23 23:52:03','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750722723;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750722723;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-23 23:56:46','2025-06-23 23:56:46',0,NULL,10),(3485,'woocommerce_update_marketplace_suggestions','complete','2025-06-23 15:50:04','2025-06-23 15:50:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750693804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750693804;}',7,1,'2025-06-23 15:50:06','2025-06-23 15:50:06',0,NULL,10),(3499,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:24:01','2025-06-26 10:24:01','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750933441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750933441;}',3,1,'2025-06-26 10:24:28','2025-06-26 10:24:28',0,NULL,10),(3417,'woocommerce_cleanup_draft_orders','complete','2025-06-03 11:16:42','2025-06-03 11:16:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1748949402;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1748949402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-03 11:40:24','2025-06-03 11:40:24',0,NULL,10),(3497,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:16:23','2025-06-26 10:16:23','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750932983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750932983;}',3,1,'2025-06-26 10:16:54','2025-06-26 10:16:54',0,NULL,10),(3371,'action_scheduler/migration_hook','failed','2025-05-12 10:59:33','2025-05-12 10:59:33','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1747047573;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1747047573;}',1,1,'2025-05-12 11:00:09','2025-05-12 11:00:09',0,NULL,10),(3453,'wp_mail_smtp_admin_notifications_update','complete','2025-06-13 19:58:41','2025-06-13 19:58:41','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749844721;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749844721;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-13 20:17:31','2025-06-13 20:17:31',0,NULL,10),(3374,'action_scheduler/migration_hook','failed','2025-05-12 11:06:27','2025-05-12 11:06:27','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1747047987;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1747047987;}',1,1,'2025-05-12 11:07:05','2025-05-12 11:07:05',0,NULL,10),(2313,'rocket_preload_job_check_finished','failed','2023-07-29 07:18:43','2023-07-29 07:18:43','[1690615063]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1690615123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1690615123;}',6,1,'2023-07-29 07:18:45','2023-07-29 07:18:45',0,NULL,10),(2316,'action_scheduler/migration_hook','failed','2023-07-29 07:29:45','2023-07-29 07:29:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1690615785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1690615785;}',1,1,'2023-07-29 07:29:45','2023-07-29 07:29:45',0,NULL,10),(2318,'action_scheduler/migration_hook','failed','2023-07-29 07:49:56','2023-07-29 07:49:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1690616996;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1690616996;}',1,1,'2023-07-29 07:49:58','2023-07-29 07:49:58',0,NULL,10),(3435,'action_scheduler/migration_hook','complete','2025-06-10 10:36:16','2025-06-10 10:36:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749551776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749551776;}',1,1,'2025-06-10 10:37:07','2025-06-10 10:37:07',0,NULL,10),(3436,'action_scheduler/migration_hook','failed','2025-06-10 10:38:08','2025-06-10 10:38:08','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749551888;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749551888;}',1,1,'2025-06-10 10:38:27','2025-06-10 10:38:27',0,NULL,10),(3545,'wp_mail_smtp_admin_notifications_update','complete','2025-07-02 02:24:58','2025-07-02 02:24:58','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751423098;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751423098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-07-02 02:46:11','2025-07-02 02:46:11',0,NULL,10),(3439,'woocommerce_cleanup_draft_orders','complete','2025-06-12 16:47:07','2025-06-12 16:47:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749746827;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749746827;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-12 16:49:41','2025-06-12 16:49:41',0,NULL,10),(3419,'woocommerce_cleanup_draft_orders','complete','2025-06-04 11:40:25','2025-06-04 11:40:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749037225;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749037225;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-04 11:46:43','2025-06-04 11:46:43',0,NULL,10),(3425,'woocommerce_cleanup_draft_orders','complete','2025-06-07 12:08:23','2025-06-07 12:08:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749298103;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749298103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-07 12:09:06','2025-06-07 12:09:06',0,NULL,10),(3427,'woocommerce_update_marketplace_suggestions','complete','2025-06-07 04:01:26','2025-06-07 04:01:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749268886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749268886;}',7,1,'2025-06-07 04:01:40','2025-06-07 04:01:40',0,NULL,10),(3428,'woocommerce_cleanup_draft_orders','complete','2025-06-08 12:09:06','2025-06-08 12:09:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749384546;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749384546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-08 12:15:21','2025-06-08 12:15:21',0,NULL,10),(3459,'woocommerce_cleanup_draft_orders','complete','2025-06-16 17:47:59','2025-06-16 17:47:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750096079;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750096079;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-16 19:07:37','2025-06-16 19:07:37',0,NULL,10),(3477,'wp_mail_smtp_admin_notifications_update','complete','2025-06-20 22:24:19','2025-06-20 22:24:19','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750458259;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750458259;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-20 23:31:33','2025-06-20 23:31:33',0,NULL,10),(3479,'wp_mail_smtp_admin_notifications_update','complete','2025-06-21 23:31:33','2025-06-21 23:31:33','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750548693;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750548693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-21 23:37:28','2025-06-21 23:37:28',0,NULL,10),(3423,'woocommerce_cleanup_draft_orders','complete','2025-06-06 11:48:14','2025-06-06 11:48:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749210494;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749210494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-06 12:08:23','2025-06-06 12:08:23',0,NULL,10),(3422,'wp_mail_smtp_admin_notifications_update','complete','2025-06-05 17:22:11','2025-06-05 17:22:11','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749144131;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749144131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-05 17:32:15','2025-06-05 17:32:15',0,NULL,10),(3452,'woocommerce_cleanup_draft_orders','complete','2025-06-13 16:49:41','2025-06-13 16:49:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749833381;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749833381;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-13 16:56:23','2025-06-13 16:56:23',0,NULL,10),(3441,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 09:34:23','2025-06-12 09:34:23','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749720863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749720863;}',3,1,'2025-06-12 09:34:55','2025-06-12 09:34:55',0,NULL,10),(3442,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 09:35:44','2025-06-12 09:35:44','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749720944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749720944;}',3,1,'2025-06-12 09:37:20','2025-06-12 09:37:20',0,NULL,10),(3482,'wp_mail_smtp_admin_notifications_update','complete','2025-06-22 23:37:28','2025-06-22 23:37:28','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750635448;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750635448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-22 23:52:03','2025-06-22 23:52:03',0,NULL,10),(3456,'woocommerce_cleanup_draft_orders','complete','2025-06-15 17:23:52','2025-06-15 17:23:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750008232;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750008232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-15 17:47:59','2025-06-15 17:47:59',0,NULL,10),(3069,'action_scheduler/migration_hook','failed','2024-08-23 05:36:01','2024-08-23 05:36:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1724391361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1724391361;}',1,1,'2024-08-23 05:36:06','2024-08-23 05:36:06',0,NULL,10),(3431,'woocommerce_cleanup_draft_orders','complete','2025-06-09 12:15:21','2025-06-09 12:15:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749471321;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749471321;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-09 15:05:03','2025-06-09 15:05:03',0,NULL,10),(3470,'woocommerce_cleanup_draft_orders','complete','2025-06-17 19:07:37','2025-06-17 19:07:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750187257;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750187257;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-17 19:26:11','2025-06-17 19:26:11',0,NULL,10),(3476,'woocommerce_cleanup_draft_orders','complete','2025-06-20 19:33:32','2025-06-20 19:33:32','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750448012;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750448012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-20 19:51:31','2025-06-20 19:51:31',0,NULL,10),(3475,'wp_mail_smtp_admin_notifications_update','complete','2025-06-19 22:12:03','2025-06-19 22:12:03','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750371123;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750371123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-19 22:24:19','2025-06-19 22:24:19',0,NULL,10),(3474,'woocommerce_cleanup_draft_orders','complete','2025-06-19 19:29:23','2025-06-19 19:29:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750361363;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750361363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-19 19:33:32','2025-06-19 19:33:32',0,NULL,10),(3478,'woocommerce_cleanup_draft_orders','complete','2025-06-21 19:51:32','2025-06-21 19:51:32','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750535492;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750535492;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-21 19:58:19','2025-06-21 19:58:19',0,NULL,10),(3480,'woocommerce_cleanup_draft_orders','complete','2025-06-22 19:58:19','2025-06-22 19:58:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750622299;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750622299;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-22 20:09:15','2025-06-22 20:09:15',0,NULL,10),(3483,'woocommerce_cleanup_draft_orders','complete','2025-06-23 20:09:15','2025-06-23 20:09:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750709355;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750709355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-23 20:18:00','2025-06-23 20:18:00',0,NULL,10),(3486,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-23 15:56:33','2025-06-23 15:56:33','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750694193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750694193;}',3,1,'2025-06-23 15:56:38','2025-06-23 15:56:38',0,NULL,10),(3494,'wp_mail_smtp_admin_notifications_update','complete','2025-06-26 00:25:07','2025-06-26 00:25:07','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750897507;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750897507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-26 00:30:35','2025-06-26 00:30:35',0,NULL,10),(3507,'woocommerce_cleanup_draft_orders','complete','2025-06-27 21:34:40','2025-06-27 21:34:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751060080;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751060080;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-27 21:40:33','2025-06-27 21:40:33',0,NULL,10),(3496,'wp_mail_smtp_admin_notifications_update','complete','2025-06-27 00:30:35','2025-06-27 00:30:35','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750984235;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750984235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-27 00:42:18','2025-06-27 00:42:18',0,NULL,10),(3498,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:19:38','2025-06-26 10:19:38','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750933178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750933178;}',3,1,'2025-06-26 10:20:54','2025-06-26 10:20:54',0,NULL,10),(3495,'woocommerce_cleanup_draft_orders','complete','2025-06-26 21:31:13','2025-06-26 21:31:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750973473;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750973473;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-26 21:34:40','2025-06-26 21:34:40',0,NULL,10),(3509,'woocommerce_cleanup_draft_orders','complete','2025-06-28 21:40:33','2025-06-28 21:40:33','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751146833;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751146833;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-28 22:24:31','2025-06-28 22:24:31',0,NULL,10),(3510,'wp_mail_smtp_admin_notifications_update','complete','2025-06-29 01:08:38','2025-06-29 01:08:38','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751159318;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751159318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-29 01:54:38','2025-06-29 01:54:38',0,NULL,10),(3511,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:08:09','2025-06-28 17:08:09','[1061,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751130489;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751130489;}',3,1,'2025-06-28 17:10:05','2025-06-28 17:10:05',0,NULL,10),(3512,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:12:14','2025-06-28 17:12:14','[1053,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751130734;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751130734;}',3,1,'2025-06-28 17:13:14','2025-06-28 17:13:14',0,NULL,10),(3520,'woocommerce_cleanup_draft_orders','complete','2025-06-30 23:33:41','2025-06-30 23:33:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751326421;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751326421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-07-01 00:38:56','2025-07-01 00:38:56',0,NULL,10),(3547,'wp_mail_smtp_admin_notifications_update','complete','2025-07-03 02:46:11','2025-07-03 02:46:11','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751510771;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751510771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-07-03 03:32:14','2025-07-03 03:32:14',0,NULL,10),(3550,'woocommerce_cleanup_draft_orders','complete','2025-07-04 01:35:09','2025-07-04 01:35:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751592909;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751592909;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-07-04 01:38:40','2025-07-04 01:38:40',0,NULL,10),(3555,'wp_mail_smtp_admin_notifications_update','pending','2025-07-05 03:49:58','2025-07-05 03:49:58','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751687398;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751687398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(3418,'wp_mail_smtp_admin_notifications_update','complete','2025-06-03 16:48:07','2025-06-03 16:48:07','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1748969287;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1748969287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-03 17:08:55','2025-06-03 17:08:55',0,NULL,10),(3420,'wp_mail_smtp_admin_notifications_update','complete','2025-06-04 17:08:55','2025-06-04 17:08:55','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749056935;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749056935;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-04 17:22:11','2025-06-04 17:22:11',0,NULL,10),(3424,'wp_mail_smtp_admin_notifications_update','complete','2025-06-06 17:32:15','2025-06-06 17:32:15','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749231135;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749231135;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-06 17:38:35','2025-06-06 17:38:35',0,NULL,10),(3426,'wp_mail_smtp_admin_notifications_update','complete','2025-06-07 17:38:35','2025-06-07 17:38:35','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749317915;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749317915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-07 17:38:46','2025-06-07 17:38:46',0,NULL,10),(3429,'wp_mail_smtp_admin_notifications_update','complete','2025-06-08 17:38:46','2025-06-08 17:38:46','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749404326;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749404326;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-08 18:02:06','2025-06-08 18:02:06',0,NULL,10),(3430,'wp_mail_smtp_summary_report_email','complete','2025-06-14 20:15:06','2025-06-14 20:15:06','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749932106;s:18:\"\0*\0first_timestamp\";i:1664200800;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749932106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',5,1,'2025-06-14 20:23:17','2025-06-14 20:23:17',0,NULL,10),(3432,'wp_mail_smtp_admin_notifications_update','complete','2025-06-09 18:02:06','2025-06-09 18:02:06','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749492126;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749492126;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-09 18:38:18','2025-06-09 18:38:18',0,NULL,10),(3434,'wp_mail_smtp_admin_notifications_update','complete','2025-06-10 18:38:18','2025-06-10 18:38:18','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749580698;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749580698;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-10 19:19:49','2025-06-10 19:19:49',0,NULL,10),(3437,'woocommerce_cleanup_draft_orders','complete','2025-06-11 16:15:35','2025-06-11 16:15:35','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749658535;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749658535;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-11 16:47:07','2025-06-11 16:47:07',0,NULL,10),(3440,'wp_mail_smtp_admin_notifications_update','complete','2025-06-12 19:25:24','2025-06-12 19:25:24','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1749756324;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1749756324;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-12 19:58:40','2025-06-12 19:58:40',0,NULL,10),(3443,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 09:42:10','2025-06-12 09:42:10','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749721330;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749721330;}',3,1,'2025-06-12 09:42:41','2025-06-12 09:42:41',0,NULL,10),(3444,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 09:52:51','2025-06-12 09:52:51','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749721971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749721971;}',3,1,'2025-06-12 09:53:10','2025-06-12 09:53:10',0,NULL,10),(3445,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 09:56:22','2025-06-12 09:56:22','[1083,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749722182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749722182;}',3,1,'2025-06-12 09:56:25','2025-06-12 09:56:25',0,NULL,10),(3446,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:00:45','2025-06-12 10:00:45','[1082,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749722445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749722445;}',3,1,'2025-06-12 10:01:53','2025-06-12 10:01:53',0,NULL,10),(3447,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:07:18','2025-06-12 10:07:18','[1061,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749722838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749722838;}',3,1,'2025-06-12 10:08:27','2025-06-12 10:08:27',0,NULL,10),(3448,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:16:11','2025-06-12 10:16:11','[1053,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749723371;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749723371;}',3,1,'2025-06-12 10:16:47','2025-06-12 10:16:47',0,NULL,10),(3449,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:22:23','2025-06-12 10:22:23','[1080,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749723743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749723743;}',3,1,'2025-06-12 10:23:13','2025-06-12 10:23:13',0,NULL,10),(3450,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:33:03','2025-06-12 10:33:03','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749724383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749724383;}',3,1,'2025-06-12 10:33:19','2025-06-12 10:33:19',0,NULL,10),(3451,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-12 10:37:12','2025-06-12 10:37:12','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1749724632;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1749724632;}',3,1,'2025-06-12 10:37:12','2025-06-12 10:37:12',0,NULL,10),(3457,'wp_mail_smtp_summary_report_email','complete','2025-06-21 20:23:17','2025-06-21 20:23:17','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750537397;s:18:\"\0*\0first_timestamp\";i:1664200800;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750537397;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',5,1,'2025-06-21 20:49:28','2025-06-21 20:49:28',0,NULL,10),(3460,'wp_mail_smtp_admin_notifications_update','complete','2025-06-16 20:42:20','2025-06-16 20:42:20','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750106540;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750106540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-16 21:12:58','2025-06-16 21:12:58',0,NULL,10),(3458,'wp_mail_smtp_admin_notifications_update','complete','2025-06-15 20:23:44','2025-06-15 20:23:44','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750019024;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750019024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-15 20:42:20','2025-06-15 20:42:20',0,NULL,10),(3463,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:36:59','2025-06-16 11:36:59','[1080,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750073819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750073819;}',3,1,'2025-06-16 11:37:02','2025-06-16 11:37:02',0,NULL,10),(3464,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:44:39','2025-06-16 11:44:39','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074279;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074279;}',3,1,'2025-06-16 11:45:00','2025-06-16 11:45:00',0,NULL,10),(3465,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:45:53','2025-06-16 11:45:53','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074353;}',3,1,'2025-06-16 11:46:17','2025-06-16 11:46:17',0,NULL,10),(3466,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:47:30','2025-06-16 11:47:30','[1083,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074450;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074450;}',3,1,'2025-06-16 11:47:55','2025-06-16 11:47:55',0,NULL,10),(3467,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:49:03','2025-06-16 11:49:03','[1053,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074543;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074543;}',3,1,'2025-06-16 11:49:03','2025-06-16 11:49:03',0,NULL,10),(3468,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:51:15','2025-06-16 11:51:15','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074675;}',3,1,'2025-06-16 11:51:50','2025-06-16 11:51:50',0,NULL,10),(3469,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-16 11:52:14','2025-06-16 11:52:14','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750074734;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750074734;}',3,1,'2025-06-16 11:52:52','2025-06-16 11:52:52',0,NULL,10),(3472,'woocommerce_cleanup_draft_orders','complete','2025-06-18 19:26:11','2025-06-18 19:26:11','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750274771;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750274771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-18 19:29:23','2025-06-18 19:29:23',0,NULL,10),(3471,'wp_mail_smtp_admin_notifications_update','complete','2025-06-17 21:12:58','2025-06-17 21:12:58','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750194778;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750194778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-17 21:56:41','2025-06-17 21:56:41',0,NULL,10),(3488,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-23 16:05:44','2025-06-23 16:05:44','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750694744;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750694744;}',3,1,'2025-06-23 16:05:58','2025-06-23 16:05:58',0,NULL,10),(3489,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-23 16:11:17','2025-06-23 16:11:17','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750695077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750695077;}',3,1,'2025-06-23 16:12:25','2025-06-23 16:12:25',0,NULL,10),(3490,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-23 16:13:42','2025-06-23 16:13:42','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750695222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750695222;}',3,1,'2025-06-23 16:14:04','2025-06-23 16:14:04',0,NULL,10),(3491,'woocommerce_cleanup_draft_orders','complete','2025-06-24 20:18:00','2025-06-24 20:18:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750796280;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750796280;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-24 20:55:29','2025-06-24 20:55:29',0,NULL,10),(3492,'wp_mail_smtp_admin_notifications_update','complete','2025-06-24 23:56:46','2025-06-24 23:56:46','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1750809406;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1750809406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-25 00:25:07','2025-06-25 00:25:07',0,NULL,10),(3500,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:34:58','2025-06-26 10:34:58','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750934098;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750934098;}',3,1,'2025-06-26 10:35:02','2025-06-26 10:35:02',0,NULL,10),(3501,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:41:06','2025-06-26 10:41:06','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750934466;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750934466;}',3,1,'2025-06-26 10:41:53','2025-06-26 10:41:53',0,NULL,10),(3502,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:45:05','2025-06-26 10:45:05','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750934705;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750934705;}',3,1,'2025-06-26 10:46:05','2025-06-26 10:46:05',0,NULL,10),(3503,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:48:04','2025-06-26 10:48:04','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750934884;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750934884;}',3,1,'2025-06-26 10:49:03','2025-06-26 10:49:03',0,NULL,10),(3504,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:51:12','2025-06-26 10:51:12','[1083,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750935072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750935072;}',3,1,'2025-06-26 10:52:36','2025-06-26 10:52:36',0,NULL,10),(3505,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:53:13','2025-06-26 10:53:13','[1082,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750935193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750935193;}',3,1,'2025-06-26 10:53:45','2025-06-26 10:53:45',0,NULL,10),(3506,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-26 10:54:42','2025-06-26 10:54:42','[1083,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750935282;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750935282;}',3,1,'2025-06-26 10:54:57','2025-06-26 10:54:57',0,NULL,10),(3508,'wp_mail_smtp_admin_notifications_update','complete','2025-06-28 00:42:18','2025-06-28 00:42:18','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751071338;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751071338;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-28 01:08:38','2025-06-28 01:08:38',0,NULL,10),(3514,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:18:04','2025-06-28 17:18:04','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751131084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751131084;}',3,1,'2025-06-28 17:18:09','2025-06-28 17:18:09',0,NULL,10),(3515,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:19:05','2025-06-28 17:19:05','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751131145;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751131145;}',3,1,'2025-06-28 17:19:09','2025-06-28 17:19:09',0,NULL,10),(3516,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-28 17:19:18','2025-06-28 17:19:18','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751131158;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751131158;}',3,1,'2025-06-28 17:19:50','2025-06-28 17:19:50',0,NULL,10),(3517,'wp_mail_smtp_summary_report_email','pending','2025-07-05 22:06:07','2025-07-05 22:06:07','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751753167;s:18:\"\0*\0first_timestamp\";i:1664200800;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751753167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',5,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(3519,'wp_mail_smtp_admin_notifications_update','complete','2025-06-30 01:54:38','2025-06-30 01:54:38','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751248478;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751248478;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-06-30 02:15:42','2025-06-30 02:15:42',0,NULL,10),(3518,'woocommerce_cleanup_draft_orders','complete','2025-06-29 22:24:31','2025-06-29 22:24:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751235871;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751235871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,1,'2025-06-29 23:33:41','2025-06-29 23:33:41',0,NULL,10),(3522,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:17:26','2025-06-30 04:17:26','[1061,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257046;}',3,1,'2025-06-30 04:18:20','2025-06-30 04:18:20',0,NULL,10),(3523,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:20:40','2025-06-30 04:20:40','[1053,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257240;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257240;}',3,1,'2025-06-30 04:20:53','2025-06-30 04:20:53',0,NULL,10),(3524,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:23:27','2025-06-30 04:23:27','[1080,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257407;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257407;}',3,1,'2025-06-30 04:24:02','2025-06-30 04:24:02',0,NULL,10),(3525,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:27:04','2025-06-30 04:27:04','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257624;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257624;}',3,1,'2025-06-30 04:27:04','2025-06-30 04:27:04',0,NULL,10),(3526,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:28:12','2025-06-30 04:28:12','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257692;}',3,1,'2025-06-30 04:28:55','2025-06-30 04:28:55',0,NULL,10),(3527,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:28:38','2025-06-30 04:28:38','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751257718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751257718;}',3,1,'2025-06-30 04:29:04','2025-06-30 04:29:04',0,NULL,10),(3528,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:48:04','2025-06-30 04:48:04','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751258884;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751258884;}',3,1,'2025-06-30 04:48:09','2025-06-30 04:48:09',0,NULL,10),(3529,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 04:54:10','2025-06-30 04:54:10','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751259250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751259250;}',3,1,'2025-06-30 04:54:13','2025-06-30 04:54:13',0,NULL,10),(3530,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:01:30','2025-06-30 05:01:30','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751259690;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751259690;}',3,1,'2025-06-30 05:03:17','2025-06-30 05:03:17',0,NULL,10),(3531,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:03:27','2025-06-30 05:03:27','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751259807;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751259807;}',3,1,'2025-06-30 05:03:40','2025-06-30 05:03:40',0,NULL,10),(3532,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:09:41','2025-06-30 05:09:41','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260181;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260181;}',3,1,'2025-06-30 05:10:05','2025-06-30 05:10:05',0,NULL,10),(3533,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:10:12','2025-06-30 05:10:12','[1083,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260212;}',3,1,'2025-06-30 05:10:38','2025-06-30 05:10:38',0,NULL,10),(3534,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:10:52','2025-06-30 05:10:52','[1082,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260252;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260252;}',3,1,'2025-06-30 05:11:44','2025-06-30 05:11:44',0,NULL,10),(3535,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:11:03','2025-06-30 05:11:03','[1061,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260263;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260263;}',3,1,'2025-06-30 05:12:46','2025-06-30 05:12:46',0,NULL,10),(3536,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:11:42','2025-06-30 05:11:42','[1053,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260302;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260302;}',3,1,'2025-06-30 05:13:06','2025-06-30 05:13:06',0,NULL,10),(3537,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:12:42','2025-06-30 05:12:42','[1080,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260362;}',3,1,'2025-06-30 05:13:26','2025-06-30 05:13:26',0,NULL,10),(3538,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:12:58','2025-06-30 05:12:58','[1079,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260378;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260378;}',3,1,'2025-06-30 05:13:45','2025-06-30 05:13:45',0,NULL,10),(3539,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:17:52','2025-06-30 05:17:52','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260672;}',3,1,'2025-06-30 05:18:04','2025-06-30 05:18:04',0,NULL,10),(3540,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:17:53','2025-06-30 05:17:53','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260673;}',3,1,'2025-06-30 05:18:31','2025-06-30 05:18:31',0,NULL,10),(3541,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:19:51','2025-06-30 05:19:51','[1084,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260791;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260791;}',3,1,'2025-06-30 05:19:59','2025-06-30 05:19:59',0,NULL,10),(3542,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:20:03','2025-06-30 05:20:03','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260803;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260803;}',3,1,'2025-06-30 05:21:37','2025-06-30 05:21:37',0,NULL,10),(3543,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-06-30 05:20:06','2025-06-30 05:20:06','[1085,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751260806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751260806;}',3,1,'2025-06-30 05:21:37','2025-06-30 05:21:37',0,NULL,10),(3548,'action_scheduler/migration_hook','complete','2025-07-02 13:49:32','2025-07-02 13:49:32','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751464172;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751464172;}',1,1,'2025-07-02 13:50:21','2025-07-02 13:50:21',0,NULL,10),(3549,'action_scheduler/migration_hook','failed','2025-07-02 13:51:21','2025-07-02 13:51:21','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751464281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751464281;}',1,1,'2025-07-02 13:51:28','2025-07-02 13:51:28',0,NULL,10),(3554,'woocommerce_cleanup_draft_orders','pending','2025-07-05 01:38:40','2025-07-05 01:38:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751679520;s:18:\"\0*\0first_timestamp\";i:1663160401;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751679520;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',7,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(3551,'wp_mail_smtp_admin_notifications_update','complete','2025-07-04 03:32:14','2025-07-04 03:32:14','[4]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751599934;s:18:\"\0*\0first_timestamp\";i:1747400458;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751599934;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',5,1,'2025-07-04 03:49:58','2025-07-04 03:49:58',0,NULL,10),(3552,'woocommerce_update_marketplace_suggestions','complete','2025-07-03 06:47:38','2025-07-03 06:47:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751525258;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751525258;}',7,1,'2025-07-03 06:47:50','2025-07-03 06:47:50',0,NULL,10),(3553,'woocommerce_run_product_attribute_lookup_update_callback','complete','2025-07-03 07:55:59','2025-07-03 07:55:59','[1086,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751529359;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751529359;}',3,1,'2025-07-03 07:56:00','2025-07-03 07:56:00',0,NULL,10);
/*!40000 ALTER TABLE `wpf4_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wpf4_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=310479 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_actionscheduler_claims`
--
LOCK TABLES `wpf4_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wpf4_actionscheduler_claims` DISABLE KEYS */;
INSERT INTO `wpf4_actionscheduler_claims` VALUES (207670,'2023-07-28 05:20:25');
/*!40000 ALTER TABLE `wpf4_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wpf4_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_actionscheduler_groups`
--
LOCK TABLES `wpf4_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpf4_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpf4_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data'),(3,'woocommerce-db-updates'),(4,'woocommerce-remote-inbox-engine'),(5,'wp_mail_smtp'),(6,'rocket-preload'),(7,'');
/*!40000 ALTER TABLE `wpf4_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wpf4_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=7522 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_actionscheduler_logs`
--
LOCK TABLES `wpf4_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpf4_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpf4_actionscheduler_logs` VALUES (7293,3479,'action created','2025-06-20 23:31:33','2025-06-20 23:31:33'),(7298,3457,'action complete via WP Cron','2025-06-21 20:49:28','2025-06-21 20:49:28'),(7314,3486,'action complete via WP Cron','2025-06-23 15:56:38','2025-06-23 15:56:38'),(7343,3494,'action complete via WP Cron','2025-06-26 00:30:35','2025-06-26 00:30:35'),(7228,3455,'action started via Async Request','2025-06-14 20:23:41','2025-06-14 20:23:41'),(7125,3423,'action created','2025-06-05 11:48:14','2025-06-05 11:48:14'),(7155,3433,'action created','2025-06-09 15:05:03','2025-06-09 15:05:03'),(7287,3477,'action created','2025-06-19 22:24:19','2025-06-19 22:24:19'),(7224,3456,'action created','2025-06-14 17:23:53','2025-06-14 17:23:53'),(7419,3521,'action created','2025-06-30 02:15:42','2025-06-30 02:15:42'),(7347,3497,'action complete via Async Request','2025-06-26 10:16:54','2025-06-26 10:16:54'),(7344,3496,'action created','2025-06-26 00:30:35','2025-06-26 00:30:35'),(7335,3493,'action created','2025-06-24 20:55:29','2025-06-24 20:55:29'),(7313,3486,'action started via WP Cron','2025-06-23 15:56:37','2025-06-23 15:56:37'),(7390,3512,'action created','2025-06-28 17:12:13','2025-06-28 17:12:13'),(7386,3510,'action created','2025-06-28 01:08:38','2025-06-28 01:08:38'),(7121,3420,'action complete via WP Cron','2025-06-04 17:22:11','2025-06-04 17:22:11'),(7280,3473,'action complete via WP Cron','2025-06-18 22:12:03','2025-06-18 22:12:03'),(7494,3546,'action created','2025-07-02 01:05:09','2025-07-02 01:05:09'),(7107,3417,'action created','2025-06-02 11:16:42','2025-06-02 11:16:42'),(7218,3454,'action created','2025-06-13 16:56:23','2025-06-13 16:56:23'),(7272,3472,'action created','2025-06-17 19:26:11','2025-06-17 19:26:11'),(7172,3437,'action complete via WP Cron','2025-06-11 16:47:07','2025-06-11 16:47:07'),(7281,3475,'action created','2025-06-18 22:12:03','2025-06-18 22:12:03'),(7491,3545,'action created','2025-07-01 02:24:58','2025-07-01 02:24:58'),(7389,3511,'action complete via Async Request','2025-06-28 17:10:05','2025-06-28 17:10:05'),(2197,1781,'action created','2023-05-27 04:51:42','2023-05-27 04:51:42'),(2201,1781,'action started via Async Request','2023-05-27 04:51:43','2023-05-27 04:51:43'),(2202,1781,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-05-27 04:51:43','2023-05-27 04:51:43'),(2205,1783,'action created','2023-05-27 04:51:43','2023-05-27 04:51:43'),(2206,1783,'action started via Async Request','2023-05-27 04:52:50','2023-05-27 04:52:50'),(2207,1783,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2023-05-27 04:52:50','2023-05-27 04:52:50'),(7307,3482,'action complete via WP Cron','2025-06-22 23:52:03','2025-06-22 23:52:03'),(7149,3431,'action created','2025-06-08 12:15:21','2025-06-08 12:15:21'),(7226,3430,'action complete via WP Cron','2025-06-14 20:23:17','2025-06-14 20:23:17'),(7098,3414,'action created','2025-05-31 19:56:32','2025-05-31 19:56:32'),(7296,3480,'action created','2025-06-21 19:58:20','2025-06-21 19:58:20'),(7154,3431,'action complete via WP Cron','2025-06-09 15:05:03','2025-06-09 15:05:03'),(7161,3435,'action complete via WP Cron','2025-06-10 10:37:06','2025-06-10 10:37:06'),(7136,3427,'action started via WP Cron','2025-06-07 04:01:37','2025-06-07 04:01:37'),(7217,3452,'action complete via WP Cron','2025-06-13 16:56:23','2025-06-13 16:56:23'),(7131,3425,'action created','2025-06-06 12:08:23','2025-06-06 12:08:23'),(7124,3421,'action complete via WP Cron','2025-06-05 11:48:14','2025-06-05 11:48:14'),(7216,3452,'action started via WP Cron','2025-06-13 16:56:23','2025-06-13 16:56:23'),(7123,3421,'action started via WP Cron','2025-06-05 11:48:14','2025-06-05 11:48:14'),(7170,3438,'action created','2025-06-10 19:19:49','2025-06-10 19:19:49'),(7118,3419,'action complete via WP Cron','2025-06-04 11:46:43','2025-06-04 11:46:43'),(7119,3421,'action created','2025-06-04 11:46:43','2025-06-04 11:46:43'),(7239,3461,'action complete via WP Cron','2025-06-16 09:51:54','2025-06-16 09:51:54'),(7312,3486,'action created','2025-06-23 15:56:32','2025-06-23 15:56:32'),(7233,3459,'action created','2025-06-15 17:47:59','2025-06-15 17:47:59'),(7232,3456,'action complete via WP Cron','2025-06-15 17:47:59','2025-06-15 17:47:59'),(7231,3456,'action started via WP Cron','2025-06-15 17:47:59','2025-06-15 17:47:59'),(7286,3475,'action complete via WP Cron','2025-06-19 22:24:19','2025-06-19 22:24:19'),(7237,3461,'action created','2025-06-16 09:51:48','2025-06-16 09:51:48'),(7238,3461,'action started via WP Cron','2025-06-16 09:51:53','2025-06-16 09:51:53'),(7271,3470,'action complete via WP Cron','2025-06-17 19:26:11','2025-06-17 19:26:11'),(7334,3491,'action complete via WP Cron','2025-06-24 20:55:29','2025-06-24 20:55:29'),(7120,3420,'action started via WP Cron','2025-06-04 17:22:07','2025-06-04 17:22:07'),(7385,3508,'action complete via WP Cron','2025-06-28 01:08:38','2025-06-28 01:08:38'),(7416,3520,'action created','2025-06-29 23:33:41','2025-06-29 23:33:41'),(7493,3544,'action complete via WP Cron','2025-07-02 01:05:08','2025-07-02 01:05:08'),(7492,3544,'action started via WP Cron','2025-07-02 01:05:08','2025-07-02 01:05:08'),(7333,3491,'action started via WP Cron','2025-06-24 20:55:29','2025-06-24 20:55:29'),(3793,2313,'action created','2023-07-29 07:17:43','2023-07-29 07:17:43'),(3797,2313,'action started via WP Cron','2023-07-29 07:18:45','2023-07-29 07:18:45'),(3798,2313,'action failed via WP Cron: Scheduled action for rocket_preload_job_check_finished will not be executed as no callbacks are registered.','2023-07-29 07:18:45','2023-07-29 07:18:45'),(3804,2316,'action created','2023-07-29 07:28:45','2023-07-29 07:28:45'),(3805,2316,'action started via WP Cron','2023-07-29 07:29:45','2023-07-29 07:29:45'),(3806,2316,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2023-07-29 07:29:45','2023-07-29 07:29:45'),(7270,3470,'action started via WP Cron','2025-06-17 19:26:10','2025-06-17 19:26:10'),(3810,2318,'action created','2023-07-29 07:48:56','2023-07-29 07:48:56'),(3811,2318,'action started via Async Request','2023-07-29 07:49:58','2023-07-29 07:49:58'),(3812,2318,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2023-07-29 07:49:58','2023-07-29 07:49:58'),(7306,3482,'action started via WP Cron','2025-06-22 23:52:00','2025-06-22 23:52:00'),(7308,3484,'action created','2025-06-22 23:52:03','2025-06-22 23:52:03'),(7227,3457,'action created','2025-06-14 20:23:18','2025-06-14 20:23:18'),(7384,3508,'action started via WP Cron','2025-06-28 01:08:37','2025-06-28 01:08:37'),(7346,3497,'action started via Async Request','2025-06-26 10:16:53','2025-06-26 10:16:53'),(7520,3551,'action complete via WP Cron','2025-07-04 03:49:58','2025-07-04 03:49:58'),(7113,3419,'action created','2025-06-03 11:40:25','2025-06-03 11:40:25'),(7117,3419,'action started via WP Cron','2025-06-04 11:46:42','2025-06-04 11:46:42'),(7135,3427,'action created','2025-06-07 04:01:26','2025-06-07 04:01:26'),(7130,3423,'action complete via WP Cron','2025-06-06 12:08:23','2025-06-06 12:08:23'),(7129,3423,'action started via WP Cron','2025-06-06 12:08:23','2025-06-06 12:08:23'),(6967,3371,'action created','2025-05-12 10:58:33','2025-05-12 10:58:33'),(7171,3437,'action started via WP Cron','2025-06-11 16:47:06','2025-06-11 16:47:06'),(7148,3428,'action complete via WP Cron','2025-06-08 12:15:21','2025-06-08 12:15:21'),(7147,3428,'action started via WP Cron','2025-06-08 12:15:20','2025-06-08 12:15:20'),(7160,3435,'action started via WP Cron','2025-06-10 10:37:06','2025-06-10 10:37:06'),(7159,3435,'action created','2025-06-10 10:35:17','2025-06-10 10:35:17'),(7222,3454,'action started via WP Cron','2025-06-14 17:23:51','2025-06-14 17:23:51'),(7297,3457,'action started via WP Cron','2025-06-21 20:49:20','2025-06-21 20:49:20'),(7223,3454,'action complete via WP Cron','2025-06-14 17:23:52','2025-06-14 17:23:52'),(7169,3434,'action complete via WP Cron','2025-06-10 19:19:49','2025-06-10 19:19:49'),(7168,3434,'action started via WP Cron','2025-06-10 19:19:45','2025-06-10 19:19:45'),(7178,3441,'action started via Async Request','2025-06-12 09:34:55','2025-06-12 09:34:55'),(7177,3441,'action created','2025-06-12 09:34:22','2025-06-12 09:34:22'),(7388,3511,'action started via Async Request','2025-06-28 17:10:04','2025-06-28 17:10:04'),(7489,3521,'action started via WP Cron','2025-07-01 02:24:56','2025-07-01 02:24:56'),(7418,3519,'action complete via WP Cron','2025-06-30 02:15:42','2025-06-30 02:15:42'),(7417,3519,'action started via WP Cron','2025-06-30 02:15:39','2025-06-30 02:15:39'),(7490,3521,'action complete via WP Cron','2025-07-01 02:24:58','2025-07-01 02:24:58'),(7225,3430,'action started via WP Cron','2025-06-14 20:23:11','2025-06-14 20:23:11'),(7221,3455,'action created','2025-06-13 20:17:31','2025-06-13 20:17:31'),(6971,3371,'action started via WP Cron','2025-05-12 11:00:08','2025-05-12 11:00:08'),(6972,3371,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-05-12 11:00:09','2025-05-12 11:00:09'),(7220,3453,'action complete via WP Cron','2025-06-13 20:17:31','2025-06-13 20:17:31'),(7219,3453,'action started via WP Cron','2025-06-13 20:17:28','2025-06-13 20:17:28'),(7215,3453,'action created','2025-06-12 19:58:41','2025-06-12 19:58:41'),(7214,3440,'action complete via WP Cron','2025-06-12 19:58:40','2025-06-12 19:58:40'),(7213,3440,'action started via WP Cron','2025-06-12 19:58:34','2025-06-12 19:58:34'),(6978,3374,'action created','2025-05-12 11:05:27','2025-05-12 11:05:27'),(6979,3374,'action started via WP Cron','2025-05-12 11:07:05','2025-05-12 11:07:05'),(6980,3374,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-05-12 11:07:05','2025-05-12 11:07:05'),(7212,3452,'action created','2025-06-12 16:49:41','2025-06-12 16:49:41'),(7211,3439,'action complete via WP Cron','2025-06-12 16:49:41','2025-06-12 16:49:41'),(7210,3439,'action started via WP Cron','2025-06-12 16:49:41','2025-06-12 16:49:41'),(7112,3417,'action complete via WP Cron','2025-06-03 11:40:24','2025-06-03 11:40:24'),(7111,3417,'action started via WP Cron','2025-06-03 11:40:24','2025-06-03 11:40:24'),(6063,3069,'action created','2024-08-23 05:35:01','2024-08-23 05:35:01'),(6064,3069,'action started via WP Cron','2024-08-23 05:36:06','2024-08-23 05:36:06'),(6065,3069,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-08-23 05:36:06','2024-08-23 05:36:06'),(7153,3431,'action started via WP Cron','2025-06-09 15:05:03','2025-06-09 15:05:03'),(7292,3477,'action complete via WP Cron','2025-06-20 23:31:33','2025-06-20 23:31:33'),(7291,3477,'action started via WP Cron','2025-06-20 23:31:30','2025-06-20 23:31:30'),(7266,3470,'action created','2025-06-16 19:07:37','2025-06-16 19:07:37'),(7265,3459,'action complete via WP Cron','2025-06-16 19:07:37','2025-06-16 19:07:37'),(7264,3459,'action started via WP Cron','2025-06-16 19:07:37','2025-06-16 19:07:37'),(7275,3473,'action created','2025-06-17 21:56:41','2025-06-17 21:56:41'),(7274,3471,'action complete via WP Cron','2025-06-17 21:56:41','2025-06-17 21:56:41'),(7273,3471,'action started via WP Cron','2025-06-17 21:56:38','2025-06-17 21:56:38'),(7278,3474,'action created','2025-06-18 19:29:23','2025-06-18 19:29:23'),(7279,3473,'action started via WP Cron','2025-06-18 22:11:59','2025-06-18 22:11:59'),(7285,3475,'action started via WP Cron','2025-06-19 22:24:17','2025-06-19 22:24:17'),(7277,3472,'action complete via WP Cron','2025-06-18 19:29:23','2025-06-18 19:29:23'),(7276,3472,'action started via WP Cron','2025-06-18 19:29:22','2025-06-18 19:29:22'),(7284,3476,'action created','2025-06-19 19:33:32','2025-06-19 19:33:32'),(7283,3474,'action complete via WP Cron','2025-06-19 19:33:32','2025-06-19 19:33:32'),(7282,3474,'action started via WP Cron','2025-06-19 19:33:31','2025-06-19 19:33:31'),(7290,3478,'action created','2025-06-20 19:51:32','2025-06-20 19:51:32'),(7289,3476,'action complete via WP Cron','2025-06-20 19:51:31','2025-06-20 19:51:31'),(7288,3476,'action started via WP Cron','2025-06-20 19:51:31','2025-06-20 19:51:31'),(7295,3478,'action complete via WP Cron','2025-06-21 19:58:19','2025-06-21 19:58:19'),(7294,3478,'action started via WP Cron','2025-06-21 19:58:19','2025-06-21 19:58:19'),(7305,3483,'action created','2025-06-22 20:09:15','2025-06-22 20:09:15'),(7304,3480,'action complete via WP Cron','2025-06-22 20:09:15','2025-06-22 20:09:15'),(7303,3480,'action started via WP Cron','2025-06-22 20:09:14','2025-06-22 20:09:14'),(7311,3485,'action complete via WP Cron','2025-06-23 15:50:06','2025-06-23 15:50:06'),(7310,3485,'action started via WP Cron','2025-06-23 15:50:05','2025-06-23 15:50:05'),(7309,3485,'action created','2025-06-23 15:50:04','2025-06-23 15:50:04'),(7338,3494,'action created','2025-06-25 00:25:07','2025-06-25 00:25:07'),(7337,3492,'action complete via WP Cron','2025-06-25 00:25:07','2025-06-25 00:25:07'),(7336,3492,'action started via WP Cron','2025-06-25 00:25:05','2025-06-25 00:25:05'),(7341,3495,'action created','2025-06-25 21:31:14','2025-06-25 21:31:14'),(7342,3494,'action started via WP Cron','2025-06-26 00:30:34','2025-06-26 00:30:34'),(7345,3497,'action created','2025-06-26 10:16:22','2025-06-26 10:16:22'),(7340,3493,'action complete via WP Cron','2025-06-25 21:31:13','2025-06-25 21:31:13'),(7339,3493,'action started via WP Cron','2025-06-25 21:31:13','2025-06-25 21:31:13'),(7377,3507,'action created','2025-06-26 21:34:41','2025-06-26 21:34:41'),(7376,3495,'action complete via WP Cron','2025-06-26 21:34:40','2025-06-26 21:34:40'),(7375,3495,'action started via WP Cron','2025-06-26 21:34:40','2025-06-26 21:34:40'),(7383,3509,'action created','2025-06-27 21:40:33','2025-06-27 21:40:33'),(7382,3507,'action complete via WP Cron','2025-06-27 21:40:33','2025-06-27 21:40:33'),(7381,3507,'action started via WP Cron','2025-06-27 21:40:33','2025-06-27 21:40:33'),(7387,3511,'action created','2025-06-28 17:08:08','2025-06-28 17:08:08'),(7415,3518,'action complete via WP Cron','2025-06-29 23:33:41','2025-06-29 23:33:41'),(7414,3518,'action started via WP Cron','2025-06-29 23:33:41','2025-06-29 23:33:41'),(7488,3544,'action created','2025-07-01 00:38:56','2025-07-01 00:38:56'),(7487,3520,'action complete via WP Cron','2025-07-01 00:38:56','2025-07-01 00:38:56'),(7486,3520,'action started via WP Cron','2025-07-01 00:38:55','2025-07-01 00:38:55'),(7497,3547,'action created','2025-07-02 02:46:11','2025-07-02 02:46:11'),(7496,3545,'action complete via WP Cron','2025-07-02 02:46:11','2025-07-02 02:46:11'),(7495,3545,'action started via WP Cron','2025-07-02 02:46:10','2025-07-02 02:46:10'),(7506,3550,'action created','2025-07-03 01:35:09','2025-07-03 01:35:09'),(7519,3551,'action started via WP Cron','2025-07-04 03:49:56','2025-07-04 03:49:56'),(7505,3546,'action complete via WP Cron','2025-07-03 01:35:09','2025-07-03 01:35:09'),(7504,3546,'action started via WP Cron','2025-07-03 01:35:09','2025-07-03 01:35:09'),(7518,3554,'action created','2025-07-04 01:38:40','2025-07-04 01:38:40'),(7517,3550,'action complete via WP Cron','2025-07-04 01:38:40','2025-07-04 01:38:40'),(7516,3550,'action started via WP Cron','2025-07-04 01:38:39','2025-07-04 01:38:39'),(7110,3418,'action created','2025-06-02 16:48:07','2025-06-02 16:48:07'),(7114,3418,'action started via WP Cron','2025-06-03 17:08:53','2025-06-03 17:08:53'),(7115,3418,'action complete via WP Cron','2025-06-03 17:08:55','2025-06-03 17:08:55'),(7116,3420,'action created','2025-06-03 17:08:55','2025-06-03 17:08:55'),(7122,3422,'action created','2025-06-04 17:22:11','2025-06-04 17:22:11'),(7126,3422,'action started via WP Cron','2025-06-05 17:32:13','2025-06-05 17:32:13'),(7127,3422,'action complete via WP Cron','2025-06-05 17:32:15','2025-06-05 17:32:15'),(7128,3424,'action created','2025-06-05 17:32:15','2025-06-05 17:32:15'),(7132,3424,'action started via WP Cron','2025-06-06 17:38:33','2025-06-06 17:38:33'),(7133,3424,'action complete via WP Cron','2025-06-06 17:38:35','2025-06-06 17:38:35'),(7134,3426,'action created','2025-06-06 17:38:35','2025-06-06 17:38:35'),(7137,3427,'action complete via WP Cron','2025-06-07 04:01:40','2025-06-07 04:01:40'),(7138,3425,'action started via WP Cron','2025-06-07 12:09:06','2025-06-07 12:09:06'),(7139,3425,'action complete via WP Cron','2025-06-07 12:09:06','2025-06-07 12:09:06'),(7140,3428,'action created','2025-06-07 12:09:06','2025-06-07 12:09:06'),(7141,3426,'action started via WP Cron','2025-06-07 17:38:45','2025-06-07 17:38:45'),(7142,3426,'action complete via WP Cron','2025-06-07 17:38:46','2025-06-07 17:38:46'),(7143,3429,'action created','2025-06-07 17:38:46','2025-06-07 17:38:46'),(7144,3414,'action started via WP Cron','2025-06-07 20:14:57','2025-06-07 20:14:57'),(7145,3414,'action complete via WP Cron','2025-06-07 20:15:06','2025-06-07 20:15:06'),(7146,3430,'action created','2025-06-07 20:15:06','2025-06-07 20:15:06'),(7150,3429,'action started via WP Cron','2025-06-08 18:02:02','2025-06-08 18:02:02'),(7151,3429,'action complete via WP Cron','2025-06-08 18:02:06','2025-06-08 18:02:06'),(7152,3432,'action created','2025-06-08 18:02:06','2025-06-08 18:02:06'),(7156,3432,'action started via WP Cron','2025-06-09 18:38:17','2025-06-09 18:38:17'),(7157,3432,'action complete via WP Cron','2025-06-09 18:38:18','2025-06-09 18:38:18'),(7158,3434,'action created','2025-06-09 18:38:18','2025-06-09 18:38:18'),(7162,3436,'action created','2025-06-10 10:37:08','2025-06-10 10:37:08'),(7163,3436,'action started via Async Request','2025-06-10 10:38:27','2025-06-10 10:38:27'),(7164,3436,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-06-10 10:38:27','2025-06-10 10:38:27'),(7165,3433,'action started via WP Cron','2025-06-10 16:15:34','2025-06-10 16:15:34'),(7166,3433,'action complete via WP Cron','2025-06-10 16:15:35','2025-06-10 16:15:35'),(7167,3437,'action created','2025-06-10 16:15:35','2025-06-10 16:15:35'),(7173,3439,'action created','2025-06-11 16:47:07','2025-06-11 16:47:07'),(7174,3438,'action started via WP Cron','2025-06-11 19:25:23','2025-06-11 19:25:23'),(7175,3438,'action complete via WP Cron','2025-06-11 19:25:24','2025-06-11 19:25:24'),(7176,3440,'action created','2025-06-11 19:25:24','2025-06-11 19:25:24'),(7179,3441,'action complete via Async Request','2025-06-12 09:34:55','2025-06-12 09:34:55'),(7180,3442,'action created','2025-06-12 09:35:43','2025-06-12 09:35:43'),(7181,3442,'action started via WP Cron','2025-06-12 09:37:20','2025-06-12 09:37:20'),(7182,3442,'action complete via WP Cron','2025-06-12 09:37:20','2025-06-12 09:37:20'),(7183,3443,'action created','2025-06-12 09:42:09','2025-06-12 09:42:09'),(7184,3443,'action started via Async Request','2025-06-12 09:42:41','2025-06-12 09:42:41'),(7185,3443,'action complete via Async Request','2025-06-12 09:42:41','2025-06-12 09:42:41'),(7186,3444,'action created','2025-06-12 09:52:50','2025-06-12 09:52:50'),(7187,3444,'action started via WP Cron','2025-06-12 09:53:10','2025-06-12 09:53:10'),(7188,3444,'action complete via WP Cron','2025-06-12 09:53:10','2025-06-12 09:53:10'),(7189,3445,'action created','2025-06-12 09:56:21','2025-06-12 09:56:21'),(7190,3445,'action started via WP Cron','2025-06-12 09:56:24','2025-06-12 09:56:24'),(7191,3445,'action complete via WP Cron','2025-06-12 09:56:25','2025-06-12 09:56:25'),(7192,3446,'action created','2025-06-12 10:00:44','2025-06-12 10:00:44'),(7193,3446,'action started via Async Request','2025-06-12 10:01:52','2025-06-12 10:01:52'),(7194,3446,'action complete via Async Request','2025-06-12 10:01:53','2025-06-12 10:01:53'),(7195,3447,'action created','2025-06-12 10:07:17','2025-06-12 10:07:17'),(7196,3447,'action started via Async Request','2025-06-12 10:08:27','2025-06-12 10:08:27'),(7197,3447,'action complete via Async Request','2025-06-12 10:08:27','2025-06-12 10:08:27'),(7198,3448,'action created','2025-06-12 10:16:10','2025-06-12 10:16:10'),(7199,3448,'action started via WP Cron','2025-06-12 10:16:46','2025-06-12 10:16:46'),(7200,3448,'action complete via WP Cron','2025-06-12 10:16:46','2025-06-12 10:16:46'),(7201,3449,'action created','2025-06-12 10:22:23','2025-06-12 10:22:23'),(7202,3449,'action started via WP Cron','2025-06-12 10:23:12','2025-06-12 10:23:12'),(7203,3449,'action complete via WP Cron','2025-06-12 10:23:13','2025-06-12 10:23:13'),(7204,3450,'action created','2025-06-12 10:33:02','2025-06-12 10:33:02'),(7205,3450,'action started via Async Request','2025-06-12 10:33:19','2025-06-12 10:33:19'),(7206,3450,'action complete via Async Request','2025-06-12 10:33:19','2025-06-12 10:33:19'),(7207,3451,'action created','2025-06-12 10:37:11','2025-06-12 10:37:11'),(7208,3451,'action started via WP Cron','2025-06-12 10:37:12','2025-06-12 10:37:12'),(7209,3451,'action complete via WP Cron','2025-06-12 10:37:12','2025-06-12 10:37:12'),(7229,3455,'action complete via Async Request','2025-06-14 20:23:44','2025-06-14 20:23:44'),(7230,3458,'action created','2025-06-14 20:23:44','2025-06-14 20:23:44'),(7234,3458,'action started via WP Cron','2025-06-15 20:42:18','2025-06-15 20:42:18'),(7235,3458,'action complete via WP Cron','2025-06-15 20:42:20','2025-06-15 20:42:20'),(7236,3460,'action created','2025-06-15 20:42:20','2025-06-15 20:42:20'),(7240,3462,'action created','2025-06-16 11:35:32','2025-06-16 11:35:32'),(7241,3462,'action started via WP Cron','2025-06-16 11:35:59','2025-06-16 11:35:59'),(7242,3462,'action complete via WP Cron','2025-06-16 11:35:59','2025-06-16 11:35:59'),(7243,3463,'action created','2025-06-16 11:36:58','2025-06-16 11:36:58'),(7244,3463,'action started via WP Cron','2025-06-16 11:37:02','2025-06-16 11:37:02'),(7245,3463,'action complete via WP Cron','2025-06-16 11:37:02','2025-06-16 11:37:02'),(7246,3464,'action created','2025-06-16 11:44:38','2025-06-16 11:44:38'),(7247,3464,'action started via WP Cron','2025-06-16 11:44:59','2025-06-16 11:44:59'),(7248,3464,'action complete via WP Cron','2025-06-16 11:45:00','2025-06-16 11:45:00'),(7249,3465,'action created','2025-06-16 11:45:52','2025-06-16 11:45:52'),(7250,3465,'action started via Async Request','2025-06-16 11:46:17','2025-06-16 11:46:17'),(7251,3465,'action complete via Async Request','2025-06-16 11:46:17','2025-06-16 11:46:17'),(7252,3466,'action created','2025-06-16 11:47:29','2025-06-16 11:47:29'),(7253,3466,'action started via WP Cron','2025-06-16 11:47:55','2025-06-16 11:47:55'),(7254,3466,'action complete via WP Cron','2025-06-16 11:47:55','2025-06-16 11:47:55'),(7255,3467,'action created','2025-06-16 11:49:02','2025-06-16 11:49:02'),(7256,3467,'action started via WP Cron','2025-06-16 11:49:03','2025-06-16 11:49:03'),(7257,3467,'action complete via WP Cron','2025-06-16 11:49:03','2025-06-16 11:49:03'),(7258,3468,'action created','2025-06-16 11:51:14','2025-06-16 11:51:14'),(7259,3468,'action started via Async Request','2025-06-16 11:51:50','2025-06-16 11:51:50'),(7260,3468,'action complete via Async Request','2025-06-16 11:51:50','2025-06-16 11:51:50'),(7261,3469,'action created','2025-06-16 11:52:13','2025-06-16 11:52:13'),(7262,3469,'action started via Async Request','2025-06-16 11:52:52','2025-06-16 11:52:52'),(7263,3469,'action complete via Async Request','2025-06-16 11:52:52','2025-06-16 11:52:52'),(7267,3460,'action started via WP Cron','2025-06-16 21:12:57','2025-06-16 21:12:57'),(7268,3460,'action complete via WP Cron','2025-06-16 21:12:58','2025-06-16 21:12:58'),(7269,3471,'action created','2025-06-16 21:12:58','2025-06-16 21:12:58'),(7299,3481,'action created','2025-06-21 20:49:28','2025-06-21 20:49:28'),(7300,3479,'action started via WP Cron','2025-06-21 23:37:26','2025-06-21 23:37:26'),(7301,3479,'action complete via WP Cron','2025-06-21 23:37:28','2025-06-21 23:37:28'),(7302,3482,'action created','2025-06-21 23:37:28','2025-06-21 23:37:28'),(7315,3487,'action created','2025-06-23 16:03:14','2025-06-23 16:03:14'),(7316,3487,'action started via WP Cron','2025-06-23 16:04:08','2025-06-23 16:04:08'),(7317,3487,'action complete via WP Cron','2025-06-23 16:04:08','2025-06-23 16:04:08'),(7318,3488,'action created','2025-06-23 16:05:43','2025-06-23 16:05:43'),(7319,3488,'action started via WP Cron','2025-06-23 16:05:58','2025-06-23 16:05:58'),(7320,3488,'action complete via WP Cron','2025-06-23 16:05:58','2025-06-23 16:05:58'),(7321,3489,'action created','2025-06-23 16:11:16','2025-06-23 16:11:16'),(7322,3489,'action started via WP Cron','2025-06-23 16:12:25','2025-06-23 16:12:25'),(7323,3489,'action complete via WP Cron','2025-06-23 16:12:25','2025-06-23 16:12:25'),(7324,3490,'action created','2025-06-23 16:13:41','2025-06-23 16:13:41'),(7325,3490,'action started via WP Cron','2025-06-23 16:14:03','2025-06-23 16:14:03'),(7326,3490,'action complete via WP Cron','2025-06-23 16:14:04','2025-06-23 16:14:04'),(7327,3483,'action started via WP Cron','2025-06-23 20:18:00','2025-06-23 20:18:00'),(7328,3483,'action complete via WP Cron','2025-06-23 20:18:00','2025-06-23 20:18:00'),(7329,3491,'action created','2025-06-23 20:18:00','2025-06-23 20:18:00'),(7330,3484,'action started via WP Cron','2025-06-23 23:56:45','2025-06-23 23:56:45'),(7331,3484,'action complete via WP Cron','2025-06-23 23:56:46','2025-06-23 23:56:46'),(7332,3492,'action created','2025-06-23 23:56:46','2025-06-23 23:56:46'),(7348,3498,'action created','2025-06-26 10:19:37','2025-06-26 10:19:37'),(7349,3498,'action started via Async Request','2025-06-26 10:20:54','2025-06-26 10:20:54'),(7350,3498,'action complete via Async Request','2025-06-26 10:20:54','2025-06-26 10:20:54'),(7351,3499,'action created','2025-06-26 10:24:00','2025-06-26 10:24:00'),(7352,3499,'action started via Async Request','2025-06-26 10:24:28','2025-06-26 10:24:28'),(7353,3499,'action complete via Async Request','2025-06-26 10:24:28','2025-06-26 10:24:28'),(7354,3500,'action created','2025-06-26 10:34:57','2025-06-26 10:34:57'),(7355,3500,'action started via WP Cron','2025-06-26 10:35:02','2025-06-26 10:35:02'),(7356,3500,'action complete via WP Cron','2025-06-26 10:35:02','2025-06-26 10:35:02'),(7357,3501,'action created','2025-06-26 10:41:05','2025-06-26 10:41:05'),(7358,3501,'action started via Async Request','2025-06-26 10:41:53','2025-06-26 10:41:53'),(7359,3501,'action complete via Async Request','2025-06-26 10:41:53','2025-06-26 10:41:53'),(7360,3502,'action created','2025-06-26 10:45:04','2025-06-26 10:45:04'),(7361,3502,'action started via WP Cron','2025-06-26 10:46:04','2025-06-26 10:46:04'),(7362,3502,'action complete via WP Cron','2025-06-26 10:46:05','2025-06-26 10:46:05'),(7363,3503,'action created','2025-06-26 10:48:03','2025-06-26 10:48:03'),(7364,3503,'action started via WP Cron','2025-06-26 10:49:03','2025-06-26 10:49:03'),(7365,3503,'action complete via WP Cron','2025-06-26 10:49:03','2025-06-26 10:49:03'),(7366,3504,'action created','2025-06-26 10:51:11','2025-06-26 10:51:11'),(7367,3504,'action started via WP Cron','2025-06-26 10:52:36','2025-06-26 10:52:36'),(7368,3504,'action complete via WP Cron','2025-06-26 10:52:36','2025-06-26 10:52:36'),(7369,3505,'action created','2025-06-26 10:53:12','2025-06-26 10:53:12'),(7370,3505,'action started via Async Request','2025-06-26 10:53:45','2025-06-26 10:53:45'),(7371,3505,'action complete via Async Request','2025-06-26 10:53:45','2025-06-26 10:53:45'),(7372,3506,'action created','2025-06-26 10:54:41','2025-06-26 10:54:41'),(7373,3506,'action started via WP Cron','2025-06-26 10:54:57','2025-06-26 10:54:57'),(7374,3506,'action complete via WP Cron','2025-06-26 10:54:57','2025-06-26 10:54:57'),(7378,3496,'action started via WP Cron','2025-06-27 00:42:16','2025-06-27 00:42:16'),(7379,3496,'action complete via WP Cron','2025-06-27 00:42:18','2025-06-27 00:42:18'),(7380,3508,'action created','2025-06-27 00:42:18','2025-06-27 00:42:18'),(7391,3512,'action started via Async Request','2025-06-28 17:13:14','2025-06-28 17:13:14'),(7392,3512,'action complete via Async Request','2025-06-28 17:13:14','2025-06-28 17:13:14'),(7393,3513,'action created','2025-06-28 17:14:05','2025-06-28 17:14:05'),(7394,3513,'action started via WP Cron','2025-06-28 17:14:31','2025-06-28 17:14:31'),(7395,3513,'action complete via WP Cron','2025-06-28 17:14:31','2025-06-28 17:14:31'),(7396,3514,'action created','2025-06-28 17:18:03','2025-06-28 17:18:03'),(7397,3514,'action started via WP Cron','2025-06-28 17:18:08','2025-06-28 17:18:08'),(7398,3514,'action complete via WP Cron','2025-06-28 17:18:08','2025-06-28 17:18:08'),(7399,3515,'action created','2025-06-28 17:19:04','2025-06-28 17:19:04'),(7400,3515,'action started via WP Cron','2025-06-28 17:19:09','2025-06-28 17:19:09'),(7401,3515,'action complete via WP Cron','2025-06-28 17:19:09','2025-06-28 17:19:09'),(7402,3516,'action created','2025-06-28 17:19:17','2025-06-28 17:19:17'),(7403,3516,'action started via Async Request','2025-06-28 17:19:50','2025-06-28 17:19:50'),(7404,3516,'action complete via Async Request','2025-06-28 17:19:50','2025-06-28 17:19:50'),(7405,3481,'action started via WP Cron','2025-06-28 22:06:03','2025-06-28 22:06:03'),(7406,3481,'action complete via WP Cron','2025-06-28 22:06:07','2025-06-28 22:06:07'),(7407,3517,'action created','2025-06-28 22:06:08','2025-06-28 22:06:08'),(7408,3509,'action started via WP Cron','2025-06-28 22:24:31','2025-06-28 22:24:31'),(7409,3509,'action complete via WP Cron','2025-06-28 22:24:31','2025-06-28 22:24:31'),(7410,3518,'action created','2025-06-28 22:24:31','2025-06-28 22:24:31'),(7411,3510,'action started via WP Cron','2025-06-29 01:54:35','2025-06-29 01:54:35'),(7412,3510,'action complete via WP Cron','2025-06-29 01:54:38','2025-06-29 01:54:38'),(7413,3519,'action created','2025-06-29 01:54:38','2025-06-29 01:54:38'),(7420,3522,'action created','2025-06-30 04:17:25','2025-06-30 04:17:25'),(7421,3522,'action started via Async Request','2025-06-30 04:18:20','2025-06-30 04:18:20'),(7422,3522,'action complete via Async Request','2025-06-30 04:18:20','2025-06-30 04:18:20'),(7423,3523,'action created','2025-06-30 04:20:39','2025-06-30 04:20:39'),(7424,3523,'action started via Async Request','2025-06-30 04:20:53','2025-06-30 04:20:53'),(7425,3523,'action complete via Async Request','2025-06-30 04:20:53','2025-06-30 04:20:53'),(7426,3524,'action created','2025-06-30 04:23:26','2025-06-30 04:23:26'),(7427,3524,'action started via WP Cron','2025-06-30 04:24:02','2025-06-30 04:24:02'),(7428,3524,'action complete via WP Cron','2025-06-30 04:24:02','2025-06-30 04:24:02'),(7429,3525,'action created','2025-06-30 04:27:03','2025-06-30 04:27:03'),(7430,3525,'action started via WP Cron','2025-06-30 04:27:04','2025-06-30 04:27:04'),(7431,3525,'action complete via WP Cron','2025-06-30 04:27:04','2025-06-30 04:27:04'),(7432,3526,'action created','2025-06-30 04:28:11','2025-06-30 04:28:11'),(7433,3527,'action created','2025-06-30 04:28:37','2025-06-30 04:28:37'),(7434,3526,'action started via Async Request','2025-06-30 04:28:55','2025-06-30 04:28:55'),(7435,3526,'action complete via Async Request','2025-06-30 04:28:55','2025-06-30 04:28:55'),(7436,3527,'action started via WP Cron','2025-06-30 04:29:04','2025-06-30 04:29:04'),(7437,3527,'action complete via WP Cron','2025-06-30 04:29:04','2025-06-30 04:29:04'),(7438,3528,'action created','2025-06-30 04:48:03','2025-06-30 04:48:03'),(7439,3528,'action started via WP Cron','2025-06-30 04:48:09','2025-06-30 04:48:09'),(7440,3528,'action complete via WP Cron','2025-06-30 04:48:09','2025-06-30 04:48:09'),(7441,3529,'action created','2025-06-30 04:54:09','2025-06-30 04:54:09'),(7442,3529,'action started via WP Cron','2025-06-30 04:54:12','2025-06-30 04:54:12'),(7443,3529,'action complete via WP Cron','2025-06-30 04:54:13','2025-06-30 04:54:13'),(7444,3530,'action created','2025-06-30 05:01:29','2025-06-30 05:01:29'),(7445,3530,'action started via WP Cron','2025-06-30 05:03:17','2025-06-30 05:03:17'),(7446,3530,'action complete via WP Cron','2025-06-30 05:03:17','2025-06-30 05:03:17'),(7447,3531,'action created','2025-06-30 05:03:26','2025-06-30 05:03:26'),(7448,3531,'action started via Async Request','2025-06-30 05:03:40','2025-06-30 05:03:40'),(7449,3531,'action complete via Async Request','2025-06-30 05:03:40','2025-06-30 05:03:40'),(7450,3532,'action created','2025-06-30 05:09:40','2025-06-30 05:09:40'),(7451,3532,'action started via WP Cron','2025-06-30 05:10:04','2025-06-30 05:10:04'),(7452,3532,'action complete via WP Cron','2025-06-30 05:10:05','2025-06-30 05:10:05'),(7453,3533,'action created','2025-06-30 05:10:11','2025-06-30 05:10:11'),(7454,3533,'action started via Async Request','2025-06-30 05:10:38','2025-06-30 05:10:38'),(7455,3533,'action complete via Async Request','2025-06-30 05:10:38','2025-06-30 05:10:38'),(7456,3534,'action created','2025-06-30 05:10:51','2025-06-30 05:10:51'),(7457,3535,'action created','2025-06-30 05:11:02','2025-06-30 05:11:02'),(7458,3536,'action created','2025-06-30 05:11:41','2025-06-30 05:11:41'),(7459,3534,'action started via Async Request','2025-06-30 05:11:43','2025-06-30 05:11:43'),(7460,3534,'action complete via Async Request','2025-06-30 05:11:44','2025-06-30 05:11:44'),(7461,3537,'action created','2025-06-30 05:12:41','2025-06-30 05:12:41'),(7462,3535,'action started via Async Request','2025-06-30 05:12:46','2025-06-30 05:12:46'),(7463,3535,'action complete via Async Request','2025-06-30 05:12:46','2025-06-30 05:12:46'),(7464,3538,'action created','2025-06-30 05:12:57','2025-06-30 05:12:57'),(7465,3536,'action started via Async Request','2025-06-30 05:13:06','2025-06-30 05:13:06'),(7466,3536,'action complete via Async Request','2025-06-30 05:13:06','2025-06-30 05:13:06'),(7467,3537,'action started via Async Request','2025-06-30 05:13:26','2025-06-30 05:13:26'),(7468,3537,'action complete via Async Request','2025-06-30 05:13:26','2025-06-30 05:13:26'),(7469,3538,'action started via Async Request','2025-06-30 05:13:45','2025-06-30 05:13:45'),(7470,3538,'action complete via Async Request','2025-06-30 05:13:45','2025-06-30 05:13:45'),(7471,3539,'action created','2025-06-30 05:17:51','2025-06-30 05:17:51'),(7472,3540,'action created','2025-06-30 05:17:52','2025-06-30 05:17:52'),(7473,3539,'action started via Async Request','2025-06-30 05:18:04','2025-06-30 05:18:04'),(7474,3539,'action complete via Async Request','2025-06-30 05:18:04','2025-06-30 05:18:04'),(7475,3540,'action started via Async Request','2025-06-30 05:18:31','2025-06-30 05:18:31'),(7476,3540,'action complete via Async Request','2025-06-30 05:18:31','2025-06-30 05:18:31'),(7477,3541,'action created','2025-06-30 05:19:51','2025-06-30 05:19:51'),(7478,3541,'action started via WP Cron','2025-06-30 05:19:58','2025-06-30 05:19:58'),(7479,3541,'action complete via WP Cron','2025-06-30 05:19:58','2025-06-30 05:19:58'),(7480,3542,'action created','2025-06-30 05:20:02','2025-06-30 05:20:02'),(7481,3543,'action created','2025-06-30 05:20:06','2025-06-30 05:20:06'),(7482,3542,'action started via WP Cron','2025-06-30 05:21:37','2025-06-30 05:21:37'),(7483,3542,'action complete via WP Cron','2025-06-30 05:21:37','2025-06-30 05:21:37'),(7484,3543,'action started via WP Cron','2025-06-30 05:21:37','2025-06-30 05:21:37'),(7485,3543,'action complete via WP Cron','2025-06-30 05:21:37','2025-06-30 05:21:37'),(7498,3548,'action created','2025-07-02 13:48:32','2025-07-02 13:48:32'),(7499,3548,'action started via WP Cron','2025-07-02 13:50:21','2025-07-02 13:50:21'),(7500,3548,'action complete via WP Cron','2025-07-02 13:50:21','2025-07-02 13:50:21'),(7501,3549,'action created','2025-07-02 13:50:21','2025-07-02 13:50:21'),(7502,3549,'action started via WP Cron','2025-07-02 13:51:28','2025-07-02 13:51:28'),(7503,3549,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-02 13:51:28','2025-07-02 13:51:28'),(7507,3547,'action started via WP Cron','2025-07-03 03:32:12','2025-07-03 03:32:12'),(7508,3547,'action complete via WP Cron','2025-07-03 03:32:14','2025-07-03 03:32:14'),(7509,3551,'action created','2025-07-03 03:32:14','2025-07-03 03:32:14'),(7510,3552,'action created','2025-07-03 06:47:38','2025-07-03 06:47:38'),(7511,3552,'action started via WP Cron','2025-07-03 06:47:48','2025-07-03 06:47:48'),(7512,3552,'action complete via WP Cron','2025-07-03 06:47:50','2025-07-03 06:47:50'),(7513,3553,'action created','2025-07-03 07:55:58','2025-07-03 07:55:58'),(7514,3553,'action started via WP Cron','2025-07-03 07:55:59','2025-07-03 07:55:59'),(7515,3553,'action complete via WP Cron','2025-07-03 07:56:00','2025-07-03 07:56:00'),(7521,3555,'action created','2025-07-04 03:49:58','2025-07-04 03:49:58');
/*!40000 ALTER TABLE `wpf4_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_booking`
--
DROP TABLE IF EXISTS `wpf4_booking`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_booking` (
`booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`is_trash` datetime DEFAULT NULL,
`booking_options` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`trash` bigint(10) NOT NULL DEFAULT 0,
`sync_gid` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`is_new` bigint(10) NOT NULL DEFAULT 1,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`sort_date` datetime DEFAULT NULL,
`modification_date` datetime DEFAULT NULL,
`creation_date` timestamp NOT NULL DEFAULT current_timestamp(),
`form` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`hash` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`booking_type` bigint(10) NOT NULL DEFAULT 1,
PRIMARY KEY (`booking_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_booking`
--
LOCK TABLES `wpf4_booking` WRITE;
/*!40000 ALTER TABLE `wpf4_booking` DISABLE KEYS */;
INSERT INTO `wpf4_booking` VALUES (1,NULL,NULL,0,'',1,'','2022-06-16 00:00:00','2022-06-14 13:14:25','2022-10-08 07:56:30','text^name1^Jony~text^secondname1^Smith~text^email1^example-free@wpbookingcalendar.com~text^phone1^458-77-77~textarea^details1^Reserve a room with sea view','450f35135254aaa91e20f5cb778f09a0',1);
/*!40000 ALTER TABLE `wpf4_booking` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_booking_dates_props`
--
DROP TABLE IF EXISTS `wpf4_booking_dates_props`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_booking_dates_props` (
`booking_dates_prop_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`resource_id` bigint(10) NOT NULL DEFAULT 1,
`calendar_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`prop_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`prop_value` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`booking_dates_prop_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_booking_dates_props`
--
LOCK TABLES `wpf4_booking_dates_props` WRITE;
/*!40000 ALTER TABLE `wpf4_booking_dates_props` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_booking_dates_props` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_bookingdates`
--
DROP TABLE IF EXISTS `wpf4_bookingdates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_bookingdates` (
`booking_dates_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`booking_id` bigint(20) unsigned NOT NULL,
`booking_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`approved` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`booking_dates_id`),
UNIQUE KEY `booking_id_dates` (`booking_id`,`booking_date`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_bookingdates`
--
LOCK TABLES `wpf4_bookingdates` WRITE;
/*!40000 ALTER TABLE `wpf4_bookingdates` DISABLE KEYS */;
INSERT INTO `wpf4_bookingdates` VALUES (1,1,'2022-06-16 00:00:00',0),(2,1,'2022-06-17 00:00:00',0),(3,1,'2022-06-18 00:00:00',0),(4,0,'2022-06-29 00:00:00',0),(5,0,'2022-06-30 00:00:00',0),(6,0,'2022-07-01 00:00:00',0),(7,101841,'2022-10-10 00:00:00',0),(8,101841,'2022-10-11 00:00:00',0),(9,101841,'2022-10-12 00:00:00',0);
/*!40000 ALTER TABLE `wpf4_bookingdates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_commentmeta`
--
DROP TABLE IF EXISTS `wpf4_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=188 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_commentmeta`
--
LOCK TABLES `wpf4_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_commentmeta` DISABLE KEYS */;
INSERT INTO `wpf4_commentmeta` VALUES (31,84,'verified','0'),(32,85,'verified','0'),(33,86,'verified','0'),(34,87,'verified','0'),(35,88,'verified','0'),(36,89,'verified','0'),(37,90,'verified','0'),(38,91,'verified','0'),(39,92,'verified','0'),(40,93,'verified','0'),(41,94,'verified','0'),(42,95,'verified','0'),(43,96,'verified','0'),(44,97,'verified','0'),(45,98,'verified','0'),(46,99,'verified','0'),(47,100,'verified','0'),(48,101,'verified','0'),(49,102,'verified','0'),(50,103,'verified','0'),(51,104,'verified','0'),(52,105,'verified','0'),(53,106,'verified','0'),(54,107,'verified','0'),(55,108,'verified','0'),(56,109,'verified','0'),(57,110,'verified','0'),(58,111,'verified','0'),(59,112,'verified','0'),(60,113,'verified','0'),(61,114,'verified','0'),(62,115,'verified','0'),(63,116,'verified','0'),(64,117,'verified','0'),(65,118,'verified','0'),(66,119,'verified','0'),(67,120,'verified','0'),(68,121,'rating','5'),(69,121,'verified','0'),(70,123,'rating','4'),(71,123,'verified','0'),(72,124,'rating','1'),(73,124,'verified','0'),(74,125,'rating','1'),(75,125,'verified','0'),(76,126,'rating','5'),(77,126,'verified','0'),(78,127,'rating','2'),(79,127,'verified','0');
/*!40000 ALTER TABLE `wpf4_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_comments`
--
DROP TABLE IF EXISTS `wpf4_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_comments`
--
LOCK TABLES `wpf4_comments` WRITE;
/*!40000 ALTER TABLE `wpf4_comments` DISABLE KEYS */;
INSERT INTO `wpf4_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2022-03-03 07:44:29','2022-03-03 07:44:29','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'post-trashed','','comment',0,0),(14,1102,'dosneh','mapapi188@gmail.com','','','2022-03-08 06:59:13','2022-03-08 06:59:13','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(17,1148,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-03-08 10:03:16','2022-03-08 10:03:16','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(18,1153,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-03-08 10:09:25','2022-03-08 10:09:25','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(19,1611,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-03-10 05:25:55','2022-03-10 05:25:55','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(40,3635,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-12-02 08:14:35','2022-12-02 08:14:35','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(41,3635,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-12-02 09:35:58','2022-12-02 09:35:58','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(42,3634,'bhavesh patel','dosneh@gmail.com','','','2022-12-14 14:19:21','2022-12-14 14:19:21','Order status changed from On hold to Completed.',0,'1','WooCommerce','order_note',0,0),(23,3523,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-09-15 16:43:33','2022-09-15 16:43:33','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(24,3524,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-09-18 15:13:27','2022-09-18 15:13:27','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(25,3525,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-09-20 15:49:11','2022-09-20 15:49:11','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(44,3638,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 10:58:11','2022-12-16 10:58:11','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(45,3640,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:27:11','2022-12-16 11:27:11','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(27,3527,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-09-24 11:23:05','2022-09-24 11:23:05','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(28,3539,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-06 16:09:47','2022-10-06 16:09:47','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(29,3559,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-08 12:32:01','2022-10-08 12:32:01','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(30,3559,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-08 13:56:13','2022-10-08 13:56:13','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(31,3560,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-10 15:35:16','2022-10-10 15:35:16','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(32,3560,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-10 15:37:54','2022-10-10 15:37:54','Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(33,3560,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-10 15:38:02','2022-10-10 15:38:02','Payment primarily completed. Needs shop owner\'s verification.',0,'1','WooCommerce','order_note',0,0),(34,3565,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-11 06:11:27','2022-10-11 06:11:27','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(35,3565,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-10-11 07:12:19','2022-10-11 07:12:19','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(43,3636,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-12-16 07:25:17','2022-12-16 07:25:17','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(36,3634,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-11-08 08:46:46','2022-11-08 08:46:46','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(37,3634,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-11-08 08:48:35','2022-11-08 08:48:35','Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(38,3634,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2022-11-08 08:48:42','2022-11-08 08:48:42','Payment primarily completed. Needs shop owner\'s verification.',0,'1','WooCommerce','order_note',0,0),(46,3641,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:28:50','2022-12-16 11:28:50','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(47,3642,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:35:42','2022-12-16 11:35:42','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(48,3643,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:41:49','2022-12-16 11:41:49','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(49,3644,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:50:17','2022-12-16 11:50:17','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(50,3646,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:53:06','2022-12-16 11:53:06','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(51,3647,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 11:56:29','2022-12-16 11:56:29','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(53,3649,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:02:15','2022-12-16 12:02:15','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(55,3651,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:06:57','2022-12-16 12:06:57','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(56,3652,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:08:16','2022-12-16 12:08:16','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(57,3653,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:09:30','2022-12-16 12:09:30','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(59,3655,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:15:15','2022-12-16 12:15:15','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(60,3656,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:15:50','2022-12-16 12:15:50','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(61,3657,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:16:31','2022-12-16 12:16:31','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(62,3658,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:21:59','2022-12-16 12:21:59','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(63,3659,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:23:24','2022-12-16 12:23:24','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(64,3660,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:24:41','2022-12-16 12:24:41','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(65,3661,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:25:25','2022-12-16 12:25:25','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(66,3662,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 12:59:55','2022-12-16 12:59:55','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(67,3663,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 13:01:39','2022-12-16 13:01:39','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(68,3664,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 13:02:57','2022-12-16 13:02:57','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(69,3665,'bhavesh patel','dosneh@gmail.com','','','2022-12-16 13:04:49','2022-12-16 13:04:49','Fake order has been created for date blocking Order status changed from Pending payment to RnB Hidden Order.',0,'1','WooCommerce','order_note',0,0),(80,1,'נערות ליווי','r3ojq0dgv@gmail.com','https://www.israelxclub.co.il/','38.15.155.251','2023-11-14 20:04:29','2023-11-14 20:04:29','I was pretty pleased to uncover this website. I wanted to thank you for ones time for this wonderful read!! I definitely savored every part of it and I have you saved as a favorite to see new information on your site.',0,'post-trashed','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 Cyberfox/36.0','comment',0,0),(81,1,'VecScugh','f4ghgsx3hhi@gmail.com','https://reviagrixs.com/','178.159.37.28','2023-12-16 05:11:41','2023-12-16 05:11:41','<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">real generic viagra</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 UBrowser/7.0.125.1629 Safari/537.36','comment',0,0),(82,1,'VecScugh','f4ghgsx3hhi@gmail.com','https://reviagrixs.com/','178.159.37.28','2023-12-20 21:00:00','2023-12-20 21:00:00','<a href=\"https://reviagrixs.com/\" rel=\"nofollow ugc\">where to get generic viagra</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','comment',0,0),(122,1,'e-commerce','loganburk@yahoo.com','https://velorian.top','207.154.233.200','2024-03-23 00:11:30','2024-03-23 00:11:30','Wow, incredible weblog format! How long have you been running a blog for?\r\nyou made running a blog look easy. The whole glance of your web site is magnificent, as \r\nwell as the content material! You can see similar here <a href=\"https://velorian.top\" rel=\"nofollow ugc\">ecommerce</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51','comment',0,0),(128,4353,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 13:19:17','2024-12-23 13:19:17','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(129,4354,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 14:13:37','2024-12-23 14:13:37','Awaiting UPI Payment!',0,'1','WooCommerce','order_note',0,0),(130,4354,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 14:16:36','2024-12-23 14:16:36','Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(131,4354,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 14:16:40','2024-12-23 14:16:40','Payment primarily completed. Needs shop owner\'s verification.',0,'1','WooCommerce','order_note',0,0),(132,4354,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 14:16:44','2024-12-23 14:16:44','Screenshot uploaded successfully. <a href=\"https://hoteldhruvpalace.com/wp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik.jpeg\" target=\"_blank\">View</a>',0,'1','WooCommerce','order_note',0,0),(133,4353,'WooCommerce','woocommerce@hoteldhruvpalace.com','','','2024-12-23 14:46:31','2024-12-23 14:46:31','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(134,1856,'Ralph1260','Ralph1260@gmail.com','','14.162.108.223','2025-04-20 20:15:21','2025-04-20 20:15:21','Very good <a href=\"https://is.gd/tpjNyL\" rel=\"nofollow ugc\">https://is.gd/tpjNyL</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(135,1856,'Carly4498','Carly4498@gmail.com','','157.131.86.192','2025-04-25 02:41:01','2025-04-25 02:41:01','Awesome <a href=\"https://lc.cx/xjXBQT\" rel=\"nofollow ugc\">https://lc.cx/xjXBQT</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(136,1856,'Jenna4585','Jenna4585@gmail.com','','223.205.99.183','2025-04-25 12:53:22','2025-04-25 12:53:22','Good <a href=\"https://lc.cx/xjXBQT\" rel=\"nofollow ugc\">https://lc.cx/xjXBQT</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(137,1856,'Lora1426','Lora1426@gmail.com','','49.43.91.230','2025-04-26 07:49:36','2025-04-26 07:49:36','Very good <a href=\"https://lc.cx/xjXBQT\" rel=\"nofollow ugc\">https://lc.cx/xjXBQT</a>',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wpf4_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_e_events`
--
DROP TABLE IF EXISTS `wpf4_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_e_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_e_events`
--
LOCK TABLES `wpf4_e_events` WRITE;
/*!40000 ALTER TABLE `wpf4_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_e_submissions`
--
DROP TABLE IF EXISTS `wpf4_e_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_e_submissions` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`hash_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
`post_id` bigint(20) unsigned NOT NULL,
`referer` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`referer_title` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`element_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`form_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`campaign_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip` varchar(46) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`actions_count` int(11) DEFAULT 0,
`actions_succeeded_count` int(11) DEFAULT 0,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`meta` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash_id_unique_index` (`hash_id`),
KEY `main_meta_id_index` (`main_meta_id`),
KEY `hash_id_index` (`hash_id`),
KEY `type_index` (`type`),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `campaign_id_index` (`campaign_id`),
KEY `user_id_index` (`user_id`),
KEY `user_ip_index` (`user_ip`),
KEY `status_index` (`status`),
KEY `is_read_index` (`is_read`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `referer_index` (`referer`(191)),
KEY `referer_title_index` (`referer_title`(191))
) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_e_submissions`
--
LOCK TABLES `wpf4_e_submissions` WRITE;
/*!40000 ALTER TABLE `wpf4_e_submissions` DISABLE KEYS */;
INSERT INTO `wpf4_e_submissions` VALUES (1,'submission','a5bc3409-1293-4e8a-971e-2dac3ddcf0a5',2,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','1d1bcb5','New Form',0,1,'223.235.158.40','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-03-05 10:22:55','2022-03-05 10:22:55','2022-03-05 10:22:55','2022-03-05 10:22:55'),(2,'submission','9dc0ab05-0563-4a28-9d74-04b8ca348914',7,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','61fdc1a','New Form',0,0,'117.99.110.227','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-03-07 07:30:07','2022-03-07 07:30:08','2022-03-07 07:30:07','2022-03-07 07:30:08'),(3,'submission','594e9be9-a33e-45de-a41b-04e9c02c003e',11,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','61fdc1a','New Form',0,0,'117.99.110.227','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-03-07 07:30:15','2022-03-07 07:30:15','2022-03-07 07:30:15','2022-03-07 07:30:15'),(4,'submission','cf84ed4f-39d7-410e-a7c2-5d46f138f9fa',14,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'89.136.38.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-14 22:49:12','2022-09-14 22:49:12','2022-09-14 22:49:12','2022-09-14 22:49:12'),(5,'submission','79419539-f9f0-4e46-a077-3dac68e55fca',18,244,'','Contact Us','31bd1e2','New Form',0,0,'156.146.63.147','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-16 02:29:48','2022-09-16 02:29:48','2022-09-16 02:29:48','2022-09-16 02:29:48'),(6,'submission','aaea5d9e-151d-4d03-a0ef-a05758e81e26',22,244,'','Contact Us','31bd1e2','New Form',0,0,'5.44.174.110','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-19 02:47:26','2022-09-19 02:47:26','2022-09-19 02:47:26','2022-09-19 02:47:26'),(7,'submission','8f3860e9-4771-4f90-a04e-7a34934893dc',26,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'117.97.70.72','Mozilla/5.0 (Linux; Android 11; SM-A507FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-20 06:09:07','2022-09-20 06:09:07','2022-09-20 06:09:07','2022-09-20 06:09:07'),(8,'submission','0c978593-8493-4dd5-b134-9474820f335c',30,244,'','Contact Us','31bd1e2','New Form',0,0,'5.44.174.110','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,1,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-24 01:56:48','2022-09-24 01:56:48','2022-09-24 01:56:48','2022-09-24 01:56:48'),(9,'submission','0c93b85e-5d95-45a8-8190-496f238645fd',34,244,'','Contact Us','31bd1e2','New Form',0,0,'91.218.219.246','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-09-24 20:14:29','2022-09-24 20:14:29','2022-09-24 20:14:29','2022-09-24 20:14:29'),(10,'submission','fb3e246e-3e42-403d-bddc-e9348d1532e2',38,244,'','Contact Us','31bd1e2','New Form',0,0,'138.199.36.227','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-10-07 18:01:14','2022-10-07 18:01:14','2022-10-07 18:01:14','2022-10-07 18:01:14'),(11,'submission','9afa489d-7492-450a-a1a4-a4aa5fe0e8b2',42,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.43.164','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-10-10 13:08:53','2022-10-10 13:08:53','2022-10-10 13:08:53','2022-10-10 13:08:53'),(12,'submission','0c0fc494-a057-44d0-88dc-46e086d89f5e',46,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.181','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-10-20 07:13:43','2022-10-20 07:13:43','2022-10-20 07:13:43','2022-10-20 07:13:43'),(13,'submission','d3c7b373-d11f-4a27-aef2-366b9ec713a9',50,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.108','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-10-25 01:59:19','2022-10-25 01:59:19','2022-10-25 01:59:19','2022-10-25 01:59:19'),(14,'submission','7f4ba94c-9f2e-4db8-9cb2-86f7e0b33229',54,244,'','Contact Us','31bd1e2','New Form',0,0,'5.227.27.149','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-10-28 01:22:06','2022-10-28 01:22:06','2022-10-28 01:22:06','2022-10-28 01:22:06'),(15,'submission','b845bf61-30b3-47ab-aa97-893aea4443d1',58,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.10','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-01 22:39:47','2022-11-01 22:39:47','2022-11-01 22:39:47','2022-11-01 22:39:47'),(16,'submission','760c6541-0a9c-466b-a466-e3f6785f0ef9',62,244,'','Contact Us','31bd1e2','New Form',0,0,'212.102.63.140','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-02 08:52:12','2022-11-02 08:52:12','2022-11-02 08:52:12','2022-11-02 08:52:12'),(17,'submission','73d7494e-0f64-42d3-b73d-9da485acd0b8',66,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.218.156','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-03 02:36:20','2022-11-03 02:36:20','2022-11-03 02:36:20','2022-11-03 02:36:20'),(18,'submission','364fdaab-6682-4127-b9eb-13fbd2085620',70,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'37.230.130.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-08 11:12:37','2022-11-08 11:12:37','2022-11-08 11:12:37','2022-11-08 11:12:37'),(19,'submission','f7972409-afc4-4947-a218-1e4f640b423d',74,244,'','Contact Us','31bd1e2','New Form',0,0,'84.239.40.205','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-09 12:49:06','2022-11-09 12:49:06','2022-11-09 12:49:06','2022-11-09 12:49:06'),(20,'submission','40f0d48d-3b5e-4624-86f7-1a0da8b0cbef',78,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'121.91.225.14','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-09 23:43:30','2022-11-09 23:43:30','2022-11-09 23:43:30','2022-11-09 23:43:30'),(21,'submission','15d42fd5-32de-4d4d-84ed-d319cd08d2c2',82,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.107','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-15 16:29:10','2022-11-15 16:29:10','2022-11-15 16:29:10','2022-11-15 16:29:10'),(22,'submission','ebdc3c40-48e9-4b32-b80c-8ee4805884e9',86,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'172.94.53.5','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-16 13:33:20','2022-11-16 13:33:20','2022-11-16 13:33:20','2022-11-16 13:33:20'),(23,'submission','c401bf5e-f130-4625-abf1-038dfb8f12dc',90,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.97.209','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-18 03:59:13','2022-11-18 03:59:13','2022-11-18 03:59:13','2022-11-18 03:59:13'),(24,'submission','0a7f8a30-8a82-47aa-a8c9-9db065a585f4',94,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.196.255.26','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-19 12:01:53','2022-11-19 12:01:53','2022-11-19 12:01:53','2022-11-19 12:01:53'),(25,'submission','6cb4290b-498c-4977-a5a7-3c2ff0528c3c',98,244,'','Contact Us','31bd1e2','New Form',0,0,'94.158.36.183','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-20 13:27:12','2022-11-20 13:27:12','2022-11-20 13:27:12','2022-11-20 13:27:12'),(26,'submission','f47d54e6-1c06-4b60-b1fa-5de1a7ec0f2d',102,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.102.143.194','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-22 07:56:57','2022-11-22 07:56:57','2022-11-22 07:56:57','2022-11-22 07:56:57'),(27,'submission','38c92e2a-d8df-401a-a53f-8e43c72040e2',106,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.254.42','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-22 14:28:49','2022-11-22 14:28:49','2022-11-22 14:28:49','2022-11-22 14:28:49'),(28,'submission','d2cb9fd4-f463-4a8c-92d8-bd2f3cc21c63',110,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.225.200.47','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-24 12:34:46','2022-11-24 12:34:46','2022-11-24 12:34:46','2022-11-24 12:34:46'),(29,'submission','c3ef8da4-2d87-4f9e-bd38-333f68e476ed',114,244,'','Contact Us','31bd1e2','New Form',0,0,'149.34.242.230','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-26 05:23:29','2022-11-26 05:23:29','2022-11-26 05:23:29','2022-11-26 05:23:29'),(30,'submission','e04ddbf8-02aa-48c6-848b-12d2df82dcf0',118,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.177.66.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-28 11:55:55','2022-11-28 11:55:55','2022-11-28 11:55:55','2022-11-28 11:55:55'),(31,'submission','e74349a4-2d79-43be-a605-544db3f77ef6',122,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.177.66.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-28 11:55:59','2022-11-28 11:55:59','2022-11-28 11:55:59','2022-11-28 11:55:59'),(32,'submission','2557667a-21bd-447a-863a-c1c22a9cb159',126,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.177.66.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-28 11:56:02','2022-11-28 11:56:02','2022-11-28 11:56:02','2022-11-28 11:56:02'),(33,'submission','a5afd801-d6c5-4c56-b85a-1319a55796cd',130,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.177.66.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-28 11:56:49','2022-11-28 11:56:49','2022-11-28 11:56:49','2022-11-28 11:56:49'),(34,'submission','358b7c77-66d4-4989-838a-822cf43bee52',134,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.47.92','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-29 00:37:52','2022-11-29 00:37:52','2022-11-29 00:37:52','2022-11-29 00:37:52'),(35,'submission','a35a52cd-07de-43e9-b781-cd969a90c83a',138,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.196.222.33','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-29 09:49:50','2022-11-29 09:49:50','2022-11-29 09:49:50','2022-11-29 09:49:50'),(36,'submission','c3c3ee73-45dc-46f1-8a74-43cb48af3130',142,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.100','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-29 15:58:38','2022-11-29 15:58:38','2022-11-29 15:58:38','2022-11-29 15:58:38'),(37,'submission','69949862-4426-46f5-b61b-35261d6f7c36',146,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'109.121.27.27','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-11-29 17:00:21','2022-11-29 17:00:21','2022-11-29 17:00:21','2022-11-29 17:00:21'),(38,'submission','f4c97ef9-d223-4d35-8582-81aff20c0a00',150,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'5.59.140.188','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-01 03:08:30','2022-12-01 03:08:30','2022-12-01 03:08:30','2022-12-01 03:08:30'),(39,'submission','556fb6be-6776-4ac5-94eb-12df28319b43',154,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'5.59.140.188','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-06 04:07:18','2022-12-06 04:07:18','2022-12-06 04:07:18','2022-12-06 04:07:18'),(40,'submission','ef695d50-3636-422e-bd6e-b365dfe75985',158,244,'','Contact Us','31bd1e2','New Form',0,0,'196.196.53.29','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-06 20:53:28','2022-12-06 20:53:28','2022-12-06 20:53:28','2022-12-06 20:53:28'),(41,'submission','69e3ab63-3add-433f-b323-168c00c5470d',162,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.221.234.45','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-07 04:52:06','2022-12-07 04:52:06','2022-12-07 04:52:06','2022-12-07 04:52:06'),(42,'submission','f5a66b6e-9e3f-45a4-a0e2-d04e53bfaed4',166,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'115.246.162.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-07 07:37:51','2022-12-07 07:37:51','2022-12-07 07:37:51','2022-12-07 07:37:51'),(43,'submission','baf72fc9-22dc-4f11-8df6-3bab2284621c',170,244,'','Contact Us','31bd1e2','New Form',0,0,'31.171.152.134','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-08 05:35:39','2022-12-08 05:35:39','2022-12-08 05:35:39','2022-12-08 05:35:39'),(44,'submission','ea52f369-8283-4f11-9b9f-3e9005640f08',174,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.52.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-08 10:05:55','2022-12-08 10:05:55','2022-12-08 10:05:55','2022-12-08 10:05:55'),(45,'submission','eb10f56e-c229-45b4-b79e-f76e5daae552',178,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.89.123','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-12 07:30:41','2022-12-12 07:30:41','2022-12-12 07:30:41','2022-12-12 07:30:41'),(46,'submission','29ffbc56-93ea-4721-9b63-e489cb350364',182,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.187.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-12 09:40:30','2022-12-12 09:40:30','2022-12-12 09:40:30','2022-12-12 09:40:30'),(47,'submission','338e9133-717d-49fb-82f5-0603bcc89253',186,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.247.224.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-12 09:44:52','2022-12-12 09:44:52','2022-12-12 09:44:52','2022-12-12 09:44:52'),(48,'submission','52c9a751-eb36-43ee-8edf-11c4d08bc856',190,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'168.90.196.98','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-14 09:55:03','2022-12-14 09:55:03','2022-12-14 09:55:03','2022-12-14 09:55:03'),(49,'submission','f1312713-d762-4265-90aa-af95ebaf7c74',194,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.173.207','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-14 10:10:05','2022-12-14 10:10:05','2022-12-14 10:10:05','2022-12-14 10:10:05'),(50,'submission','c6336a87-2328-426f-83e0-21d834a2c183',198,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'5.59.140.188','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-14 11:44:26','2022-12-14 11:44:26','2022-12-14 11:44:26','2022-12-14 11:44:26'),(51,'submission','1b5f29ce-f32d-4f9b-98b2-6a55bf823177',202,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.123.54','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-15 01:12:39','2022-12-15 01:12:39','2022-12-15 01:12:39','2022-12-15 01:12:39'),(52,'submission','b7894a21-7ba4-4103-9d3c-ec40745268cf',206,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'138.219.74.101','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-17 10:34:17','2022-12-17 10:34:17','2022-12-17 10:34:17','2022-12-17 10:34:17'),(53,'submission','b0fa917c-a825-4913-91c6-43db8ea362cb',210,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.235','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-20 07:06:40','2022-12-20 07:06:40','2022-12-20 07:06:40','2022-12-20 07:06:40'),(54,'submission','04cb47df-7fdd-49ed-9c55-4181e8da637d',214,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.129','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-21 09:22:16','2022-12-21 09:22:16','2022-12-21 09:22:16','2022-12-21 09:22:16'),(55,'submission','4bba5d2e-e7eb-4197-90e7-f573e38e6fa8',218,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.16.223.208','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-21 15:36:03','2022-12-21 15:36:03','2022-12-21 15:36:03','2022-12-21 15:36:03'),(56,'submission','e1bc5517-82d6-41d7-85d0-f6d92b4fbb47',222,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.201','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-25 04:41:26','2022-12-25 04:41:26','2022-12-25 04:41:26','2022-12-25 04:41:26'),(57,'submission','5e0da92d-0e47-4a44-8469-27e9ec53ffd2',226,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.18.225.205','Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-26 02:29:56','2022-12-26 02:29:56','2022-12-26 02:29:56','2022-12-26 02:29:56'),(58,'submission','3323c0c5-650b-480d-924d-bb5be4dd910d',230,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.102.151.7','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-26 16:38:38','2022-12-26 16:38:38','2022-12-26 16:38:38','2022-12-26 16:38:38'),(59,'submission','9048d3eb-9ea3-47a4-baeb-cf41790b9a2b',234,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.120','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-27 00:31:00','2022-12-27 00:31:00','2022-12-27 00:31:00','2022-12-27 00:31:00'),(60,'submission','cf9b250f-0cfa-4a7c-9b70-20a16a0fa4ca',238,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.48.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-27 15:04:21','2022-12-27 15:04:21','2022-12-27 15:04:21','2022-12-27 15:04:21'),(61,'submission','6a51e8b0-d759-4dbc-8bf4-69ccd8e7ca77',242,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.201','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-28 00:38:26','2022-12-28 00:38:26','2022-12-28 00:38:26','2022-12-28 00:38:26'),(62,'submission','806e0a71-c049-45a9-a393-46a6d322899c',246,244,'','Contact Us','31bd1e2','New Form',0,0,'31.171.152.107','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-29 02:56:05','2022-12-29 02:56:05','2022-12-29 02:56:05','2022-12-29 02:56:05'),(63,'submission','ce69e18d-c9f4-4899-a6bb-4e14e47a9d87',250,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.16.223.94','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-29 03:11:26','2022-12-29 03:11:26','2022-12-29 03:11:26','2022-12-29 03:11:26'),(64,'submission','169bd178-2d82-447a-ab06-7c4b3943c4b5',254,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.225.203.129','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-29 03:42:57','2022-12-29 03:42:57','2022-12-29 03:42:57','2022-12-29 03:42:57'),(65,'submission','bb927d78-bb3c-4bde-a9b3-6d0f0a4975e6',258,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'50.3.82.78','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-29 08:44:48','2022-12-29 08:44:48','2022-12-29 08:44:48','2022-12-29 08:44:48'),(66,'submission','c73a54d9-cff8-4a22-adf2-26518c757b3e',262,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.16.223.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2022-12-31 22:54:40','2022-12-31 22:54:40','2022-12-31 22:54:40','2022-12-31 22:54:40'),(67,'submission','57be91a4-bf5c-4a78-8610-37be513b68a0',266,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-03 23:21:06','2023-01-03 23:21:06','2023-01-03 23:21:06','2023-01-03 23:21:06'),(68,'submission','a92cba16-82f9-4e4a-a224-82ce0fb15f39',270,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'18.118.1.101','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-05 00:20:46','2023-01-05 00:20:46','2023-01-05 00:20:46','2023-01-05 00:20:46'),(69,'submission','e856a372-92d4-4e96-8090-accde55f0c44',274,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.24','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-05 10:08:29','2023-01-05 10:08:29','2023-01-05 10:08:29','2023-01-05 10:08:29'),(70,'submission','60aaf159-51f1-4dd6-8c87-1c2c6fb818c1',278,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'50.3.86.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-06 05:33:55','2023-01-06 05:33:55','2023-01-06 05:33:55','2023-01-06 05:33:55'),(71,'submission','aac6ecae-25c9-4749-adad-2502ad1e19ff',282,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.96.95.157','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-06 18:48:55','2023-01-06 18:48:55','2023-01-06 18:48:55','2023-01-06 18:48:55'),(72,'submission','709894a0-a2ce-4096-9159-711c1cda639c',286,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-08 03:42:14','2023-01-08 03:42:14','2023-01-08 03:42:14','2023-01-08 03:42:14'),(73,'submission','b55f3e6b-c665-4fc4-b2a8-1591c16cf7e0',290,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.72','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-08 04:39:39','2023-01-08 04:39:39','2023-01-08 04:39:39','2023-01-08 04:39:39'),(74,'submission','cf8bbc7c-b06e-490c-b088-6138c8ee4ef9',294,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.219','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-08 17:09:52','2023-01-08 17:09:52','2023-01-08 17:09:52','2023-01-08 17:09:52'),(75,'submission','7654bbe6-3b92-4909-9ed9-0920812f8481',298,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-08 18:45:35','2023-01-08 18:45:35','2023-01-08 18:45:35','2023-01-08 18:45:35'),(76,'submission','1329b350-9c8c-4410-8c64-5b99385f8176',302,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 00:01:47','2023-01-09 00:01:47','2023-01-09 00:01:47','2023-01-09 00:01:47'),(77,'submission','59e928ef-b0d6-4f35-8a73-37bf2c24811b',306,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.99.103','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 01:51:56','2023-01-09 01:51:56','2023-01-09 01:51:56','2023-01-09 01:51:56'),(78,'submission','d2471ef4-9bf2-4b33-bbee-62819a08449f',310,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 05:50:48','2023-01-09 05:50:48','2023-01-09 05:50:48','2023-01-09 05:50:48'),(79,'submission','e4596be8-25e3-4d5c-8a97-dccac247fda2',314,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 11:33:45','2023-01-09 11:33:45','2023-01-09 11:33:45','2023-01-09 11:33:45'),(80,'submission','2fc589ce-5b0d-4286-8031-504963be5d06',318,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'165.231.130.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 12:07:00','2023-01-09 12:07:00','2023-01-09 12:07:00','2023-01-09 12:07:00'),(81,'submission','dba34ab0-3ae2-49c4-a990-920ddd2262f2',322,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 16:53:34','2023-01-09 16:53:34','2023-01-09 16:53:34','2023-01-09 16:53:34'),(82,'submission','4f424875-afda-45db-bd3f-6b5b4707b49a',326,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-09 22:12:23','2023-01-09 22:12:23','2023-01-09 22:12:23','2023-01-09 22:12:23'),(83,'submission','525214ef-5a15-4beb-81fc-daf9761ebea0',330,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-10 04:31:10','2023-01-10 04:31:10','2023-01-10 04:31:10','2023-01-10 04:31:10'),(84,'submission','7c149535-6963-421f-b603-7cede546c595',334,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'160.20.8.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-10 05:19:04','2023-01-10 05:19:04','2023-01-10 05:19:04','2023-01-10 05:19:04'),(85,'submission','c37cd61a-202f-4e4d-87f9-d0d80bbe1c6b',338,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-10 09:51:53','2023-01-10 09:51:53','2023-01-10 09:51:53','2023-01-10 09:51:53'),(86,'submission','5d5bc254-b4fb-4581-bca8-13370d921316',342,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-10 20:33:20','2023-01-10 20:33:20','2023-01-10 20:33:20','2023-01-10 20:33:20'),(87,'submission','9f9f6a50-2ea8-49f4-bad4-99c036c2d47d',346,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.51.3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-11 00:29:50','2023-01-11 00:29:50','2023-01-11 00:29:50','2023-01-11 00:29:50'),(88,'submission','fe44558b-b533-4d4b-a99a-d9ec3619f1e0',350,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-11 01:49:24','2023-01-11 01:49:24','2023-01-11 01:49:24','2023-01-11 01:49:24'),(89,'submission','30866e18-a497-41a1-959f-fb02b92dde71',354,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-11 08:07:12','2023-01-11 08:07:12','2023-01-11 08:07:12','2023-01-11 08:07:12'),(90,'submission','22f81bc2-c58c-4e88-9bc8-1ddf6ad4d0c4',358,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-11 13:40:21','2023-01-11 13:40:21','2023-01-11 13:40:21','2023-01-11 13:40:21'),(91,'submission','bd7648a4-75b2-4f38-a8ff-33266362e5c4',362,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-11 18:59:04','2023-01-11 18:59:04','2023-01-11 18:59:04','2023-01-11 18:59:04'),(92,'submission','6b8f377e-3a63-4c30-bff5-39553ddbd406',366,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 00:16:59','2023-01-12 00:16:59','2023-01-12 00:16:59','2023-01-12 00:16:59'),(93,'submission','c460f077-d015-4d6d-bd09-aabb489f6043',370,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 05:44:26','2023-01-12 05:44:26','2023-01-12 05:44:26','2023-01-12 05:44:26'),(94,'submission','820a13fb-427b-4463-8789-8d1f655e3212',374,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 11:45:36','2023-01-12 11:45:36','2023-01-12 11:45:36','2023-01-12 11:45:36'),(95,'submission','6737123c-7ecb-48fc-a133-e3a27beadabc',378,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 17:05:22','2023-01-12 17:05:22','2023-01-12 17:05:22','2023-01-12 17:05:22'),(96,'submission','08f0461a-d1a1-4472-808e-5df96faeabde',382,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.55.129','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 17:05:23','2023-01-12 17:05:23','2023-01-12 17:05:23','2023-01-12 17:05:23'),(97,'submission','b3e4ae23-4d4c-4640-97cc-55f26ba7d2b9',386,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-12 22:24:18','2023-01-12 22:24:18','2023-01-12 22:24:18','2023-01-12 22:24:18'),(98,'submission','f0d001c8-a201-4b1b-89ca-1171d2d26939',390,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-13 03:46:17','2023-01-13 03:46:17','2023-01-13 03:46:17','2023-01-13 03:46:17'),(99,'submission','fd150111-9b97-42d8-b398-7629a64f20d7',394,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-13 09:08:31','2023-01-13 09:08:31','2023-01-13 09:08:31','2023-01-13 09:08:31'),(100,'submission','a6ef6909-a7fc-48c8-a795-ce1e912f69ab',398,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-13 14:29:47','2023-01-13 14:29:47','2023-01-13 14:29:47','2023-01-13 14:29:47'),(101,'submission','4b074627-8b6a-4c40-ad97-d9411274f0ff',402,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-13 19:49:18','2023-01-13 19:49:18','2023-01-13 19:49:18','2023-01-13 19:49:18'),(102,'submission','1b055d63-0df1-4136-91c4-af9b4cf6eb05',406,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 01:29:16','2023-01-14 01:29:16','2023-01-14 01:29:16','2023-01-14 01:29:16'),(103,'submission','72645645-6539-4ff3-867a-4f345c3ee944',410,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.250.37','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 02:02:25','2023-01-14 02:02:25','2023-01-14 02:02:25','2023-01-14 02:02:25'),(104,'submission','b4408394-534b-44c5-8899-d8a412c94f8c',414,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'162.253.129.147','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 03:17:42','2023-01-14 03:17:42','2023-01-14 03:17:42','2023-01-14 03:17:42'),(105,'submission','baf8970c-dc56-4890-b572-b2ffb27318c7',418,244,'','Contact Us','31bd1e2','New Form',0,0,'191.101.31.228','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 06:42:45','2023-01-14 06:42:45','2023-01-14 06:42:45','2023-01-14 06:42:45'),(106,'submission','60b75de1-b2f4-45c7-af45-f6fd1b840944',422,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 06:51:07','2023-01-14 06:51:07','2023-01-14 06:51:07','2023-01-14 06:51:07'),(107,'submission','b5894600-da3f-4032-87b4-c6b191ea96b9',426,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 12:11:53','2023-01-14 12:11:53','2023-01-14 12:11:53','2023-01-14 12:11:53'),(108,'submission','921416d1-ebfc-4510-aafc-93cbe3d9d1c8',430,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 17:28:26','2023-01-14 17:28:26','2023-01-14 17:28:26','2023-01-14 17:28:26'),(109,'submission','e99844e6-65e6-4a68-9808-5ffc65fcd956',434,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.55.243','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 22:03:43','2023-01-14 22:03:43','2023-01-14 22:03:43','2023-01-14 22:03:43'),(110,'submission','624ba077-42b5-4b94-9f4f-d111bf39bd18',438,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-14 22:41:07','2023-01-14 22:41:07','2023-01-14 22:41:07','2023-01-14 22:41:07'),(111,'submission','2b0b7b7f-5689-4629-aa47-599ba39ec38b',442,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-15 03:58:46','2023-01-15 03:58:46','2023-01-15 03:58:46','2023-01-15 03:58:46'),(112,'submission','8d763ce2-f605-4c7d-b7f3-d3b888cbffa4',446,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-15 09:14:36','2023-01-15 09:14:36','2023-01-15 09:14:36','2023-01-15 09:14:36'),(113,'submission','d7142f88-3d1c-4810-a061-db597ee00641',450,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-15 14:30:53','2023-01-15 14:30:53','2023-01-15 14:30:53','2023-01-15 14:30:53'),(114,'submission','010c8fed-7b6c-49b8-bc2f-364e18d7af0c',454,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-15 19:42:36','2023-01-15 19:42:36','2023-01-15 19:42:36','2023-01-15 19:42:36'),(115,'submission','12bf6677-d841-490d-8640-fced6c71e896',458,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 01:01:25','2023-01-16 01:01:25','2023-01-16 01:01:25','2023-01-16 01:01:25'),(116,'submission','c3ddf619-6448-4288-9bb7-f1e1cf57a21e',462,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 06:55:49','2023-01-16 06:55:49','2023-01-16 06:55:49','2023-01-16 06:55:49'),(117,'submission','9733951e-7d2e-4eb0-bfd6-e9cf648937a1',466,244,'','Contact Us','31bd1e2','New Form',0,0,'196.196.203.68','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 07:24:56','2023-01-16 07:24:56','2023-01-16 07:24:56','2023-01-16 07:24:56'),(118,'submission','71dbdf53-2378-48f6-b88a-1be70df97749',470,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 12:11:24','2023-01-16 12:11:24','2023-01-16 12:11:24','2023-01-16 12:11:24'),(119,'submission','55442a59-9e56-4ce7-8f48-93a30d8c896d',474,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 17:30:42','2023-01-16 17:30:42','2023-01-16 17:30:42','2023-01-16 17:30:42'),(120,'submission','a02f95cd-79fb-452c-83f7-e59636ba17dc',478,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-16 22:48:59','2023-01-16 22:48:59','2023-01-16 22:48:59','2023-01-16 22:48:59'),(121,'submission','3df42a2a-79f6-4dad-9771-9a578a2f4559',482,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-17 04:01:35','2023-01-17 04:01:35','2023-01-17 04:01:35','2023-01-17 04:01:35'),(122,'submission','56838f20-55de-476f-944f-c82fa626638e',486,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-17 09:10:28','2023-01-17 09:10:28','2023-01-17 09:10:28','2023-01-17 09:10:28'),(123,'submission','58c413b2-eb47-4534-b990-d9bb004fec1d',490,244,'','Contact Us','31bd1e2','New Form',0,0,'138.199.26.71','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-17 13:14:10','2023-01-17 13:14:10','2023-01-17 13:14:10','2023-01-17 13:14:10'),(124,'submission','0a112001-6196-4587-b322-4bf05efa208c',494,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-17 14:23:26','2023-01-17 14:23:26','2023-01-17 14:23:26','2023-01-17 14:23:26'),(125,'submission','2eb4f087-fb6e-4983-8056-81306f9aef3f',498,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-17 19:40:20','2023-01-17 19:40:20','2023-01-17 19:40:20','2023-01-17 19:40:20'),(126,'submission','661854dc-7f26-4d58-a830-d506848523cd',502,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 00:58:28','2023-01-18 00:58:28','2023-01-18 00:58:28','2023-01-18 00:58:28'),(127,'submission','5ccaf5b8-83a8-4adb-8d3d-8be31ca241fb',506,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.124.251.50','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 06:13:45','2023-01-18 06:13:45','2023-01-18 06:13:45','2023-01-18 06:13:45'),(128,'submission','a8159586-5194-4e53-bad3-57417e6a78d5',510,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 06:15:25','2023-01-18 06:15:25','2023-01-18 06:15:25','2023-01-18 06:15:25'),(129,'submission','07024dc7-d827-4f43-a469-96e9d4ee8fc1',514,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.96.181.118','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 10:18:29','2023-01-18 10:18:29','2023-01-18 10:18:29','2023-01-18 10:18:29'),(130,'submission','07fe1005-273d-40b5-8bac-7cf063d14f60',518,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 11:29:14','2023-01-18 11:29:14','2023-01-18 11:29:14','2023-01-18 11:29:14'),(131,'submission','728fb794-b10a-4bc1-8464-2e1e92d7f24f',522,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 16:59:34','2023-01-18 16:59:34','2023-01-18 16:59:34','2023-01-18 16:59:34'),(132,'submission','95624b0c-5ea7-4618-bf07-537d428bd9dc',526,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-18 22:13:11','2023-01-18 22:13:11','2023-01-18 22:13:11','2023-01-18 22:13:11'),(133,'submission','e4d531fb-2006-4f4a-ada1-86fd269cb437',530,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-19 03:24:53','2023-01-19 03:24:53','2023-01-19 03:24:53','2023-01-19 03:24:53'),(134,'submission','e160ba0e-060a-4ef0-9675-dd40dbab9ac2',534,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-19 08:41:37','2023-01-19 08:41:37','2023-01-19 08:41:37','2023-01-19 08:41:37'),(135,'submission','fb408225-b1f9-4a38-b401-849b42c4f887',538,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-19 13:56:12','2023-01-19 13:56:12','2023-01-19 13:56:12','2023-01-19 13:56:12'),(136,'submission','2c535e4a-80c4-427d-84b7-d3839ab1daed',542,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-19 19:06:07','2023-01-19 19:06:07','2023-01-19 19:06:07','2023-01-19 19:06:07'),(137,'submission','63c4dd80-f14d-4f93-8747-9867d539ac4b',546,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 00:41:34','2023-01-20 00:41:34','2023-01-20 00:41:34','2023-01-20 00:41:34'),(138,'submission','ddbc4a75-3409-4cb5-80ee-f907fd0e6190',550,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 03:01:52','2023-01-20 03:01:52','2023-01-20 03:01:52','2023-01-20 03:01:52'),(139,'submission','3335cecb-a1d7-4cce-b3ee-8429da4c6b78',554,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.90.30.21','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 05:16:23','2023-01-20 05:16:23','2023-01-20 05:16:23','2023-01-20 05:16:23'),(140,'submission','0042198c-a242-4bc4-be65-7a325da1656e',558,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 08:17:01','2023-01-20 08:17:01','2023-01-20 08:17:01','2023-01-20 08:17:01'),(141,'submission','2f2e9e9c-5658-4291-a2b4-6b68b8ccb726',562,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 13:30:31','2023-01-20 13:30:31','2023-01-20 13:30:31','2023-01-20 13:30:31'),(142,'submission','41391f8c-6469-4c76-aa60-5556dd6d15ac',566,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.90.43.183','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 15:41:48','2023-01-20 15:41:48','2023-01-20 15:41:48','2023-01-20 15:41:48'),(143,'submission','6027ec60-8cd5-482f-abb1-b473303b41df',570,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 18:40:56','2023-01-20 18:40:56','2023-01-20 18:40:56','2023-01-20 18:40:56'),(144,'submission','5b15567e-742b-47e1-94e6-c2a9533e24be',574,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-20 23:55:39','2023-01-20 23:55:39','2023-01-20 23:55:39','2023-01-20 23:55:39'),(145,'submission','d8fcaca6-1af0-47af-a642-4c1bd020d305',578,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.196.147.43','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-21 02:35:09','2023-01-21 02:35:09','2023-01-21 02:35:09','2023-01-21 02:35:09'),(146,'submission','e671ce96-82d1-4596-a56c-b301a0496ca7',582,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-21 10:50:29','2023-01-21 10:50:29','2023-01-21 10:50:29','2023-01-21 10:50:29'),(147,'submission','94659861-a6cf-4057-851b-029f4c4eb673',586,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-21 16:03:57','2023-01-21 16:03:57','2023-01-21 16:03:57','2023-01-21 16:03:57'),(148,'submission','3a56d38e-3d92-4db5-99c2-85667131aa45',590,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-21 21:21:46','2023-01-21 21:21:46','2023-01-21 21:21:46','2023-01-21 21:21:46'),(149,'submission','28b6931f-8350-4019-86cb-b2dc9c8d1027',594,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.90.40.246','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-21 23:05:47','2023-01-21 23:05:47','2023-01-21 23:05:47','2023-01-21 23:05:47'),(150,'submission','4e217982-66b1-42e5-a90a-a0a9796cdfde',598,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 02:36:41','2023-01-22 02:36:41','2023-01-22 02:36:41','2023-01-22 02:36:41'),(151,'submission','4a6e5c87-32a3-4d64-8e9c-8f6da460612b',602,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.18.225.129','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 03:37:37','2023-01-22 03:37:37','2023-01-22 03:37:37','2023-01-22 03:37:37'),(152,'submission','0f1190dd-3bfa-4248-9ef0-b483da10b83a',606,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 07:54:59','2023-01-22 07:54:59','2023-01-22 07:54:59','2023-01-22 07:54:59'),(153,'submission','ec028487-8b08-4408-9fba-d439d2c79197',610,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 13:12:31','2023-01-22 13:12:31','2023-01-22 13:12:31','2023-01-22 13:12:31'),(154,'submission','f0cf1a84-91ed-4b5c-8382-c738b1e0c4bb',614,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 18:26:23','2023-01-22 18:26:23','2023-01-22 18:26:23','2023-01-22 18:26:23'),(155,'submission','5b6c85ee-e253-4172-a196-d05ce4de3fad',618,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-22 23:40:51','2023-01-22 23:40:51','2023-01-22 23:40:51','2023-01-22 23:40:51'),(156,'submission','5a3cde66-1c27-4db5-9247-2f8be042a31b',622,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 04:59:22','2023-01-23 04:59:22','2023-01-23 04:59:22','2023-01-23 04:59:22'),(157,'submission','3c98fe07-c030-4861-a002-706d4a9d6c14',626,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 10:17:30','2023-01-23 10:17:30','2023-01-23 10:17:30','2023-01-23 10:17:30'),(158,'submission','42e3373b-856e-4a4e-85b8-4699b1545faa',630,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.237.175','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 13:43:18','2023-01-23 13:43:18','2023-01-23 13:43:18','2023-01-23 13:43:18'),(159,'submission','da5abfea-565d-4553-9eab-46638b298749',634,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 15:34:07','2023-01-23 15:34:07','2023-01-23 15:34:07','2023-01-23 15:34:07'),(160,'submission','8a7645d7-0af3-49bb-a2a0-eeb2949205cf',638,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 20:51:15','2023-01-23 20:51:15','2023-01-23 20:51:15','2023-01-23 20:51:15'),(161,'submission','bb9407f5-0378-4b68-b23c-bb2eb2223155',642,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.100','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-23 23:42:25','2023-01-23 23:42:25','2023-01-23 23:42:25','2023-01-23 23:42:25'),(162,'submission','01cae26a-5bbc-4250-a37d-2f7303457e07',646,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-24 02:12:16','2023-01-24 02:12:16','2023-01-24 02:12:16','2023-01-24 02:12:16'),(163,'submission','0a5368ce-c83e-4d9c-8ae0-1d68333c67fb',650,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-24 07:31:55','2023-01-24 07:31:55','2023-01-24 07:31:55','2023-01-24 07:31:55'),(164,'submission','7dafa291-2d14-4898-9cd8-b0bfbf4f8b23',654,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-24 12:45:42','2023-01-24 12:45:42','2023-01-24 12:45:42','2023-01-24 12:45:42'),(165,'submission','1d48c3d3-1b2c-4531-aca5-4f36bd366175',658,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-24 17:58:28','2023-01-24 17:58:28','2023-01-24 17:58:28','2023-01-24 17:58:28'),(166,'submission','d03e4c63-872a-42d5-b280-790980f255a2',662,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-24 23:12:42','2023-01-24 23:12:42','2023-01-24 23:12:42','2023-01-24 23:12:42'),(167,'submission','8eacdae5-da5e-4f21-9c1a-af4336993979',666,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-25 04:34:08','2023-01-25 04:34:08','2023-01-25 04:34:08','2023-01-25 04:34:08'),(168,'submission','cbf57a41-12b5-4f9b-90e4-826e9b4d3d07',670,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-25 09:46:17','2023-01-25 09:46:17','2023-01-25 09:46:17','2023-01-25 09:46:17'),(169,'submission','0d12ea96-f369-48fd-be6c-c6cfc13a9554',674,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-25 15:03:06','2023-01-25 15:03:06','2023-01-25 15:03:06','2023-01-25 15:03:06'),(170,'submission','3a7b5f0d-4b70-4390-b388-7946a984fb02',678,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-25 20:22:11','2023-01-25 20:22:11','2023-01-25 20:22:11','2023-01-25 20:22:11'),(171,'submission','7fedd1de-782e-4e4b-88cd-49e33f2db70f',682,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-26 01:37:50','2023-01-26 01:37:50','2023-01-26 01:37:50','2023-01-26 01:37:50'),(172,'submission','f3385070-87dc-4d57-97fb-026881c871a9',686,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-26 06:56:25','2023-01-26 06:56:25','2023-01-26 06:56:25','2023-01-26 06:56:25'),(173,'submission','9faf9ffc-df39-4f39-8003-d56a47d53544',690,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-26 12:12:08','2023-01-26 12:12:08','2023-01-26 12:12:08','2023-01-26 12:12:08'),(174,'submission','c91d9c04-1c63-41cc-931e-4880823c8596',694,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-26 17:28:11','2023-01-26 17:28:11','2023-01-26 17:28:11','2023-01-26 17:28:11'),(175,'submission','2d8e6438-389d-45e4-a9b1-d248536b9a02',698,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-26 23:06:35','2023-01-26 23:06:35','2023-01-26 23:06:35','2023-01-26 23:06:35'),(176,'submission','b81b62a2-8896-40ab-9b22-fef60612c746',702,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-27 04:23:02','2023-01-27 04:23:02','2023-01-27 04:23:02','2023-01-27 04:23:02'),(177,'submission','77520d22-2516-4126-a108-6557fe3f9ae8',706,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-27 09:37:14','2023-01-27 09:37:14','2023-01-27 09:37:14','2023-01-27 09:37:14'),(178,'submission','925f7ce2-597d-4203-a33b-985bafefa34f',710,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-27 15:13:28','2023-01-27 15:13:28','2023-01-27 15:13:28','2023-01-27 15:13:28'),(179,'submission','8431d6b1-0863-4e40-89d8-00c2834e107b',714,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-27 20:30:13','2023-01-27 20:30:13','2023-01-27 20:30:13','2023-01-27 20:30:13'),(180,'submission','d39b67df-8653-4e41-a18a-9696391ad476',718,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-27 21:18:28','2023-01-27 21:18:28','2023-01-27 21:18:28','2023-01-27 21:18:28'),(181,'submission','798de2f2-8cce-46f9-9242-78997ce7e116',722,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 01:47:28','2023-01-28 01:47:28','2023-01-28 01:47:28','2023-01-28 01:47:28'),(182,'submission','82f5cedb-30df-4787-a312-900792a783e6',726,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 07:21:51','2023-01-28 07:21:51','2023-01-28 07:21:51','2023-01-28 07:21:51'),(183,'submission','c4587199-c45c-4b7f-8007-32b2ab166619',730,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 12:36:25','2023-01-28 12:36:25','2023-01-28 12:36:25','2023-01-28 12:36:25'),(184,'submission','e00a3782-f900-452e-81a9-84ec61907ac0',734,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 17:53:32','2023-01-28 17:53:32','2023-01-28 17:53:32','2023-01-28 17:53:32'),(185,'submission','1fae8956-6c0b-446e-8550-6cbd2d903d65',738,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 20:51:18','2023-01-28 20:51:18','2023-01-28 20:51:18','2023-01-28 20:51:18'),(186,'submission','68016786-eea6-42fb-9d53-4a9beea7c6c5',742,244,'','Contact Us','31bd1e2','New Form',0,0,'149.34.242.244','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-28 22:29:20','2023-01-28 22:29:20','2023-01-28 22:29:20','2023-01-28 22:29:20'),(187,'submission','7fe7ab47-6d74-4f1d-8a12-7ee9f317a4f8',746,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-29 02:08:47','2023-01-29 02:08:47','2023-01-29 02:08:47','2023-01-29 02:08:47'),(188,'submission','7ed59635-82f2-4483-8513-40c8f7b4689b',750,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-29 17:20:35','2023-01-29 17:20:35','2023-01-29 17:20:35','2023-01-29 17:20:35'),(189,'submission','3293b358-36ea-4027-a859-6500afafa1ed',754,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-29 20:38:04','2023-01-29 20:38:04','2023-01-29 20:38:04','2023-01-29 20:38:04'),(190,'submission','e66dd218-6cc2-4315-bcd8-74cf7b257323',758,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-30 01:48:31','2023-01-30 01:48:31','2023-01-30 01:48:31','2023-01-30 01:48:31'),(191,'submission','47fb906b-c234-4379-be49-0912319f0ae8',762,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-30 06:56:43','2023-01-30 06:56:43','2023-01-30 06:56:43','2023-01-30 06:56:43'),(192,'submission','46b99c1b-f7be-437c-aa60-1afe3cb0c118',766,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-30 15:20:38','2023-01-30 15:20:38','2023-01-30 15:20:38','2023-01-30 15:20:38'),(193,'submission','f0326cf3-3a57-4e25-a39b-f98eb21945b5',770,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-30 20:29:02','2023-01-30 20:29:02','2023-01-30 20:29:02','2023-01-30 20:29:02'),(194,'submission','c5007376-24d5-43ec-ba0d-29de7ef3bac0',774,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-31 02:54:17','2023-01-31 02:54:17','2023-01-31 02:54:17','2023-01-31 02:54:17'),(195,'submission','ba7f7ab0-b761-4d03-a01e-cd88bbd32cd3',778,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-31 08:02:20','2023-01-31 08:02:20','2023-01-31 08:02:20','2023-01-31 08:02:20'),(196,'submission','6bed0cb2-487c-412a-bfd2-4b062bb4d3d9',782,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-01-31 13:39:03','2023-01-31 13:39:03','2023-01-31 13:39:03','2023-01-31 13:39:03'),(197,'submission','c45588fc-0bfb-49b9-ba74-8cbaf96ac226',786,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.122.170.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-01 12:41:17','2023-02-01 12:41:17','2023-02-01 12:41:17','2023-02-01 12:41:17'),(198,'submission','0e9f7576-a954-4ef4-8a15-d00e575e7b26',790,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-01 21:19:03','2023-02-01 21:19:03','2023-02-01 21:19:03','2023-02-01 21:19:03'),(199,'submission','0a842c81-8098-478f-9af9-7ddeb3f6f6e3',794,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-02 02:28:12','2023-02-02 02:28:12','2023-02-02 02:28:12','2023-02-02 02:28:12'),(200,'submission','e17e5b8d-5e3e-494f-aa93-819b6ebb0b20',798,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-02 07:58:03','2023-02-02 07:58:03','2023-02-02 07:58:03','2023-02-02 07:58:03'),(201,'submission','d45785d0-263d-4b6d-b7d2-8279ba10fed6',802,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-02 13:05:46','2023-02-02 13:05:46','2023-02-02 13:05:46','2023-02-02 13:05:46'),(202,'submission','99daf377-0006-4e56-9aa6-eb598f385817',806,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-02 18:16:56','2023-02-02 18:16:56','2023-02-02 18:16:56','2023-02-02 18:16:56'),(203,'submission','89485262-400b-4f7c-b516-0cf5e20570dd',810,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 01:24:56','2023-02-03 01:24:56','2023-02-03 01:24:56','2023-02-03 01:24:56'),(204,'submission','1e1a4c7b-ecbf-4cc5-9e25-1d162278ed71',814,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 07:14:11','2023-02-03 07:14:11','2023-02-03 07:14:11','2023-02-03 07:14:11'),(205,'submission','2e78bac4-9fda-4432-a0ba-066925aad956',818,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.90.28.91','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 08:09:56','2023-02-03 08:09:56','2023-02-03 08:09:56','2023-02-03 08:09:56'),(206,'submission','c4ed3cd4-d6c0-4d0a-8e35-3672d89e72da',822,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 12:25:55','2023-02-03 12:25:55','2023-02-03 12:25:55','2023-02-03 12:25:55'),(207,'submission','9ef87b44-4f7b-42eb-b915-3e8d250a83a3',826,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 17:37:12','2023-02-03 17:37:12','2023-02-03 17:37:12','2023-02-03 17:37:12'),(208,'submission','b61b4408-5962-4fd3-8c47-07cc51ce9d22',830,244,'','Contact Us','31bd1e2','New Form',0,0,'190.2.132.128','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 18:50:10','2023-02-03 18:50:10','2023-02-03 18:50:10','2023-02-03 18:50:10'),(209,'submission','f6c46274-95a2-41ec-92d1-7b3b635ef4ad',834,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.152.198.5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 22:40:59','2023-02-03 22:40:59','2023-02-03 22:40:59','2023-02-03 22:40:59'),(210,'submission','e311cff7-7977-4c5b-90dd-adcd8fc562fc',838,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 22:45:30','2023-02-03 22:45:30','2023-02-03 22:45:30','2023-02-03 22:45:30'),(211,'submission','e0a9aef4-35d1-4ef0-840b-f3a2d8b6982b',842,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.119','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-03 23:18:22','2023-02-03 23:18:22','2023-02-03 23:18:22','2023-02-03 23:18:22'),(212,'submission','b5f31d66-2305-4563-ba26-8dd460d5eb6f',846,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-04 20:06:48','2023-02-04 20:06:48','2023-02-04 20:06:48','2023-02-04 20:06:48'),(213,'submission','86efc0a2-cb46-4cce-96b6-cff4aacd38cf',850,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 02:10:05','2023-02-05 02:10:05','2023-02-05 02:10:05','2023-02-05 02:10:05'),(214,'submission','14255061-0293-40db-baf8-38069f6ae223',854,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 07:16:08','2023-02-05 07:16:08','2023-02-05 07:16:08','2023-02-05 07:16:08'),(215,'submission','5b2c3b17-54f4-47f5-8b2b-a11b73813313',858,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 12:26:28','2023-02-05 12:26:28','2023-02-05 12:26:28','2023-02-05 12:26:28'),(216,'submission','554f9a1f-b109-4ba1-86d7-b4d735169dd2',862,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.237.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 15:54:12','2023-02-05 15:54:12','2023-02-05 15:54:12','2023-02-05 15:54:12'),(217,'submission','7785efc5-b9bc-4cf3-b302-69d994b41ca3',866,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 18:09:15','2023-02-05 18:09:15','2023-02-05 18:09:15','2023-02-05 18:09:15'),(218,'submission','a08ebad1-e146-45bb-801c-003ccd38f692',870,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-05 23:19:15','2023-02-05 23:19:15','2023-02-05 23:19:15','2023-02-05 23:19:15'),(219,'submission','240d080f-6063-4ce7-9fa3-ac630303ff3f',874,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-06 05:31:16','2023-02-06 05:31:16','2023-02-06 05:31:16','2023-02-06 05:31:16'),(220,'submission','010cff34-bd70-490b-b4a4-e7044e22dd70',878,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-06 10:40:50','2023-02-06 10:40:50','2023-02-06 10:40:50','2023-02-06 10:40:50'),(221,'submission','2458495b-d9c4-4fcc-a5c7-794fb662ceb7',882,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-06 16:02:46','2023-02-06 16:02:46','2023-02-06 16:02:46','2023-02-06 16:02:46'),(222,'submission','fb9167d6-8761-4d22-a2ed-7028dbb2e23c',886,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-06 21:37:21','2023-02-06 21:37:21','2023-02-06 21:37:21','2023-02-06 21:37:21'),(223,'submission','f9726d5b-d41b-42b4-a01f-ceee3c78b60d',890,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-07 03:03:07','2023-02-07 03:03:07','2023-02-07 03:03:07','2023-02-07 03:03:07'),(224,'submission','6815535d-2d3f-472d-93c4-093706f59b31',894,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-07 08:22:28','2023-02-07 08:22:28','2023-02-07 08:22:28','2023-02-07 08:22:28'),(225,'submission','da08c0d2-04ee-4a38-80c6-a904459b8d7f',898,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-07 13:43:47','2023-02-07 13:43:47','2023-02-07 13:43:47','2023-02-07 13:43:47'),(226,'submission','f69fc1f7-818a-4418-b9c3-c661d9991c51',902,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-07 18:55:34','2023-02-07 18:55:34','2023-02-07 18:55:34','2023-02-07 18:55:34'),(227,'submission','7accb5c5-09df-46eb-8ed4-0f95a42bb098',906,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-08 00:08:01','2023-02-08 00:08:01','2023-02-08 00:08:01','2023-02-08 00:08:01'),(228,'submission','226d3474-b6ad-4dbe-9637-936032bedb74',910,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-08 05:16:10','2023-02-08 05:16:10','2023-02-08 05:16:10','2023-02-08 05:16:10'),(229,'submission','0df68e39-4f84-4562-b409-186dc4834226',914,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-08 10:26:53','2023-02-08 10:26:53','2023-02-08 10:26:53','2023-02-08 10:26:53'),(230,'submission','acf9678d-4a1e-4040-81c5-1cf3a2122232',918,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-08 15:37:52','2023-02-08 15:37:52','2023-02-08 15:37:52','2023-02-08 15:37:52'),(231,'submission','daca9b69-0d44-4df1-ade7-3fac3f4968b9',922,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-08 20:45:55','2023-02-08 20:45:55','2023-02-08 20:45:55','2023-02-08 20:45:55'),(232,'submission','beea4b51-8e19-4c13-877c-bb336a60937e',926,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.90.30.221','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 10:14:25','2023-02-09 10:14:25','2023-02-09 10:14:25','2023-02-09 10:14:25'),(233,'submission','04147762-822d-43b9-b8bf-82090814374d',930,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'107.158.92.244','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 12:37:27','2023-02-09 12:37:27','2023-02-09 12:37:27','2023-02-09 12:37:27'),(234,'submission','325e9875-ceeb-45d7-89cf-fd3c80439819',934,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 14:32:45','2023-02-09 14:32:45','2023-02-09 14:32:45','2023-02-09 14:32:45'),(235,'submission','c2ad690b-e623-4b8e-9298-348b176c3002',938,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.120.50.103','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 18:59:59','2023-02-09 18:59:59','2023-02-09 18:59:59','2023-02-09 18:59:59'),(236,'submission','e3164e54-444f-4ed1-b56f-a64bcf1f388b',942,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 20:16:52','2023-02-09 20:16:52','2023-02-09 20:16:52','2023-02-09 20:16:52'),(237,'submission','44d48d5e-f8a4-47fd-b915-59d8ed9ac97f',946,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.250','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-09 23:30:34','2023-02-09 23:30:34','2023-02-09 23:30:34','2023-02-09 23:30:34'),(238,'submission','1333dd55-c1a5-4265-aaed-e3a0499a076b',950,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 01:33:27','2023-02-10 01:33:27','2023-02-10 01:33:27','2023-02-10 01:33:27'),(239,'submission','b29af67b-5f47-4afa-9ef3-019c52e4c67b',954,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.96.107','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 05:59:57','2023-02-10 05:59:57','2023-02-10 05:59:57','2023-02-10 05:59:57'),(240,'submission','07b8d1e7-8c9a-46f1-b538-683edd899661',958,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 06:45:47','2023-02-10 06:45:47','2023-02-10 06:45:47','2023-02-10 06:45:47'),(241,'submission','84569552-89da-47fe-a5a0-1be9d5497341',962,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 12:04:49','2023-02-10 12:04:49','2023-02-10 12:04:49','2023-02-10 12:04:49'),(242,'submission','395fa3f8-5f71-47de-af63-4792949a3b24',966,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 17:27:51','2023-02-10 17:27:51','2023-02-10 17:27:51','2023-02-10 17:27:51'),(243,'submission','e416bf7f-3445-4383-b4e2-5fca6e85c2f9',970,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-10 22:39:21','2023-02-10 22:39:21','2023-02-10 22:39:21','2023-02-10 22:39:21'),(244,'submission','af75a307-1e2f-40db-a1c7-6af4f7122ed9',974,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-11 03:53:16','2023-02-11 03:53:16','2023-02-11 03:53:16','2023-02-11 03:53:16'),(245,'submission','38e724cf-f267-4ef1-bd57-ada811af9a0a',978,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-11 09:06:28','2023-02-11 09:06:28','2023-02-11 09:06:28','2023-02-11 09:06:28'),(246,'submission','26a57448-d0c8-449f-8698-697f12c367bd',982,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-11 14:21:32','2023-02-11 14:21:32','2023-02-11 14:21:32','2023-02-11 14:21:32'),(247,'submission','522646b4-fbd2-406a-b981-90c1ec148ad3',986,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-11 19:40:09','2023-02-11 19:40:09','2023-02-11 19:40:09','2023-02-11 19:40:09'),(248,'submission','85051e20-e5b8-48d1-94b1-dd0f1deb038a',990,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'165.231.92.232','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-12 00:17:24','2023-02-12 00:17:24','2023-02-12 00:17:24','2023-02-12 00:17:24'),(249,'submission','1d987d17-b2be-4534-8bae-914473762005',994,244,'','Contact Us','31bd1e2','New Form',0,0,'37.139.53.81','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-12 01:31:41','2023-02-12 01:31:41','2023-02-12 01:31:41','2023-02-12 01:31:41'),(250,'submission','268719e6-2719-4aee-ad82-6301ead385ff',998,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.251','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-14 05:38:10','2023-02-14 05:38:10','2023-02-14 05:38:10','2023-02-14 05:38:10'),(251,'submission','f3add6a3-15e7-407b-bbfa-ca67c1b040d0',1002,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.185','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-14 16:40:38','2023-02-14 16:40:38','2023-02-14 16:40:38','2023-02-14 16:40:38'),(252,'submission','5dad3f99-4364-4bbe-aefc-140f5e47b337',1006,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.20.185','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-15 03:53:16','2023-02-15 03:53:16','2023-02-15 03:53:16','2023-02-15 03:53:16'),(253,'submission','7be5dd55-7d11-4ee1-9dcc-9d6d2bf13ceb',1010,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.119.73','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-15 05:19:57','2023-02-15 05:19:57','2023-02-15 05:19:57','2023-02-15 05:19:57'),(254,'submission','326a8be5-bb23-4319-8da6-eccfba1d367b',1014,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.247.213.203','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-16 05:02:14','2023-02-16 05:02:14','2023-02-16 05:02:14','2023-02-16 05:02:14'),(255,'submission','d6831a40-4e85-4939-8baa-a285dcb8faa6',1018,244,'','Contact Us','31bd1e2','New Form',0,0,'195.78.54.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-16 11:47:17','2023-02-16 11:47:17','2023-02-16 11:47:17','2023-02-16 11:47:17'),(256,'submission','6bbbcc76-0618-4719-9952-ad43c3d0b4fd',1022,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.29.254.194','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-16 19:11:54','2023-02-16 19:11:54','2023-02-16 19:11:54','2023-02-16 19:11:54'),(257,'submission','bcb10b21-9d96-436c-9a58-d985adf706d0',1026,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'162.253.129.213','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-17 13:51:47','2023-02-17 13:51:47','2023-02-17 13:51:47','2023-02-17 13:51:47'),(258,'submission','9fd78b8b-3841-45c4-b0c1-f35f66d89541',1030,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'107.152.140.30','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-18 19:38:41','2023-02-18 19:38:41','2023-02-18 19:38:41','2023-02-18 19:38:41'),(259,'submission','91c219e6-097f-4dba-a350-d72feac724ac',1034,244,'','Contact Us','31bd1e2','New Form',0,0,'62.204.41.199','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-19 06:14:08','2023-02-19 06:14:08','2023-02-19 06:14:08','2023-02-19 06:14:08'),(260,'submission','7c60a835-5582-4ca7-afd5-c068d5a2c95d',1038,244,'','Contact Us','31bd1e2','New Form',0,0,'138.199.27.1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-19 06:18:58','2023-02-19 06:18:58','2023-02-19 06:18:58','2023-02-19 06:18:58'),(261,'submission','e77d82c1-8cca-46e3-bddc-42148bb25656',1042,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.152.199.140','Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-19 18:59:42','2023-02-19 18:59:42','2023-02-19 18:59:42','2023-02-19 18:59:42'),(262,'submission','a75711ee-8778-4074-8fde-b24462172b72',1046,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.122.103','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-20 20:10:54','2023-02-20 20:10:54','2023-02-20 20:10:54','2023-02-20 20:10:54'),(263,'submission','bd50559f-9a60-4ca3-b5d8-62e37ca5b12b',1050,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.47.15','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-20 20:38:14','2023-02-20 20:38:14','2023-02-20 20:38:14','2023-02-20 20:38:14'),(264,'submission','221e677c-b337-420a-9ef1-0a9461d1f246',1054,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'50.3.136.231','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-21 08:56:29','2023-02-21 08:56:29','2023-02-21 08:56:29','2023-02-21 08:56:29'),(265,'submission','f9f6d821-64cd-4c81-a04c-1c249a40be94',1058,244,'','Contact Us','31bd1e2','New Form',0,0,'191.101.209.159','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-21 12:54:33','2023-02-21 12:54:33','2023-02-21 12:54:33','2023-02-21 12:54:33'),(266,'submission','9d90cfdd-c7ba-4fbf-8aae-7315627a20da',1062,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.155','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-26 14:08:15','2023-02-26 14:08:15','2023-02-26 14:08:15','2023-02-26 14:08:15'),(267,'submission','8acafb18-443c-4cab-aa2a-cfc58ed2157e',1066,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.63','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-27 18:50:25','2023-02-27 18:50:25','2023-02-27 18:50:25','2023-02-27 18:50:25'),(268,'submission','cf4542a9-52bb-42c1-9eeb-d8979f32db65',1070,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.247.213.110','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-02-28 11:17:13','2023-02-28 11:17:13','2023-02-28 11:17:13','2023-02-28 11:17:13'),(269,'submission','5d9a0225-3a81-4178-8a9b-c1f13230bdad',1074,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.231.32.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-01 10:59:04','2023-03-01 10:59:04','2023-03-01 10:59:04','2023-03-01 10:59:04'),(270,'submission','d5da369a-171f-4bf8-b29b-5a0cbd785884',1078,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.10.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-01 23:08:47','2023-03-01 23:08:47','2023-03-01 23:08:47','2023-03-01 23:08:47'),(271,'submission','97d516c7-a661-4f1b-9928-58f9cd4ff40f',1082,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.220.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-02 10:59:21','2023-03-02 10:59:21','2023-03-02 10:59:21','2023-03-02 10:59:21'),(272,'submission','72a846c7-742c-4f41-84b3-7140e56fade9',1086,244,'','Contact Us','31bd1e2','New Form',0,0,'62.204.41.199','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-03 10:05:39','2023-03-03 10:05:39','2023-03-03 10:05:39','2023-03-03 10:05:39'),(273,'submission','0489a681-59e7-486b-b2c1-ac269a5903f3',1090,244,'','Contact Us','31bd1e2','New Form',0,0,'62.204.41.199','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-03 16:04:56','2023-03-03 16:04:56','2023-03-03 16:04:56','2023-03-03 16:04:56'),(274,'submission','c8b329ce-2bec-4464-baae-b0a19aa2f94e',1094,244,'','Contact Us','31bd1e2','New Form',0,0,'62.204.41.199','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-06 15:25:15','2023-03-06 15:25:15','2023-03-06 15:25:15','2023-03-06 15:25:15'),(275,'submission','9367ae79-c50b-462d-a124-7e67227eaddb',1098,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.220.20','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-08 11:15:35','2023-03-08 11:15:35','2023-03-08 11:15:35','2023-03-08 11:15:35'),(276,'submission','1182c2f0-157c-4f25-8add-6794842cbc7e',1102,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.122.245','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-09 20:39:21','2023-03-09 20:39:21','2023-03-09 20:39:21','2023-03-09 20:39:21'),(277,'submission','f21ac430-7fa0-49ff-babc-44a410ad1b04',1106,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.208.27.81','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-11 03:55:40','2023-03-11 03:55:40','2023-03-11 03:55:40','2023-03-11 03:55:40'),(278,'submission','2077dfab-20f6-4031-82a1-65ed8bc253ad',1110,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.225.202.28','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-11 11:30:50','2023-03-11 11:30:50','2023-03-11 11:30:50','2023-03-11 11:30:50'),(279,'submission','0dde028a-bb13-4c8a-b3c2-4b07a333f7cb',1114,244,'','Contact Us','31bd1e2','New Form',0,0,'191.101.209.67','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-12 03:53:50','2023-03-12 03:53:50','2023-03-12 03:53:50','2023-03-12 03:53:50'),(280,'submission','850e6faa-6018-460d-94a6-c47d9dad60ee',1118,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.249.176','Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-13 07:09:59','2023-03-13 07:09:59','2023-03-13 07:09:59','2023-03-13 07:09:59'),(281,'submission','5b612a9f-49e4-4e32-972b-ddbcd5610a42',1122,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'168.81.46.202','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-16 04:06:41','2023-03-16 04:06:41','2023-03-16 04:06:41','2023-03-16 04:06:41'),(282,'submission','b083e6d3-9ec3-484c-91cb-eed77cf84817',1126,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.102.182.156','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-16 13:53:38','2023-03-16 13:53:38','2023-03-16 13:53:38','2023-03-16 13:53:38'),(283,'submission','001f601d-ac24-4dd8-b326-ed6a8c97ab8d',1130,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.144.230.27','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-17 05:03:29','2023-03-17 05:03:29','2023-03-17 05:03:29','2023-03-17 05:03:29'),(284,'submission','5f8e5b2a-6287-42a4-8726-03dddb140be2',1134,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'160.20.10.154','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-17 09:46:45','2023-03-17 09:46:45','2023-03-17 09:46:45','2023-03-17 09:46:45'),(285,'submission','d2078da2-3857-4fd5-bc0d-43a85ab2c531',1138,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.118','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-19 20:02:15','2023-03-19 20:02:15','2023-03-19 20:02:15','2023-03-19 20:02:15'),(286,'submission','9e8d4fca-bfcc-404e-b231-07c1d8b624a5',1142,244,'','Contact Us','31bd1e2','New Form',0,0,'89.249.73.212','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-19 23:27:34','2023-03-19 23:27:34','2023-03-19 23:27:34','2023-03-19 23:27:34'),(287,'submission','b2b78d98-7281-4be2-8000-8ca6551c89d3',1146,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.152.198.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-21 11:49:39','2023-03-21 11:49:39','2023-03-21 11:49:39','2023-03-21 11:49:39'),(288,'submission','61e6f83a-0e1b-4567-accd-5fd3e4ee499b',1150,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'37.46.113.197','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-21 13:52:50','2023-03-21 13:52:50','2023-03-21 13:52:50','2023-03-21 13:52:50'),(289,'submission','136d295c-96bb-49bf-a075-201feae46179',1154,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.144.203.190','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-22 00:13:43','2023-03-22 00:13:43','2023-03-22 00:13:43','2023-03-22 00:13:43'),(290,'submission','46673c46-27a9-4d16-916b-6cf7bcbb9941',1158,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.95.107.25','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-24 00:26:00','2023-03-24 00:26:00','2023-03-24 00:26:00','2023-03-24 00:26:00'),(291,'submission','722adb9d-42b2-4ed5-abf3-211bff2bc12c',1162,244,'','Contact Us','31bd1e2','New Form',0,0,'156.146.55.183','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-24 06:07:34','2023-03-24 06:07:34','2023-03-24 06:07:34','2023-03-24 06:07:34'),(292,'submission','0cc2f230-e8a1-44df-a2d7-b069307d954a',1166,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.130','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-27 02:34:46','2023-03-27 02:34:46','2023-03-27 02:34:46','2023-03-27 02:34:46'),(293,'submission','60ab4a88-ec5b-45a1-8204-e75a77e35654',1170,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.144.181.129','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-28 23:41:04','2023-03-28 23:41:04','2023-03-28 23:41:04','2023-03-28 23:41:04'),(294,'submission','b7fc89a2-ed90-4b1b-9648-a039008fa0e8',1174,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'146.70.174.137','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 Romash218922romash',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-03-29 01:35:33','2023-03-29 01:35:33','2023-03-29 01:35:33','2023-03-29 01:35:33'),(295,'submission','05bae7bb-9495-4332-b50f-f4c41ebf8aa0',1178,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.60.66','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-02 04:41:52','2023-04-02 04:41:52','2023-04-02 04:41:52','2023-04-02 04:41:52'),(296,'submission','7f2e44b0-9781-4b25-9b32-a384e8f9e064',1182,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.221.235.55','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-04 01:24:59','2023-04-04 01:24:59','2023-04-04 01:24:59','2023-04-04 01:24:59'),(297,'submission','4c79c0c3-d710-417a-8d81-df4965903fb7',1186,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.43.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-04 07:35:33','2023-04-04 07:35:33','2023-04-04 07:35:33','2023-04-04 07:35:33'),(298,'submission','c329b83f-fe54-44ee-8c45-266d4bb36197',1190,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.52.153','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-04 19:18:35','2023-04-04 19:18:35','2023-04-04 19:18:35','2023-04-04 19:18:35'),(299,'submission','9194edd9-cc3b-4336-9763-da11d24a222c',1194,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.98.26','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-05 19:38:20','2023-04-05 19:38:20','2023-04-05 19:38:20','2023-04-05 19:38:20'),(300,'submission','8fcdfd82-2898-4224-bb7a-a874d7b24714',1198,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'209.127.17.171','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-05 23:21:19','2023-04-05 23:21:19','2023-04-05 23:21:19','2023-04-05 23:21:19'),(301,'submission','a7e5a635-a36c-406c-8c59-3c21c46a2076',1202,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'160.20.10.116','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-06 12:04:35','2023-04-06 12:04:35','2023-04-06 12:04:35','2023-04-06 12:04:35'),(302,'submission','0492d135-785a-4029-a624-f1b3af71c8ea',1206,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.82.29.57','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-10 05:47:09','2023-04-10 05:47:09','2023-04-10 05:47:09','2023-04-10 05:47:09'),(303,'submission','7af027ce-8416-43cb-a1d5-f8314fabefd4',1210,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.98.43','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-12 10:17:52','2023-04-12 10:17:52','2023-04-12 10:17:52','2023-04-12 10:17:52'),(304,'submission','741c9bb9-1947-4ab9-b6fb-bdb7dfbed113',1214,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.196.147.202','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-13 10:20:26','2023-04-13 10:20:26','2023-04-13 10:20:26','2023-04-13 10:20:26'),(305,'submission','e59bcd79-5d69-4994-a322-de5a2f2db535',1218,244,'','Contact Us','31bd1e2','New Form',0,0,'37.46.113.247','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-16 10:29:07','2023-04-16 10:29:07','2023-04-16 10:29:07','2023-04-16 10:29:07'),(306,'submission','ea7f0079-95bc-49c4-b149-5dcb0f3c7718',1222,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.116.54','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-18 10:23:59','2023-04-18 10:23:59','2023-04-18 10:23:59','2023-04-18 10:23:59'),(307,'submission','fd8860b6-e3ea-48a9-acbc-38ba088338ea',1226,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.152.199.203','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-18 11:11:14','2023-04-18 11:11:14','2023-04-18 11:11:14','2023-04-18 11:11:14'),(308,'submission','f4a37cb1-5e93-4a78-bafd-fc483f8a9aac',1230,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.152.199.203','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-19 20:17:20','2023-04-19 20:17:20','2023-04-19 20:17:20','2023-04-19 20:17:20'),(309,'submission','a3a2e8c9-f1b9-44b1-8587-16fe21cc11c1',1234,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.123.176','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-20 02:00:30','2023-04-20 02:00:30','2023-04-20 02:00:30','2023-04-20 02:00:30'),(310,'submission','c30a975f-97a6-4fbb-b27d-a67ee20e092a',1238,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'91.219.212.211','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 Romash218922romash',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-20 08:19:55','2023-04-20 08:19:55','2023-04-20 08:19:55','2023-04-20 08:19:55'),(311,'submission','a094df40-de2f-4b5a-bafc-63d41add8f8f',1242,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.173.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-24 02:38:45','2023-04-24 02:38:45','2023-04-24 02:38:45','2023-04-24 02:38:45'),(312,'submission','d84aed83-9b3a-4f7f-aaa3-0fe741816554',1246,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.119.210','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-24 17:25:05','2023-04-24 17:25:05','2023-04-24 17:25:05','2023-04-24 17:25:05'),(313,'submission','6dbd4142-b744-4c8f-9961-29926deb45fd',1250,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.116.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-04-26 02:30:54','2023-04-26 02:30:54','2023-04-26 02:30:54','2023-04-26 02:30:54'),(314,'submission','7f1c5d87-a76b-4061-9c37-9abab7173d4f',1254,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.95.183.118','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-10 10:12:01','2023-05-10 10:12:01','2023-05-10 10:12:01','2023-05-10 10:12:01'),(315,'submission','e46fbd0a-9fe0-4087-9c69-2437331884ee',1258,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'192.177.165.218','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-10 22:51:42','2023-05-10 22:51:42','2023-05-10 22:51:42','2023-05-10 22:51:42'),(316,'submission','b917d73e-9735-48ce-9a1d-bee482cbb2de',1262,244,'','Contact Us','31bd1e2','New Form',0,0,'66.115.142.169','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-11 07:20:58','2023-05-11 07:20:58','2023-05-11 07:20:58','2023-05-11 07:20:58'),(317,'submission','6a59e490-0b30-40fa-bda8-83528de7bfb9',1266,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.243','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-11 09:37:03','2023-05-11 09:37:03','2023-05-11 09:37:03','2023-05-11 09:37:03'),(318,'submission','737c461a-8661-437d-9f26-9d02f792f408',1270,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.114.36','Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-14 07:52:46','2023-05-14 07:52:46','2023-05-14 07:52:46','2023-05-14 07:52:46'),(319,'submission','dc3d3c8a-0168-4785-b2f5-e4d49c5cbf29',1274,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.51.74','Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-14 15:45:38','2023-05-14 15:45:38','2023-05-14 15:45:38','2023-05-14 15:45:38'),(320,'submission','984aad2f-2a69-48a0-9e2b-12b0a629b106',1278,244,'','Contact Us','31bd1e2','New Form',0,0,'195.181.166.227','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-23 04:19:27','2023-05-23 04:19:27','2023-05-23 04:19:27','2023-05-23 04:19:27'),(321,'submission','63201cf6-8c4c-420d-87c9-5e7ca9825a0a',1282,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.119.20','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-23 04:37:42','2023-05-23 04:37:42','2023-05-23 04:37:42','2023-05-23 04:37:42'),(322,'submission','e5a9e512-6c31-4a0e-b5f8-3c430c811073',1286,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.249.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-24 01:39:53','2023-05-24 01:39:53','2023-05-24 01:39:53','2023-05-24 01:39:53'),(323,'submission','9458f17c-4d13-4db1-a2fc-99510e74e843',1290,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.96.252.149','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-24 11:06:35','2023-05-24 11:06:35','2023-05-24 11:06:35','2023-05-24 11:06:35'),(324,'submission','8baf3190-6b0c-485b-bf8b-cd3965c8ad76',1294,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.4.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-24 19:02:36','2023-05-24 19:02:36','2023-05-24 19:02:36','2023-05-24 19:02:36'),(325,'submission','880dc9c9-5871-4e68-a4bc-6962b4a05386',1298,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.240.241','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-24 20:31:34','2023-05-24 20:31:34','2023-05-24 20:31:34','2023-05-24 20:31:34'),(326,'submission','91565021-0c8e-46ef-8b3c-66dd3be3b7f6',1302,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.244.74','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-25 12:48:23','2023-05-25 12:48:23','2023-05-25 12:48:23','2023-05-25 12:48:23'),(327,'submission','63424be7-a365-4249-8873-58c0dc64bf0e',1306,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.4.60','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-25 14:14:48','2023-05-25 14:14:48','2023-05-25 14:14:48','2023-05-25 14:14:48'),(328,'submission','8c1141a5-316c-4328-8816-426569a5e594',1310,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.12','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-26 00:28:15','2023-05-26 00:28:15','2023-05-26 00:28:15','2023-05-26 00:28:15'),(329,'submission','30d6f284-6b40-488e-ab42-b4f6aee792dd',1314,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.54','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-26 21:10:41','2023-05-26 21:10:41','2023-05-26 21:10:41','2023-05-26 21:10:41'),(330,'submission','0904e94c-2f28-4a62-8c01-71854cf9dc88',1318,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'161.123.150.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-27 01:59:27','2023-05-27 01:59:27','2023-05-27 01:59:27','2023-05-27 01:59:27'),(331,'submission','c14adef6-bd53-4e44-991f-524ba8deef82',1322,244,'','Contact Us','31bd1e2','New Form',0,0,'216.24.213.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-29 15:43:42','2023-05-29 15:43:42','2023-05-29 15:43:42','2023-05-29 15:43:42'),(332,'submission','f4de7a7a-74af-4f2f-b197-7c1f16b00c34',1326,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.48.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-29 22:21:47','2023-05-29 22:21:47','2023-05-29 22:21:47','2023-05-29 22:21:47'),(333,'submission','4be0d426-e80a-4497-8f0b-4181b46f11dd',1330,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.55.169','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-05-31 03:37:30','2023-05-31 03:37:30','2023-05-31 03:37:30','2023-05-31 03:37:30'),(334,'submission','e772c64f-2990-42bd-8ac7-69f4d4edfae8',1334,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.46.40','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-03 12:09:17','2023-06-03 12:09:17','2023-06-03 12:09:17','2023-06-03 12:09:17'),(335,'submission','1d838f14-25a8-4f00-836f-1cbe4856307b',1338,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.244.41','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-04 01:30:42','2023-06-04 01:30:42','2023-06-04 01:30:42','2023-06-04 01:30:42'),(336,'submission','11534b93-cfa7-4d00-b582-d3a7b0073e9b',1342,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.98.40','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-05 00:01:09','2023-06-05 00:01:09','2023-06-05 00:01:09','2023-06-05 00:01:09'),(337,'submission','0cb55e0a-57a0-494e-bd9b-904559b0dd87',1346,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'192.241.77.164','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-07 23:31:20','2023-06-07 23:31:20','2023-06-07 23:31:20','2023-06-07 23:31:20'),(338,'submission','bffcbcd7-44d2-4989-9634-b08a6e013fca',1350,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.114.58','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-10 01:31:08','2023-06-10 01:31:08','2023-06-10 01:31:08','2023-06-10 01:31:08'),(339,'submission','d287fbd0-083d-4ef6-b2e1-7e8aa3f6bdcc',1354,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.44','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-13 23:00:38','2023-06-13 23:00:38','2023-06-13 23:00:38','2023-06-13 23:00:38'),(340,'submission','f61f63c5-8bc9-45a5-a0cc-555a926f78a5',1358,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'165.231.159.125','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-14 07:41:31','2023-06-14 07:41:31','2023-06-14 07:41:31','2023-06-14 07:41:31'),(341,'submission','ff30f62f-5c08-4417-af8f-7e7723c58371',1362,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.96.79','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-14 10:01:12','2023-06-14 10:01:12','2023-06-14 10:01:12','2023-06-14 10:01:12'),(342,'submission','806daf9c-e365-4eff-922d-b08ea4431036',1366,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'181.214.89.14','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-15 12:40:54','2023-06-15 12:40:54','2023-06-15 12:40:54','2023-06-15 12:40:54'),(343,'submission','80c052bf-0265-43b5-873e-b781fc4b7fe4',1370,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.54','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-15 19:10:35','2023-06-15 19:10:35','2023-06-15 19:10:35','2023-06-15 19:10:35'),(344,'submission','5303df6b-ca49-4082-a44c-7cb79a2db70d',1374,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'85.208.115.145','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-16 14:09:35','2023-06-16 14:09:35','2023-06-16 14:09:35','2023-06-16 14:09:35'),(345,'submission','e7375e71-79e0-4421-856f-208596cf64d7',1378,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'149.62.41.235','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-17 11:29:12','2023-06-17 11:29:12','2023-06-17 11:29:12','2023-06-17 11:29:12'),(346,'submission','12bb312c-6459-4c66-90c5-e9ca56787dfd',1382,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.54.51','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-17 14:43:08','2023-06-17 14:43:08','2023-06-17 14:43:08','2023-06-17 14:43:08'),(347,'submission','ecfc24e2-11af-4ce8-982f-27af6c37fbb5',1386,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.49','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-19 21:53:13','2023-06-19 21:53:13','2023-06-19 21:53:13','2023-06-19 21:53:13'),(348,'submission','add432df-9cae-4b20-9102-e45f671a7c42',1390,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'20.186.62.107','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-20 23:14:58','2023-06-20 23:14:58','2023-06-20 23:14:58','2023-06-20 23:14:58'),(349,'submission','5db388d6-7eb7-4401-9e90-6c8ac82b808b',1394,244,'','Contact Us','31bd1e2','New Form',0,0,'188.95.54.11','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-21 18:52:55','2023-06-21 18:52:55','2023-06-21 18:52:55','2023-06-21 18:52:55'),(350,'submission','2e4453f3-c44d-44fb-a7f3-8696d7fec2f8',1398,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.29.253.65','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-21 20:22:39','2023-06-21 20:22:39','2023-06-21 20:22:39','2023-06-21 20:22:39'),(351,'submission','940aa935-d37b-4544-9692-6264b2a6598a',1402,244,'','Contact Us','31bd1e2','New Form',0,0,'78.138.99.182','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-23 06:34:52','2023-06-23 06:34:52','2023-06-23 06:34:52','2023-06-23 06:34:52'),(352,'submission','3b86ec96-8dac-4fdc-8171-1cc3e6ad0a93',1406,244,'','Contact Us','31bd1e2','New Form',0,0,'138.199.36.197','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-23 09:49:21','2023-06-23 09:49:21','2023-06-23 09:49:21','2023-06-23 09:49:21'),(353,'submission','7b5cc3b6-7a8b-434f-bf41-5d9c023535d0',1410,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.133','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-24 21:20:16','2023-06-24 21:20:16','2023-06-24 21:20:16','2023-06-24 21:20:16'),(354,'submission','41a4a57b-ec9a-4567-b42b-ab7d3cb0600a',1414,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'150.107.106.3','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-27 08:15:08','2023-06-27 08:15:08','2023-06-27 08:15:08','2023-06-27 08:15:08'),(355,'submission','eea1ee2f-1715-477b-9b4e-60055c8974b7',1418,244,'','Contact Us','31bd1e2','New Form',0,0,'191.101.31.121','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-27 20:06:15','2023-06-27 20:06:15','2023-06-27 20:06:15','2023-06-27 20:06:15'),(356,'submission','2a5bcb20-22d7-4f94-9b6c-21e63834969d',1422,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'160.20.9.164','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-27 21:15:24','2023-06-27 21:15:24','2023-06-27 21:15:24','2023-06-27 21:15:24'),(357,'submission','8c0e882b-a9e5-4a49-ad77-dfa36d5155a2',1426,244,'','Contact Us','31bd1e2','New Form',0,0,'191.101.217.236','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-06-30 09:03:21','2023-06-30 09:03:21','2023-06-30 09:03:21','2023-06-30 09:03:21'),(358,'submission','00411457-3836-4872-9b7e-4efdc80df221',1430,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.247.115.43','Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-03 13:23:32','2023-07-03 13:23:32','2023-07-03 13:23:32','2023-07-03 13:23:32'),(359,'submission','f2bda1df-2ac3-4849-889d-22f3a706760a',1434,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.101.114.239','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-04 08:51:56','2023-07-04 08:51:56','2023-07-04 08:51:56','2023-07-04 08:51:56'),(360,'submission','3ca747fc-e038-4ed5-9862-72ad323bb18c',1438,244,'','Contact Us','31bd1e2','New Form',0,0,'151.106.11.190','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-08 20:08:44','2023-07-08 20:08:44','2023-07-08 20:08:44','2023-07-08 20:08:44'),(361,'submission','1be3a369-8504-41a3-b786-4cfeb925f388',1442,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.55.214','Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-09 16:29:43','2023-07-09 16:29:43','2023-07-09 16:29:43','2023-07-09 16:29:43'),(362,'submission','2469e4db-6b41-4c5c-ab35-b5cb2ef398cc',1446,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.153.113.79','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-11 17:46:35','2023-07-11 17:46:35','2023-07-11 17:46:35','2023-07-11 17:46:35'),(363,'submission','94d185fc-d81d-4bcc-9f74-4b2e12c005cb',1450,244,'','Contact Us','31bd1e2','New Form',0,0,'193.56.113.67','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-12 13:55:12','2023-07-12 13:55:12','2023-07-12 13:55:12','2023-07-12 13:55:12'),(364,'submission','87fbf596-d0ba-4542-9eff-215541523d3b',1454,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'107.150.70.157','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-12 16:51:02','2023-07-12 16:51:02','2023-07-12 16:51:02','2023-07-12 16:51:02'),(365,'submission','32cfaa96-8213-4315-b85b-d236d543b124',1458,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.131.65','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-14 07:37:03','2023-07-14 07:37:03','2023-07-14 07:37:03','2023-07-14 07:37:03'),(366,'submission','656fc477-1870-439c-9ee8-daef71093271',1462,244,'','Contact Us','31bd1e2','New Form',0,0,'185.76.9.52','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-16 11:26:53','2023-07-16 11:26:53','2023-07-16 11:26:53','2023-07-16 11:26:53'),(367,'submission','e5d55fe8-735d-44b6-b012-997528f6f9fc',1466,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.108.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-17 17:27:27','2023-07-17 17:27:27','2023-07-17 17:27:27','2023-07-17 17:27:27'),(368,'submission','35a45c9f-3fb7-457e-992b-8aac3121b15b',1470,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'27.34.104.1','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-21 04:04:32','2023-07-21 04:04:32','2023-07-21 04:04:32','2023-07-21 04:04:32'),(369,'submission','e6577cd9-327d-41a6-bf78-028a2883527f',1474,244,'','Contact Us','31bd1e2','New Form',0,0,'195.181.166.227','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-22 17:42:28','2023-07-22 17:42:28','2023-07-22 17:42:28','2023-07-22 17:42:28'),(370,'submission','790f7ce4-c94d-420a-8c05-48a4b4c9d981',1478,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'181.214.89.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-22 19:27:15','2023-07-22 19:27:15','2023-07-22 19:27:15','2023-07-22 19:27:15'),(371,'submission','b1a98440-9673-4348-a3a1-c5db23fa1593',1482,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.21.180','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-23 22:06:46','2023-07-23 22:06:46','2023-07-23 22:06:46','2023-07-23 22:06:46'),(372,'submission','d045bc99-c637-4e69-803e-91fb4ec7c158',1486,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.48.228','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-24 20:37:15','2023-07-24 20:37:15','2023-07-24 20:37:15','2023-07-24 20:37:15'),(373,'submission','079196d3-5e65-4e4b-b6db-3f1446b063b5',1490,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.254.168','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-25 18:17:28','2023-07-25 18:17:28','2023-07-25 18:17:28','2023-07-25 18:17:28'),(374,'submission','6173fe4c-6795-46a0-a11d-f7bbdfa7c7a6',1494,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.114.121','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-26 10:11:44','2023-07-26 10:11:44','2023-07-26 10:11:44','2023-07-26 10:11:44'),(375,'submission','dbfa4e50-3cda-408b-a7c5-c4678aab8db4',1498,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.48.237','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-26 21:09:13','2023-07-26 21:09:13','2023-07-26 21:09:13','2023-07-26 21:09:13'),(376,'submission','d7db2cd4-9f50-4638-9570-69f2a57a17ff',1502,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.198','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-26 22:49:10','2023-07-26 22:49:10','2023-07-26 22:49:10','2023-07-26 22:49:10'),(377,'submission','f88af011-c634-47e7-a400-cc8c8d7e9617',1506,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.195.11','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-27 12:31:03','2023-07-27 12:31:03','2023-07-27 12:31:03','2023-07-27 12:31:03'),(378,'submission','aabf88cf-2d2f-4b96-a2d5-2efe17191da4',1510,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.200.65','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-29 01:49:06','2023-07-29 01:49:06','2023-07-29 01:49:06','2023-07-29 01:49:06'),(379,'submission','7d2cabf4-f571-4d08-9997-388ade10eb7e',1514,244,'','Contact Us','31bd1e2','New Form',0,0,'45.134.79.147','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-29 02:25:57','2023-07-29 02:25:57','2023-07-29 02:25:57','2023-07-29 02:25:57'),(380,'submission','c9746390-355d-48fa-8e8f-3500ed0f7aa4',1518,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.46.181','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-29 20:53:31','2023-07-29 20:53:31','2023-07-29 20:53:31','2023-07-29 20:53:31'),(381,'submission','65dbaa4a-b4de-4b67-9764-95b767ed22a5',1522,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.55.222','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-07-30 18:38:49','2023-07-30 18:38:49','2023-07-30 18:38:49','2023-07-30 18:38:49'),(382,'submission','8fd81192-4309-4aca-9b99-20616b0cded9',1526,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.240.254.243','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-01 10:28:17','2023-08-01 10:28:17','2023-08-01 10:28:17','2023-08-01 10:28:17'),(383,'submission','2ad7af69-0c78-4532-a484-74b7971da18d',1530,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.198','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-04 02:08:53','2023-08-04 02:08:53','2023-08-04 02:08:53','2023-08-04 02:08:53'),(384,'submission','58b5f152-ffc6-4409-9aee-44ad96cf5fac',1534,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.89.67','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-05 17:42:11','2023-08-05 17:42:11','2023-08-05 17:42:11','2023-08-05 17:42:11'),(385,'submission','e6ab5c2e-82bf-4073-8fbe-c934d1abe9a2',1538,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.51.94','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-05 21:25:36','2023-08-05 21:25:36','2023-08-05 21:25:36','2023-08-05 21:25:36'),(386,'submission','6c8f4109-c6bd-4850-9da5-98edc03f8004',1542,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.159.252','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-05 21:28:17','2023-08-05 21:28:17','2023-08-05 21:28:17','2023-08-05 21:28:17'),(387,'submission','1284989b-f27f-40f3-a3ee-f8d84535291a',1546,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.178.29','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-05 21:36:37','2023-08-05 21:36:37','2023-08-05 21:36:37','2023-08-05 21:36:37'),(388,'submission','d242768c-89c9-416a-a5a9-0e704f6c4ca0',1550,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.55.231','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-07 03:04:21','2023-08-07 03:04:21','2023-08-07 03:04:21','2023-08-07 03:04:21'),(389,'submission','e62ce8d6-ae27-4b4b-8d28-9c68fa45dd48',1554,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.122.175','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-12 04:13:53','2023-08-12 04:13:53','2023-08-12 04:13:53','2023-08-12 04:13:53'),(390,'submission','10b06392-72c6-4c57-a6d6-8ac7ec2e66a1',1558,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'152.58.197.199','Mozilla/5.0 (Linux; Android 11; IV2201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-12 14:52:52','2023-08-12 14:52:52','2023-08-12 14:52:52','2023-08-12 14:52:52'),(391,'submission','96d7cb11-c7bc-4be9-a31d-d54d000aac0f',1562,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'152.58.197.199','Mozilla/5.0 (Linux; Android 11; IV2201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-12 14:53:00','2023-08-12 14:53:00','2023-08-12 14:53:00','2023-08-12 14:53:00'),(392,'submission','730846b7-099f-4d0b-918d-aa0fdb741bf4',1566,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.22.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-14 18:34:15','2023-08-14 18:34:15','2023-08-14 18:34:15','2023-08-14 18:34:15'),(393,'submission','2fcc88a5-c1e0-46b3-a6b8-6e57bafcbf06',1570,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.170.28.71','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-14 22:51:03','2023-08-14 22:51:03','2023-08-14 22:51:03','2023-08-14 22:51:03'),(394,'submission','3370d893-b227-4c67-97b0-8a47d9c8466e',1574,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.199.55.151','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-15 09:41:31','2023-08-15 09:41:31','2023-08-15 09:41:31','2023-08-15 09:41:31'),(395,'submission','ea2b21f1-2e7b-434d-ac51-e4f077eb5184',1578,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'20.3.251.11','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-16 13:14:52','2023-08-16 13:14:52','2023-08-16 13:14:52','2023-08-16 13:14:52'),(396,'submission','a36dc05d-758b-464b-865f-0a1ccd2998d6',1582,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.48.138','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-18 20:37:49','2023-08-18 20:37:49','2023-08-18 20:37:49','2023-08-18 20:37:49'),(397,'submission','2a7cb001-2364-4c32-8d35-7f9e1a4cf01c',1586,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.131.66','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-19 23:03:27','2023-08-19 23:03:27','2023-08-19 23:03:27','2023-08-19 23:03:27'),(398,'submission','0df6050e-7aa4-418d-ac16-f37c3b7b63c2',1590,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'193.43.118.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-20 23:40:14','2023-08-20 23:40:14','2023-08-20 23:40:14','2023-08-20 23:40:14'),(399,'submission','5a45c900-a64b-43d9-b090-464ee1e204f4',1594,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.157.207','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-21 08:47:11','2023-08-21 08:47:11','2023-08-21 08:47:11','2023-08-21 08:47:11'),(400,'submission','5dbe8e47-b3b6-4734-b24a-ebb5b3b531f8',1598,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.122.104','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-22 21:43:15','2023-08-22 21:43:15','2023-08-22 21:43:15','2023-08-22 21:43:15'),(401,'submission','4e49212e-dae1-4c92-820d-8992f58f4035',1602,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.122.110','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-24 00:42:06','2023-08-24 00:42:06','2023-08-24 00:42:06','2023-08-24 00:42:06'),(402,'submission','d2acedeb-1761-4aeb-b97c-af46f7f62d13',1606,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'181.214.89.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-24 17:55:23','2023-08-24 17:55:23','2023-08-24 17:55:23','2023-08-24 17:55:23'),(403,'submission','3f2b0b7f-e459-4bf9-a7db-a7bfa0a74b68',1610,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.83.89.36','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-24 23:32:51','2023-08-24 23:32:51','2023-08-24 23:32:51','2023-08-24 23:32:51'),(404,'submission','5b337fc2-1a2f-4294-b001-4b509eab12e8',1614,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.44.208','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-29 12:39:53','2023-08-29 12:39:53','2023-08-29 12:39:53','2023-08-29 12:39:53'),(405,'submission','c24d69a3-d467-48a4-8b7b-fb7f331e9fda',1618,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.213.93.137','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-30 04:56:12','2023-08-30 04:56:12','2023-08-30 04:56:12','2023-08-30 04:56:12'),(406,'submission','0dda0e8c-9169-4ddd-8547-b1eaf84ae3e4',1622,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'192.109.110.173','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-30 19:31:33','2023-08-30 19:31:33','2023-08-30 19:31:33','2023-08-30 19:31:33'),(407,'submission','1455df44-48ba-4778-9312-abe025bd7c5b',1626,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.41.169','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-08-31 01:16:51','2023-08-31 01:16:51','2023-08-31 01:16:51','2023-08-31 01:16:51'),(408,'submission','7743f484-3396-489c-a38c-ef040871d22c',1630,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.131.221','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-01 04:29:49','2023-09-01 04:29:49','2023-09-01 04:29:49','2023-09-01 04:29:49'),(409,'submission','2b11a1fe-ef78-452d-90ec-318c599b3c43',1634,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.213.93.137','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-01 12:52:41','2023-09-01 12:52:41','2023-09-01 12:52:41','2023-09-01 12:52:41'),(410,'submission','56138706-3528-4652-8085-f970e889d908',1638,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.89.141','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-03 09:00:21','2023-09-03 09:00:21','2023-09-03 09:00:21','2023-09-03 09:00:21'),(411,'submission','f66f2d9c-8118-4058-8669-8bc64e5da924',1642,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.20.125','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-04 07:18:13','2023-09-04 07:18:13','2023-09-04 07:18:13','2023-09-04 07:18:13'),(412,'submission','9a4558aa-6b56-4f10-aa50-fb73837368f8',1646,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'157.33.125.67','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-04 10:31:13','2023-09-04 10:31:13','2023-09-04 10:31:13','2023-09-04 10:31:13'),(413,'submission','3cac7d8f-adb4-48cd-8628-4069df3fb93d',1650,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.27.25.164','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-05 20:13:14','2023-09-05 20:13:14','2023-09-05 20:13:14','2023-09-05 20:13:14'),(414,'submission','bacbd723-7ad3-40a2-b016-222fbbc1ea3b',1654,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.167.122.223','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-06 12:50:58','2023-09-06 12:50:58','2023-09-06 12:50:58','2023-09-06 12:50:58'),(415,'submission','f41d7d56-13f6-49f8-b0d0-009b13267a3c',1658,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.228','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-11 19:33:55','2023-09-11 19:33:55','2023-09-11 19:33:55','2023-09-11 19:33:55'),(416,'submission','c8b5a6da-68de-4d29-9131-2e4ad71a0acc',1662,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.249','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-11 21:30:54','2023-09-11 21:30:54','2023-09-11 21:30:54','2023-09-11 21:30:54'),(417,'submission','1a42940a-3531-4314-941b-ee1ce94b8d06',1666,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.84.63','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-12 18:35:25','2023-09-12 18:35:25','2023-09-12 18:35:25','2023-09-12 18:35:25'),(418,'submission','0d42a75a-716d-4bf1-9945-6c74705767be',1670,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.20.226','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-13 07:35:12','2023-09-13 07:35:12','2023-09-13 07:35:12','2023-09-13 07:35:12'),(419,'submission','81e1ce01-8c62-40c4-b911-212cbce75649',1674,244,'','Contact Us','31bd1e2','New Form',0,0,'84.239.49.15','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-14 08:15:32','2023-09-14 08:15:32','2023-09-14 08:15:32','2023-09-14 08:15:32'),(420,'submission','c03d8439-79cf-4a21-8900-2f910dd0c49c',1678,244,'','Contact Us','31bd1e2','New Form',0,0,'91.90.122.152','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-14 12:12:37','2023-09-14 12:12:37','2023-09-14 12:12:37','2023-09-14 12:12:37'),(421,'submission','9d191a14-131e-4353-a4f2-67fd5c926806',1682,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.18.229.12','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-16 21:09:11','2023-09-16 21:09:11','2023-09-16 21:09:11','2023-09-16 21:09:11'),(422,'submission','239141d3-2e45-450f-a9c9-6b90b050e0b9',1686,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.210.47.164','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-18 04:26:10','2023-09-18 04:26:10','2023-09-18 04:26:10','2023-09-18 04:26:10'),(423,'submission','7852abfa-943e-401b-be7f-e65a9c771720',1690,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.210.47.164','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-18 04:26:17','2023-09-18 04:26:17','2023-09-18 04:26:17','2023-09-18 04:26:17'),(424,'submission','cc6018b4-84e8-4717-93f0-9293baeeaf0a',1694,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.210.47.164','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-18 04:26:24','2023-09-18 04:26:24','2023-09-18 04:26:24','2023-09-18 04:26:24'),(425,'submission','4c531392-62a0-44a3-a8f0-c8de5a969d98',1698,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.210.47.164','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-18 04:26:46','2023-09-18 04:26:46','2023-09-18 04:26:46','2023-09-18 04:26:46'),(426,'submission','c526a367-d1ca-450e-9f4e-d91e40bfabc3',1702,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.94.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-23 20:19:06','2023-09-23 20:19:06','2023-09-23 20:19:06','2023-09-23 20:19:06'),(427,'submission','9614db1f-04c8-4c15-81b5-58658415e5b4',1706,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.108.212','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-24 09:51:50','2023-09-24 09:51:50','2023-09-24 09:51:50','2023-09-24 09:51:50'),(428,'submission','14740075-8200-4e69-b784-ea88ce2a95ad',1710,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.235.136.103','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-26 14:05:07','2023-09-26 14:05:07','2023-09-26 14:05:07','2023-09-26 14:05:07'),(429,'submission','65dda810-5fb6-4f11-b762-09030179f86e',1714,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.235.136.103','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-09-26 14:05:27','2023-09-26 14:05:27','2023-09-26 14:05:27','2023-09-26 14:05:27'),(430,'submission','bcc3e2a7-1766-46ea-bd20-aa7d4ce81bc2',1718,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'122.177.98.37','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-01 07:43:16','2023-10-01 07:43:16','2023-10-01 07:43:16','2023-10-01 07:43:16'),(431,'submission','5724d5d5-0fa4-4dd1-b178-7ab88f92e548',1722,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'122.177.98.37','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-01 07:43:25','2023-10-01 07:43:25','2023-10-01 07:43:25','2023-10-01 07:43:25'),(432,'submission','bd4c81ee-5179-4536-b034-3a6e3a48a74b',1726,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.206.57','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-07 18:43:10','2023-10-07 18:43:10','2023-10-07 18:43:10','2023-10-07 18:43:10'),(433,'submission','05f2ca04-8d2a-4744-aaa4-a0a1d244aa4d',1730,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.94.241','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-09 23:16:18','2023-10-09 23:16:18','2023-10-09 23:16:18','2023-10-09 23:16:18'),(434,'submission','9a788860-2c1c-4545-8a1d-8035aeb17af6',1734,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.17.165','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-16 19:39:23','2023-10-16 19:39:23','2023-10-16 19:39:23','2023-10-16 19:39:23'),(435,'submission','03e0d880-9f93-485d-97e9-4bf35c467197',1738,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.249.220','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-18 17:03:51','2023-10-18 17:03:51','2023-10-18 17:03:51','2023-10-18 17:03:51'),(436,'submission','2606b0dd-e347-4902-82e7-6b5fc39551d0',1742,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'5.182.110.118','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-20 02:48:29','2023-10-20 02:48:29','2023-10-20 02:48:29','2023-10-20 02:48:29'),(437,'submission','3fc98304-21b4-423e-8265-22956772d454',1746,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'20.3.251.13','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-20 02:48:54','2023-10-20 02:48:54','2023-10-20 02:48:54','2023-10-20 02:48:54'),(438,'submission','61a3ab4c-3ada-4165-b2d8-ff0dd5fc3586',1750,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.242.178.108','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-22 19:04:43','2023-10-22 19:04:43','2023-10-22 19:04:43','2023-10-22 19:04:43'),(439,'submission','994773b7-2fa3-48cc-a0ea-9e4d69d1ca2e',1754,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.19.249.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-22 21:34:45','2023-10-22 21:34:45','2023-10-22 21:34:45','2023-10-22 21:34:45'),(440,'submission','7bbd9194-7f21-4fbe-8458-fda5b3686cbf',1758,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.122.123','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-22 23:40:54','2023-10-22 23:40:54','2023-10-22 23:40:54','2023-10-22 23:40:54'),(441,'submission','d68e8532-8843-49ce-838d-4cd70a12d353',1762,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'49.83.17.112','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-28 11:59:52','2023-10-28 11:59:52','2023-10-28 11:59:52','2023-10-28 11:59:52'),(442,'submission','2263e0a3-aeb9-4075-9762-243e68058450',1766,244,'','Contact Us','31bd1e2','New Form',0,0,'185.189.114.123','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-29 17:03:03','2023-10-29 17:03:03','2023-10-29 17:03:03','2023-10-29 17:03:03'),(443,'submission','4e1a2d3b-4894-4975-8d18-524844777343',1770,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.8.93','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-30 08:36:26','2023-10-30 08:36:26','2023-10-30 08:36:26','2023-10-30 08:36:26'),(444,'submission','9f0d4248-caf6-4265-90a9-b156bd00e758',1774,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.131.72','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-31 06:15:19','2023-10-31 06:15:19','2023-10-31 06:15:19','2023-10-31 06:15:19'),(445,'submission','8de604c3-e161-4238-a43b-12ee1dda07bd',1778,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.245.159.216','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-31 08:53:23','2023-10-31 08:53:23','2023-10-31 08:53:23','2023-10-31 08:53:23'),(446,'submission','5f4b599e-1656-4c5e-9511-36641e325fbf',1782,244,'','Contact Us','31bd1e2','New Form',0,0,'78.138.99.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-10-31 20:20:46','2023-10-31 20:20:46','2023-10-31 20:20:46','2023-10-31 20:20:46'),(447,'submission','5449ac42-04c6-4bf5-8902-f875520e8a4e',1786,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.106.37','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-19 07:36:15','2023-11-19 07:36:15','2023-11-19 07:36:15','2023-11-19 07:36:15'),(448,'submission','ad5c05dd-bcbb-4b1e-bbe4-0c752c918bc0',1790,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.54.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-20 17:36:50','2023-11-20 17:36:50','2023-11-20 17:36:50','2023-11-20 17:36:50'),(449,'submission','866560ca-32ea-489b-94f1-807c2b71576e',1794,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.98.47','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-25 11:31:59','2023-11-25 11:31:59','2023-11-25 11:31:59','2023-11-25 11:31:59'),(450,'submission','bbf451f6-3221-4890-b010-ca298eebefbd',1798,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.36.97.124','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-25 16:50:48','2023-11-25 16:50:48','2023-11-25 16:50:48','2023-11-25 16:50:48'),(451,'submission','9c18fc97-ed3d-4d85-87dc-db177e7e5eee',1802,244,'','Contact Us','31bd1e2','New Form',0,0,'92.204.175.85','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-28 06:19:50','2023-11-28 06:19:50','2023-11-28 06:19:50','2023-11-28 06:19:50'),(452,'submission','ed5e43e6-3d53-4f4e-9f6f-c3cda2184e6e',1806,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'34.134.57.99','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-11-28 13:31:53','2023-11-28 13:31:53','2023-11-28 13:31:53','2023-11-28 13:31:53'),(453,'submission','6aa89cf5-6cc1-4e0b-940b-083df655b955',1810,244,'','Contact Us','31bd1e2','New Form',0,0,'104.200.151.37','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-01 01:05:56','2023-12-01 01:05:56','2023-12-01 01:05:56','2023-12-01 01:05:56'),(454,'submission','d39ff0ac-45af-4462-9a27-11d5da381479',1814,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.134.20.82','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-02 06:41:00','2023-12-02 06:41:00','2023-12-02 06:41:00','2023-12-02 06:41:00'),(455,'submission','68d8bd2f-2e93-4104-90ac-f1088a86eeff',1818,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.44.209','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-05 18:24:22','2023-12-05 18:24:22','2023-12-05 18:24:22','2023-12-05 18:24:22'),(456,'submission','15cd1226-1d41-44dd-835f-8f322e78ab65',1822,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'216.24.210.246','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-10 06:36:19','2023-12-10 06:36:19','2023-12-10 06:36:19','2023-12-10 06:36:19'),(457,'submission','fd55b795-88bf-407e-9751-ccc4675a69d1',1826,244,'','Contact Us','31bd1e2','New Form',0,0,'212.102.36.21','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-11 15:29:52','2023-12-11 15:29:52','2023-12-11 15:29:52','2023-12-11 15:29:52'),(458,'submission','45db9cf7-7329-45ec-a0f3-8eefe279056f',1830,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.71.18','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-12 15:50:14','2023-12-12 15:50:14','2023-12-12 15:50:14','2023-12-12 15:50:14'),(459,'submission','6669a9fe-a0ba-4601-9d82-eac79921b8e2',1834,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'122.161.67.153','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-13 08:39:10','2023-12-13 08:39:10','2023-12-13 08:39:10','2023-12-13 08:39:10'),(460,'submission','6d7acc6b-00a2-49f8-9247-7fb639cf9f93',1838,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.242.47.4','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-13 22:32:44','2023-12-13 22:32:44','2023-12-13 22:32:44','2023-12-13 22:32:44'),(461,'submission','414ef0e4-7873-4a23-8ebc-88f567f674f7',1842,244,'','Contact Us','31bd1e2','New Form',0,0,'46.246.122.87','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-15 11:44:34','2023-12-15 11:44:34','2023-12-15 11:44:34','2023-12-15 11:44:34'),(462,'submission','ed6c3933-20e7-4df3-82fc-4434929658b7',1846,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.244.4.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-15 23:06:06','2023-12-15 23:06:06','2023-12-15 23:06:06','2023-12-15 23:06:06'),(463,'submission','fbf24a6e-2e47-4630-9a0a-2a808141376d',1850,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.128.199.143','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-17 07:02:30','2023-12-17 07:02:30','2023-12-17 07:02:30','2023-12-17 07:02:30'),(464,'submission','c58a77fa-7198-42f3-8a63-6eef7a054ca6',1854,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.101.126.183','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-19 03:50:49','2023-12-19 03:50:49','2023-12-19 03:50:49','2023-12-19 03:50:49'),(465,'submission','1f7f87db-2f6c-4766-a5ad-4817258d44ee',1858,244,'','Contact Us','31bd1e2','New Form',0,0,'37.19.223.11','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-19 22:27:19','2023-12-19 22:27:19','2023-12-19 22:27:19','2023-12-19 22:27:19'),(466,'submission','184ecef4-7881-4cde-9a8b-2fbceb7d8c19',1862,244,'','Contact Us','31bd1e2','New Form',0,0,'89.149.37.146','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-26 03:32:15','2023-12-26 03:32:15','2023-12-26 03:32:15','2023-12-26 03:32:15'),(467,'submission','3afb8690-43b2-4560-b139-a7bfeb8e3430',1866,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.242.47.4','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-27 18:38:27','2023-12-27 18:38:27','2023-12-27 18:38:27','2023-12-27 18:38:27'),(468,'submission','33a77e72-c5d4-4491-9c2b-dfc6a4e39b58',1870,244,'https://hoteldhruvpalace.com/contact-us/?option=phpmyadmin','Contact Us','31bd1e2','New Form',0,0,'196.244.4.167','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-27 22:09:43','2023-12-27 22:09:43','2023-12-27 22:09:43','2023-12-27 22:09:43'),(469,'submission','dd19a4b7-96b1-4067-b482-9766ea10fe11',1874,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.44.204','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-30 09:54:31','2023-12-30 09:54:31','2023-12-30 09:54:31','2023-12-30 09:54:31'),(470,'submission','fd90c7fd-a6bd-43b7-aa7f-9f5fdfcdb12c',1878,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.83.8','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2023-12-31 21:26:05','2023-12-31 21:26:05','2023-12-31 21:26:05','2023-12-31 21:26:05'),(471,'submission','308aac47-1958-4673-b95e-ed8e249276dc',1882,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.237.145','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-04 00:47:43','2024-01-04 00:47:43','2024-01-04 00:47:43','2024-01-04 00:47:43'),(472,'submission','72135016-e460-4515-8153-7be94d224509',1886,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.44.102','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-08 17:18:52','2024-01-08 17:18:52','2024-01-08 17:18:52','2024-01-08 17:18:52'),(473,'submission','92e4ff3e-06cf-40c8-810e-58b76f9ab910',1890,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'191.101.126.188','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-11 07:50:50','2024-01-11 07:50:50','2024-01-11 07:50:50','2024-01-11 07:50:50'),(474,'submission','32a6a732-8063-471b-937f-3511df2812e5',1894,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.136.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-13 12:05:31','2024-01-13 12:05:31','2024-01-13 12:05:31','2024-01-13 12:05:31'),(475,'submission','dcb9f3d7-5e9c-48de-8c99-2f4b4ff5ff62',1898,244,'','Contact Us','31bd1e2','New Form',0,0,'185.107.44.121','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-16 02:21:01','2024-01-16 02:21:01','2024-01-16 02:21:01','2024-01-16 02:21:01'),(476,'submission','1cf118f0-9911-4230-b81d-9093c8593b29',1902,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.20.94','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-01-31 21:40:29','2024-01-31 21:40:29','2024-01-31 21:40:29','2024-01-31 21:40:29'),(477,'submission','33709074-1f36-472c-92c2-67c4b57fb981',1906,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.86.122','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-01 04:51:06','2024-02-01 04:51:06','2024-02-01 04:51:06','2024-02-01 04:51:06'),(478,'submission','a9b153d2-559d-43ae-b524-0a5b8c60e82f',1910,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.240.51.19','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-01 07:20:59','2024-02-01 07:20:59','2024-02-01 07:20:59','2024-02-01 07:20:59'),(479,'submission','d63d014c-20b8-41ba-b031-1695594e6203',1914,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.173.173','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-02 13:32:35','2024-02-02 13:32:35','2024-02-02 13:32:35','2024-02-02 13:32:35'),(480,'submission','be60166c-b6ee-4646-9dbc-20f5f7b709e6',1918,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.86.122','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-02 17:40:43','2024-02-02 17:40:43','2024-02-02 17:40:43','2024-02-02 17:40:43'),(481,'submission','cfcb6d2c-16ad-49c5-8744-59ecb70ace4a',1922,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.115.246','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-03 21:28:12','2024-02-03 21:28:12','2024-02-03 21:28:12','2024-02-03 21:28:12'),(482,'submission','1a9438b2-a41e-4eae-b064-c4a7d84a2140',1926,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.163.10','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-04 15:13:52','2024-02-04 15:13:52','2024-02-04 15:13:52','2024-02-04 15:13:52'),(483,'submission','532a5990-29ff-4d67-ae4c-2575aa83b622',1930,244,'','Contact Us','31bd1e2','New Form',0,0,'77.247.178.147','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-05 18:46:31','2024-02-05 18:46:31','2024-02-05 18:46:31','2024-02-05 18:46:31'),(484,'submission','9831cb51-8667-41f2-b4c7-9bf805bfe5fa',1934,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.146.213','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-06 01:49:52','2024-02-06 01:49:52','2024-02-06 01:49:52','2024-02-06 01:49:52'),(485,'submission','8ee4793f-e84a-4bc7-83fc-9d71cddd975a',1938,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.147.129','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-07 14:07:45','2024-02-07 14:07:45','2024-02-07 14:07:45','2024-02-07 14:07:45'),(486,'submission','bcdf05ae-5d8e-41cb-abd2-13fe99e3dad1',1942,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.239.218.42','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-10 11:36:20','2024-02-10 11:36:20','2024-02-10 11:36:20','2024-02-10 11:36:20'),(487,'submission','5ed676f8-6914-4243-80f5-6b69c5282005',1945,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,2,'103.157.207.104','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-02-10 15:38:12','2024-02-10 15:38:12','2024-02-10 15:38:12','2024-02-10 15:38:12'),(488,'submission','cf20b916-792f-4c30-bd47-e03f89a1d9af',1950,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,2,'103.157.207.104','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-02-10 15:38:43','2024-02-10 15:38:43','2024-02-10 15:38:43','2024-02-10 15:38:43'),(489,'submission','e044b61d-9910-4f59-911f-fc3e85863fbe',1956,244,'','Contact Us','31bd1e2','New Form',0,0,'95.105.82.16','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-10 21:57:32','2024-02-10 21:57:32','2024-02-10 21:57:32','2024-02-10 21:57:32'),(490,'submission','85398b72-e74e-4ac2-b47e-5636096fc31a',1960,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.171.108','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-14 14:52:13','2024-02-14 14:52:13','2024-02-14 14:52:13','2024-02-14 14:52:13'),(491,'submission','d82c7a16-a439-4873-bd3b-07927cc4af06',1964,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.254.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-14 17:36:55','2024-02-14 17:36:55','2024-02-14 17:36:55','2024-02-14 17:36:55'),(492,'submission','aafd2cb5-2961-4310-b652-4166c0b3971c',1968,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.240.105.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-16 01:24:20','2024-02-16 01:24:20','2024-02-16 01:24:20','2024-02-16 01:24:20'),(493,'submission','3d82bb0b-f029-4e82-914d-f2dfc712262e',1972,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.239.77.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-16 05:35:25','2024-02-16 05:35:25','2024-02-16 05:35:25','2024-02-16 05:35:25'),(494,'submission','e27b4e23-24e5-4160-a0e6-692c1f068641',1976,244,'','Contact Us','31bd1e2','New Form',0,0,'45.74.46.228','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-18 21:29:29','2024-02-18 21:29:29','2024-02-18 21:29:29','2024-02-18 21:29:29'),(495,'submission','81a24b6c-5e02-405b-96cb-80d583a5777f',1980,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.72.240.160','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-19 05:58:59','2024-02-19 05:58:59','2024-02-19 05:58:59','2024-02-19 05:58:59'),(496,'submission','15961c60-0658-45c8-ae8c-ef77d9268be1',1984,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.195.22','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-21 00:30:23','2024-02-21 00:30:23','2024-02-21 00:30:23','2024-02-21 00:30:23'),(497,'submission','9d5c07d3-a3ef-477b-8d62-81894d8ca7f2',1988,244,'https://hoteldhruvpalace.com/contact-us/?option=com_jevents','Contact Us','31bd1e2','New Form',0,0,'196.242.178.60','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-21 20:41:39','2024-02-21 20:41:39','2024-02-21 20:41:39','2024-02-21 20:41:39'),(498,'submission','ba63b8d7-50c4-4080-ba36-bbb4289c12d4',1992,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'216.173.75.163','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-22 22:34:41','2024-02-22 22:34:41','2024-02-22 22:34:41','2024-02-22 22:34:41'),(499,'submission','8142f68d-e85a-4b48-8c09-05ade55622ec',1996,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.23.128.81','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-22 22:41:05','2024-02-22 22:41:05','2024-02-22 22:41:05','2024-02-22 22:41:05'),(500,'submission','d1e64250-48fa-4b60-8dc7-3df58a7c1fd5',2000,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'196.242.131.9','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-23 06:43:42','2024-02-23 06:43:42','2024-02-23 06:43:42','2024-02-23 06:43:42'),(501,'submission','1f4fef13-9a12-4992-abd1-466f248f7c5c',2004,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.87.45.88','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-26 19:37:07','2024-02-26 19:37:07','2024-02-26 19:37:07','2024-02-26 19:37:07'),(502,'submission','73605571-adf2-4b98-8180-c612deb5a600',2008,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Contact Us','31bd1e2','New Form',0,0,'196.19.240.185','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-02-27 13:41:10','2024-02-27 13:41:10','2024-02-27 13:41:10','2024-02-27 13:41:10'),(503,'submission','bf7ab983-336c-44be-9765-f701ffed6b11',2012,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.132.215','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-01 19:37:32','2024-03-01 19:37:32','2024-03-01 19:37:32','2024-03-01 19:37:32'),(504,'submission','32516457-182a-48f1-bf5b-0e6bb26d17b2',2016,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.165.16.174','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-02 00:34:36','2024-03-02 00:34:36','2024-03-02 00:34:36','2024-03-02 00:34:36'),(505,'submission','8e485b1c-c48e-43ee-95d6-ccb9fe2ec481',2020,244,'https://hoteldhruvpalace.com/contact-us/?option=phpmyadmin2','Contact Us','31bd1e2','New Form',0,0,'37.35.42.121','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-03 21:44:29','2024-03-03 21:44:29','2024-03-03 21:44:29','2024-03-03 21:44:29'),(506,'submission','66674201-8f6e-4a6c-af4e-533dde44ad5a',2024,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.223.152.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-05 03:29:50','2024-03-05 03:29:50','2024-03-05 03:29:50','2024-03-05 03:29:50'),(507,'submission','748740ff-9bf7-45a3-bd16-f17c0719670f',2028,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'91.193.232.184','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-06 01:33:04','2024-03-06 01:33:04','2024-03-06 01:33:04','2024-03-06 01:33:04'),(508,'submission','fadf0fbe-e466-436c-9d4c-7da43cb24cd3',2032,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Contact Us','31bd1e2','New Form',0,0,'37.35.43.210','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-07 04:54:52','2024-03-07 04:54:52','2024-03-07 04:54:52','2024-03-07 04:54:52'),(509,'submission','fd060660-a62d-4d41-965e-aaab5eaf4746',2036,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Contact Us','31bd1e2','New Form',0,0,'45.12.179.171','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-08 14:08:59','2024-03-08 14:08:59','2024-03-08 14:08:59','2024-03-08 14:08:59'),(510,'submission','779f9504-8183-4177-a1ef-a278ee0901c8',2040,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Contact Us','31bd1e2','New Form',0,0,'37.35.43.210','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-10 01:58:58','2024-03-10 01:58:58','2024-03-10 01:58:58','2024-03-10 01:58:58'),(511,'submission','4d6742e3-8848-44cb-87a6-5c1b156dc27c',2044,244,'','Contact Us','31bd1e2','New Form',0,0,'104.200.151.157','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-13 23:36:18','2024-03-13 23:36:18','2024-03-13 23:36:18','2024-03-13 23:36:18'),(512,'submission','d97f373f-4f8b-4ec4-aa04-091a139a8f1d',2048,244,'https://hoteldhruvpalace.com/contact-us/?option=FCKeditor+-+Uploaders+Tests','Contact Us','31bd1e2','New Form',0,0,'104.239.0.177','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-15 00:12:47','2024-03-15 00:12:47','2024-03-15 00:12:47','2024-03-15 00:12:47'),(513,'submission','db89134c-0642-4af0-8f00-ae04b5be2107',2052,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Contact Us','31bd1e2','New Form',0,0,'45.41.173.8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-15 00:39:10','2024-03-15 00:39:10','2024-03-15 00:39:10','2024-03-15 00:39:10'),(514,'submission','dd39fd97-408b-44a0-b0f0-83d0f88810fd',2056,244,'','Contact Us','31bd1e2','New Form',0,0,'109.68.116.59','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-17 07:09:31','2024-03-17 07:09:31','2024-03-17 07:09:31','2024-03-17 07:09:31'),(515,'submission','efdb4566-6a96-4640-b783-b2420b190856',2060,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.61.125.202','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-18 20:06:20','2024-03-18 20:06:20','2024-03-18 20:06:20','2024-03-18 20:06:20'),(516,'submission','b3fd0051-dbf6-46bf-994e-d1c1d5981703',2064,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.143.249.96','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-19 05:09:17','2024-03-19 05:09:17','2024-03-19 05:09:17','2024-03-19 05:09:17'),(517,'submission','ccc63636-d533-470e-837c-97428f4b0558',2068,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.133.4.38','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-19 08:19:47','2024-03-19 08:19:47','2024-03-19 08:19:47','2024-03-19 08:19:47'),(518,'submission','aed2c8c9-864d-40c9-89c0-f56e9adc8cdf',2072,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'147.185.250.233','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-20 01:23:00','2024-03-20 01:23:00','2024-03-20 01:23:00','2024-03-20 01:23:00'),(519,'submission','97400982-1237-482a-ba2c-8f1468b59db5',2076,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.247.7.98','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-20 16:03:41','2024-03-20 16:03:41','2024-03-20 16:03:41','2024-03-20 16:03:41'),(520,'submission','c13913fe-8697-41e8-9e76-1423151f9927',2080,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'107.150.21.22','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-20 23:54:04','2024-03-20 23:54:04','2024-03-20 23:54:04','2024-03-20 23:54:04'),(521,'submission','4382e4a1-c857-4d23-856f-a0e7a4797092',2084,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.61.118.130','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-21 00:11:46','2024-03-21 00:11:46','2024-03-21 00:11:46','2024-03-21 00:11:46'),(522,'submission','17162897-5a86-4da2-9ed0-e4844a77d6d1',2088,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.131.193.53','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-21 03:12:59','2024-03-21 03:12:59','2024-03-21 03:12:59','2024-03-21 03:12:59'),(523,'submission','4e377adc-052d-4afd-b011-8a0c263fa0a0',2092,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.61.125.12','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-22 23:16:14','2024-03-22 23:16:14','2024-03-22 23:16:14','2024-03-22 23:16:14'),(524,'submission','8c1c9896-9d2e-432c-be40-0883b188d241',2096,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.170.176.166','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-23 12:11:45','2024-03-23 12:11:45','2024-03-23 12:11:45','2024-03-23 12:11:45'),(525,'submission','d11bb54c-b1eb-4e4d-b809-c728fbef54ea',2100,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'204.44.69.133','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-24 12:26:32','2024-03-24 12:26:32','2024-03-24 12:26:32','2024-03-24 12:26:32'),(526,'submission','7a559607-a771-42c0-a182-e86360375fb9',2104,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.66.28.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-24 15:07:28','2024-03-24 15:07:28','2024-03-24 15:07:28','2024-03-24 15:07:28'),(527,'submission','13070fee-d6d7-4af4-a9fe-802abbae8145',2108,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'161.123.101.93','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-25 07:12:04','2024-03-25 07:12:04','2024-03-25 07:12:04','2024-03-25 07:12:04'),(528,'submission','38545d39-84f6-42d4-b64e-6846b364fec1',2112,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.239.107.106','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-25 21:12:46','2024-03-25 21:12:46','2024-03-25 21:12:46','2024-03-25 21:12:46'),(529,'submission','93825c5f-ba49-4026-9b11-f5d821028880',2116,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'89.187.180.35','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-26 22:43:39','2024-03-26 22:43:39','2024-03-26 22:43:39','2024-03-26 22:43:39'),(530,'submission','9008abf9-e723-4fa7-9f97-b102037a1d3b',2120,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'184.174.44.188','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-26 23:47:16','2024-03-26 23:47:16','2024-03-26 23:47:16','2024-03-26 23:47:16'),(531,'submission','7402e1ee-1c5f-4200-88b3-cb9a0ebd2530',2124,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'142.147.128.84','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-27 13:43:56','2024-03-27 13:43:56','2024-03-27 13:43:56','2024-03-27 13:43:56'),(532,'submission','1dfa68e0-3c87-4024-8341-2a47be9af986',2128,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'85.203.15.83','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-28 07:10:52','2024-03-28 07:10:52','2024-03-28 07:10:52','2024-03-28 07:10:52'),(533,'submission','f3383d97-3d3b-408f-bc8d-9d5e82004594',2132,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.153.152.11','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-29 17:24:30','2024-03-29 17:24:30','2024-03-29 17:24:30','2024-03-29 17:24:30'),(534,'submission','a2de5dcf-9b6c-432c-bfc9-960c8d9d30cc',2136,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'86.38.234.34','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-30 01:11:44','2024-03-30 01:11:44','2024-03-30 01:11:44','2024-03-30 01:11:44'),(535,'submission','5c65f4e4-f9d4-4ec4-8094-cc1e04d9b5f0',2140,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.61.125.202','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-31 02:54:05','2024-03-31 02:54:05','2024-03-31 02:54:05','2024-03-31 02:54:05'),(536,'submission','2304dbf8-4ccb-467c-9dd1-bef7843c6821',2144,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.43.167.152','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-03-31 21:07:19','2024-03-31 21:07:19','2024-03-31 21:07:19','2024-03-31 21:07:19'),(537,'submission','ed195eb3-90c3-49a3-94cf-ad4f1477ec82',2148,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.154.138.121','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-05 17:25:12','2024-04-05 17:25:12','2024-04-05 17:25:12','2024-04-05 17:25:12'),(538,'submission','000d7535-4027-4458-93a4-44c805e1d898',2152,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.115.147','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-14 14:26:28','2024-04-14 14:26:28','2024-04-14 14:26:28','2024-04-14 14:26:28'),(539,'submission','3f1346c1-2fa9-40f1-8e18-45e657bd507c',2156,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.120.20','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-18 22:58:50','2024-04-18 22:58:50','2024-04-18 22:58:50','2024-04-18 22:58:50'),(540,'submission','b81477ea-3c5f-4281-a71c-0b26fe1972a7',2160,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.201.62.246','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-23 09:20:47','2024-04-23 09:20:47','2024-04-23 09:20:47','2024-04-23 09:20:47'),(541,'submission','83f1363e-86cb-4369-ab47-bbe8a034da85',2164,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.130.203.87','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-24 03:05:13','2024-04-24 03:05:13','2024-04-24 03:05:13','2024-04-24 03:05:13'),(542,'submission','5ea37692-3607-45c0-beba-446cb955d229',2168,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.111.103','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-25 20:33:55','2024-04-25 20:33:55','2024-04-25 20:33:55','2024-04-25 20:33:55'),(543,'submission','808d5c86-68bb-41bd-81a9-60d4853b0470',2172,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.239.53.151','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-26 12:53:20','2024-04-26 12:53:20','2024-04-26 12:53:20','2024-04-26 12:53:20'),(544,'submission','1f341986-01de-443d-8d26-a5ee00e46cb4',2176,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'74.63.204.215','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-04-29 08:28:47','2024-04-29 08:28:47','2024-04-29 08:28:47','2024-04-29 08:28:47'),(545,'submission','882287d2-6f37-4936-ac5c-a4add5e7b1be',2180,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.112.141','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-03 17:01:42','2024-05-03 17:01:42','2024-05-03 17:01:42','2024-05-03 17:01:42'),(546,'submission','9900c1ae-7e52-4976-8c44-3991fbe13aae',2184,244,'','Contact Us','31bd1e2','New Form',0,0,'1.55.216.20','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-04 23:42:36','2024-05-04 23:42:36','2024-05-04 23:42:36','2024-05-04 23:42:36'),(547,'submission','0ff1b252-e94d-4819-a866-1adc0bac18e8',2188,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.99.46','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-09 13:12:48','2024-05-09 13:12:48','2024-05-09 13:12:48','2024-05-09 13:12:48'),(548,'submission','2347e572-5a92-4a0c-910d-7e14291883e7',2192,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'66.115.149.96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-12 05:54:31','2024-05-12 05:54:31','2024-05-12 05:54:31','2024-05-12 05:54:31'),(549,'submission','e06786fb-b4f6-4ccf-8835-daa6fddd0b44',2196,244,'','Contact Us','31bd1e2','New Form',0,0,'85.209.11.117','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-23 16:10:15','2024-05-23 16:10:15','2024-05-23 16:10:15','2024-05-23 16:10:15'),(550,'submission','5b64c32b-e976-41b5-94ff-76929ad6ae63',2200,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'91.188.243.228','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-27 22:32:13','2024-05-27 22:32:13','2024-05-27 22:32:13','2024-05-27 22:32:13'),(551,'submission','788f710c-f55e-4cbd-b0f6-284fec425d8d',2204,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'110.224.115.54','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-30 07:28:17','2024-05-30 07:28:17','2024-05-30 07:28:17','2024-05-30 07:28:17'),(552,'submission','698cbf3a-6b01-4262-9afc-dd07a9861dea',2208,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'110.224.115.54','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-30 07:28:25','2024-05-30 07:28:25','2024-05-30 07:28:25','2024-05-30 07:28:25'),(553,'submission','3d540f90-9b6c-4afc-9361-ab32500e62c6',2212,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'77.234.44.160','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-05-30 09:11:54','2024-05-30 09:11:54','2024-05-30 09:11:54','2024-05-30 09:11:54'),(554,'submission','24c9bbd5-4648-478b-a672-d0b0ef5e6812',2216,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.244.55.84','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-03 00:49:17','2024-06-03 00:49:17','2024-06-03 00:49:17','2024-06-03 00:49:17'),(555,'submission','c1379044-c016-485d-9c2f-c0da9308a8da',2220,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.115.129.16','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-03 07:43:25','2024-06-03 07:43:25','2024-06-03 07:43:25','2024-06-03 07:43:25'),(556,'submission','62111be5-2ef6-48b7-9920-065fb15ef694',2224,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.115.129.16','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-03 07:44:00','2024-06-03 07:44:00','2024-06-03 07:44:00','2024-06-03 07:44:00'),(557,'submission','2c8482d2-d887-4997-8568-855d8afc777a',2228,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'34.48.19.192','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-11 21:05:33','2024-06-11 21:05:33','2024-06-11 21:05:33','2024-06-11 21:05:33'),(558,'submission','c39aa4a4-e94b-4855-99f1-9c7bdb57bccf',2232,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'46.37.121.87','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-17 11:23:29','2024-06-17 11:23:29','2024-06-17 11:23:29','2024-06-17 11:23:29'),(559,'submission','13fa5c9c-16a0-41f3-aee8-abef3b5f69f8',2236,244,'https://hoteldhruvpalace.com/contact-us/?option=FCKeditor+-+Uploaders+Tests','Contact Us','31bd1e2','New Form',0,0,'156.239.50.180','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-20 01:50:13','2024-06-20 01:50:13','2024-06-20 01:50:13','2024-06-20 01:50:13'),(560,'submission','9db150c0-15f2-436f-934c-1dcbac32edb2',2240,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.239.48.111','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-24 01:26:30','2024-06-24 01:26:30','2024-06-24 01:26:30','2024-06-24 01:26:30'),(561,'submission','f7a305f3-226a-4426-9856-cc72192ac145',2244,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.239.48.35','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-24 10:45:01','2024-06-24 10:45:01','2024-06-24 10:45:01','2024-06-24 10:45:01'),(562,'submission','fadd1f92-2a20-41fb-b38a-dbeff23cde23',2248,244,'','Contact Us','31bd1e2','New Form',0,0,'1.55.142.5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-25 15:45:38','2024-06-25 15:45:38','2024-06-25 15:45:38','2024-06-25 15:45:38'),(563,'submission','b378e506-3831-470c-8540-a80148338c2b',2252,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.239.36.95','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-26 08:33:27','2024-06-26 08:33:27','2024-06-26 08:33:27','2024-06-26 08:33:27'),(564,'submission','b6417648-a36e-4c06-b5ef-441433b9b7f8',2256,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.136.137','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-26 16:07:34','2024-06-26 16:07:34','2024-06-26 16:07:34','2024-06-26 16:07:34'),(565,'submission','e10734fc-843f-4cb7-a768-b622d8925cc9',2260,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'162.253.129.57','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-27 04:54:11','2024-06-27 04:54:11','2024-06-27 04:54:11','2024-06-27 04:54:11'),(566,'submission','1603db14-a784-435b-a947-fcd5f472e980',2264,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'35.198.18.223','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-27 20:23:51','2024-06-27 20:23:51','2024-06-27 20:23:51','2024-06-27 20:23:51'),(567,'submission','223937f2-bed0-463a-91f2-a92f53f2bd0a',2268,244,'','Contact Us','31bd1e2','New Form',0,0,'146.70.52.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-28 12:05:47','2024-06-28 12:05:47','2024-06-28 12:05:47','2024-06-28 12:05:47'),(568,'submission','98cdae68-5e64-409e-b16c-e3eadf2bb59f',2272,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.154.161.143','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-29 01:45:46','2024-06-29 01:45:46','2024-06-29 01:45:46','2024-06-29 01:45:46'),(569,'submission','ecc7b979-4c14-4397-a103-b231aa1342d1',2276,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.202.109.139','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-06-29 06:07:27','2024-06-29 06:07:27','2024-06-29 06:07:27','2024-06-29 06:07:27'),(570,'submission','2f0605c3-9b8b-4ed0-8366-37e1c362118a',2280,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.59.220','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-02 09:12:21','2024-07-02 09:12:21','2024-07-02 09:12:21','2024-07-02 09:12:21'),(571,'submission','1c5253c9-49ad-4574-b74b-b1638fcd4737',2284,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'192.186.191.213','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-05 14:57:32','2024-07-05 14:57:32','2024-07-05 14:57:32','2024-07-05 14:57:32'),(572,'submission','f5168814-dc70-4090-af4c-b14e6e603339',2288,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.144.76','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-05 19:56:25','2024-07-05 19:56:25','2024-07-05 19:56:25','2024-07-05 19:56:25'),(573,'submission','48108cc7-4a67-41d3-9188-bb65bbbb52b1',2292,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'107.150.71.66','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-06 03:27:36','2024-07-06 03:27:36','2024-07-06 03:27:36','2024-07-06 03:27:36'),(574,'submission','c75a3730-6c93-437e-8571-5f36de9d54de',2296,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'34.150.199.189','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-09 23:39:39','2024-07-09 23:39:39','2024-07-09 23:39:39','2024-07-09 23:39:39'),(575,'submission','1fb827f0-62c4-4c42-9829-ec6771ef7e04',2300,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.2.196','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-13 10:34:05','2024-07-13 10:34:05','2024-07-13 10:34:05','2024-07-13 10:34:05'),(576,'submission','78bccf8f-c527-4421-9cc5-3e1539c7e4ba',2304,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.85.82','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-16 19:58:19','2024-07-16 19:58:19','2024-07-16 19:58:19','2024-07-16 19:58:19'),(577,'submission','201c6de7-71b6-403f-b2e7-2e045ed1f173',2308,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.203.28.229','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-18 07:54:40','2024-07-18 07:54:40','2024-07-18 07:54:40','2024-07-18 07:54:40'),(578,'submission','4660dfc0-f67a-403a-811c-f82e8220ba9a',2312,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.49.9','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-19 15:51:15','2024-07-19 15:51:15','2024-07-19 15:51:15','2024-07-19 15:51:15'),(579,'submission','68a4a7aa-b112-42ce-8e47-b3f772e74f86',2316,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.72.73.210','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-24 05:55:56','2024-07-24 05:55:56','2024-07-24 05:55:56','2024-07-24 05:55:56'),(580,'submission','8b8e5ca6-cd42-4419-a6f0-097a30767161',2320,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.17.94','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-27 00:16:24','2024-07-27 00:16:24','2024-07-27 00:16:24','2024-07-27 00:16:24'),(581,'submission','e765b60a-6d45-4cc5-a93e-0b107d94a74c',2324,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.2.78','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-29 02:46:03','2024-07-29 02:46:03','2024-07-29 02:46:03','2024-07-29 02:46:03'),(582,'submission','8eb9d123-7de5-4bc8-bdc6-b46034b998c2',2328,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'195.181.168.183','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-30 01:39:40','2024-07-30 01:39:40','2024-07-30 01:39:40','2024-07-30 01:39:40'),(583,'submission','dbe9ad0d-a725-489e-85fc-675580aa6ba7',2332,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.60.60','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-30 08:29:42','2024-07-30 08:29:42','2024-07-30 08:29:42','2024-07-30 08:29:42'),(584,'submission','07bad924-9c54-42a0-a42c-d55ce6089329',2336,244,'','Contact Us','31bd1e2','New Form',0,0,'185.162.33.0','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-07-30 22:01:30','2024-07-30 22:01:30','2024-07-30 22:01:30','2024-07-30 22:01:30'),(585,'submission','e7abab87-151e-4a87-a8a8-3a8fc5a083ce',2340,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.46.144','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-01 20:27:40','2024-08-01 20:27:40','2024-08-01 20:27:40','2024-08-01 20:27:40'),(586,'submission','c0b85d88-3beb-4cb1-8e28-3096274cc836',2344,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'202.83.50.112','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-03 16:31:54','2024-08-03 16:31:54','2024-08-03 16:31:54','2024-08-03 16:31:54'),(587,'submission','dac6d1dd-0003-4082-bff5-3886e6a446ec',2348,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'202.83.50.112','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-04 03:47:32','2024-08-04 03:47:32','2024-08-04 03:47:32','2024-08-04 03:47:32'),(588,'submission','8bec0f39-1990-4504-bda9-e507c42e6cc6',2352,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.203.28.200','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-11 02:32:53','2024-08-11 02:32:53','2024-08-11 02:32:53','2024-08-11 02:32:53'),(589,'submission','342deaf0-f4b4-49a4-94b1-8e0a1121b596',2356,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.81.204.24','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-22 20:42:58','2024-08-22 20:42:58','2024-08-22 20:42:58','2024-08-22 20:42:58'),(590,'submission','79f7f89b-25e5-4fd8-ad8c-e81a3a79cda5',2360,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.64.181','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-26 23:58:14','2024-08-26 23:58:14','2024-08-26 23:58:14','2024-08-26 23:58:14'),(591,'submission','3c61f1b2-e6dd-47b0-8bbf-fe00221dae06',2364,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.38.63','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-08-30 16:51:34','2024-08-30 16:51:34','2024-08-30 16:51:34','2024-08-30 16:51:34'),(592,'submission','3349b7b8-e7b9-44ca-a9e0-2660d19e08f6',2368,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.3.126','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-01 02:15:05','2024-09-01 02:15:05','2024-09-01 02:15:05','2024-09-01 02:15:05'),(593,'submission','39ac7641-5597-4bf1-b8f8-5671befe8b96',2372,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.85.51','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-01 23:15:25','2024-09-01 23:15:25','2024-09-01 23:15:25','2024-09-01 23:15:25'),(594,'submission','8159915c-35cc-44f9-945c-0ed68c9dee08',2376,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.203.28.226','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-04 05:11:38','2024-09-04 05:11:38','2024-09-04 05:11:38','2024-09-04 05:11:38'),(595,'submission','11959408-f32b-46d3-aadc-4ed8fdd53d72',2379,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,0,'122.161.72.163','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-09-04 07:41:58','2024-09-04 07:41:58','2024-09-04 07:41:58','2024-09-04 07:41:58'),(596,'submission','07e69697-d32b-4286-aa60-20eb9460c51f',2384,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,0,'122.161.72.163','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-09-04 07:42:31','2024-09-04 07:42:31','2024-09-04 07:42:31','2024-09-04 07:42:31'),(597,'submission','696eb1cd-93bc-40e7-b8c1-9da2fa810e46',2390,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.43.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-06 14:01:31','2024-09-06 14:01:31','2024-09-06 14:01:31','2024-09-06 14:01:31'),(598,'submission','b9cf4d41-0792-4340-8828-8cf9adff8285',2394,244,'','Contact Us','31bd1e2','New Form',0,0,'45.132.194.15','Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-07 07:17:01','2024-09-07 07:17:01','2024-09-07 07:17:01','2024-09-07 07:17:01'),(599,'submission','6d6e2b0a-d8e6-445d-85b3-8e226bbf5ce2',2398,244,'','Contact Us','31bd1e2','New Form',0,0,'84.17.43.23','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-08 21:10:15','2024-09-08 21:10:15','2024-09-08 21:10:15','2024-09-08 21:10:15'),(600,'submission','d8d9a63f-a373-4758-914d-318fc05491a3',2402,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.44.19','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-09 01:10:34','2024-09-09 01:10:34','2024-09-09 01:10:34','2024-09-09 01:10:34'),(601,'submission','df7c74c9-5e42-4bc4-97ef-40b29d8179e3',2406,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.86.247','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-10 04:14:03','2024-09-10 04:14:03','2024-09-10 04:14:03','2024-09-10 04:14:03'),(602,'submission','1c2ca852-96fa-45a2-9178-d2e199106222',2410,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'31.217.248.15','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-11 10:29:41','2024-09-11 10:29:41','2024-09-11 10:29:41','2024-09-11 10:29:41'),(603,'submission','560b1cd8-92c4-4e70-a8d5-2b4db49a38e9',2414,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.19.57','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-14 00:43:46','2024-09-14 00:43:46','2024-09-14 00:43:46','2024-09-14 00:43:46'),(604,'submission','f1029123-f519-4bc6-8f88-6eeade65a408',2418,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.203.28.127','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-16 14:54:12','2024-09-16 14:54:12','2024-09-16 14:54:12','2024-09-16 14:54:12'),(605,'submission','22539d19-b79f-40f4-9a97-4727314d952f',2422,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'162.212.175.102','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-16 22:07:13','2024-09-16 22:07:13','2024-09-16 22:07:13','2024-09-16 22:07:13'),(606,'submission','a4af86a9-2bed-4817-ac78-ceef6b259763',2426,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'209.242.208.223','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-17 01:46:41','2024-09-17 01:46:41','2024-09-17 01:46:41','2024-09-17 01:46:41'),(607,'submission','c38c9850-345a-42e8-8884-6905babae4e2',2430,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.49.25','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-17 05:19:38','2024-09-17 05:19:38','2024-09-17 05:19:38','2024-09-17 05:19:38'),(608,'submission','219c7a5d-c939-4c8b-bc42-be1b73d9a559',2434,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'198.23.216.62','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-17 06:09:51','2024-09-17 06:09:51','2024-09-17 06:09:51','2024-09-17 06:09:51'),(609,'submission','c1aafb5b-6e49-4920-b1f3-6554c8ccc6a5',2438,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.234.151.33','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-19 15:00:21','2024-09-19 15:00:21','2024-09-19 15:00:21','2024-09-19 15:00:21'),(610,'submission','0833b039-af4c-4883-833b-be3dc99cc5b8',2442,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.33.193','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-21 00:56:43','2024-09-21 00:56:43','2024-09-21 00:56:43','2024-09-21 00:56:43'),(611,'submission','0d4879fd-ae0b-47ea-a5de-3106716f18a3',2446,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.2.2','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-23 03:14:02','2024-09-23 03:14:02','2024-09-23 03:14:02','2024-09-23 03:14:02'),(612,'submission','5f31387c-d893-49cf-9413-d191615f014a',2450,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'186.179.18.197','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-25 01:07:21','2024-09-25 01:07:21','2024-09-25 01:07:21','2024-09-25 01:07:21'),(613,'submission','dd13c22e-3d56-49c2-8510-87f366226635',2454,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.92.229.97','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-25 22:14:26','2024-09-25 22:14:26','2024-09-25 22:14:26','2024-09-25 22:14:26'),(614,'submission','4be91621-b888-42fa-9342-001dfb2a0fd6',2458,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'157.97.121.35','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-26 21:14:32','2024-09-26 21:14:32','2024-09-26 21:14:32','2024-09-26 21:14:32'),(615,'submission','c4368be4-8c83-42c6-9000-9edcc6352eed',2462,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.44.221','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-28 01:11:28','2024-09-28 01:11:28','2024-09-28 01:11:28','2024-09-28 01:11:28'),(616,'submission','f72a7f99-13ba-48a7-9dd0-95b21514b98f',2466,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'108.165.243.112','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-28 02:59:54','2024-09-28 02:59:54','2024-09-28 02:59:54','2024-09-28 02:59:54'),(617,'submission','04031f63-8e3d-4e13-8c7b-adb42def9bca',2470,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.83.184.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-09-30 23:31:42','2024-09-30 23:31:42','2024-09-30 23:31:42','2024-09-30 23:31:42'),(618,'submission','7edb828e-8875-41e2-ab6c-395eb5ae46e7',2474,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.18.15','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-03 09:29:26','2024-10-03 09:29:26','2024-10-03 09:29:26','2024-10-03 09:29:26'),(619,'submission','710c2af2-f32a-4e16-a197-f553f949a8be',2478,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.43.94','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-05 18:33:53','2024-10-05 18:33:53','2024-10-05 18:33:53','2024-10-05 18:33:53'),(620,'submission','1822eb16-0d45-4e1b-8b99-d1569b5f1a4f',2482,244,'','Contact Us','31bd1e2','New Form',0,0,'195.181.174.227','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-08 14:11:28','2024-10-08 14:11:28','2024-10-08 14:11:28','2024-10-08 14:11:28'),(621,'submission','f832f65c-a020-44fb-8ba3-930f80f7e086',2486,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.233.78.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-12 09:01:27','2024-10-12 09:01:27','2024-10-12 09:01:27','2024-10-12 09:01:27'),(622,'submission','bf4c60cb-56f9-4696-9191-9951864549e1',2490,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.233.78.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-12 09:01:37','2024-10-12 09:01:37','2024-10-12 09:01:37','2024-10-12 09:01:37'),(623,'submission','20466a66-8f8f-49d2-bb4a-fa37abb4453f',2494,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'223.233.78.135','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-12 09:02:06','2024-10-12 09:02:06','2024-10-12 09:02:06','2024-10-12 09:02:06'),(624,'submission','6a702e53-535e-4f65-a561-aea1c0f812a9',2498,244,'','Contact Us','31bd1e2','New Form',0,0,'1.55.112.220','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-13 01:44:24','2024-10-13 01:44:24','2024-10-13 01:44:24','2024-10-13 01:44:24'),(625,'submission','5bdd4e13-1501-4c6d-bc8a-6dbca79fdfa5',2502,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'170.231.251.172','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 YaBrowser/24.4.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-14 08:05:20','2024-10-14 08:05:20','2024-10-14 08:05:20','2024-10-14 08:05:20'),(626,'submission','fb1941a0-57e9-470d-97fe-ed1e64edec5a',2506,244,'','Contact Us','31bd1e2','New Form',0,0,'194.156.97.245','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-14 11:18:48','2024-10-14 11:18:48','2024-10-14 11:18:48','2024-10-14 11:18:48'),(627,'submission','945e97b4-8de6-428b-909a-885836d0a35e',2510,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.85.250','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-14 11:38:20','2024-10-14 11:38:20','2024-10-14 11:38:20','2024-10-14 11:38:20'),(628,'submission','18edd845-c14d-4b9c-82d7-7015dda97672',2514,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.19.170','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-16 18:12:57','2024-10-16 18:12:57','2024-10-16 18:12:57','2024-10-16 18:12:57'),(629,'submission','a3eb6a9c-eb0c-4aeb-87b1-22abe1d592c6',2518,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'98.159.33.13','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-17 00:09:36','2024-10-17 00:09:36','2024-10-17 00:09:36','2024-10-17 00:09:36'),(630,'submission','c93563dc-f45f-4318-bae6-14606a8926a0',2522,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'23.83.130.32','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-17 02:57:15','2024-10-17 02:57:15','2024-10-17 02:57:15','2024-10-17 02:57:15'),(631,'submission','441903a9-0f24-48d3-b8d2-89dc2ed2626a',2526,244,'','Contact Us','31bd1e2','New Form',0,0,'65.34.114.44','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-19 13:10:59','2024-10-19 13:10:59','2024-10-19 13:10:59','2024-10-19 13:10:59'),(632,'submission','fced124f-0726-410b-ace0-141c007323d3',2530,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.126.210','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-20 19:36:06','2024-10-20 19:36:06','2024-10-20 19:36:06','2024-10-20 19:36:06'),(633,'submission','22610cf0-0d9b-4e66-a279-1acac4d68ad1',2534,244,'','Contact Us','31bd1e2','New Form',0,0,'185.162.35.159','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-22 11:46:21','2024-10-22 11:46:21','2024-10-22 11:46:21','2024-10-22 11:46:21'),(634,'submission','762f9a06-213d-4d33-b176-96559de7ee66',2538,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.48.99','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-23 01:43:42','2024-10-23 01:43:42','2024-10-23 01:43:42','2024-10-23 01:43:42'),(635,'submission','7213e6eb-39e9-435d-99c7-e1060f9898ed',2542,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.194.118.127','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-23 01:52:58','2024-10-23 01:52:58','2024-10-23 01:52:58','2024-10-23 01:52:58'),(636,'submission','1e4b641b-2667-4203-93d1-742916f6339a',2546,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.59.181','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-26 13:14:10','2024-10-26 13:14:10','2024-10-26 13:14:10','2024-10-26 13:14:10'),(637,'submission','561b3d68-b53a-4855-b81c-685d9003b76c',2550,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.45.104','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-28 07:11:06','2024-10-28 07:11:06','2024-10-28 07:11:06','2024-10-28 07:11:06'),(638,'submission','6bce8ecc-bdb0-45d9-bff7-ff2c3396f15e',2554,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.18.141','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-30 01:06:43','2024-10-30 01:06:43','2024-10-30 01:06:43','2024-10-30 01:06:43'),(639,'submission','f665e1db-47f3-49c2-8aac-1152c9074b01',2558,244,'','Contact Us','31bd1e2','New Form',0,0,'109.172.89.168','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-30 05:19:33','2024-10-30 05:19:33','2024-10-30 05:19:33','2024-10-30 05:19:33'),(640,'submission','51b5df31-30ad-4d0c-bae8-c6d3f7ce8349',2562,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.39.247','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-10-31 16:22:08','2024-10-31 16:22:08','2024-10-31 16:22:08','2024-10-31 16:22:08'),(641,'submission','f58750c4-f073-4e2b-aeca-a0fdc741ba74',2566,244,'','Contact Us','31bd1e2','New Form',0,0,'118.71.192.134','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-01 09:25:42','2024-11-01 09:25:42','2024-11-01 09:25:42','2024-11-01 09:25:42'),(642,'submission','4d39ea2d-0478-4827-8745-199c4f2a2cc5',2570,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'37.140.254.195','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-05 23:00:29','2024-11-05 23:00:29','2024-11-05 23:00:29','2024-11-05 23:00:29'),(643,'submission','267d4c46-a8a3-4674-8b4a-19d42e5a6d1a',2574,244,'','Contact Us','31bd1e2','New Form',0,0,'194.156.92.211','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-10 03:49:09','2024-11-10 03:49:09','2024-11-10 03:49:09','2024-11-10 03:49:09'),(644,'submission','8827d9af-5429-49a3-95af-8d9b217f34c1',2578,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.49.144','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-11 22:10:30','2024-11-11 22:10:30','2024-11-11 22:10:30','2024-11-11 22:10:30'),(645,'submission','94922005-2ffb-4a46-b32d-6078dbf59722',2582,244,'','Contact Us','31bd1e2','New Form',0,0,'185.147.125.16','Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-12 10:11:48','2024-11-12 10:11:48','2024-11-12 10:11:48','2024-11-12 10:11:48'),(646,'submission','ee88976b-51a8-48df-b589-77db370ff1e7',2586,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'166.88.48.106','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-12 18:54:25','2024-11-12 18:54:25','2024-11-12 18:54:25','2024-11-12 18:54:25'),(647,'submission','4c45d7b5-1571-48bb-a8e8-fb916768e2e3',2590,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'181.177.102.59','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-13 03:10:58','2024-11-13 03:10:58','2024-11-13 03:10:58','2024-11-13 03:10:58'),(648,'submission','eeee64fd-7db2-4dc1-96fa-6519082a7a79',2594,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'184.174.43.143','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-13 03:57:51','2024-11-13 03:57:51','2024-11-13 03:57:51','2024-11-13 03:57:51'),(649,'submission','94c850f2-4c88-4e65-8f56-3b44599a6962',2598,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.66.91','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-15 23:53:35','2024-11-15 23:53:35','2024-11-15 23:53:35','2024-11-15 23:53:35'),(650,'submission','67a6d01e-0c0f-4373-b95c-906b771a986d',2602,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.48.26','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-17 10:55:41','2024-11-17 10:55:41','2024-11-17 10:55:41','2024-11-17 10:55:41'),(651,'submission','0a4449ba-f733-4e3e-8056-4e8f89a82852',2606,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.16.192.88','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-19 08:53:09','2024-11-19 08:53:09','2024-11-19 08:53:09','2024-11-19 08:53:09'),(652,'submission','8cc4c536-c203-48b6-9afc-c74849b38c72',2610,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'84.247.105.38','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-19 11:11:06','2024-11-19 11:11:06','2024-11-19 11:11:06','2024-11-19 11:11:06'),(653,'submission','320e3b79-e45e-4cb0-9474-1268ccaddc36',2614,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'140.228.24.166','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-20 08:44:37','2024-11-20 08:44:37','2024-11-20 08:44:37','2024-11-20 08:44:37'),(654,'submission','9d5a9f4d-0634-4f75-9f47-6d7c49463194',2618,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'188.213.202.43','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-21 13:00:34','2024-11-21 13:00:34','2024-11-21 13:00:34','2024-11-21 13:00:34'),(655,'submission','ed9bb4db-5e10-420e-8184-6c8b7d398c3c',2622,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.132.187.27','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-21 13:17:44','2024-11-21 13:17:44','2024-11-21 13:17:44','2024-11-21 13:17:44'),(656,'submission','800dc487-bedc-4549-bf33-480aafc30c01',2626,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'108.165.153.86','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-21 18:41:20','2024-11-21 18:41:20','2024-11-21 18:41:20','2024-11-21 18:41:20'),(657,'submission','6d4b384f-4493-43b7-92ab-0ba4d633327e',2630,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'140.228.21.78','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-24 06:52:00','2024-11-24 06:52:00','2024-11-24 06:52:00','2024-11-24 06:52:00'),(658,'submission','64077425-388c-4a70-bed3-bdf813b8be0f',2634,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.19.213','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-26 05:11:26','2024-11-26 05:11:26','2024-11-26 05:11:26','2024-11-26 05:11:26'),(659,'submission','6c63baa3-ddf3-4102-9d35-bc0079544c00',2638,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.41.19','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-11-29 05:07:42','2024-11-29 05:07:42','2024-11-29 05:07:42','2024-11-29 05:07:42'),(660,'submission','bdc78b65-1636-4f0a-995c-2ccd3adc330a',2642,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.36.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-01 19:47:47','2024-12-01 19:47:47','2024-12-01 19:47:47','2024-12-01 19:47:47'),(661,'submission','c1d54c85-76e5-41ae-a6d1-2f5909869850',2646,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'50.114.45.179','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-04 02:36:16','2024-12-04 02:36:16','2024-12-04 02:36:16','2024-12-04 02:36:16'),(662,'submission','8fbe68ef-853a-4c48-9373-eecb705674fd',2650,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.128.199.134','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-04 02:56:57','2024-12-04 02:56:57','2024-12-04 02:56:57','2024-12-04 02:56:57'),(663,'submission','52b648da-223d-4258-bbfb-79bf09a095bf',2654,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.213.198.207','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-04 12:35:37','2024-12-04 12:35:37','2024-12-04 12:35:37','2024-12-04 12:35:37'),(664,'submission','6abc5ae3-d677-4879-ae5e-9da2a1010df4',2658,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'122.172.76.81','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-06 09:11:52','2024-12-06 09:11:52','2024-12-06 09:11:52','2024-12-06 09:11:52'),(665,'submission','21a58d20-c4b2-4514-8f73-b04ee72b753d',2662,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'85.208.139.46','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-11 06:56:11','2024-12-11 06:56:11','2024-12-11 06:56:11','2024-12-11 06:56:11'),(666,'submission','2210f6cb-ea3a-4b4b-b60b-4c8ab5be1bdc',2666,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'45.74.58.6','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-11 16:45:37','2024-12-11 16:45:37','2024-12-11 16:45:37','2024-12-11 16:45:37'),(667,'submission','8699ce7b-fa69-44d0-819f-5e11be0d495e',2670,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'85.239.56.235','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-12 10:16:57','2024-12-12 10:16:57','2024-12-12 10:16:57','2024-12-12 10:16:57'),(668,'submission','ec40882c-09d4-4a6b-82ed-d6c1f5457557',2674,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.80.163.92','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-13 10:37:21','2024-12-13 10:37:21','2024-12-13 10:37:21','2024-12-13 10:37:21'),(669,'submission','9618abc2-c807-4e91-94db-5abad7edc8fe',2678,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.206.78','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-17 06:22:50','2024-12-17 06:22:50','2024-12-17 06:22:50','2024-12-17 06:22:50'),(670,'submission','af3df624-e6b7-4829-93bc-a835e4240705',2681,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,0,'49.36.96.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-12-18 06:27:58','2024-12-18 06:27:58','2024-12-18 06:27:58','2024-12-18 06:27:58'),(671,'submission','13fdcd18-36c3-4b56-89db-f60676ec54f0',2686,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,0,'49.36.96.7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-12-18 06:28:47','2024-12-18 06:28:47','2024-12-18 06:28:47','2024-12-18 06:28:47'),(672,'submission','f3481e16-f588-458f-a5ba-cbd30e1ce63e',2692,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:28:00','2024-12-18 08:28:00','2024-12-18 08:28:00','2024-12-18 08:28:00'),(673,'submission','faedc9f7-e8b2-46f6-b326-d6cb6b7724fb',2696,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:28:12','2024-12-18 08:28:12','2024-12-18 08:28:12','2024-12-18 08:28:12'),(674,'submission','237545fe-fbc6-4af9-bf95-254d8a3ad60a',2700,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:28:26','2024-12-18 08:28:26','2024-12-18 08:28:26','2024-12-18 08:28:26'),(675,'submission','c968b536-9d35-486c-9c1b-16d0c95b8fc5',2704,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:29:08','2024-12-18 08:29:08','2024-12-18 08:29:08','2024-12-18 08:29:08'),(676,'submission','bf2c2148-b836-4c5f-a83d-e0b73269a386',2708,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:31:36','2024-12-18 08:31:36','2024-12-18 08:31:36','2024-12-18 08:31:36'),(677,'submission','9d3c7781-5ed3-4e7a-b6de-36ce06e05587',2712,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.117.166.10','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-18 08:31:55','2024-12-18 08:31:55','2024-12-18 08:31:55','2024-12-18 08:31:55'),(678,'submission','b7dcd9e2-3982-44f1-8238-c5a11d78bb6b',2716,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.61.40.99','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-20 13:08:32','2024-12-20 13:08:32','2024-12-20 13:08:32','2024-12-20 13:08:32'),(679,'submission','bbdcf050-1ab5-4cd5-9c41-46ff7d6c9d94',2719,2960,'https://hoteldhruvpalace.com/still-need-help/','Still Need Help?','03ee12b','New Form',0,0,'49.36.96.7','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"2960\"}','2024-12-22 05:37:18','2024-12-22 05:37:18','2024-12-22 05:37:18','2024-12-22 05:37:18'),(680,'submission','a8aa3346-dd7b-4d3f-893b-36069f0c4f54',2725,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.110.150.36','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-23 10:44:22','2024-12-23 10:44:22','2024-12-23 10:44:22','2024-12-23 10:44:22'),(681,'submission','4ee811bd-f1e2-4f0c-958d-e6a85527dd94',2729,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.203.255.6','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-23 22:11:55','2024-12-23 22:11:55','2024-12-23 22:11:55','2024-12-23 22:11:55'),(682,'submission','72765b9e-f664-4680-9c03-7eb79f91099d',2733,244,'','Contact Us','31bd1e2','New Form',0,0,'85.117.104.132','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-24 22:46:00','2024-12-24 22:46:00','2024-12-24 22:46:00','2024-12-24 22:46:00'),(683,'submission','d23c74e6-8ce9-40e6-869f-f52789ae1ee3',2737,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.206.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-26 06:41:05','2024-12-26 06:41:05','2024-12-26 06:41:05','2024-12-26 06:41:05'),(684,'submission','4eb317ca-e7e0-41b0-8cd8-2d8f90ccb80d',2741,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'141.11.36.28','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-28 23:19:54','2024-12-28 23:19:54','2024-12-28 23:19:54','2024-12-28 23:19:54'),(685,'submission','cac296bd-2f9f-4d5d-8bec-8e474220e263',2745,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'181.215.65.52','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-29 05:44:11','2024-12-29 05:44:11','2024-12-29 05:44:11','2024-12-29 05:44:11'),(686,'submission','a0966c4f-67d7-4843-9db8-c93a35570075',2749,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.149.6','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2024-12-31 17:30:43','2024-12-31 17:30:43','2024-12-31 17:30:43','2024-12-31 17:30:43'),(687,'submission','7ae5efe3-5d5f-4db3-ada6-0e0e581b2797',2753,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'89.213.226.16','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-05 00:49:16','2025-01-05 00:49:16','2025-01-05 00:49:16','2025-01-05 00:49:16'),(688,'submission','976bc9ac-8311-41b7-9560-afe20992e6d6',2757,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.145.84','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-07 16:05:10','2025-01-07 16:05:10','2025-01-07 16:05:10','2025-01-07 16:05:10'),(689,'submission','7d683b53-63f5-47c1-af35-16bafe842c7d',2761,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'2.59.162.192','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-09 11:21:31','2025-01-09 11:21:31','2025-01-09 11:21:31','2025-01-09 11:21:31'),(690,'submission','1f5b91fc-4d8e-436e-8b73-348e212774ba',2765,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.94.58','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-09 13:49:35','2025-01-09 13:49:35','2025-01-09 13:49:35','2025-01-09 13:49:35'),(691,'submission','724b8b05-f184-403d-92ca-5af06e6c9bf0',2769,244,'','Contact Us','31bd1e2','New Form',0,0,'87.249.132.178','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-09 19:25:19','2025-01-09 19:25:19','2025-01-09 19:25:19','2025-01-09 19:25:19'),(692,'submission','76347711-4172-4590-8c35-d439dc0c4736',2773,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'149.102.247.234','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-10 13:19:05','2025-01-10 13:19:05','2025-01-10 13:19:05','2025-01-10 13:19:05'),(693,'submission','91370439-dc01-4055-9ddb-cdca21f633c5',2777,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.35.198','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-12 06:21:54','2025-01-12 06:21:54','2025-01-12 06:21:54','2025-01-12 06:21:54'),(694,'submission','8bf515b3-ac60-4aad-8f9a-daf6cba3c418',2781,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'149.88.18.14','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-13 03:24:05','2025-01-13 03:24:05','2025-01-13 03:24:05','2025-01-13 03:24:05'),(695,'submission','ab65c078-d369-4bf1-9bae-af40b3000994',2785,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'194.61.41.23','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-14 03:12:15','2025-01-14 03:12:15','2025-01-14 03:12:15','2025-01-14 03:12:15'),(696,'submission','da2ce387-2a37-4113-80d7-d271712c8cb3',2789,244,'','Contact Us','31bd1e2','New Form',0,0,'143.244.41.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-14 23:20:56','2025-01-14 23:20:56','2025-01-14 23:20:56','2025-01-14 23:20:56'),(697,'submission','9fe1aca2-7479-4cd8-8a57-e03a47ab1372',2793,244,'','Contact Us','31bd1e2','New Form',0,0,'143.244.41.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-15 18:18:04','2025-01-15 18:18:04','2025-01-15 18:18:04','2025-01-15 18:18:04'),(698,'submission','839f38fc-a8bb-434a-b193-6c9230d45378',2797,244,'','Contact Us','31bd1e2','New Form',0,0,'154.47.21.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-17 00:29:16','2025-01-17 00:29:16','2025-01-17 00:29:16','2025-01-17 00:29:16'),(699,'submission','02fa40e7-8976-4292-b323-03941d3845b1',2801,244,'','Contact Us','31bd1e2','New Form',0,0,'154.47.21.173','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-17 22:21:24','2025-01-17 22:21:24','2025-01-17 22:21:24','2025-01-17 22:21:24'),(700,'submission','776c4425-93c9-41fc-ac58-5218fc456852',2805,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.207.32.248','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-20 11:52:26','2025-01-20 11:52:26','2025-01-20 11:52:26','2025-01-20 11:52:26'),(701,'submission','d92d0847-5e3e-4838-9e39-e8f34a80e016',2809,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.244.43.134','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-20 15:45:25','2025-01-20 15:45:25','2025-01-20 15:45:25','2025-01-20 15:45:25'),(702,'submission','8aa83a6f-d490-429c-a925-81619d936167',2813,244,'','Contact Us','31bd1e2','New Form',0,0,'181.214.206.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-21 21:02:06','2025-01-21 21:02:06','2025-01-21 21:02:06','2025-01-21 21:02:06'),(703,'submission','64ef0b97-b5a4-4f96-bb17-00922548a6d4',2817,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'98.159.39.130','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-01-25 17:21:12','2025-01-25 17:21:12','2025-01-25 17:21:12','2025-01-25 17:21:12'),(704,'submission','f4194b54-368c-4d0a-a90f-87c2d83e6879',2821,244,'','Contact Us','31bd1e2','New Form',0,0,'195.78.54.64','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-05 18:59:35','2025-02-05 18:59:35','2025-02-05 18:59:35','2025-02-05 18:59:35'),(705,'submission','1ecec260-a244-493f-b017-e43a60eae18f',2825,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'98.159.226.213','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-07 13:12:59','2025-02-07 13:12:59','2025-02-07 13:12:59','2025-02-07 13:12:59'),(706,'submission','ce5d5059-4613-48e8-90cd-bf190f5b3b9e',2829,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.133.76','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-12 17:16:00','2025-02-12 17:16:00','2025-02-12 17:16:00','2025-02-12 17:16:00'),(707,'submission','310559a9-643f-40b7-b4af-b88ad43ede7e',2833,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.207.33.107','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-12 21:57:33','2025-02-12 21:57:33','2025-02-12 21:57:33','2025-02-12 21:57:33'),(708,'submission','aa8b56f0-9c4f-443e-a1a4-3d2807d415e8',2837,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.136.213','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-15 14:54:26','2025-02-15 14:54:26','2025-02-15 14:54:26','2025-02-15 14:54:26'),(709,'submission','7ac6c16e-63f0-44fb-a1c7-fccd3bb79ebe',2841,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.215.149.213','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-20 07:00:52','2025-02-20 07:00:52','2025-02-20 07:00:52','2025-02-20 07:00:52'),(710,'submission','cde46704-3de2-4a47-bb60-371ebef65975',2845,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.134.194','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-20 15:44:46','2025-02-20 15:44:46','2025-02-20 15:44:46','2025-02-20 15:44:46'),(711,'submission','06763e34-1edb-4545-a402-c7495d94afc0',2849,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.96.240','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-21 01:31:30','2025-02-21 01:31:30','2025-02-21 01:31:30','2025-02-21 01:31:30'),(712,'submission','829b17dc-398c-4781-ada9-281154d38a0a',2853,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.138.71','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-25 05:34:36','2025-02-25 05:34:36','2025-02-25 05:34:36','2025-02-25 05:34:36'),(713,'submission','91a9cb97-b857-4af1-80ac-e31230038445',2857,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.141.111','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-25 16:52:59','2025-02-25 16:52:59','2025-02-25 16:52:59','2025-02-25 16:52:59'),(714,'submission','0556d8d6-1d61-4cc1-9008-bde6807b6ba4',2861,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.118.140','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-27 01:51:03','2025-02-27 01:51:03','2025-02-27 01:51:03','2025-02-27 01:51:03'),(715,'submission','187a0238-e787-4919-8064-05d173b919c6',2865,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.66.56','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-27 19:31:56','2025-02-27 19:31:56','2025-02-27 19:31:56','2025-02-27 19:31:56'),(716,'submission','17528510-3c62-4e6c-b21d-0b30aabe2f45',2869,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.134.232','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-02-27 22:10:14','2025-02-27 22:10:14','2025-02-27 22:10:14','2025-02-27 22:10:14'),(717,'submission','14440aa8-5bbd-4455-a8e7-676f1d7b634e',2873,244,'','Contact Us','31bd1e2','New Form',0,0,'196.196.53.92','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-02 08:05:11','2025-03-02 08:05:11','2025-03-02 08:05:11','2025-03-02 08:05:11'),(718,'submission','4c417b39-3a89-4518-95d9-7bb2baf98e91',2877,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'203.188.189.41','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-03 03:38:49','2025-03-03 03:38:49','2025-03-03 03:38:49','2025-03-03 03:38:49'),(719,'submission','9db7e6b3-396e-4472-84b6-3b90673179ab',2881,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.136.119','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-03 18:22:39','2025-03-03 18:22:39','2025-03-03 18:22:39','2025-03-03 18:22:39'),(720,'submission','8f169506-9c0e-4f0a-8a7d-c505eb9df26e',2885,244,'','Contact Us','31bd1e2','New Form',0,0,'151.0.34.144','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-05 12:53:47','2025-03-05 12:53:47','2025-03-05 12:53:47','2025-03-05 12:53:47'),(721,'submission','9a2acd41-109f-4836-94f5-c2aaff413d93',2889,244,'','Contact Us','31bd1e2','New Form',0,0,'185.162.33.183','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-06 07:25:25','2025-03-06 07:25:25','2025-03-06 07:25:25','2025-03-06 07:25:25'),(722,'submission','4b72558f-b82b-4d0f-a010-1d8b67f40edf',2893,244,'','Contact Us','31bd1e2','New Form',0,0,'37.99.33.22','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-06 23:26:55','2025-03-06 23:26:55','2025-03-06 23:26:55','2025-03-06 23:26:55'),(723,'submission','5dac564d-3ad7-45c5-bbcd-366502358e03',2897,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.115.52','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-07 11:50:12','2025-03-07 11:50:12','2025-03-07 11:50:12','2025-03-07 11:50:12'),(724,'submission','1708dcc4-03d7-4169-9704-7acaa47800f2',2901,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.87.225','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-11 14:40:50','2025-03-11 14:40:50','2025-03-11 14:40:50','2025-03-11 14:40:50'),(725,'submission','82461256-b81e-4b7d-af2e-95f96a50ecf5',2905,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.215.149.210','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-11 15:13:05','2025-03-11 15:13:05','2025-03-11 15:13:05','2025-03-11 15:13:05'),(726,'submission','cf2e9896-c6b0-4a59-9865-0412418984e9',2909,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'173.244.43.10','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-14 10:36:39','2025-03-14 10:36:39','2025-03-14 10:36:39','2025-03-14 10:36:39'),(727,'submission','a2bdc420-88e5-4ae7-9d46-0aeb7d16f871',2913,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'104.168.133.88','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-16 06:01:56','2025-03-16 06:01:56','2025-03-16 06:01:56','2025-03-16 06:01:56'),(728,'submission','b40f70ec-7db8-4291-9683-c28201acf423',2917,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.129.223.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-18 19:08:24','2025-03-18 19:08:24','2025-03-18 19:08:24','2025-03-18 19:08:24'),(729,'submission','0efa9acf-4871-4dd9-a7a0-f2d0ded95689',2921,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.129.223.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-19 10:10:07','2025-03-19 10:10:07','2025-03-19 10:10:07','2025-03-19 10:10:07'),(730,'submission','0691534c-b9c5-4d43-8516-672cb8c7c903',2925,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.129.223.92','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-19 16:38:48','2025-03-19 16:38:48','2025-03-19 16:38:48','2025-03-19 16:38:48'),(731,'submission','1d7220a4-3856-42e0-8246-0000ff23df75',2929,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.101.16','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-19 20:37:58','2025-03-19 20:37:58','2025-03-19 20:37:58','2025-03-19 20:37:58'),(732,'submission','a6c841dd-30f9-4cde-8d45-bf516315a2af',2933,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'102.129.223.92','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-21 06:12:02','2025-03-21 06:12:02','2025-03-21 06:12:02','2025-03-21 06:12:02'),(733,'submission','87875fe6-9db9-4536-9fca-29d4446cce6b',2937,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'141.11.36.17','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-21 17:25:55','2025-03-21 17:25:55','2025-03-21 17:25:55','2025-03-21 17:25:55'),(734,'submission','d5ec5f19-88cb-405d-9d14-48d56b2b05d6',2941,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'172.98.32.167','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-22 03:08:13','2025-03-22 03:08:13','2025-03-22 03:08:13','2025-03-22 03:08:13'),(735,'submission','b6b8ce76-97df-4cf3-bf50-2fa2e71b8777',2945,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.115.124','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-25 23:39:33','2025-03-25 23:39:33','2025-03-25 23:39:33','2025-03-25 23:39:33'),(736,'submission','e3586b9e-51e4-4cdc-b865-97e27b560b6b',2949,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.215.145.231','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-03-29 14:05:58','2025-03-29 14:05:58','2025-03-29 14:05:58','2025-03-29 14:05:58'),(737,'submission','943375b9-2f76-4182-8df2-0c48f9f9b39c',2953,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'103.120.107.86','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-02 07:27:07','2025-04-02 07:27:07','2025-04-02 07:27:07','2025-04-02 07:27:07'),(738,'submission','b3a74715-1f41-4d70-ab24-ce56ea92a166',2957,244,'','Contact Us','31bd1e2','New Form',0,0,'188.126.89.102','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-03 04:04:38','2025-04-03 04:04:38','2025-04-03 04:04:38','2025-04-03 04:04:38'),(739,'submission','766c60f9-96f5-4c01-8aec-0fbb1d412691',2961,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.88.46','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-07 06:18:36','2025-04-07 06:18:36','2025-04-07 06:18:36','2025-04-07 06:18:36'),(740,'submission','656c19c8-b85c-4e61-ae04-392349d1d4f4',2965,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'154.213.163.50','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-07 16:16:57','2025-04-07 16:16:57','2025-04-07 16:16:57','2025-04-07 16:16:57'),(741,'submission','241c6437-5ec7-40f3-9a06-6d4f1645b976',2969,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'185.94.34.152','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-11 03:01:15','2025-04-11 03:01:15','2025-04-11 03:01:15','2025-04-11 03:01:15'),(742,'submission','ceb558fa-7842-4551-a443-d32adebd531a',2973,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.153.245.87','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-11 23:53:35','2025-04-11 23:53:35','2025-04-11 23:53:35','2025-04-11 23:53:35'),(743,'submission','e02bb1dd-0fc7-4e76-acc5-c0ca2e0f592b',2977,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'212.119.41.226','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-13 22:31:22','2025-04-13 22:31:22','2025-04-13 22:31:22','2025-04-13 22:31:22'),(744,'submission','046b0722-2471-4b60-98bb-afb4c29607ac',2981,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'106.215.147.213','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-14 14:33:24','2025-04-14 14:33:24','2025-04-14 14:33:24','2025-04-14 14:33:24'),(745,'submission','3fa63ea0-f205-42e1-853b-46a513122a11',2985,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.104.138','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-17 00:06:48','2025-04-17 00:06:48','2025-04-17 00:06:48','2025-04-17 00:06:48'),(746,'submission','6abc8eea-8ded-4084-96ab-627f9640d703',2989,244,'','Contact Us','31bd1e2','New Form',0,0,'91.84.101.204','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-20 03:41:05','2025-04-20 03:41:05','2025-04-20 03:41:05','2025-04-20 03:41:05'),(747,'submission','26be2e72-ba85-48b1-bac8-0c8e40017504',2993,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.248.86.115','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-21 17:56:56','2025-04-21 17:56:56','2025-04-21 17:56:56','2025-04-21 17:56:56'),(748,'submission','63f3dc64-8bad-4894-bcdf-c65c51ef6220',2997,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'156.228.89.25','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-21 20:20:37','2025-04-21 20:20:37','2025-04-21 20:20:37','2025-04-21 20:20:37'),(749,'submission','d39eac28-8ec0-4e11-b297-410279310a91',3001,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'85.203.36.61','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-22 22:10:02','2025-04-22 22:10:02','2025-04-22 22:10:02','2025-04-22 22:10:02'),(750,'submission','5140ec43-92f8-4e15-a783-060a7c38daaf',3005,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'38.152.129.198','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-25 01:08:14','2025-04-25 01:08:14','2025-04-25 01:08:14','2025-04-25 01:08:14'),(751,'submission','6fb783f5-4bd0-4665-954a-17eb23d08de3',3009,244,'','Contact Us','31bd1e2','New Form',0,0,'193.176.23.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-29 12:59:08','2025-04-29 12:59:08','2025-04-29 12:59:08','2025-04-29 12:59:08'),(752,'submission','89ff8c51-972c-450f-ab67-bb653af6facc',3013,244,'','Contact Us','31bd1e2','New Form',0,0,'193.176.23.38','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-04-30 13:32:28','2025-04-30 13:32:28','2025-04-30 13:32:28','2025-04-30 13:32:28'),(753,'submission','77112a1b-778c-48b6-8530-21a1f577034e',3017,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'89.251.0.233','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-03 03:58:11','2025-05-03 03:58:11','2025-05-03 03:58:11','2025-05-03 03:58:11'),(754,'submission','f8319d47-8e02-4555-9a0c-e16a377103af',3021,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us','31bd1e2','New Form',0,0,'138.59.4.250','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-05 00:01:35','2025-05-05 00:01:35','2025-05-05 00:01:35','2025-05-05 00:01:35'),(755,'submission','b8a6ea1c-066e-40d7-a383-9197e7b82a23',3025,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'138.219.123.172','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-17 06:33:46','2025-05-17 06:33:46','2025-05-17 06:33:46','2025-05-17 06:33:46'),(756,'submission','118a59ec-27ad-4bfa-969e-6aa83a115d78',3029,244,'','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'188.126.94.214','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-19 19:17:25','2025-05-19 19:17:25','2025-05-19 19:17:25','2025-05-19 19:17:25'),(757,'submission','0d70c901-08ba-4573-8b46-1587263be65e',3033,244,'','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'31.43.185.65','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-21 03:33:28','2025-05-21 03:33:28','2025-05-21 03:33:28','2025-05-21 03:33:28'),(758,'submission','5b1719a5-f200-4c58-9bf3-bf149c3b84db',3037,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'16.16.98.54','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-22 19:24:55','2025-05-22 19:24:55','2025-05-22 19:24:55','2025-05-22 19:24:55'),(759,'submission','aa7d2790-f90b-4975-804c-1f1adc0a2a98',3041,244,'','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'195.82.146.213','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-28 13:59:12','2025-05-28 13:59:12','2025-05-28 13:59:12','2025-05-28 13:59:12'),(760,'submission','1e4f1f68-ba09-46be-9d61-a7f287a72783',3045,244,'','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'86.106.74.243','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-05-31 06:22:18','2025-05-31 06:22:18','2025-05-31 06:22:18','2025-05-31 06:22:18'),(761,'submission','246916ee-392e-46ba-b372-fa619824d719',3049,244,'','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'195.82.146.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-01 09:01:05','2025-06-01 09:01:05','2025-06-01 09:01:05','2025-06-01 09:01:05'),(762,'submission','784d91c4-4bc3-4f8c-9e30-5f0e1d40cfc7',3053,244,'https://hoteldhruvpalace.com/contact-us/','Contact Us - Hotel Dhruv Palace','31bd1e2','New Form',0,0,'130.44.203.152','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-15 17:47:57','2025-06-15 17:47:57','2025-06-15 17:47:57','2025-06-15 17:47:57'),(763,'submission','d67e1105-b799-4e86-8011-875b68e89774',3057,244,'','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'181.214.218.252','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-21 09:36:56','2025-06-21 09:36:56','2025-06-21 09:36:56','2025-06-21 09:36:56'),(764,'submission','f0998e62-b046-4ae4-99bf-559bb9e5c3f9',3061,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'106.215.147.201','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-22 06:11:30','2025-06-22 06:11:30','2025-06-22 06:11:30','2025-06-22 06:11:30'),(765,'submission','9cbe5961-d728-4c59-aea4-ae474058ab0f',3065,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'190.111.162.142','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-24 20:01:45','2025-06-24 20:01:45','2025-06-24 20:01:45','2025-06-24 20:01:45'),(766,'submission','1b6ba1a2-bd5b-4fe5-be34-b81bad7ca6e9',3069,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'186.179.61.29','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-25 19:04:08','2025-06-25 19:04:08','2025-06-25 19:04:08','2025-06-25 19:04:08'),(767,'submission','f2a38d3f-3e0b-46d0-8a51-4fd467af52f5',3073,244,'https://hoteldhruvpalace.com/contact-us/?option=com_virtuemart','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'216.213.29.187','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-26 01:23:38','2025-06-26 01:23:38','2025-06-26 01:23:38','2025-06-26 01:23:38'),(768,'submission','7c3a65ad-5e30-4119-9392-1adeac772b1f',3077,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'156.228.90.69','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-26 10:29:55','2025-06-26 10:29:55','2025-06-26 10:29:55','2025-06-26 10:29:55'),(769,'submission','db734541-7570-4a88-8612-b5c5cbf270eb',3081,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'94.131.53.158','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-28 11:29:57','2025-06-28 11:29:57','2025-06-28 11:29:57','2025-06-28 11:29:57'),(770,'submission','03d131c2-103d-40f0-b9e0-8352e8ebbd16',3085,244,'','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-06-28 19:56:39','2025-06-28 19:56:39','2025-06-28 19:56:39','2025-06-28 19:56:39'),(771,'submission','77b818ab-1eb7-4829-b15c-a2b7191aa26d',3089,244,'https://hoteldhruvpalace.com/contact-us/','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'156.228.181.234','Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-07-01 05:18:40','2025-07-01 05:18:40','2025-07-01 05:18:40','2025-07-01 05:18:40'),(772,'submission','b838507b-231b-490c-a819-bbbab76be609',3093,244,'','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'93.152.230.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-07-02 03:04:25','2025-07-02 03:04:25','2025-07-02 03:04:25','2025-07-02 03:04:25'),(773,'submission','81637935-6181-4663-b43c-f7cf455495f3',3097,244,'','Get in Touch with Hotel Dhruv Palace Today','31bd1e2','New Form',0,0,'191.96.168.112','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',1,0,'new',0,'{\"edit_post_id\":\"244\"}','2025-07-02 13:27:01','2025-07-02 13:27:01','2025-07-02 13:27:01','2025-07-02 13:27:01');
/*!40000 ALTER TABLE `wpf4_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_e_submissions_actions_log`
--
DROP TABLE IF EXISTS `wpf4_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_e_submissions_actions_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL,
`action_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`action_label` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`log` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `action_name_index` (`action_name`),
KEY `status_index` (`status`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`)
) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_e_submissions_actions_log`
--
LOCK TABLES `wpf4_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wpf4_e_submissions_actions_log` DISABLE KEYS */;
INSERT INTO `wpf4_e_submissions_actions_log` VALUES (1,1,'email','Email','success',NULL,'2022-03-05 10:22:56','2022-03-05 10:22:56','2022-03-05 10:22:56','2022-03-05 10:22:56'),(2,2,'email','Email','success',NULL,'2022-03-07 07:30:08','2022-03-07 07:30:08','2022-03-07 07:30:08','2022-03-07 07:30:08'),(3,3,'email','Email','success',NULL,'2022-03-07 07:30:15','2022-03-07 07:30:15','2022-03-07 07:30:15','2022-03-07 07:30:15'),(4,4,'email','Email','success',NULL,'2022-09-14 22:49:12','2022-09-14 22:49:12','2022-09-14 22:49:12','2022-09-14 22:49:12'),(5,5,'email','Email','success',NULL,'2022-09-16 02:29:48','2022-09-16 02:29:48','2022-09-16 02:29:48','2022-09-16 02:29:48'),(6,6,'email','Email','success',NULL,'2022-09-19 02:47:26','2022-09-19 02:47:26','2022-09-19 02:47:26','2022-09-19 02:47:26'),(7,7,'email','Email','success',NULL,'2022-09-20 06:09:07','2022-09-20 06:09:07','2022-09-20 06:09:07','2022-09-20 06:09:07'),(8,8,'email','Email','success',NULL,'2022-09-24 01:56:48','2022-09-24 01:56:48','2022-09-24 01:56:48','2022-09-24 01:56:48'),(9,9,'email','Email','failed','Server error. Form not sent.','2022-09-24 20:14:30','2022-09-24 20:14:30','2022-09-24 20:14:30','2022-09-24 20:14:30'),(10,10,'email','Email','failed','Server error. Form not sent.','2022-10-07 18:01:16','2022-10-07 18:01:16','2022-10-07 18:01:16','2022-10-07 18:01:16'),(11,11,'email','Email','failed','Server error. Form not sent.','2022-10-10 13:08:55','2022-10-10 13:08:55','2022-10-10 13:08:55','2022-10-10 13:08:55'),(12,12,'email','Email','failed','Server error. Form not sent.','2022-10-20 07:13:44','2022-10-20 07:13:44','2022-10-20 07:13:44','2022-10-20 07:13:44'),(13,13,'email','Email','failed','Server error. Form not sent.','2022-10-25 01:59:20','2022-10-25 01:59:20','2022-10-25 01:59:20','2022-10-25 01:59:20'),(14,14,'email','Email','failed','Server error. Form not sent.','2022-10-28 01:22:09','2022-10-28 01:22:09','2022-10-28 01:22:09','2022-10-28 01:22:09'),(15,15,'email','Email','failed','Server error. Form not sent.','2022-11-01 22:39:48','2022-11-01 22:39:48','2022-11-01 22:39:48','2022-11-01 22:39:48'),(16,16,'email','Email','failed','Server error. Form not sent.','2022-11-02 08:52:13','2022-11-02 08:52:13','2022-11-02 08:52:13','2022-11-02 08:52:13'),(17,17,'email','Email','failed','Server error. Form not sent.','2022-11-03 02:36:21','2022-11-03 02:36:21','2022-11-03 02:36:21','2022-11-03 02:36:21'),(18,18,'email','Email','failed','Server error. Form not sent.','2022-11-08 11:12:38','2022-11-08 11:12:38','2022-11-08 11:12:38','2022-11-08 11:12:38'),(19,19,'email','Email','failed','Server error. Form not sent.','2022-11-09 12:49:06','2022-11-09 12:49:06','2022-11-09 12:49:06','2022-11-09 12:49:06'),(20,20,'email','Email','failed','Server error. Form not sent.','2022-11-09 23:43:31','2022-11-09 23:43:31','2022-11-09 23:43:31','2022-11-09 23:43:31'),(21,21,'email','Email','failed','Server error. Form not sent.','2022-11-15 16:29:11','2022-11-15 16:29:11','2022-11-15 16:29:11','2022-11-15 16:29:11'),(22,22,'email','Email','failed','Server error. Form not sent.','2022-11-16 13:33:22','2022-11-16 13:33:22','2022-11-16 13:33:22','2022-11-16 13:33:22'),(23,23,'email','Email','failed','Server error. Form not sent.','2022-11-18 03:59:14','2022-11-18 03:59:14','2022-11-18 03:59:14','2022-11-18 03:59:14'),(24,24,'email','Email','failed','Server error. Form not sent.','2022-11-19 12:01:54','2022-11-19 12:01:54','2022-11-19 12:01:54','2022-11-19 12:01:54'),(25,25,'email','Email','failed','Server error. Form not sent.','2022-11-20 13:27:13','2022-11-20 13:27:13','2022-11-20 13:27:13','2022-11-20 13:27:13'),(26,26,'email','Email','failed','Server error. Form not sent.','2022-11-22 07:56:57','2022-11-22 07:56:57','2022-11-22 07:56:57','2022-11-22 07:56:57'),(27,27,'email','Email','failed','Server error. Form not sent.','2022-11-22 14:28:50','2022-11-22 14:28:50','2022-11-22 14:28:50','2022-11-22 14:28:50'),(28,28,'email','Email','failed','Server error. Form not sent.','2022-11-24 12:34:47','2022-11-24 12:34:47','2022-11-24 12:34:47','2022-11-24 12:34:47'),(29,29,'email','Email','failed','Server error. Form not sent.','2022-11-26 05:23:30','2022-11-26 05:23:30','2022-11-26 05:23:30','2022-11-26 05:23:30'),(30,30,'email','Email','failed','Server error. Form not sent.','2022-11-28 11:55:56','2022-11-28 11:55:56','2022-11-28 11:55:56','2022-11-28 11:55:56'),(31,31,'email','Email','failed','Server error. Form not sent.','2022-11-28 11:55:59','2022-11-28 11:55:59','2022-11-28 11:55:59','2022-11-28 11:55:59'),(32,32,'email','Email','failed','Server error. Form not sent.','2022-11-28 11:56:03','2022-11-28 11:56:03','2022-11-28 11:56:03','2022-11-28 11:56:03'),(33,33,'email','Email','failed','Server error. Form not sent.','2022-11-28 11:56:50','2022-11-28 11:56:50','2022-11-28 11:56:50','2022-11-28 11:56:50'),(34,34,'email','Email','failed','Server error. Form not sent.','2022-11-29 00:37:53','2022-11-29 00:37:53','2022-11-29 00:37:53','2022-11-29 00:37:53'),(35,35,'email','Email','failed','Server error. Form not sent.','2022-11-29 09:49:52','2022-11-29 09:49:52','2022-11-29 09:49:52','2022-11-29 09:49:52'),(36,36,'email','Email','failed','Server error. Form not sent.','2022-11-29 15:58:38','2022-11-29 15:58:38','2022-11-29 15:58:38','2022-11-29 15:58:38'),(37,37,'email','Email','failed','Server error. Form not sent.','2022-11-29 17:00:21','2022-11-29 17:00:21','2022-11-29 17:00:21','2022-11-29 17:00:21'),(38,38,'email','Email','failed','Server error. Form not sent.','2022-12-01 03:08:32','2022-12-01 03:08:32','2022-12-01 03:08:32','2022-12-01 03:08:32'),(39,39,'email','Email','failed','Server error. Form not sent.','2022-12-06 04:07:18','2022-12-06 04:07:18','2022-12-06 04:07:18','2022-12-06 04:07:18'),(40,40,'email','Email','failed','Server error. Form not sent.','2022-12-06 20:53:29','2022-12-06 20:53:29','2022-12-06 20:53:29','2022-12-06 20:53:29'),(41,41,'email','Email','failed','Server error. Form not sent.','2022-12-07 04:52:07','2022-12-07 04:52:07','2022-12-07 04:52:07','2022-12-07 04:52:07'),(42,42,'email','Email','failed','Server error. Form not sent.','2022-12-07 07:37:51','2022-12-07 07:37:51','2022-12-07 07:37:51','2022-12-07 07:37:51'),(43,43,'email','Email','failed','Server error. Form not sent.','2022-12-08 05:35:39','2022-12-08 05:35:39','2022-12-08 05:35:39','2022-12-08 05:35:39'),(44,44,'email','Email','failed','Server error. Form not sent.','2022-12-08 10:05:56','2022-12-08 10:05:56','2022-12-08 10:05:56','2022-12-08 10:05:56'),(45,45,'email','Email','failed','Server error. Form not sent.','2022-12-12 07:30:41','2022-12-12 07:30:41','2022-12-12 07:30:41','2022-12-12 07:30:41'),(46,46,'email','Email','failed','Server error. Form not sent.','2022-12-12 09:40:31','2022-12-12 09:40:31','2022-12-12 09:40:31','2022-12-12 09:40:31'),(47,47,'email','Email','failed','Server error. Form not sent.','2022-12-12 09:44:53','2022-12-12 09:44:53','2022-12-12 09:44:53','2022-12-12 09:44:53'),(48,48,'email','Email','failed','Server error. Form not sent.','2022-12-14 09:55:04','2022-12-14 09:55:04','2022-12-14 09:55:04','2022-12-14 09:55:04'),(49,49,'email','Email','failed','Server error. Form not sent.','2022-12-14 10:10:06','2022-12-14 10:10:06','2022-12-14 10:10:06','2022-12-14 10:10:06'),(50,50,'email','Email','failed','Server error. Form not sent.','2022-12-14 11:44:26','2022-12-14 11:44:26','2022-12-14 11:44:26','2022-12-14 11:44:26'),(51,51,'email','Email','failed','Server error. Form not sent.','2022-12-15 01:12:40','2022-12-15 01:12:40','2022-12-15 01:12:40','2022-12-15 01:12:40'),(52,52,'email','Email','failed','Server error. Form not sent.','2022-12-17 10:34:18','2022-12-17 10:34:18','2022-12-17 10:34:18','2022-12-17 10:34:18'),(53,53,'email','Email','failed','Server error. Form not sent.','2022-12-20 07:06:40','2022-12-20 07:06:40','2022-12-20 07:06:40','2022-12-20 07:06:40'),(54,54,'email','Email','failed','Server error. Form not sent.','2022-12-21 09:22:17','2022-12-21 09:22:17','2022-12-21 09:22:17','2022-12-21 09:22:17'),(55,55,'email','Email','failed','Server error. Form not sent.','2022-12-21 15:36:04','2022-12-21 15:36:04','2022-12-21 15:36:04','2022-12-21 15:36:04'),(56,56,'email','Email','failed','Server error. Form not sent.','2022-12-25 04:41:26','2022-12-25 04:41:26','2022-12-25 04:41:26','2022-12-25 04:41:26'),(57,57,'email','Email','failed','Server error. Form not sent.','2022-12-26 02:29:57','2022-12-26 02:29:57','2022-12-26 02:29:57','2022-12-26 02:29:57'),(58,58,'email','Email','failed','Server error. Form not sent.','2022-12-26 16:38:39','2022-12-26 16:38:39','2022-12-26 16:38:39','2022-12-26 16:38:39'),(59,59,'email','Email','failed','Server error. Form not sent.','2022-12-27 00:31:00','2022-12-27 00:31:00','2022-12-27 00:31:00','2022-12-27 00:31:00'),(60,60,'email','Email','failed','Server error. Form not sent.','2022-12-27 15:04:22','2022-12-27 15:04:22','2022-12-27 15:04:22','2022-12-27 15:04:22'),(61,61,'email','Email','failed','Server error. Form not sent.','2022-12-28 00:38:27','2022-12-28 00:38:27','2022-12-28 00:38:27','2022-12-28 00:38:27'),(62,62,'email','Email','failed','Server error. Form not sent.','2022-12-29 02:56:06','2022-12-29 02:56:06','2022-12-29 02:56:06','2022-12-29 02:56:06'),(63,63,'email','Email','failed','Server error. Form not sent.','2022-12-29 03:11:28','2022-12-29 03:11:28','2022-12-29 03:11:28','2022-12-29 03:11:28'),(64,64,'email','Email','failed','Server error. Form not sent.','2022-12-29 03:42:58','2022-12-29 03:42:58','2022-12-29 03:42:58','2022-12-29 03:42:58'),(65,65,'email','Email','failed','Server error. Form not sent.','2022-12-29 08:44:49','2022-12-29 08:44:49','2022-12-29 08:44:49','2022-12-29 08:44:49'),(66,66,'email','Email','failed','Server error. Form not sent.','2022-12-31 22:54:41','2022-12-31 22:54:41','2022-12-31 22:54:41','2022-12-31 22:54:41'),(67,67,'email','Email','failed','Server error. Form not sent.','2023-01-03 23:21:07','2023-01-03 23:21:07','2023-01-03 23:21:07','2023-01-03 23:21:07'),(68,68,'email','Email','failed','Server error. Form not sent.','2023-01-05 00:20:47','2023-01-05 00:20:47','2023-01-05 00:20:47','2023-01-05 00:20:47'),(69,69,'email','Email','failed','Server error. Form not sent.','2023-01-05 10:08:30','2023-01-05 10:08:30','2023-01-05 10:08:30','2023-01-05 10:08:30'),(70,70,'email','Email','failed','Server error. Form not sent.','2023-01-06 05:33:56','2023-01-06 05:33:56','2023-01-06 05:33:56','2023-01-06 05:33:56'),(71,71,'email','Email','failed','Server error. Form not sent.','2023-01-06 18:48:56','2023-01-06 18:48:56','2023-01-06 18:48:56','2023-01-06 18:48:56'),(72,72,'email','Email','failed','Server error. Form not sent.','2023-01-08 03:42:15','2023-01-08 03:42:15','2023-01-08 03:42:15','2023-01-08 03:42:15'),(73,73,'email','Email','failed','Server error. Form not sent.','2023-01-08 04:39:40','2023-01-08 04:39:40','2023-01-08 04:39:40','2023-01-08 04:39:40'),(74,74,'email','Email','failed','Server error. Form not sent.','2023-01-08 17:09:53','2023-01-08 17:09:53','2023-01-08 17:09:53','2023-01-08 17:09:53'),(75,75,'email','Email','failed','Server error. Form not sent.','2023-01-08 18:45:36','2023-01-08 18:45:36','2023-01-08 18:45:36','2023-01-08 18:45:36'),(76,76,'email','Email','failed','Server error. Form not sent.','2023-01-09 00:01:48','2023-01-09 00:01:48','2023-01-09 00:01:48','2023-01-09 00:01:48'),(77,77,'email','Email','failed','Server error. Form not sent.','2023-01-09 01:51:58','2023-01-09 01:51:58','2023-01-09 01:51:58','2023-01-09 01:51:58'),(78,78,'email','Email','failed','Server error. Form not sent.','2023-01-09 05:50:49','2023-01-09 05:50:49','2023-01-09 05:50:49','2023-01-09 05:50:49'),(79,79,'email','Email','failed','Server error. Form not sent.','2023-01-09 11:33:46','2023-01-09 11:33:46','2023-01-09 11:33:46','2023-01-09 11:33:46'),(80,80,'email','Email','failed','Server error. Form not sent.','2023-01-09 12:07:00','2023-01-09 12:07:00','2023-01-09 12:07:00','2023-01-09 12:07:00'),(81,81,'email','Email','failed','Server error. Form not sent.','2023-01-09 16:53:35','2023-01-09 16:53:35','2023-01-09 16:53:35','2023-01-09 16:53:35'),(82,82,'email','Email','failed','Server error. Form not sent.','2023-01-09 22:12:30','2023-01-09 22:12:30','2023-01-09 22:12:30','2023-01-09 22:12:30'),(83,83,'email','Email','failed','Server error. Form not sent.','2023-01-10 04:31:10','2023-01-10 04:31:10','2023-01-10 04:31:10','2023-01-10 04:31:10'),(84,84,'email','Email','failed','Server error. Form not sent.','2023-01-10 05:19:06','2023-01-10 05:19:06','2023-01-10 05:19:06','2023-01-10 05:19:06'),(85,85,'email','Email','failed','Server error. Form not sent.','2023-01-10 09:51:53','2023-01-10 09:51:53','2023-01-10 09:51:53','2023-01-10 09:51:53'),(86,86,'email','Email','failed','Server error. Form not sent.','2023-01-10 20:33:21','2023-01-10 20:33:21','2023-01-10 20:33:21','2023-01-10 20:33:21'),(87,87,'email','Email','failed','Server error. Form not sent.','2023-01-11 00:29:51','2023-01-11 00:29:51','2023-01-11 00:29:51','2023-01-11 00:29:51'),(88,88,'email','Email','failed','Server error. Form not sent.','2023-01-11 01:49:25','2023-01-11 01:49:25','2023-01-11 01:49:25','2023-01-11 01:49:25'),(89,89,'email','Email','failed','Server error. Form not sent.','2023-01-11 08:07:13','2023-01-11 08:07:13','2023-01-11 08:07:13','2023-01-11 08:07:13'),(90,90,'email','Email','failed','Server error. Form not sent.','2023-01-11 13:40:21','2023-01-11 13:40:21','2023-01-11 13:40:21','2023-01-11 13:40:21'),(91,91,'email','Email','failed','Server error. Form not sent.','2023-01-11 18:59:05','2023-01-11 18:59:05','2023-01-11 18:59:05','2023-01-11 18:59:05'),(92,92,'email','Email','failed','Server error. Form not sent.','2023-01-12 00:17:01','2023-01-12 00:17:01','2023-01-12 00:17:01','2023-01-12 00:17:01'),(93,93,'email','Email','failed','Server error. Form not sent.','2023-01-12 05:44:27','2023-01-12 05:44:27','2023-01-12 05:44:27','2023-01-12 05:44:27'),(94,94,'email','Email','failed','Server error. Form not sent.','2023-01-12 11:45:37','2023-01-12 11:45:37','2023-01-12 11:45:37','2023-01-12 11:45:37'),(95,95,'email','Email','failed','Server error. Form not sent.','2023-01-12 17:05:23','2023-01-12 17:05:23','2023-01-12 17:05:23','2023-01-12 17:05:23'),(96,96,'email','Email','failed','Server error. Form not sent.','2023-01-12 17:05:24','2023-01-12 17:05:24','2023-01-12 17:05:24','2023-01-12 17:05:24'),(97,97,'email','Email','failed','Server error. Form not sent.','2023-01-12 22:24:18','2023-01-12 22:24:18','2023-01-12 22:24:18','2023-01-12 22:24:18'),(98,98,'email','Email','failed','Server error. Form not sent.','2023-01-13 03:46:18','2023-01-13 03:46:18','2023-01-13 03:46:18','2023-01-13 03:46:18'),(99,99,'email','Email','failed','Server error. Form not sent.','2023-01-13 09:08:32','2023-01-13 09:08:32','2023-01-13 09:08:32','2023-01-13 09:08:32'),(100,100,'email','Email','failed','Server error. Form not sent.','2023-01-13 14:29:48','2023-01-13 14:29:48','2023-01-13 14:29:48','2023-01-13 14:29:48'),(101,101,'email','Email','failed','Server error. Form not sent.','2023-01-13 19:49:19','2023-01-13 19:49:19','2023-01-13 19:49:19','2023-01-13 19:49:19'),(102,102,'email','Email','failed','Server error. Form not sent.','2023-01-14 01:29:17','2023-01-14 01:29:17','2023-01-14 01:29:17','2023-01-14 01:29:17'),(103,103,'email','Email','failed','Server error. Form not sent.','2023-01-14 02:02:26','2023-01-14 02:02:26','2023-01-14 02:02:26','2023-01-14 02:02:26'),(104,104,'email','Email','failed','Server error. Form not sent.','2023-01-14 03:17:43','2023-01-14 03:17:43','2023-01-14 03:17:43','2023-01-14 03:17:43'),(105,105,'email','Email','failed','Server error. Form not sent.','2023-01-14 06:42:46','2023-01-14 06:42:46','2023-01-14 06:42:46','2023-01-14 06:42:46'),(106,106,'email','Email','failed','Server error. Form not sent.','2023-01-14 06:51:07','2023-01-14 06:51:07','2023-01-14 06:51:07','2023-01-14 06:51:07'),(107,107,'email','Email','failed','Server error. Form not sent.','2023-01-14 12:11:54','2023-01-14 12:11:54','2023-01-14 12:11:54','2023-01-14 12:11:54'),(108,108,'email','Email','failed','Server error. Form not sent.','2023-01-14 17:28:27','2023-01-14 17:28:27','2023-01-14 17:28:27','2023-01-14 17:28:27'),(109,109,'email','Email','failed','Server error. Form not sent.','2023-01-14 22:03:44','2023-01-14 22:03:44','2023-01-14 22:03:44','2023-01-14 22:03:44'),(110,110,'email','Email','failed','Server error. Form not sent.','2023-01-14 22:41:08','2023-01-14 22:41:08','2023-01-14 22:41:08','2023-01-14 22:41:08'),(111,111,'email','Email','failed','Server error. Form not sent.','2023-01-15 03:58:47','2023-01-15 03:58:47','2023-01-15 03:58:47','2023-01-15 03:58:47'),(112,112,'email','Email','failed','Server error. Form not sent.','2023-01-15 09:14:37','2023-01-15 09:14:37','2023-01-15 09:14:37','2023-01-15 09:14:37'),(113,113,'email','Email','failed','Server error. Form not sent.','2023-01-15 14:30:54','2023-01-15 14:30:54','2023-01-15 14:30:54','2023-01-15 14:30:54'),(114,114,'email','Email','failed','Server error. Form not sent.','2023-01-15 19:42:37','2023-01-15 19:42:37','2023-01-15 19:42:37','2023-01-15 19:42:37'),(115,115,'email','Email','failed','Server error. Form not sent.','2023-01-16 01:01:28','2023-01-16 01:01:28','2023-01-16 01:01:28','2023-01-16 01:01:28'),(116,116,'email','Email','failed','Server error. Form not sent.','2023-01-16 06:55:50','2023-01-16 06:55:50','2023-01-16 06:55:50','2023-01-16 06:55:50'),(117,117,'email','Email','failed','Server error. Form not sent.','2023-01-16 07:24:56','2023-01-16 07:24:56','2023-01-16 07:24:56','2023-01-16 07:24:56'),(118,118,'email','Email','failed','Server error. Form not sent.','2023-01-16 12:11:25','2023-01-16 12:11:25','2023-01-16 12:11:25','2023-01-16 12:11:25'),(119,119,'email','Email','failed','Server error. Form not sent.','2023-01-16 17:30:44','2023-01-16 17:30:44','2023-01-16 17:30:44','2023-01-16 17:30:44'),(120,120,'email','Email','failed','Server error. Form not sent.','2023-01-16 22:49:00','2023-01-16 22:49:00','2023-01-16 22:49:00','2023-01-16 22:49:00'),(121,121,'email','Email','failed','Server error. Form not sent.','2023-01-17 04:01:37','2023-01-17 04:01:37','2023-01-17 04:01:37','2023-01-17 04:01:37'),(122,122,'email','Email','failed','Server error. Form not sent.','2023-01-17 09:10:29','2023-01-17 09:10:29','2023-01-17 09:10:29','2023-01-17 09:10:29'),(123,123,'email','Email','failed','Server error. Form not sent.','2023-01-17 13:14:12','2023-01-17 13:14:12','2023-01-17 13:14:12','2023-01-17 13:14:12'),(124,124,'email','Email','failed','Server error. Form not sent.','2023-01-17 14:23:27','2023-01-17 14:23:27','2023-01-17 14:23:27','2023-01-17 14:23:27'),(125,125,'email','Email','failed','Server error. Form not sent.','2023-01-17 19:40:21','2023-01-17 19:40:21','2023-01-17 19:40:21','2023-01-17 19:40:21'),(126,126,'email','Email','failed','Server error. Form not sent.','2023-01-18 00:58:29','2023-01-18 00:58:29','2023-01-18 00:58:29','2023-01-18 00:58:29'),(127,127,'email','Email','failed','Server error. Form not sent.','2023-01-18 06:13:46','2023-01-18 06:13:46','2023-01-18 06:13:46','2023-01-18 06:13:46'),(128,128,'email','Email','failed','Server error. Form not sent.','2023-01-18 06:15:26','2023-01-18 06:15:26','2023-01-18 06:15:26','2023-01-18 06:15:26'),(129,129,'email','Email','failed','Server error. Form not sent.','2023-01-18 10:18:30','2023-01-18 10:18:30','2023-01-18 10:18:30','2023-01-18 10:18:30'),(130,130,'email','Email','failed','Server error. Form not sent.','2023-01-18 11:29:15','2023-01-18 11:29:15','2023-01-18 11:29:15','2023-01-18 11:29:15'),(131,131,'email','Email','failed','Server error. Form not sent.','2023-01-18 16:59:35','2023-01-18 16:59:35','2023-01-18 16:59:35','2023-01-18 16:59:35'),(132,132,'email','Email','failed','Server error. Form not sent.','2023-01-18 22:13:12','2023-01-18 22:13:12','2023-01-18 22:13:12','2023-01-18 22:13:12'),(133,133,'email','Email','failed','Server error. Form not sent.','2023-01-19 03:24:54','2023-01-19 03:24:54','2023-01-19 03:24:54','2023-01-19 03:24:54'),(134,134,'email','Email','failed','Server error. Form not sent.','2023-01-19 08:41:39','2023-01-19 08:41:39','2023-01-19 08:41:39','2023-01-19 08:41:39'),(135,135,'email','Email','failed','Server error. Form not sent.','2023-01-19 13:56:13','2023-01-19 13:56:13','2023-01-19 13:56:13','2023-01-19 13:56:13'),(136,136,'email','Email','failed','Server error. Form not sent.','2023-01-19 19:06:08','2023-01-19 19:06:08','2023-01-19 19:06:08','2023-01-19 19:06:08'),(137,137,'email','Email','failed','Server error. Form not sent.','2023-01-20 00:41:35','2023-01-20 00:41:35','2023-01-20 00:41:35','2023-01-20 00:41:35'),(138,138,'email','Email','failed','Server error. Form not sent.','2023-01-20 03:01:53','2023-01-20 03:01:53','2023-01-20 03:01:53','2023-01-20 03:01:53'),(139,139,'email','Email','failed','Server error. Form not sent.','2023-01-20 05:16:24','2023-01-20 05:16:24','2023-01-20 05:16:24','2023-01-20 05:16:24'),(140,140,'email','Email','failed','Server error. Form not sent.','2023-01-20 08:17:02','2023-01-20 08:17:02','2023-01-20 08:17:02','2023-01-20 08:17:02'),(141,141,'email','Email','failed','Server error. Form not sent.','2023-01-20 13:30:32','2023-01-20 13:30:32','2023-01-20 13:30:32','2023-01-20 13:30:32'),(142,142,'email','Email','failed','Server error. Form not sent.','2023-01-20 15:41:49','2023-01-20 15:41:49','2023-01-20 15:41:49','2023-01-20 15:41:49'),(143,143,'email','Email','failed','Server error. Form not sent.','2023-01-20 18:40:58','2023-01-20 18:40:58','2023-01-20 18:40:58','2023-01-20 18:40:58'),(144,144,'email','Email','failed','Server error. Form not sent.','2023-01-20 23:55:40','2023-01-20 23:55:40','2023-01-20 23:55:40','2023-01-20 23:55:40'),(145,145,'email','Email','failed','Server error. Form not sent.','2023-01-21 02:35:10','2023-01-21 02:35:10','2023-01-21 02:35:10','2023-01-21 02:35:10'),(146,146,'email','Email','failed','Server error. Form not sent.','2023-01-21 10:50:30','2023-01-21 10:50:30','2023-01-21 10:50:30','2023-01-21 10:50:30'),(147,147,'email','Email','failed','Server error. Form not sent.','2023-01-21 16:03:58','2023-01-21 16:03:58','2023-01-21 16:03:58','2023-01-21 16:03:58'),(148,148,'email','Email','failed','Server error. Form not sent.','2023-01-21 21:21:47','2023-01-21 21:21:47','2023-01-21 21:21:47','2023-01-21 21:21:47'),(149,149,'email','Email','failed','Server error. Form not sent.','2023-01-21 23:05:48','2023-01-21 23:05:48','2023-01-21 23:05:48','2023-01-21 23:05:48'),(150,150,'email','Email','failed','Server error. Form not sent.','2023-01-22 02:36:43','2023-01-22 02:36:43','2023-01-22 02:36:43','2023-01-22 02:36:43'),(151,151,'email','Email','failed','Server error. Form not sent.','2023-01-22 03:37:38','2023-01-22 03:37:38','2023-01-22 03:37:38','2023-01-22 03:37:38'),(152,152,'email','Email','failed','Server error. Form not sent.','2023-01-22 07:55:00','2023-01-22 07:55:00','2023-01-22 07:55:00','2023-01-22 07:55:00'),(153,153,'email','Email','failed','Server error. Form not sent.','2023-01-22 13:12:32','2023-01-22 13:12:32','2023-01-22 13:12:32','2023-01-22 13:12:32'),(154,154,'email','Email','failed','Server error. Form not sent.','2023-01-22 18:26:23','2023-01-22 18:26:23','2023-01-22 18:26:23','2023-01-22 18:26:23'),(155,155,'email','Email','failed','Server error. Form not sent.','2023-01-22 23:40:52','2023-01-22 23:40:52','2023-01-22 23:40:52','2023-01-22 23:40:52'),(156,156,'email','Email','failed','Server error. Form not sent.','2023-01-23 04:59:23','2023-01-23 04:59:23','2023-01-23 04:59:23','2023-01-23 04:59:23'),(157,157,'email','Email','failed','Server error. Form not sent.','2023-01-23 10:17:31','2023-01-23 10:17:31','2023-01-23 10:17:31','2023-01-23 10:17:31'),(158,158,'email','Email','failed','Server error. Form not sent.','2023-01-23 13:43:19','2023-01-23 13:43:19','2023-01-23 13:43:19','2023-01-23 13:43:19'),(159,159,'email','Email','failed','Server error. Form not sent.','2023-01-23 15:34:08','2023-01-23 15:34:08','2023-01-23 15:34:08','2023-01-23 15:34:08'),(160,160,'email','Email','failed','Server error. Form not sent.','2023-01-23 20:51:16','2023-01-23 20:51:16','2023-01-23 20:51:16','2023-01-23 20:51:16'),(161,161,'email','Email','failed','Server error. Form not sent.','2023-01-23 23:42:26','2023-01-23 23:42:26','2023-01-23 23:42:26','2023-01-23 23:42:26'),(162,162,'email','Email','failed','Server error. Form not sent.','2023-01-24 02:12:17','2023-01-24 02:12:17','2023-01-24 02:12:17','2023-01-24 02:12:17'),(163,163,'email','Email','failed','Server error. Form not sent.','2023-01-24 07:31:56','2023-01-24 07:31:56','2023-01-24 07:31:56','2023-01-24 07:31:56'),(164,164,'email','Email','failed','Server error. Form not sent.','2023-01-24 12:45:43','2023-01-24 12:45:43','2023-01-24 12:45:43','2023-01-24 12:45:43'),(165,165,'email','Email','failed','Server error. Form not sent.','2023-01-24 17:58:29','2023-01-24 17:58:29','2023-01-24 17:58:29','2023-01-24 17:58:29'),(166,166,'email','Email','failed','Server error. Form not sent.','2023-01-24 23:12:44','2023-01-24 23:12:44','2023-01-24 23:12:44','2023-01-24 23:12:44'),(167,167,'email','Email','failed','Server error. Form not sent.','2023-01-25 04:34:10','2023-01-25 04:34:10','2023-01-25 04:34:10','2023-01-25 04:34:10'),(168,168,'email','Email','failed','Server error. Form not sent.','2023-01-25 09:46:19','2023-01-25 09:46:19','2023-01-25 09:46:19','2023-01-25 09:46:19'),(169,169,'email','Email','failed','Server error. Form not sent.','2023-01-25 15:03:07','2023-01-25 15:03:07','2023-01-25 15:03:07','2023-01-25 15:03:07'),(170,170,'email','Email','failed','Server error. Form not sent.','2023-01-25 20:22:12','2023-01-25 20:22:12','2023-01-25 20:22:12','2023-01-25 20:22:12'),(171,171,'email','Email','failed','Server error. Form not sent.','2023-01-26 01:37:51','2023-01-26 01:37:51','2023-01-26 01:37:51','2023-01-26 01:37:51'),(172,172,'email','Email','failed','Server error. Form not sent.','2023-01-26 06:56:26','2023-01-26 06:56:26','2023-01-26 06:56:26','2023-01-26 06:56:26'),(173,173,'email','Email','failed','Server error. Form not sent.','2023-01-26 12:12:10','2023-01-26 12:12:10','2023-01-26 12:12:10','2023-01-26 12:12:10'),(174,174,'email','Email','failed','Server error. Form not sent.','2023-01-26 17:28:12','2023-01-26 17:28:12','2023-01-26 17:28:12','2023-01-26 17:28:12'),(175,175,'email','Email','failed','Server error. Form not sent.','2023-01-26 23:06:36','2023-01-26 23:06:36','2023-01-26 23:06:36','2023-01-26 23:06:36'),(176,176,'email','Email','failed','Server error. Form not sent.','2023-01-27 04:23:03','2023-01-27 04:23:03','2023-01-27 04:23:03','2023-01-27 04:23:03'),(177,177,'email','Email','failed','Server error. Form not sent.','2023-01-27 09:37:15','2023-01-27 09:37:15','2023-01-27 09:37:15','2023-01-27 09:37:15'),(178,178,'email','Email','failed','Server error. Form not sent.','2023-01-27 15:13:29','2023-01-27 15:13:29','2023-01-27 15:13:29','2023-01-27 15:13:29'),(179,179,'email','Email','failed','Server error. Form not sent.','2023-01-27 20:30:15','2023-01-27 20:30:15','2023-01-27 20:30:15','2023-01-27 20:30:15'),(180,180,'email','Email','failed','Server error. Form not sent.','2023-01-27 21:18:29','2023-01-27 21:18:29','2023-01-27 21:18:29','2023-01-27 21:18:29'),(181,181,'email','Email','failed','Server error. Form not sent.','2023-01-28 01:47:29','2023-01-28 01:47:29','2023-01-28 01:47:29','2023-01-28 01:47:29'),(182,182,'email','Email','failed','Server error. Form not sent.','2023-01-28 07:21:52','2023-01-28 07:21:52','2023-01-28 07:21:52','2023-01-28 07:21:52'),(183,183,'email','Email','failed','Server error. Form not sent.','2023-01-28 12:36:26','2023-01-28 12:36:26','2023-01-28 12:36:26','2023-01-28 12:36:26'),(184,184,'email','Email','failed','Server error. Form not sent.','2023-01-28 17:53:33','2023-01-28 17:53:33','2023-01-28 17:53:33','2023-01-28 17:53:33'),(185,185,'email','Email','failed','Server error. Form not sent.','2023-01-28 20:51:19','2023-01-28 20:51:19','2023-01-28 20:51:19','2023-01-28 20:51:19'),(186,186,'email','Email','failed','Server error. Form not sent.','2023-01-28 22:29:21','2023-01-28 22:29:21','2023-01-28 22:29:21','2023-01-28 22:29:21'),(187,187,'email','Email','failed','Server error. Form not sent.','2023-01-29 02:08:49','2023-01-29 02:08:49','2023-01-29 02:08:49','2023-01-29 02:08:49'),(188,188,'email','Email','failed','Server error. Form not sent.','2023-01-29 17:20:35','2023-01-29 17:20:35','2023-01-29 17:20:35','2023-01-29 17:20:35'),(189,189,'email','Email','failed','Server error. Form not sent.','2023-01-29 20:38:05','2023-01-29 20:38:05','2023-01-29 20:38:05','2023-01-29 20:38:05'),(190,190,'email','Email','failed','Server error. Form not sent.','2023-01-30 01:48:32','2023-01-30 01:48:32','2023-01-30 01:48:32','2023-01-30 01:48:32'),(191,191,'email','Email','failed','Server error. Form not sent.','2023-01-30 06:56:44','2023-01-30 06:56:44','2023-01-30 06:56:44','2023-01-30 06:56:44'),(192,192,'email','Email','failed','Server error. Form not sent.','2023-01-30 15:20:39','2023-01-30 15:20:39','2023-01-30 15:20:39','2023-01-30 15:20:39'),(193,193,'email','Email','failed','Server error. Form not sent.','2023-01-30 20:29:04','2023-01-30 20:29:04','2023-01-30 20:29:04','2023-01-30 20:29:04'),(194,194,'email','Email','failed','Server error. Form not sent.','2023-01-31 02:54:18','2023-01-31 02:54:18','2023-01-31 02:54:18','2023-01-31 02:54:18'),(195,195,'email','Email','failed','Server error. Form not sent.','2023-01-31 08:02:21','2023-01-31 08:02:21','2023-01-31 08:02:21','2023-01-31 08:02:21'),(196,196,'email','Email','failed','Server error. Form not sent.','2023-01-31 13:39:06','2023-01-31 13:39:06','2023-01-31 13:39:06','2023-01-31 13:39:06'),(197,197,'email','Email','failed','Server error. Form not sent.','2023-02-01 12:41:18','2023-02-01 12:41:18','2023-02-01 12:41:18','2023-02-01 12:41:18'),(198,198,'email','Email','failed','Server error. Form not sent.','2023-02-01 21:19:04','2023-02-01 21:19:04','2023-02-01 21:19:04','2023-02-01 21:19:04'),(199,199,'email','Email','failed','Server error. Form not sent.','2023-02-02 02:28:13','2023-02-02 02:28:13','2023-02-02 02:28:13','2023-02-02 02:28:13'),(200,200,'email','Email','failed','Server error. Form not sent.','2023-02-02 07:58:04','2023-02-02 07:58:04','2023-02-02 07:58:04','2023-02-02 07:58:04'),(201,201,'email','Email','failed','Server error. Form not sent.','2023-02-02 13:05:47','2023-02-02 13:05:47','2023-02-02 13:05:47','2023-02-02 13:05:47'),(202,202,'email','Email','failed','Server error. Form not sent.','2023-02-02 18:16:57','2023-02-02 18:16:57','2023-02-02 18:16:57','2023-02-02 18:16:57'),(203,203,'email','Email','failed','Server error. Form not sent.','2023-02-03 01:24:56','2023-02-03 01:24:56','2023-02-03 01:24:56','2023-02-03 01:24:56'),(204,204,'email','Email','failed','Server error. Form not sent.','2023-02-03 07:14:12','2023-02-03 07:14:12','2023-02-03 07:14:12','2023-02-03 07:14:12'),(205,205,'email','Email','failed','Server error. Form not sent.','2023-02-03 08:09:57','2023-02-03 08:09:57','2023-02-03 08:09:57','2023-02-03 08:09:57'),(206,206,'email','Email','failed','Server error. Form not sent.','2023-02-03 12:25:56','2023-02-03 12:25:56','2023-02-03 12:25:56','2023-02-03 12:25:56'),(207,207,'email','Email','failed','Server error. Form not sent.','2023-02-03 17:37:13','2023-02-03 17:37:13','2023-02-03 17:37:13','2023-02-03 17:37:13'),(208,208,'email','Email','failed','Server error. Form not sent.','2023-02-03 18:50:12','2023-02-03 18:50:12','2023-02-03 18:50:12','2023-02-03 18:50:12'),(209,209,'email','Email','failed','Server error. Form not sent.','2023-02-03 22:41:00','2023-02-03 22:41:00','2023-02-03 22:41:00','2023-02-03 22:41:00'),(210,210,'email','Email','failed','Server error. Form not sent.','2023-02-03 22:45:31','2023-02-03 22:45:31','2023-02-03 22:45:31','2023-02-03 22:45:31'),(211,211,'email','Email','failed','Server error. Form not sent.','2023-02-03 23:18:22','2023-02-03 23:18:22','2023-02-03 23:18:22','2023-02-03 23:18:22'),(212,212,'email','Email','failed','Server error. Form not sent.','2023-02-04 20:06:49','2023-02-04 20:06:49','2023-02-04 20:06:49','2023-02-04 20:06:49'),(213,213,'email','Email','failed','Server error. Form not sent.','2023-02-05 02:10:06','2023-02-05 02:10:06','2023-02-05 02:10:06','2023-02-05 02:10:06'),(214,214,'email','Email','failed','Server error. Form not sent.','2023-02-05 07:16:09','2023-02-05 07:16:09','2023-02-05 07:16:09','2023-02-05 07:16:09'),(215,215,'email','Email','failed','Server error. Form not sent.','2023-02-05 12:26:29','2023-02-05 12:26:29','2023-02-05 12:26:29','2023-02-05 12:26:29'),(216,216,'email','Email','failed','Server error. Form not sent.','2023-02-05 15:54:13','2023-02-05 15:54:13','2023-02-05 15:54:13','2023-02-05 15:54:13'),(217,217,'email','Email','failed','Server error. Form not sent.','2023-02-05 18:09:15','2023-02-05 18:09:15','2023-02-05 18:09:15','2023-02-05 18:09:15'),(218,218,'email','Email','failed','Server error. Form not sent.','2023-02-05 23:19:16','2023-02-05 23:19:16','2023-02-05 23:19:16','2023-02-05 23:19:16'),(219,219,'email','Email','failed','Server error. Form not sent.','2023-02-06 05:31:17','2023-02-06 05:31:17','2023-02-06 05:31:17','2023-02-06 05:31:17'),(220,220,'email','Email','failed','Server error. Form not sent.','2023-02-06 10:40:51','2023-02-06 10:40:51','2023-02-06 10:40:51','2023-02-06 10:40:51'),(221,221,'email','Email','failed','Server error. Form not sent.','2023-02-06 16:02:47','2023-02-06 16:02:47','2023-02-06 16:02:47','2023-02-06 16:02:47'),(222,222,'email','Email','failed','Server error. Form not sent.','2023-02-06 21:37:22','2023-02-06 21:37:22','2023-02-06 21:37:22','2023-02-06 21:37:22'),(223,223,'email','Email','failed','Server error. Form not sent.','2023-02-07 03:03:08','2023-02-07 03:03:08','2023-02-07 03:03:08','2023-02-07 03:03:08'),(224,224,'email','Email','failed','Server error. Form not sent.','2023-02-07 08:22:29','2023-02-07 08:22:29','2023-02-07 08:22:29','2023-02-07 08:22:29'),(225,225,'email','Email','failed','Server error. Form not sent.','2023-02-07 13:43:48','2023-02-07 13:43:48','2023-02-07 13:43:48','2023-02-07 13:43:48'),(226,226,'email','Email','failed','Server error. Form not sent.','2023-02-07 18:55:35','2023-02-07 18:55:35','2023-02-07 18:55:35','2023-02-07 18:55:35'),(227,227,'email','Email','failed','Server error. Form not sent.','2023-02-08 00:08:02','2023-02-08 00:08:02','2023-02-08 00:08:02','2023-02-08 00:08:02'),(228,228,'email','Email','failed','Server error. Form not sent.','2023-02-08 05:16:12','2023-02-08 05:16:12','2023-02-08 05:16:12','2023-02-08 05:16:12'),(229,229,'email','Email','failed','Server error. Form not sent.','2023-02-08 10:26:54','2023-02-08 10:26:54','2023-02-08 10:26:54','2023-02-08 10:26:54'),(230,230,'email','Email','failed','Server error. Form not sent.','2023-02-08 15:37:53','2023-02-08 15:37:53','2023-02-08 15:37:53','2023-02-08 15:37:53'),(231,231,'email','Email','failed','Server error. Form not sent.','2023-02-08 20:45:56','2023-02-08 20:45:56','2023-02-08 20:45:56','2023-02-08 20:45:56'),(232,232,'email','Email','failed','Server error. Form not sent.','2023-02-09 10:14:26','2023-02-09 10:14:26','2023-02-09 10:14:26','2023-02-09 10:14:26'),(233,233,'email','Email','failed','Server error. Form not sent.','2023-02-09 12:37:28','2023-02-09 12:37:28','2023-02-09 12:37:28','2023-02-09 12:37:28'),(234,234,'email','Email','failed','Server error. Form not sent.','2023-02-09 14:32:46','2023-02-09 14:32:46','2023-02-09 14:32:46','2023-02-09 14:32:46'),(235,235,'email','Email','failed','Server error. Form not sent.','2023-02-09 19:00:00','2023-02-09 19:00:00','2023-02-09 19:00:00','2023-02-09 19:00:00'),(236,236,'email','Email','failed','Server error. Form not sent.','2023-02-09 20:16:53','2023-02-09 20:16:53','2023-02-09 20:16:53','2023-02-09 20:16:53'),(237,237,'email','Email','failed','Server error. Form not sent.','2023-02-09 23:30:35','2023-02-09 23:30:35','2023-02-09 23:30:35','2023-02-09 23:30:35'),(238,238,'email','Email','failed','Server error. Form not sent.','2023-02-10 01:33:28','2023-02-10 01:33:28','2023-02-10 01:33:28','2023-02-10 01:33:28'),(239,239,'email','Email','failed','Server error. Form not sent.','2023-02-10 05:59:58','2023-02-10 05:59:58','2023-02-10 05:59:58','2023-02-10 05:59:58'),(240,240,'email','Email','failed','Server error. Form not sent.','2023-02-10 06:45:48','2023-02-10 06:45:48','2023-02-10 06:45:48','2023-02-10 06:45:48'),(241,241,'email','Email','failed','Server error. Form not sent.','2023-02-10 12:04:49','2023-02-10 12:04:49','2023-02-10 12:04:49','2023-02-10 12:04:49'),(242,242,'email','Email','failed','Server error. Form not sent.','2023-02-10 17:27:52','2023-02-10 17:27:52','2023-02-10 17:27:52','2023-02-10 17:27:52'),(243,243,'email','Email','failed','Server error. Form not sent.','2023-02-10 22:39:22','2023-02-10 22:39:22','2023-02-10 22:39:22','2023-02-10 22:39:22'),(244,244,'email','Email','failed','Server error. Form not sent.','2023-02-11 03:53:17','2023-02-11 03:53:17','2023-02-11 03:53:17','2023-02-11 03:53:17'),(245,245,'email','Email','failed','Server error. Form not sent.','2023-02-11 09:06:29','2023-02-11 09:06:29','2023-02-11 09:06:29','2023-02-11 09:06:29'),(246,246,'email','Email','failed','Server error. Form not sent.','2023-02-11 14:21:33','2023-02-11 14:21:33','2023-02-11 14:21:33','2023-02-11 14:21:33'),(247,247,'email','Email','failed','Server error. Form not sent.','2023-02-11 19:40:10','2023-02-11 19:40:10','2023-02-11 19:40:10','2023-02-11 19:40:10'),(248,248,'email','Email','failed','Server error. Form not sent.','2023-02-12 00:17:25','2023-02-12 00:17:25','2023-02-12 00:17:25','2023-02-12 00:17:25'),(249,249,'email','Email','failed','Server error. Form not sent.','2023-02-12 01:31:42','2023-02-12 01:31:42','2023-02-12 01:31:42','2023-02-12 01:31:42'),(250,250,'email','Email','failed','Server error. Form not sent.','2023-02-14 05:38:11','2023-02-14 05:38:11','2023-02-14 05:38:11','2023-02-14 05:38:11'),(251,251,'email','Email','failed','Server error. Form not sent.','2023-02-14 16:40:39','2023-02-14 16:40:39','2023-02-14 16:40:39','2023-02-14 16:40:39'),(252,252,'email','Email','failed','Server error. Form not sent.','2023-02-15 03:53:18','2023-02-15 03:53:18','2023-02-15 03:53:18','2023-02-15 03:53:18'),(253,253,'email','Email','failed','Server error. Form not sent.','2023-02-15 05:19:58','2023-02-15 05:19:58','2023-02-15 05:19:58','2023-02-15 05:19:58'),(254,254,'email','Email','failed','Server error. Form not sent.','2023-02-16 05:02:16','2023-02-16 05:02:16','2023-02-16 05:02:16','2023-02-16 05:02:16'),(255,255,'email','Email','failed','Server error. Form not sent.','2023-02-16 11:47:18','2023-02-16 11:47:18','2023-02-16 11:47:18','2023-02-16 11:47:18'),(256,256,'email','Email','failed','Server error. Form not sent.','2023-02-16 19:11:55','2023-02-16 19:11:55','2023-02-16 19:11:55','2023-02-16 19:11:55'),(257,257,'email','Email','failed','Server error. Form not sent.','2023-02-17 13:51:48','2023-02-17 13:51:48','2023-02-17 13:51:48','2023-02-17 13:51:48'),(258,258,'email','Email','failed','Server error. Form not sent.','2023-02-18 19:38:46','2023-02-18 19:38:46','2023-02-18 19:38:46','2023-02-18 19:38:46'),(259,259,'email','Email','failed','Server error. Form not sent.','2023-02-19 06:14:09','2023-02-19 06:14:09','2023-02-19 06:14:09','2023-02-19 06:14:09'),(260,260,'email','Email','failed','Server error. Form not sent.','2023-02-19 06:19:00','2023-02-19 06:19:00','2023-02-19 06:19:00','2023-02-19 06:19:00'),(261,261,'email','Email','failed','Server error. Form not sent.','2023-02-19 18:59:43','2023-02-19 18:59:43','2023-02-19 18:59:43','2023-02-19 18:59:43'),(262,262,'email','Email','failed','Server error. Form not sent.','2023-02-20 20:10:55','2023-02-20 20:10:55','2023-02-20 20:10:55','2023-02-20 20:10:55'),(263,263,'email','Email','failed','Server error. Form not sent.','2023-02-20 20:38:15','2023-02-20 20:38:15','2023-02-20 20:38:15','2023-02-20 20:38:15'),(264,264,'email','Email','failed','Server error. Form not sent.','2023-02-21 08:56:30','2023-02-21 08:56:30','2023-02-21 08:56:30','2023-02-21 08:56:30'),(265,265,'email','Email','failed','Server error. Form not sent.','2023-02-21 12:54:34','2023-02-21 12:54:34','2023-02-21 12:54:34','2023-02-21 12:54:34'),(266,266,'email','Email','failed','Server error. Form not sent.','2023-02-26 14:08:16','2023-02-26 14:08:16','2023-02-26 14:08:16','2023-02-26 14:08:16'),(267,267,'email','Email','failed','Server error. Form not sent.','2023-02-27 18:50:26','2023-02-27 18:50:26','2023-02-27 18:50:26','2023-02-27 18:50:26'),(268,268,'email','Email','failed','Server error. Form not sent.','2023-02-28 11:17:14','2023-02-28 11:17:14','2023-02-28 11:17:14','2023-02-28 11:17:14'),(269,269,'email','Email','failed','Server error. Form not sent.','2023-03-01 10:59:05','2023-03-01 10:59:05','2023-03-01 10:59:05','2023-03-01 10:59:05'),(270,270,'email','Email','failed','Server error. Form not sent.','2023-03-01 23:08:48','2023-03-01 23:08:48','2023-03-01 23:08:48','2023-03-01 23:08:48'),(271,271,'email','Email','failed','Server error. Form not sent.','2023-03-02 10:59:23','2023-03-02 10:59:23','2023-03-02 10:59:23','2023-03-02 10:59:23'),(272,272,'email','Email','failed','Server error. Form not sent.','2023-03-03 10:05:40','2023-03-03 10:05:40','2023-03-03 10:05:40','2023-03-03 10:05:40'),(273,273,'email','Email','failed','Server error. Form not sent.','2023-03-03 16:04:58','2023-03-03 16:04:58','2023-03-03 16:04:58','2023-03-03 16:04:58'),(274,274,'email','Email','failed','Server error. Form not sent.','2023-03-06 15:25:16','2023-03-06 15:25:16','2023-03-06 15:25:16','2023-03-06 15:25:16'),(275,275,'email','Email','failed','Server error. Form not sent.','2023-03-08 11:15:36','2023-03-08 11:15:36','2023-03-08 11:15:36','2023-03-08 11:15:36'),(276,276,'email','Email','failed','Server error. Form not sent.','2023-03-09 20:39:22','2023-03-09 20:39:22','2023-03-09 20:39:22','2023-03-09 20:39:22'),(277,277,'email','Email','failed','Server error. Form not sent.','2023-03-11 03:55:41','2023-03-11 03:55:41','2023-03-11 03:55:41','2023-03-11 03:55:41'),(278,278,'email','Email','failed','Server error. Form not sent.','2023-03-11 11:30:51','2023-03-11 11:30:51','2023-03-11 11:30:51','2023-03-11 11:30:51'),(279,279,'email','Email','failed','Server error. Form not sent.','2023-03-12 03:53:52','2023-03-12 03:53:52','2023-03-12 03:53:52','2023-03-12 03:53:52'),(280,280,'email','Email','failed','Server error. Form not sent.','2023-03-13 07:10:00','2023-03-13 07:10:00','2023-03-13 07:10:00','2023-03-13 07:10:00'),(281,281,'email','Email','failed','Server error. Form not sent.','2023-03-16 04:06:42','2023-03-16 04:06:42','2023-03-16 04:06:42','2023-03-16 04:06:42'),(282,282,'email','Email','failed','Server error. Form not sent.','2023-03-16 13:53:39','2023-03-16 13:53:39','2023-03-16 13:53:39','2023-03-16 13:53:39'),(283,283,'email','Email','failed','Server error. Form not sent.','2023-03-17 05:03:30','2023-03-17 05:03:30','2023-03-17 05:03:30','2023-03-17 05:03:30'),(284,284,'email','Email','failed','Server error. Form not sent.','2023-03-17 09:46:47','2023-03-17 09:46:47','2023-03-17 09:46:47','2023-03-17 09:46:47'),(285,285,'email','Email','failed','Server error. Form not sent.','2023-03-19 20:02:18','2023-03-19 20:02:18','2023-03-19 20:02:18','2023-03-19 20:02:18'),(286,286,'email','Email','failed','Server error. Form not sent.','2023-03-19 23:27:35','2023-03-19 23:27:35','2023-03-19 23:27:35','2023-03-19 23:27:35'),(287,287,'email','Email','failed','Server error. Form not sent.','2023-03-21 11:49:40','2023-03-21 11:49:40','2023-03-21 11:49:40','2023-03-21 11:49:40'),(288,288,'email','Email','failed','Server error. Form not sent.','2023-03-21 13:52:53','2023-03-21 13:52:53','2023-03-21 13:52:53','2023-03-21 13:52:53'),(289,289,'email','Email','failed','Server error. Form not sent.','2023-03-22 00:13:44','2023-03-22 00:13:44','2023-03-22 00:13:44','2023-03-22 00:13:44'),(290,290,'email','Email','failed','Server error. Form not sent.','2023-03-24 00:26:03','2023-03-24 00:26:03','2023-03-24 00:26:03','2023-03-24 00:26:03'),(291,291,'email','Email','failed','Server error. Form not sent.','2023-03-24 06:07:36','2023-03-24 06:07:36','2023-03-24 06:07:36','2023-03-24 06:07:36'),(292,292,'email','Email','failed','Server error. Form not sent.','2023-03-27 02:34:48','2023-03-27 02:34:48','2023-03-27 02:34:48','2023-03-27 02:34:48'),(293,293,'email','Email','failed','Server error. Form not sent.','2023-03-28 23:41:07','2023-03-28 23:41:07','2023-03-28 23:41:07','2023-03-28 23:41:07'),(294,294,'email','Email','failed','Server error. Form not sent.','2023-03-29 01:35:37','2023-03-29 01:35:37','2023-03-29 01:35:37','2023-03-29 01:35:37'),(295,295,'email','Email','failed','Server error. Form not sent.','2023-04-02 04:41:54','2023-04-02 04:41:54','2023-04-02 04:41:54','2023-04-02 04:41:54'),(296,296,'email','Email','failed','Server error. Form not sent.','2023-04-04 01:25:00','2023-04-04 01:25:00','2023-04-04 01:25:00','2023-04-04 01:25:00'),(297,297,'email','Email','failed','Server error. Form not sent.','2023-04-04 07:35:34','2023-04-04 07:35:34','2023-04-04 07:35:34','2023-04-04 07:35:34'),(298,298,'email','Email','failed','Server error. Form not sent.','2023-04-04 19:18:36','2023-04-04 19:18:36','2023-04-04 19:18:36','2023-04-04 19:18:36'),(299,299,'email','Email','failed','Server error. Form not sent.','2023-04-05 19:38:21','2023-04-05 19:38:21','2023-04-05 19:38:21','2023-04-05 19:38:21'),(300,300,'email','Email','failed','Server error. Form not sent.','2023-04-05 23:21:21','2023-04-05 23:21:21','2023-04-05 23:21:21','2023-04-05 23:21:21'),(301,301,'email','Email','failed','Server error. Form not sent.','2023-04-06 12:04:37','2023-04-06 12:04:37','2023-04-06 12:04:37','2023-04-06 12:04:37'),(302,302,'email','Email','failed','Server error. Form not sent.','2023-04-10 05:47:12','2023-04-10 05:47:12','2023-04-10 05:47:12','2023-04-10 05:47:12'),(303,303,'email','Email','failed','Server error. Form not sent.','2023-04-12 10:17:53','2023-04-12 10:17:53','2023-04-12 10:17:53','2023-04-12 10:17:53'),(304,304,'email','Email','failed','Server error. Form not sent.','2023-04-13 10:20:27','2023-04-13 10:20:27','2023-04-13 10:20:27','2023-04-13 10:20:27'),(305,305,'email','Email','failed','Server error. Form not sent.','2023-04-16 10:29:08','2023-04-16 10:29:08','2023-04-16 10:29:08','2023-04-16 10:29:08'),(306,306,'email','Email','failed','Server error. Form not sent.','2023-04-18 10:24:00','2023-04-18 10:24:00','2023-04-18 10:24:00','2023-04-18 10:24:00'),(307,307,'email','Email','failed','Server error. Form not sent.','2023-04-18 11:11:15','2023-04-18 11:11:15','2023-04-18 11:11:15','2023-04-18 11:11:15'),(308,308,'email','Email','failed','Server error. Form not sent.','2023-04-19 20:17:22','2023-04-19 20:17:22','2023-04-19 20:17:22','2023-04-19 20:17:22'),(309,309,'email','Email','failed','Server error. Form not sent.','2023-04-20 02:00:33','2023-04-20 02:00:33','2023-04-20 02:00:33','2023-04-20 02:00:33'),(310,310,'email','Email','failed','Server error. Form not sent.','2023-04-20 08:19:57','2023-04-20 08:19:57','2023-04-20 08:19:57','2023-04-20 08:19:57'),(311,311,'email','Email','failed','Server error. Form not sent.','2023-04-24 02:38:46','2023-04-24 02:38:46','2023-04-24 02:38:46','2023-04-24 02:38:46'),(312,312,'email','Email','failed','Server error. Form not sent.','2023-04-24 17:25:08','2023-04-24 17:25:08','2023-04-24 17:25:08','2023-04-24 17:25:08'),(313,313,'email','Email','failed','Server error. Form not sent.','2023-04-26 02:30:58','2023-04-26 02:30:58','2023-04-26 02:30:58','2023-04-26 02:30:58'),(314,314,'email','Email','failed','Server error. Form not sent.','2023-05-10 10:12:05','2023-05-10 10:12:05','2023-05-10 10:12:05','2023-05-10 10:12:05'),(315,315,'email','Email','failed','Server error. Form not sent.','2023-05-10 22:51:43','2023-05-10 22:51:43','2023-05-10 22:51:43','2023-05-10 22:51:43'),(316,316,'email','Email','failed','Server error. Form not sent.','2023-05-11 07:21:00','2023-05-11 07:21:00','2023-05-11 07:21:00','2023-05-11 07:21:00'),(317,317,'email','Email','failed','Server error. Form not sent.','2023-05-11 09:37:05','2023-05-11 09:37:05','2023-05-11 09:37:05','2023-05-11 09:37:05'),(318,318,'email','Email','failed','Server error. Form not sent.','2023-05-14 07:52:48','2023-05-14 07:52:48','2023-05-14 07:52:48','2023-05-14 07:52:48'),(319,319,'email','Email','failed','Server error. Form not sent.','2023-05-14 15:45:39','2023-05-14 15:45:39','2023-05-14 15:45:39','2023-05-14 15:45:39'),(320,320,'email','Email','failed','Server error. Form not sent.','2023-05-23 04:19:28','2023-05-23 04:19:28','2023-05-23 04:19:28','2023-05-23 04:19:28'),(321,321,'email','Email','failed','Server error. Form not sent.','2023-05-23 04:37:43','2023-05-23 04:37:43','2023-05-23 04:37:43','2023-05-23 04:37:43'),(322,322,'email','Email','failed','Server error. Form not sent.','2023-05-24 01:39:55','2023-05-24 01:39:55','2023-05-24 01:39:55','2023-05-24 01:39:55'),(323,323,'email','Email','failed','Server error. Form not sent.','2023-05-24 11:06:36','2023-05-24 11:06:36','2023-05-24 11:06:36','2023-05-24 11:06:36'),(324,324,'email','Email','failed','Server error. Form not sent.','2023-05-24 19:02:37','2023-05-24 19:02:37','2023-05-24 19:02:37','2023-05-24 19:02:37'),(325,325,'email','Email','failed','Server error. Form not sent.','2023-05-24 20:31:36','2023-05-24 20:31:36','2023-05-24 20:31:36','2023-05-24 20:31:36'),(326,326,'email','Email','failed','Server error. Form not sent.','2023-05-25 12:48:25','2023-05-25 12:48:25','2023-05-25 12:48:25','2023-05-25 12:48:25'),(327,327,'email','Email','failed','Server error. Form not sent.','2023-05-25 14:14:49','2023-05-25 14:14:49','2023-05-25 14:14:49','2023-05-25 14:14:49'),(328,328,'email','Email','failed','Server error. Form not sent.','2023-05-26 00:28:16','2023-05-26 00:28:16','2023-05-26 00:28:16','2023-05-26 00:28:16'),(329,329,'email','Email','failed','Server error. Form not sent.','2023-05-26 21:10:42','2023-05-26 21:10:42','2023-05-26 21:10:42','2023-05-26 21:10:42'),(330,330,'email','Email','failed','Server error. Form not sent.','2023-05-27 01:59:29','2023-05-27 01:59:29','2023-05-27 01:59:29','2023-05-27 01:59:29'),(331,331,'email','Email','failed','Server error. Form not sent.','2023-05-29 15:43:43','2023-05-29 15:43:43','2023-05-29 15:43:43','2023-05-29 15:43:43'),(332,332,'email','Email','failed','Server error. Form not sent.','2023-05-29 22:21:49','2023-05-29 22:21:49','2023-05-29 22:21:49','2023-05-29 22:21:49'),(333,333,'email','Email','failed','Server error. Form not sent.','2023-05-31 03:37:32','2023-05-31 03:37:32','2023-05-31 03:37:32','2023-05-31 03:37:32'),(334,334,'email','Email','failed','Server error. Form not sent.','2023-06-03 12:09:18','2023-06-03 12:09:18','2023-06-03 12:09:18','2023-06-03 12:09:18'),(335,335,'email','Email','failed','Server error. Form not sent.','2023-06-04 01:30:45','2023-06-04 01:30:45','2023-06-04 01:30:45','2023-06-04 01:30:45'),(336,336,'email','Email','failed','Server error. Form not sent.','2023-06-05 00:01:14','2023-06-05 00:01:14','2023-06-05 00:01:14','2023-06-05 00:01:14'),(337,337,'email','Email','failed','Server error. Form not sent.','2023-06-07 23:31:22','2023-06-07 23:31:22','2023-06-07 23:31:22','2023-06-07 23:31:22'),(338,338,'email','Email','failed','Server error. Form not sent.','2023-06-10 01:31:11','2023-06-10 01:31:11','2023-06-10 01:31:11','2023-06-10 01:31:11'),(339,339,'email','Email','failed','Server error. Form not sent.','2023-06-13 23:00:40','2023-06-13 23:00:40','2023-06-13 23:00:40','2023-06-13 23:00:40'),(340,340,'email','Email','failed','Server error. Form not sent.','2023-06-14 07:41:34','2023-06-14 07:41:34','2023-06-14 07:41:34','2023-06-14 07:41:34'),(341,341,'email','Email','failed','Server error. Form not sent.','2023-06-14 10:01:15','2023-06-14 10:01:15','2023-06-14 10:01:15','2023-06-14 10:01:15'),(342,342,'email','Email','failed','Server error. Form not sent.','2023-06-15 12:40:57','2023-06-15 12:40:57','2023-06-15 12:40:57','2023-06-15 12:40:57'),(343,343,'email','Email','failed','Server error. Form not sent.','2023-06-15 19:10:35','2023-06-15 19:10:35','2023-06-15 19:10:35','2023-06-15 19:10:35'),(344,344,'email','Email','failed','Server error. Form not sent.','2023-06-16 14:09:36','2023-06-16 14:09:36','2023-06-16 14:09:36','2023-06-16 14:09:36'),(345,345,'email','Email','failed','Server error. Form not sent.','2023-06-17 11:29:13','2023-06-17 11:29:13','2023-06-17 11:29:13','2023-06-17 11:29:13'),(346,346,'email','Email','failed','Server error. Form not sent.','2023-06-17 14:43:09','2023-06-17 14:43:09','2023-06-17 14:43:09','2023-06-17 14:43:09'),(347,347,'email','Email','failed','Server error. Form not sent.','2023-06-19 21:53:15','2023-06-19 21:53:15','2023-06-19 21:53:15','2023-06-19 21:53:15'),(348,348,'email','Email','failed','Server error. Form not sent.','2023-06-20 23:14:59','2023-06-20 23:14:59','2023-06-20 23:14:59','2023-06-20 23:14:59'),(349,349,'email','Email','failed','Server error. Form not sent.','2023-06-21 18:52:56','2023-06-21 18:52:56','2023-06-21 18:52:56','2023-06-21 18:52:56'),(350,350,'email','Email','failed','Server error. Form not sent.','2023-06-21 20:22:40','2023-06-21 20:22:40','2023-06-21 20:22:40','2023-06-21 20:22:40'),(351,351,'email','Email','failed','Server error. Form not sent.','2023-06-23 06:34:54','2023-06-23 06:34:54','2023-06-23 06:34:54','2023-06-23 06:34:54'),(352,352,'email','Email','failed','Server error. Form not sent.','2023-06-23 09:49:22','2023-06-23 09:49:22','2023-06-23 09:49:22','2023-06-23 09:49:22'),(353,353,'email','Email','failed','Server error. Form not sent.','2023-06-24 21:20:19','2023-06-24 21:20:19','2023-06-24 21:20:19','2023-06-24 21:20:19'),(354,354,'email','Email','failed','Server error. Form not sent.','2023-06-27 08:15:11','2023-06-27 08:15:11','2023-06-27 08:15:11','2023-06-27 08:15:11'),(355,355,'email','Email','failed','Server error. Form not sent.','2023-06-27 20:06:16','2023-06-27 20:06:16','2023-06-27 20:06:16','2023-06-27 20:06:16'),(356,356,'email','Email','failed','Server error. Form not sent.','2023-06-27 21:15:25','2023-06-27 21:15:25','2023-06-27 21:15:25','2023-06-27 21:15:25'),(357,357,'email','Email','failed','Server error. Form not sent.','2023-06-30 09:03:22','2023-06-30 09:03:22','2023-06-30 09:03:22','2023-06-30 09:03:22'),(358,358,'email','Email','failed','Server error. Form not sent.','2023-07-03 13:23:34','2023-07-03 13:23:34','2023-07-03 13:23:34','2023-07-03 13:23:34'),(359,359,'email','Email','failed','Server error. Form not sent.','2023-07-04 08:51:58','2023-07-04 08:51:58','2023-07-04 08:51:58','2023-07-04 08:51:58'),(360,360,'email','Email','failed','Server error. Form not sent.','2023-07-08 20:08:44','2023-07-08 20:08:44','2023-07-08 20:08:44','2023-07-08 20:08:44'),(361,361,'email','Email','failed','Server error. Form not sent.','2023-07-09 16:29:44','2023-07-09 16:29:44','2023-07-09 16:29:44','2023-07-09 16:29:44'),(362,362,'email','Email','failed','Server error. Form not sent.','2023-07-11 17:46:36','2023-07-11 17:46:36','2023-07-11 17:46:36','2023-07-11 17:46:36'),(363,363,'email','Email','failed','Server error. Form not sent.','2023-07-12 13:55:13','2023-07-12 13:55:13','2023-07-12 13:55:13','2023-07-12 13:55:13'),(364,364,'email','Email','failed','Server error. Form not sent.','2023-07-12 16:51:04','2023-07-12 16:51:04','2023-07-12 16:51:04','2023-07-12 16:51:04'),(365,365,'email','Email','failed','Server error. Form not sent.','2023-07-14 07:37:05','2023-07-14 07:37:05','2023-07-14 07:37:05','2023-07-14 07:37:05'),(366,366,'email','Email','failed','Server error. Form not sent.','2023-07-16 11:26:54','2023-07-16 11:26:54','2023-07-16 11:26:54','2023-07-16 11:26:54'),(367,367,'email','Email','failed','Server error. Form not sent.','2023-07-17 17:27:29','2023-07-17 17:27:29','2023-07-17 17:27:29','2023-07-17 17:27:29'),(368,368,'email','Email','failed','Server error. Form not sent.','2023-07-21 04:04:33','2023-07-21 04:04:33','2023-07-21 04:04:33','2023-07-21 04:04:33'),(369,369,'email','Email','failed','Server error. Form not sent.','2023-07-22 17:42:29','2023-07-22 17:42:29','2023-07-22 17:42:29','2023-07-22 17:42:29'),(370,370,'email','Email','failed','Server error. Form not sent.','2023-07-22 19:27:16','2023-07-22 19:27:16','2023-07-22 19:27:16','2023-07-22 19:27:16'),(371,371,'email','Email','failed','Server error. Form not sent.','2023-07-23 22:06:48','2023-07-23 22:06:48','2023-07-23 22:06:48','2023-07-23 22:06:48'),(372,372,'email','Email','failed','Server error. Form not sent.','2023-07-24 20:37:18','2023-07-24 20:37:18','2023-07-24 20:37:18','2023-07-24 20:37:18'),(373,373,'email','Email','failed','Server error. Form not sent.','2023-07-25 18:17:30','2023-07-25 18:17:30','2023-07-25 18:17:30','2023-07-25 18:17:30'),(374,374,'email','Email','failed','Server error. Form not sent.','2023-07-26 10:11:45','2023-07-26 10:11:45','2023-07-26 10:11:45','2023-07-26 10:11:45'),(375,375,'email','Email','failed','Server error. Form not sent.','2023-07-26 21:09:15','2023-07-26 21:09:15','2023-07-26 21:09:15','2023-07-26 21:09:15'),(376,376,'email','Email','failed','Server error. Form not sent.','2023-07-26 22:49:10','2023-07-26 22:49:10','2023-07-26 22:49:10','2023-07-26 22:49:10'),(377,377,'email','Email','failed','Server error. Form not sent.','2023-07-27 12:31:07','2023-07-27 12:31:07','2023-07-27 12:31:07','2023-07-27 12:31:07'),(378,378,'email','Email','failed','Your submission failed because of a server error.','2023-07-29 01:49:07','2023-07-29 01:49:07','2023-07-29 01:49:07','2023-07-29 01:49:07'),(379,379,'email','Email','failed','Your submission failed because of a server error.','2023-07-29 02:25:58','2023-07-29 02:25:58','2023-07-29 02:25:58','2023-07-29 02:25:58'),(380,380,'email','Email','failed','Your submission failed because of a server error.','2023-07-29 20:53:34','2023-07-29 20:53:34','2023-07-29 20:53:34','2023-07-29 20:53:34'),(381,381,'email','Email','failed','Your submission failed because of a server error.','2023-07-30 18:38:51','2023-07-30 18:38:51','2023-07-30 18:38:51','2023-07-30 18:38:51'),(382,382,'email','Email','failed','Your submission failed because of a server error.','2023-08-01 10:28:18','2023-08-01 10:28:18','2023-08-01 10:28:18','2023-08-01 10:28:18'),(383,383,'email','Email','failed','Your submission failed because of a server error.','2023-08-04 02:08:55','2023-08-04 02:08:55','2023-08-04 02:08:55','2023-08-04 02:08:55'),(384,384,'email','Email','failed','Your submission failed because of a server error.','2023-08-05 17:42:12','2023-08-05 17:42:12','2023-08-05 17:42:12','2023-08-05 17:42:12'),(385,385,'email','Email','failed','Your submission failed because of a server error.','2023-08-05 21:25:38','2023-08-05 21:25:38','2023-08-05 21:25:38','2023-08-05 21:25:38'),(386,386,'email','Email','failed','Your submission failed because of a server error.','2023-08-05 21:28:17','2023-08-05 21:28:17','2023-08-05 21:28:17','2023-08-05 21:28:17'),(387,387,'email','Email','failed','Your submission failed because of a server error.','2023-08-05 21:36:37','2023-08-05 21:36:37','2023-08-05 21:36:37','2023-08-05 21:36:37'),(388,388,'email','Email','failed','Your submission failed because of a server error.','2023-08-07 03:04:22','2023-08-07 03:04:22','2023-08-07 03:04:22','2023-08-07 03:04:22'),(389,389,'email','Email','failed','Your submission failed because of a server error.','2023-08-12 04:13:55','2023-08-12 04:13:55','2023-08-12 04:13:55','2023-08-12 04:13:55'),(390,390,'email','Email','failed','Your submission failed because of a server error.','2023-08-12 14:52:53','2023-08-12 14:52:53','2023-08-12 14:52:53','2023-08-12 14:52:53'),(391,391,'email','Email','failed','Your submission failed because of a server error.','2023-08-12 14:53:00','2023-08-12 14:53:00','2023-08-12 14:53:00','2023-08-12 14:53:00'),(392,392,'email','Email','failed','Your submission failed because of a server error.','2023-08-14 18:34:16','2023-08-14 18:34:16','2023-08-14 18:34:16','2023-08-14 18:34:16'),(393,393,'email','Email','failed','Your submission failed because of a server error.','2023-08-14 22:51:06','2023-08-14 22:51:06','2023-08-14 22:51:06','2023-08-14 22:51:06'),(394,394,'email','Email','failed','Your submission failed because of a server error.','2023-08-15 09:41:35','2023-08-15 09:41:35','2023-08-15 09:41:35','2023-08-15 09:41:35'),(395,395,'email','Email','failed','Your submission failed because of a server error.','2023-08-16 13:14:53','2023-08-16 13:14:53','2023-08-16 13:14:53','2023-08-16 13:14:53'),(396,396,'email','Email','failed','Your submission failed because of a server error.','2023-08-18 20:37:50','2023-08-18 20:37:50','2023-08-18 20:37:50','2023-08-18 20:37:50'),(397,397,'email','Email','failed','Your submission failed because of a server error.','2023-08-19 23:03:28','2023-08-19 23:03:28','2023-08-19 23:03:28','2023-08-19 23:03:28'),(398,398,'email','Email','failed','Your submission failed because of a server error.','2023-08-20 23:40:16','2023-08-20 23:40:16','2023-08-20 23:40:16','2023-08-20 23:40:16'),(399,399,'email','Email','failed','Your submission failed because of a server error.','2023-08-21 08:47:13','2023-08-21 08:47:13','2023-08-21 08:47:13','2023-08-21 08:47:13'),(400,400,'email','Email','failed','Your submission failed because of a server error.','2023-08-22 21:43:19','2023-08-22 21:43:19','2023-08-22 21:43:19','2023-08-22 21:43:19'),(401,401,'email','Email','failed','Your submission failed because of a server error.','2023-08-24 00:42:11','2023-08-24 00:42:11','2023-08-24 00:42:11','2023-08-24 00:42:11'),(402,402,'email','Email','failed','Your submission failed because of a server error.','2023-08-24 17:55:25','2023-08-24 17:55:25','2023-08-24 17:55:25','2023-08-24 17:55:25'),(403,403,'email','Email','failed','Your submission failed because of a server error.','2023-08-24 23:32:53','2023-08-24 23:32:53','2023-08-24 23:32:53','2023-08-24 23:32:53'),(404,404,'email','Email','failed','Your submission failed because of a server error.','2023-08-29 12:39:55','2023-08-29 12:39:55','2023-08-29 12:39:55','2023-08-29 12:39:55'),(405,405,'email','Email','failed','Your submission failed because of a server error.','2023-08-30 04:56:13','2023-08-30 04:56:13','2023-08-30 04:56:13','2023-08-30 04:56:13'),(406,406,'email','Email','failed','Your submission failed because of a server error.','2023-08-30 19:31:35','2023-08-30 19:31:35','2023-08-30 19:31:35','2023-08-30 19:31:35'),(407,407,'email','Email','failed','Your submission failed because of a server error.','2023-08-31 01:16:54','2023-08-31 01:16:54','2023-08-31 01:16:54','2023-08-31 01:16:54'),(408,408,'email','Email','failed','Your submission failed because of a server error.','2023-09-01 04:29:50','2023-09-01 04:29:50','2023-09-01 04:29:50','2023-09-01 04:29:50'),(409,409,'email','Email','failed','Your submission failed because of a server error.','2023-09-01 12:52:42','2023-09-01 12:52:42','2023-09-01 12:52:42','2023-09-01 12:52:42'),(410,410,'email','Email','failed','Your submission failed because of a server error.','2023-09-03 09:00:24','2023-09-03 09:00:24','2023-09-03 09:00:24','2023-09-03 09:00:24'),(411,411,'email','Email','failed','Your submission failed because of a server error.','2023-09-04 07:18:14','2023-09-04 07:18:14','2023-09-04 07:18:14','2023-09-04 07:18:14'),(412,412,'email','Email','failed','Your submission failed because of a server error.','2023-09-04 10:31:14','2023-09-04 10:31:14','2023-09-04 10:31:14','2023-09-04 10:31:14'),(413,413,'email','Email','failed','Your submission failed because of a server error.','2023-09-05 20:13:15','2023-09-05 20:13:15','2023-09-05 20:13:15','2023-09-05 20:13:15'),(414,414,'email','Email','failed','Your submission failed because of a server error.','2023-09-06 12:50:59','2023-09-06 12:50:59','2023-09-06 12:50:59','2023-09-06 12:50:59'),(415,415,'email','Email','failed','Your submission failed because of a server error.','2023-09-11 19:33:56','2023-09-11 19:33:56','2023-09-11 19:33:56','2023-09-11 19:33:56'),(416,416,'email','Email','failed','Your submission failed because of a server error.','2023-09-11 21:30:56','2023-09-11 21:30:56','2023-09-11 21:30:56','2023-09-11 21:30:56'),(417,417,'email','Email','failed','Your submission failed because of a server error.','2023-09-12 18:35:26','2023-09-12 18:35:26','2023-09-12 18:35:26','2023-09-12 18:35:26'),(418,418,'email','Email','failed','Your submission failed because of a server error.','2023-09-13 07:35:13','2023-09-13 07:35:13','2023-09-13 07:35:13','2023-09-13 07:35:13'),(419,419,'email','Email','failed','Your submission failed because of a server error.','2023-09-14 08:15:33','2023-09-14 08:15:33','2023-09-14 08:15:33','2023-09-14 08:15:33'),(420,420,'email','Email','failed','Your submission failed because of a server error.','2023-09-14 12:12:38','2023-09-14 12:12:38','2023-09-14 12:12:38','2023-09-14 12:12:38'),(421,421,'email','Email','failed','Your submission failed because of a server error.','2023-09-16 21:09:13','2023-09-16 21:09:13','2023-09-16 21:09:13','2023-09-16 21:09:13'),(422,422,'email','Email','failed','Your submission failed because of a server error.','2023-09-18 04:26:11','2023-09-18 04:26:11','2023-09-18 04:26:11','2023-09-18 04:26:11'),(423,423,'email','Email','failed','Your submission failed because of a server error.','2023-09-18 04:26:18','2023-09-18 04:26:18','2023-09-18 04:26:18','2023-09-18 04:26:18'),(424,424,'email','Email','failed','Your submission failed because of a server error.','2023-09-18 04:26:24','2023-09-18 04:26:24','2023-09-18 04:26:24','2023-09-18 04:26:24'),(425,425,'email','Email','failed','Your submission failed because of a server error.','2023-09-18 04:26:46','2023-09-18 04:26:46','2023-09-18 04:26:46','2023-09-18 04:26:46'),(426,426,'email','Email','failed','Your submission failed because of a server error.','2023-09-23 20:19:07','2023-09-23 20:19:07','2023-09-23 20:19:07','2023-09-23 20:19:07'),(427,427,'email','Email','failed','Your submission failed because of a server error.','2023-09-24 09:51:51','2023-09-24 09:51:51','2023-09-24 09:51:51','2023-09-24 09:51:51'),(428,428,'email','Email','failed','Your submission failed because of a server error.','2023-09-26 14:05:09','2023-09-26 14:05:09','2023-09-26 14:05:09','2023-09-26 14:05:09'),(429,429,'email','Email','failed','Your submission failed because of a server error.','2023-09-26 14:05:27','2023-09-26 14:05:27','2023-09-26 14:05:27','2023-09-26 14:05:27'),(430,430,'email','Email','failed','Your submission failed because of a server error.','2023-10-01 07:43:18','2023-10-01 07:43:18','2023-10-01 07:43:18','2023-10-01 07:43:18'),(431,431,'email','Email','failed','Your submission failed because of a server error.','2023-10-01 07:43:25','2023-10-01 07:43:25','2023-10-01 07:43:25','2023-10-01 07:43:25'),(432,432,'email','Email','failed','Your submission failed because of a server error.','2023-10-07 18:43:13','2023-10-07 18:43:13','2023-10-07 18:43:13','2023-10-07 18:43:13'),(433,433,'email','Email','failed','Your submission failed because of a server error.','2023-10-09 23:16:20','2023-10-09 23:16:20','2023-10-09 23:16:20','2023-10-09 23:16:20'),(434,434,'email','Email','failed','Your submission failed because of a server error.','2023-10-16 19:39:24','2023-10-16 19:39:24','2023-10-16 19:39:24','2023-10-16 19:39:24'),(435,435,'email','Email','failed','Your submission failed because of a server error.','2023-10-18 17:03:52','2023-10-18 17:03:52','2023-10-18 17:03:52','2023-10-18 17:03:52'),(436,436,'email','Email','failed','Your submission failed because of a server error.','2023-10-20 02:48:30','2023-10-20 02:48:30','2023-10-20 02:48:30','2023-10-20 02:48:30'),(437,437,'email','Email','failed','Your submission failed because of a server error.','2023-10-20 02:48:54','2023-10-20 02:48:54','2023-10-20 02:48:54','2023-10-20 02:48:54'),(438,438,'email','Email','failed','Your submission failed because of a server error.','2023-10-22 19:04:44','2023-10-22 19:04:44','2023-10-22 19:04:44','2023-10-22 19:04:44'),(439,439,'email','Email','failed','Your submission failed because of a server error.','2023-10-22 21:34:46','2023-10-22 21:34:46','2023-10-22 21:34:46','2023-10-22 21:34:46'),(440,440,'email','Email','failed','Your submission failed because of a server error.','2023-10-22 23:40:55','2023-10-22 23:40:55','2023-10-22 23:40:55','2023-10-22 23:40:55'),(441,441,'email','Email','failed','Your submission failed because of a server error.','2023-10-28 11:59:53','2023-10-28 11:59:53','2023-10-28 11:59:53','2023-10-28 11:59:53'),(442,442,'email','Email','failed','Your submission failed because of a server error.','2023-10-29 17:03:05','2023-10-29 17:03:05','2023-10-29 17:03:05','2023-10-29 17:03:05'),(443,443,'email','Email','failed','Your submission failed because of a server error.','2023-10-30 08:36:27','2023-10-30 08:36:27','2023-10-30 08:36:27','2023-10-30 08:36:27'),(444,444,'email','Email','failed','Your submission failed because of a server error.','2023-10-31 06:15:21','2023-10-31 06:15:21','2023-10-31 06:15:21','2023-10-31 06:15:21'),(445,445,'email','Email','failed','Your submission failed because of a server error.','2023-10-31 08:53:24','2023-10-31 08:53:24','2023-10-31 08:53:24','2023-10-31 08:53:24'),(446,446,'email','Email','failed','Your submission failed because of a server error.','2023-10-31 20:20:48','2023-10-31 20:20:48','2023-10-31 20:20:48','2023-10-31 20:20:48'),(447,447,'email','Email','failed','Your submission failed because of a server error.','2023-11-19 07:36:16','2023-11-19 07:36:16','2023-11-19 07:36:16','2023-11-19 07:36:16'),(448,448,'email','Email','failed','Your submission failed because of a server error.','2023-11-20 17:36:51','2023-11-20 17:36:51','2023-11-20 17:36:51','2023-11-20 17:36:51'),(449,449,'email','Email','failed','Your submission failed because of a server error.','2023-11-25 11:32:04','2023-11-25 11:32:04','2023-11-25 11:32:04','2023-11-25 11:32:04'),(450,450,'email','Email','failed','Your submission failed because of a server error.','2023-11-25 16:50:49','2023-11-25 16:50:49','2023-11-25 16:50:49','2023-11-25 16:50:49'),(451,451,'email','Email','failed','Your submission failed because of a server error.','2023-11-28 06:19:53','2023-11-28 06:19:53','2023-11-28 06:19:53','2023-11-28 06:19:53'),(452,452,'email','Email','failed','Your submission failed because of a server error.','2023-11-28 13:31:54','2023-11-28 13:31:54','2023-11-28 13:31:54','2023-11-28 13:31:54'),(453,453,'email','Email','failed','Your submission failed because of a server error.','2023-12-01 01:05:58','2023-12-01 01:05:58','2023-12-01 01:05:58','2023-12-01 01:05:58'),(454,454,'email','Email','failed','Your submission failed because of a server error.','2023-12-02 06:41:03','2023-12-02 06:41:03','2023-12-02 06:41:03','2023-12-02 06:41:03'),(455,455,'email','Email','failed','Your submission failed because of a server error.','2023-12-05 18:24:24','2023-12-05 18:24:24','2023-12-05 18:24:24','2023-12-05 18:24:24'),(456,456,'email','Email','failed','Your submission failed because of a server error.','2023-12-10 06:36:20','2023-12-10 06:36:20','2023-12-10 06:36:20','2023-12-10 06:36:20'),(457,457,'email','Email','failed','Your submission failed because of a server error.','2023-12-11 15:29:53','2023-12-11 15:29:53','2023-12-11 15:29:53','2023-12-11 15:29:53'),(458,458,'email','Email','failed','Your submission failed because of a server error.','2023-12-12 15:50:17','2023-12-12 15:50:17','2023-12-12 15:50:17','2023-12-12 15:50:17'),(459,459,'email','Email','failed','Your submission failed because of a server error.','2023-12-13 08:39:12','2023-12-13 08:39:12','2023-12-13 08:39:12','2023-12-13 08:39:12'),(460,460,'email','Email','failed','Your submission failed because of a server error.','2023-12-13 22:32:46','2023-12-13 22:32:46','2023-12-13 22:32:46','2023-12-13 22:32:46'),(461,461,'email','Email','failed','Your submission failed because of a server error.','2023-12-15 11:44:36','2023-12-15 11:44:36','2023-12-15 11:44:36','2023-12-15 11:44:36'),(462,462,'email','Email','failed','Your submission failed because of a server error.','2023-12-15 23:06:08','2023-12-15 23:06:08','2023-12-15 23:06:08','2023-12-15 23:06:08'),(463,463,'email','Email','failed','Your submission failed because of a server error.','2023-12-17 07:02:31','2023-12-17 07:02:31','2023-12-17 07:02:31','2023-12-17 07:02:31'),(464,464,'email','Email','failed','Your submission failed because of a server error.','2023-12-19 03:50:51','2023-12-19 03:50:51','2023-12-19 03:50:51','2023-12-19 03:50:51'),(465,465,'email','Email','failed','Your submission failed because of a server error.','2023-12-19 22:27:21','2023-12-19 22:27:21','2023-12-19 22:27:21','2023-12-19 22:27:21'),(466,466,'email','Email','failed','Your submission failed because of a server error.','2023-12-26 03:32:18','2023-12-26 03:32:18','2023-12-26 03:32:18','2023-12-26 03:32:18'),(467,467,'email','Email','failed','Your submission failed because of a server error.','2023-12-27 18:38:29','2023-12-27 18:38:29','2023-12-27 18:38:29','2023-12-27 18:38:29'),(468,468,'email','Email','failed','Your submission failed because of a server error.','2023-12-27 22:09:46','2023-12-27 22:09:46','2023-12-27 22:09:46','2023-12-27 22:09:46'),(469,469,'email','Email','failed','Your submission failed because of a server error.','2023-12-30 09:54:33','2023-12-30 09:54:33','2023-12-30 09:54:33','2023-12-30 09:54:33'),(470,470,'email','Email','failed','Your submission failed because of a server error.','2023-12-31 21:26:07','2023-12-31 21:26:07','2023-12-31 21:26:07','2023-12-31 21:26:07'),(471,471,'email','Email','failed','Your submission failed because of a server error.','2024-01-04 00:47:44','2024-01-04 00:47:44','2024-01-04 00:47:44','2024-01-04 00:47:44'),(472,472,'email','Email','failed','Your submission failed because of a server error.','2024-01-08 17:18:55','2024-01-08 17:18:55','2024-01-08 17:18:55','2024-01-08 17:18:55'),(473,473,'email','Email','failed','Your submission failed because of a server error.','2024-01-11 07:50:53','2024-01-11 07:50:53','2024-01-11 07:50:53','2024-01-11 07:50:53'),(474,474,'email','Email','failed','Your submission failed because of a server error.','2024-01-13 12:05:32','2024-01-13 12:05:32','2024-01-13 12:05:32','2024-01-13 12:05:32'),(475,475,'email','Email','failed','Your submission failed because of a server error.','2024-01-16 02:21:04','2024-01-16 02:21:04','2024-01-16 02:21:04','2024-01-16 02:21:04'),(476,476,'email','Email','failed','Your submission failed because of a server error.','2024-01-31 21:40:30','2024-01-31 21:40:30','2024-01-31 21:40:30','2024-01-31 21:40:30'),(477,477,'email','Email','failed','Your submission failed because of a server error.','2024-02-01 04:51:07','2024-02-01 04:51:07','2024-02-01 04:51:07','2024-02-01 04:51:07'),(478,478,'email','Email','failed','Your submission failed because of a server error.','2024-02-01 07:21:01','2024-02-01 07:21:01','2024-02-01 07:21:01','2024-02-01 07:21:01'),(479,479,'email','Email','failed','Your submission failed because of a server error.','2024-02-02 13:32:36','2024-02-02 13:32:36','2024-02-02 13:32:36','2024-02-02 13:32:36'),(480,480,'email','Email','failed','Your submission failed because of a server error.','2024-02-02 17:40:45','2024-02-02 17:40:45','2024-02-02 17:40:45','2024-02-02 17:40:45'),(481,481,'email','Email','failed','Your submission failed because of a server error.','2024-02-03 21:28:13','2024-02-03 21:28:13','2024-02-03 21:28:13','2024-02-03 21:28:13'),(482,482,'email','Email','failed','Your submission failed because of a server error.','2024-02-04 15:13:53','2024-02-04 15:13:53','2024-02-04 15:13:53','2024-02-04 15:13:53'),(483,483,'email','Email','failed','Your submission failed because of a server error.','2024-02-05 18:46:33','2024-02-05 18:46:33','2024-02-05 18:46:33','2024-02-05 18:46:33'),(484,484,'email','Email','failed','Your submission failed because of a server error.','2024-02-06 01:49:54','2024-02-06 01:49:54','2024-02-06 01:49:54','2024-02-06 01:49:54'),(485,485,'email','Email','failed','Your submission failed because of a server error.','2024-02-07 14:07:48','2024-02-07 14:07:48','2024-02-07 14:07:48','2024-02-07 14:07:48'),(486,486,'email','Email','failed','Your submission failed because of a server error.','2024-02-10 11:36:21','2024-02-10 11:36:21','2024-02-10 11:36:21','2024-02-10 11:36:21'),(487,487,'email','Email','failed','Your submission failed because of a server error.','2024-02-10 15:38:14','2024-02-10 15:38:14','2024-02-10 15:38:14','2024-02-10 15:38:14'),(488,488,'email','Email','failed','Your submission failed because of a server error.','2024-02-10 15:38:44','2024-02-10 15:38:44','2024-02-10 15:38:44','2024-02-10 15:38:44'),(489,489,'email','Email','failed','Your submission failed because of a server error.','2024-02-10 21:57:34','2024-02-10 21:57:34','2024-02-10 21:57:34','2024-02-10 21:57:34'),(490,490,'email','Email','failed','Your submission failed because of a server error.','2024-02-14 14:52:14','2024-02-14 14:52:14','2024-02-14 14:52:14','2024-02-14 14:52:14'),(491,491,'email','Email','failed','Your submission failed because of a server error.','2024-02-14 17:36:56','2024-02-14 17:36:56','2024-02-14 17:36:56','2024-02-14 17:36:56'),(492,492,'email','Email','failed','Your submission failed because of a server error.','2024-02-16 01:24:22','2024-02-16 01:24:22','2024-02-16 01:24:22','2024-02-16 01:24:22'),(493,493,'email','Email','failed','Your submission failed because of a server error.','2024-02-16 05:35:26','2024-02-16 05:35:26','2024-02-16 05:35:26','2024-02-16 05:35:26'),(494,494,'email','Email','failed','Your submission failed because of a server error.','2024-02-18 21:29:30','2024-02-18 21:29:30','2024-02-18 21:29:30','2024-02-18 21:29:30'),(495,495,'email','Email','failed','Your submission failed because of a server error.','2024-02-19 05:59:00','2024-02-19 05:59:00','2024-02-19 05:59:00','2024-02-19 05:59:00'),(496,496,'email','Email','failed','Your submission failed because of a server error.','2024-02-21 00:30:25','2024-02-21 00:30:25','2024-02-21 00:30:25','2024-02-21 00:30:25'),(497,497,'email','Email','failed','Your submission failed because of a server error.','2024-02-21 20:41:41','2024-02-21 20:41:41','2024-02-21 20:41:41','2024-02-21 20:41:41'),(498,498,'email','Email','failed','Your submission failed because of a server error.','2024-02-22 22:34:42','2024-02-22 22:34:42','2024-02-22 22:34:42','2024-02-22 22:34:42'),(499,499,'email','Email','failed','Your submission failed because of a server error.','2024-02-22 22:41:06','2024-02-22 22:41:06','2024-02-22 22:41:06','2024-02-22 22:41:06'),(500,500,'email','Email','failed','Your submission failed because of a server error.','2024-02-23 06:43:43','2024-02-23 06:43:43','2024-02-23 06:43:43','2024-02-23 06:43:43'),(501,501,'email','Email','failed','Your submission failed because of a server error.','2024-02-26 19:37:09','2024-02-26 19:37:09','2024-02-26 19:37:09','2024-02-26 19:37:09'),(502,502,'email','Email','failed','Your submission failed because of a server error.','2024-02-27 13:41:11','2024-02-27 13:41:11','2024-02-27 13:41:11','2024-02-27 13:41:11'),(503,503,'email','Email','failed','Your submission failed because of a server error.','2024-03-01 19:37:33','2024-03-01 19:37:33','2024-03-01 19:37:33','2024-03-01 19:37:33'),(504,504,'email','Email','failed','Your submission failed because of a server error.','2024-03-02 00:34:37','2024-03-02 00:34:37','2024-03-02 00:34:37','2024-03-02 00:34:37'),(505,505,'email','Email','failed','Your submission failed because of a server error.','2024-03-03 21:44:31','2024-03-03 21:44:31','2024-03-03 21:44:31','2024-03-03 21:44:31'),(506,506,'email','Email','failed','Your submission failed because of a server error.','2024-03-05 03:29:52','2024-03-05 03:29:52','2024-03-05 03:29:52','2024-03-05 03:29:52'),(507,507,'email','Email','failed','Your submission failed because of a server error.','2024-03-06 01:33:06','2024-03-06 01:33:06','2024-03-06 01:33:06','2024-03-06 01:33:06'),(508,508,'email','Email','failed','Your submission failed because of a server error.','2024-03-07 04:54:53','2024-03-07 04:54:53','2024-03-07 04:54:53','2024-03-07 04:54:53'),(509,509,'email','Email','failed','Your submission failed because of a server error.','2024-03-08 14:09:00','2024-03-08 14:09:00','2024-03-08 14:09:00','2024-03-08 14:09:00'),(510,510,'email','Email','failed','Your submission failed because of a server error.','2024-03-10 01:58:59','2024-03-10 01:58:59','2024-03-10 01:58:59','2024-03-10 01:58:59'),(511,511,'email','Email','failed','Your submission failed because of a server error.','2024-03-13 23:36:19','2024-03-13 23:36:19','2024-03-13 23:36:19','2024-03-13 23:36:19'),(512,512,'email','Email','failed','Your submission failed because of a server error.','2024-03-15 00:12:48','2024-03-15 00:12:48','2024-03-15 00:12:48','2024-03-15 00:12:48'),(513,513,'email','Email','failed','Your submission failed because of a server error.','2024-03-15 00:39:11','2024-03-15 00:39:11','2024-03-15 00:39:11','2024-03-15 00:39:11'),(514,514,'email','Email','failed','Your submission failed because of a server error.','2024-03-17 07:09:34','2024-03-17 07:09:34','2024-03-17 07:09:34','2024-03-17 07:09:34'),(515,515,'email','Email','failed','Your submission failed because of a server error.','2024-03-18 20:06:21','2024-03-18 20:06:21','2024-03-18 20:06:21','2024-03-18 20:06:21'),(516,516,'email','Email','failed','Your submission failed because of a server error.','2024-03-19 05:09:19','2024-03-19 05:09:19','2024-03-19 05:09:19','2024-03-19 05:09:19'),(517,517,'email','Email','failed','Your submission failed because of a server error.','2024-03-19 08:19:49','2024-03-19 08:19:49','2024-03-19 08:19:49','2024-03-19 08:19:49'),(518,518,'email','Email','failed','Your submission failed because of a server error.','2024-03-20 01:23:02','2024-03-20 01:23:02','2024-03-20 01:23:02','2024-03-20 01:23:02'),(519,519,'email','Email','failed','Your submission failed because of a server error.','2024-03-20 16:03:42','2024-03-20 16:03:42','2024-03-20 16:03:42','2024-03-20 16:03:42'),(520,520,'email','Email','failed','Your submission failed because of a server error.','2024-03-20 23:54:05','2024-03-20 23:54:05','2024-03-20 23:54:05','2024-03-20 23:54:05'),(521,521,'email','Email','failed','Your submission failed because of a server error.','2024-03-21 00:11:47','2024-03-21 00:11:47','2024-03-21 00:11:47','2024-03-21 00:11:47'),(522,522,'email','Email','failed','Your submission failed because of a server error.','2024-03-21 03:13:00','2024-03-21 03:13:00','2024-03-21 03:13:00','2024-03-21 03:13:00'),(523,523,'email','Email','failed','Your submission failed because of a server error.','2024-03-22 23:16:15','2024-03-22 23:16:15','2024-03-22 23:16:15','2024-03-22 23:16:15'),(524,524,'email','Email','failed','Your submission failed because of a server error.','2024-03-23 12:11:45','2024-03-23 12:11:45','2024-03-23 12:11:45','2024-03-23 12:11:45'),(525,525,'email','Email','failed','Your submission failed because of a server error.','2024-03-24 12:26:33','2024-03-24 12:26:33','2024-03-24 12:26:33','2024-03-24 12:26:33'),(526,526,'email','Email','failed','Your submission failed because of a server error.','2024-03-24 15:07:29','2024-03-24 15:07:29','2024-03-24 15:07:29','2024-03-24 15:07:29'),(527,527,'email','Email','failed','Your submission failed because of a server error.','2024-03-25 07:12:06','2024-03-25 07:12:06','2024-03-25 07:12:06','2024-03-25 07:12:06'),(528,528,'email','Email','failed','Your submission failed because of a server error.','2024-03-25 21:12:47','2024-03-25 21:12:47','2024-03-25 21:12:47','2024-03-25 21:12:47'),(529,529,'email','Email','failed','Your submission failed because of a server error.','2024-03-26 22:43:40','2024-03-26 22:43:40','2024-03-26 22:43:40','2024-03-26 22:43:40'),(530,530,'email','Email','failed','Your submission failed because of a server error.','2024-03-26 23:47:17','2024-03-26 23:47:17','2024-03-26 23:47:17','2024-03-26 23:47:17'),(531,531,'email','Email','failed','Your submission failed because of a server error.','2024-03-27 13:43:57','2024-03-27 13:43:57','2024-03-27 13:43:57','2024-03-27 13:43:57'),(532,532,'email','Email','failed','Your submission failed because of a server error.','2024-03-28 07:10:53','2024-03-28 07:10:53','2024-03-28 07:10:53','2024-03-28 07:10:53'),(533,533,'email','Email','failed','Your submission failed because of a server error.','2024-03-29 17:24:31','2024-03-29 17:24:31','2024-03-29 17:24:31','2024-03-29 17:24:31'),(534,534,'email','Email','failed','Your submission failed because of a server error.','2024-03-30 01:11:45','2024-03-30 01:11:45','2024-03-30 01:11:45','2024-03-30 01:11:45'),(535,535,'email','Email','failed','Your submission failed because of a server error.','2024-03-31 02:54:06','2024-03-31 02:54:06','2024-03-31 02:54:06','2024-03-31 02:54:06'),(536,536,'email','Email','failed','Your submission failed because of a server error.','2024-03-31 21:07:21','2024-03-31 21:07:21','2024-03-31 21:07:21','2024-03-31 21:07:21'),(537,537,'email','Email','failed','Your submission failed because of a server error.','2024-04-05 17:25:14','2024-04-05 17:25:14','2024-04-05 17:25:14','2024-04-05 17:25:14'),(538,538,'email','Email','failed','Your submission failed because of a server error.','2024-04-14 14:26:29','2024-04-14 14:26:29','2024-04-14 14:26:29','2024-04-14 14:26:29'),(539,539,'email','Email','failed','Your submission failed because of a server error.','2024-04-18 22:58:51','2024-04-18 22:58:51','2024-04-18 22:58:51','2024-04-18 22:58:51'),(540,540,'email','Email','failed','Your submission failed because of a server error.','2024-04-23 09:20:49','2024-04-23 09:20:49','2024-04-23 09:20:49','2024-04-23 09:20:49'),(541,541,'email','Email','failed','Your submission failed because of a server error.','2024-04-24 03:05:16','2024-04-24 03:05:16','2024-04-24 03:05:16','2024-04-24 03:05:16'),(542,542,'email','Email','failed','Your submission failed because of a server error.','2024-04-25 20:33:56','2024-04-25 20:33:56','2024-04-25 20:33:56','2024-04-25 20:33:56'),(543,543,'email','Email','failed','Your submission failed because of a server error.','2024-04-26 12:53:22','2024-04-26 12:53:22','2024-04-26 12:53:22','2024-04-26 12:53:22'),(544,544,'email','Email','failed','Your submission failed because of a server error.','2024-04-29 08:28:51','2024-04-29 08:28:51','2024-04-29 08:28:51','2024-04-29 08:28:51'),(545,545,'email','Email','failed','Your submission failed because of a server error.','2024-05-03 17:01:43','2024-05-03 17:01:43','2024-05-03 17:01:43','2024-05-03 17:01:43'),(546,546,'email','Email','failed','Your submission failed because of a server error.','2024-05-04 23:42:38','2024-05-04 23:42:38','2024-05-04 23:42:38','2024-05-04 23:42:38'),(547,547,'email','Email','failed','Your submission failed because of a server error.','2024-05-09 13:12:50','2024-05-09 13:12:50','2024-05-09 13:12:50','2024-05-09 13:12:50'),(548,548,'email','Email','failed','Your submission failed because of a server error.','2024-05-12 05:54:31','2024-05-12 05:54:31','2024-05-12 05:54:31','2024-05-12 05:54:31'),(549,549,'email','Email','failed','Your submission failed because of a server error.','2024-05-23 16:10:16','2024-05-23 16:10:16','2024-05-23 16:10:16','2024-05-23 16:10:16'),(550,550,'email','Email','failed','Your submission failed because of a server error.','2024-05-27 22:32:14','2024-05-27 22:32:14','2024-05-27 22:32:14','2024-05-27 22:32:14'),(551,551,'email','Email','failed','Your submission failed because of a server error.','2024-05-30 07:28:18','2024-05-30 07:28:18','2024-05-30 07:28:18','2024-05-30 07:28:18'),(552,552,'email','Email','failed','Your submission failed because of a server error.','2024-05-30 07:28:26','2024-05-30 07:28:26','2024-05-30 07:28:26','2024-05-30 07:28:26'),(553,553,'email','Email','failed','Your submission failed because of a server error.','2024-05-30 09:11:56','2024-05-30 09:11:56','2024-05-30 09:11:56','2024-05-30 09:11:56'),(554,554,'email','Email','failed','Your submission failed because of a server error.','2024-06-03 00:49:18','2024-06-03 00:49:18','2024-06-03 00:49:18','2024-06-03 00:49:18'),(555,555,'email','Email','failed','Your submission failed because of a server error.','2024-06-03 07:43:26','2024-06-03 07:43:26','2024-06-03 07:43:26','2024-06-03 07:43:26'),(556,556,'email','Email','failed','Your submission failed because of a server error.','2024-06-03 07:44:01','2024-06-03 07:44:01','2024-06-03 07:44:01','2024-06-03 07:44:01'),(557,557,'email','Email','failed','Your submission failed because of a server error.','2024-06-11 21:05:35','2024-06-11 21:05:35','2024-06-11 21:05:35','2024-06-11 21:05:35'),(558,558,'email','Email','failed','Your submission failed because of a server error.','2024-06-17 11:23:30','2024-06-17 11:23:30','2024-06-17 11:23:30','2024-06-17 11:23:30'),(559,559,'email','Email','failed','Your submission failed because of a server error.','2024-06-20 01:50:14','2024-06-20 01:50:14','2024-06-20 01:50:14','2024-06-20 01:50:14'),(560,560,'email','Email','failed','Your submission failed because of a server error.','2024-06-24 01:26:32','2024-06-24 01:26:32','2024-06-24 01:26:32','2024-06-24 01:26:32'),(561,561,'email','Email','failed','Your submission failed because of a server error.','2024-06-24 10:45:04','2024-06-24 10:45:04','2024-06-24 10:45:04','2024-06-24 10:45:04'),(562,562,'email','Email','failed','Your submission failed because of a server error.','2024-06-25 15:45:39','2024-06-25 15:45:39','2024-06-25 15:45:39','2024-06-25 15:45:39'),(563,563,'email','Email','failed','Your submission failed because of a server error.','2024-06-26 08:33:29','2024-06-26 08:33:29','2024-06-26 08:33:29','2024-06-26 08:33:29'),(564,564,'email','Email','failed','Your submission failed because of a server error.','2024-06-26 16:07:36','2024-06-26 16:07:36','2024-06-26 16:07:36','2024-06-26 16:07:36'),(565,565,'email','Email','failed','Your submission failed because of a server error.','2024-06-27 04:54:12','2024-06-27 04:54:12','2024-06-27 04:54:12','2024-06-27 04:54:12'),(566,566,'email','Email','failed','Your submission failed because of a server error.','2024-06-27 20:23:52','2024-06-27 20:23:52','2024-06-27 20:23:52','2024-06-27 20:23:52'),(567,567,'email','Email','failed','Your submission failed because of a server error.','2024-06-28 12:05:48','2024-06-28 12:05:48','2024-06-28 12:05:48','2024-06-28 12:05:48'),(568,568,'email','Email','failed','Your submission failed because of a server error.','2024-06-29 01:45:47','2024-06-29 01:45:47','2024-06-29 01:45:47','2024-06-29 01:45:47'),(569,569,'email','Email','failed','Your submission failed because of a server error.','2024-06-29 06:07:29','2024-06-29 06:07:29','2024-06-29 06:07:29','2024-06-29 06:07:29'),(570,570,'email','Email','failed','Your submission failed because of a server error.','2024-07-02 09:12:42','2024-07-02 09:12:42','2024-07-02 09:12:42','2024-07-02 09:12:42'),(571,571,'email','Email','failed','Your submission failed because of a server error.','2024-07-05 14:57:46','2024-07-05 14:57:46','2024-07-05 14:57:46','2024-07-05 14:57:46'),(572,572,'email','Email','failed','Your submission failed because of a server error.','2024-07-05 19:56:32','2024-07-05 19:56:32','2024-07-05 19:56:32','2024-07-05 19:56:32'),(573,573,'email','Email','failed','Your submission failed because of a server error.','2024-07-06 03:27:40','2024-07-06 03:27:40','2024-07-06 03:27:40','2024-07-06 03:27:40'),(574,574,'email','Email','failed','Your submission failed because of a server error.','2024-07-09 23:39:40','2024-07-09 23:39:40','2024-07-09 23:39:40','2024-07-09 23:39:40'),(575,575,'email','Email','failed','Your submission failed because of a server error.','2024-07-13 10:34:06','2024-07-13 10:34:06','2024-07-13 10:34:06','2024-07-13 10:34:06'),(576,576,'email','Email','failed','Your submission failed because of a server error.','2024-07-16 19:58:21','2024-07-16 19:58:21','2024-07-16 19:58:21','2024-07-16 19:58:21'),(577,577,'email','Email','failed','Your submission failed because of a server error.','2024-07-18 07:54:42','2024-07-18 07:54:42','2024-07-18 07:54:42','2024-07-18 07:54:42'),(578,578,'email','Email','failed','Your submission failed because of a server error.','2024-07-19 15:51:17','2024-07-19 15:51:17','2024-07-19 15:51:17','2024-07-19 15:51:17'),(579,579,'email','Email','failed','Your submission failed because of a server error.','2024-07-24 05:55:57','2024-07-24 05:55:57','2024-07-24 05:55:57','2024-07-24 05:55:57'),(580,580,'email','Email','failed','Your submission failed because of a server error.','2024-07-27 00:16:26','2024-07-27 00:16:26','2024-07-27 00:16:26','2024-07-27 00:16:26'),(581,581,'email','Email','failed','Your submission failed because of a server error.','2024-07-29 02:46:04','2024-07-29 02:46:04','2024-07-29 02:46:04','2024-07-29 02:46:04'),(582,582,'email','Email','failed','Your submission failed because of a server error.','2024-07-30 01:39:41','2024-07-30 01:39:41','2024-07-30 01:39:41','2024-07-30 01:39:41'),(583,583,'email','Email','failed','Your submission failed because of a server error.','2024-07-30 08:29:43','2024-07-30 08:29:43','2024-07-30 08:29:43','2024-07-30 08:29:43'),(584,584,'email','Email','failed','Your submission failed because of a server error.','2024-07-30 22:01:31','2024-07-30 22:01:31','2024-07-30 22:01:31','2024-07-30 22:01:31'),(585,585,'email','Email','failed','Your submission failed because of a server error.','2024-08-01 20:27:41','2024-08-01 20:27:41','2024-08-01 20:27:41','2024-08-01 20:27:41'),(586,586,'email','Email','failed','Your submission failed because of a server error.','2024-08-03 16:31:55','2024-08-03 16:31:55','2024-08-03 16:31:55','2024-08-03 16:31:55'),(587,587,'email','Email','failed','Your submission failed because of a server error.','2024-08-04 03:47:33','2024-08-04 03:47:33','2024-08-04 03:47:33','2024-08-04 03:47:33'),(588,588,'email','Email','failed','Your submission failed because of a server error.','2024-08-11 02:32:55','2024-08-11 02:32:55','2024-08-11 02:32:55','2024-08-11 02:32:55'),(589,589,'email','Email','failed','Your submission failed because of a server error.','2024-08-22 20:43:01','2024-08-22 20:43:01','2024-08-22 20:43:01','2024-08-22 20:43:01'),(590,590,'email','Email','failed','Your submission failed because of a server error.','2024-08-26 23:58:22','2024-08-26 23:58:22','2024-08-26 23:58:22','2024-08-26 23:58:22'),(591,591,'email','Email','failed','Your submission failed because of a server error.','2024-08-30 16:51:36','2024-08-30 16:51:36','2024-08-30 16:51:36','2024-08-30 16:51:36'),(592,592,'email','Email','failed','Your submission failed because of a server error.','2024-09-01 02:15:09','2024-09-01 02:15:09','2024-09-01 02:15:09','2024-09-01 02:15:09'),(593,593,'email','Email','failed','Your submission failed because of a server error.','2024-09-01 23:15:28','2024-09-01 23:15:28','2024-09-01 23:15:28','2024-09-01 23:15:28'),(594,594,'email','Email','failed','Your submission failed because of a server error.','2024-09-04 05:11:43','2024-09-04 05:11:43','2024-09-04 05:11:43','2024-09-04 05:11:43'),(595,595,'email','Email','failed','Your submission failed because of a server error.','2024-09-04 07:42:04','2024-09-04 07:42:04','2024-09-04 07:42:04','2024-09-04 07:42:04'),(596,596,'email','Email','failed','Your submission failed because of a server error.','2024-09-04 07:42:34','2024-09-04 07:42:34','2024-09-04 07:42:34','2024-09-04 07:42:34'),(597,597,'email','Email','failed','Your submission failed because of a server error.','2024-09-06 14:01:34','2024-09-06 14:01:34','2024-09-06 14:01:34','2024-09-06 14:01:34'),(598,598,'email','Email','failed','Your submission failed because of a server error.','2024-09-07 07:17:05','2024-09-07 07:17:05','2024-09-07 07:17:05','2024-09-07 07:17:05'),(599,599,'email','Email','failed','Your submission failed because of a server error.','2024-09-08 21:10:18','2024-09-08 21:10:18','2024-09-08 21:10:18','2024-09-08 21:10:18'),(600,600,'email','Email','failed','Your submission failed because of a server error.','2024-09-09 01:10:37','2024-09-09 01:10:37','2024-09-09 01:10:37','2024-09-09 01:10:37'),(601,601,'email','Email','failed','Your submission failed because of a server error.','2024-09-10 04:14:04','2024-09-10 04:14:04','2024-09-10 04:14:04','2024-09-10 04:14:04'),(602,602,'email','Email','failed','Your submission failed because of a server error.','2024-09-11 10:29:42','2024-09-11 10:29:42','2024-09-11 10:29:42','2024-09-11 10:29:42'),(603,603,'email','Email','failed','Your submission failed because of a server error.','2024-09-14 00:43:52','2024-09-14 00:43:52','2024-09-14 00:43:52','2024-09-14 00:43:52'),(604,604,'email','Email','failed','Your submission failed because of a server error.','2024-09-16 14:54:14','2024-09-16 14:54:14','2024-09-16 14:54:14','2024-09-16 14:54:14'),(605,605,'email','Email','failed','Your submission failed because of a server error.','2024-09-16 22:07:15','2024-09-16 22:07:15','2024-09-16 22:07:15','2024-09-16 22:07:15'),(606,606,'email','Email','failed','Your submission failed because of a server error.','2024-09-17 01:46:45','2024-09-17 01:46:45','2024-09-17 01:46:45','2024-09-17 01:46:45'),(607,607,'email','Email','failed','Your submission failed because of a server error.','2024-09-17 05:19:40','2024-09-17 05:19:40','2024-09-17 05:19:40','2024-09-17 05:19:40'),(608,608,'email','Email','failed','Your submission failed because of a server error.','2024-09-17 06:09:53','2024-09-17 06:09:53','2024-09-17 06:09:53','2024-09-17 06:09:53'),(609,609,'email','Email','failed','Your submission failed because of a server error.','2024-09-19 15:00:22','2024-09-19 15:00:22','2024-09-19 15:00:22','2024-09-19 15:00:22'),(610,610,'email','Email','failed','Your submission failed because of a server error.','2024-09-21 00:56:44','2024-09-21 00:56:44','2024-09-21 00:56:44','2024-09-21 00:56:44'),(611,611,'email','Email','failed','Your submission failed because of a server error.','2024-09-23 03:14:03','2024-09-23 03:14:03','2024-09-23 03:14:03','2024-09-23 03:14:03'),(612,612,'email','Email','failed','Your submission failed because of a server error.','2024-09-25 01:07:22','2024-09-25 01:07:22','2024-09-25 01:07:22','2024-09-25 01:07:22'),(613,613,'email','Email','failed','Your submission failed because of a server error.','2024-09-25 22:14:28','2024-09-25 22:14:28','2024-09-25 22:14:28','2024-09-25 22:14:28'),(614,614,'email','Email','failed','Your submission failed because of a server error.','2024-09-26 21:14:34','2024-09-26 21:14:34','2024-09-26 21:14:34','2024-09-26 21:14:34'),(615,615,'email','Email','failed','Your submission failed because of a server error.','2024-09-28 01:11:31','2024-09-28 01:11:31','2024-09-28 01:11:31','2024-09-28 01:11:31'),(616,616,'email','Email','failed','Your submission failed because of a server error.','2024-09-28 02:59:56','2024-09-28 02:59:56','2024-09-28 02:59:56','2024-09-28 02:59:56'),(617,617,'email','Email','failed','Your submission failed because of a server error.','2024-09-30 23:31:44','2024-09-30 23:31:44','2024-09-30 23:31:44','2024-09-30 23:31:44'),(618,618,'email','Email','failed','Your submission failed because of a server error.','2024-10-03 09:29:27','2024-10-03 09:29:27','2024-10-03 09:29:27','2024-10-03 09:29:27'),(619,619,'email','Email','failed','Your submission failed because of a server error.','2024-10-05 18:33:57','2024-10-05 18:33:57','2024-10-05 18:33:57','2024-10-05 18:33:57'),(620,620,'email','Email','failed','Your submission failed because of a server error.','2024-10-08 14:11:29','2024-10-08 14:11:29','2024-10-08 14:11:29','2024-10-08 14:11:29'),(621,621,'email','Email','failed','Your submission failed because of a server error.','2024-10-12 09:01:29','2024-10-12 09:01:29','2024-10-12 09:01:29','2024-10-12 09:01:29'),(622,622,'email','Email','failed','Your submission failed because of a server error.','2024-10-12 09:01:38','2024-10-12 09:01:38','2024-10-12 09:01:38','2024-10-12 09:01:38'),(623,623,'email','Email','failed','Your submission failed because of a server error.','2024-10-12 09:02:07','2024-10-12 09:02:07','2024-10-12 09:02:07','2024-10-12 09:02:07'),(624,624,'email','Email','failed','Your submission failed because of a server error.','2024-10-13 01:44:25','2024-10-13 01:44:25','2024-10-13 01:44:25','2024-10-13 01:44:25'),(625,625,'email','Email','failed','Your submission failed because of a server error.','2024-10-14 08:05:21','2024-10-14 08:05:21','2024-10-14 08:05:21','2024-10-14 08:05:21'),(626,626,'email','Email','failed','Your submission failed because of a server error.','2024-10-14 11:18:49','2024-10-14 11:18:49','2024-10-14 11:18:49','2024-10-14 11:18:49'),(627,627,'email','Email','failed','Your submission failed because of a server error.','2024-10-14 11:38:21','2024-10-14 11:38:21','2024-10-14 11:38:21','2024-10-14 11:38:21'),(628,628,'email','Email','failed','Your submission failed because of a server error.','2024-10-16 18:12:59','2024-10-16 18:12:59','2024-10-16 18:12:59','2024-10-16 18:12:59'),(629,629,'email','Email','failed','Your submission failed because of a server error.','2024-10-17 00:09:39','2024-10-17 00:09:39','2024-10-17 00:09:39','2024-10-17 00:09:39'),(630,630,'email','Email','failed','Your submission failed because of a server error.','2024-10-17 02:57:17','2024-10-17 02:57:17','2024-10-17 02:57:17','2024-10-17 02:57:17'),(631,631,'email','Email','failed','Your submission failed because of a server error.','2024-10-19 13:11:00','2024-10-19 13:11:00','2024-10-19 13:11:00','2024-10-19 13:11:00'),(632,632,'email','Email','failed','Your submission failed because of a server error.','2024-10-20 19:36:08','2024-10-20 19:36:08','2024-10-20 19:36:08','2024-10-20 19:36:08'),(633,633,'email','Email','failed','Your submission failed because of a server error.','2024-10-22 11:46:22','2024-10-22 11:46:22','2024-10-22 11:46:22','2024-10-22 11:46:22'),(634,634,'email','Email','failed','Your submission failed because of a server error.','2024-10-23 01:43:43','2024-10-23 01:43:43','2024-10-23 01:43:43','2024-10-23 01:43:43'),(635,635,'email','Email','failed','Your submission failed because of a server error.','2024-10-23 01:52:59','2024-10-23 01:52:59','2024-10-23 01:52:59','2024-10-23 01:52:59'),(636,636,'email','Email','failed','Your submission failed because of a server error.','2024-10-26 13:14:11','2024-10-26 13:14:11','2024-10-26 13:14:11','2024-10-26 13:14:11'),(637,637,'email','Email','failed','Your submission failed because of a server error.','2024-10-28 07:11:12','2024-10-28 07:11:12','2024-10-28 07:11:12','2024-10-28 07:11:12'),(638,638,'email','Email','failed','Your submission failed because of a server error.','2024-10-30 01:06:44','2024-10-30 01:06:44','2024-10-30 01:06:44','2024-10-30 01:06:44'),(639,639,'email','Email','failed','Your submission failed because of a server error.','2024-10-30 05:19:34','2024-10-30 05:19:34','2024-10-30 05:19:34','2024-10-30 05:19:34'),(640,640,'email','Email','failed','Your submission failed because of a server error.','2024-10-31 16:22:10','2024-10-31 16:22:10','2024-10-31 16:22:10','2024-10-31 16:22:10'),(641,641,'email','Email','failed','Your submission failed because of a server error.','2024-11-01 09:25:44','2024-11-01 09:25:44','2024-11-01 09:25:44','2024-11-01 09:25:44'),(642,642,'email','Email','failed','Your submission failed because of a server error.','2024-11-05 23:00:30','2024-11-05 23:00:30','2024-11-05 23:00:30','2024-11-05 23:00:30'),(643,643,'email','Email','failed','Your submission failed because of a server error.','2024-11-10 03:49:14','2024-11-10 03:49:14','2024-11-10 03:49:14','2024-11-10 03:49:14'),(644,644,'email','Email','failed','Your submission failed because of a server error.','2024-11-11 22:10:33','2024-11-11 22:10:33','2024-11-11 22:10:33','2024-11-11 22:10:33'),(645,645,'email','Email','failed','Your submission failed because of a server error.','2024-11-12 10:11:53','2024-11-12 10:11:53','2024-11-12 10:11:53','2024-11-12 10:11:53'),(646,646,'email','Email','failed','Your submission failed because of a server error.','2024-11-12 18:54:31','2024-11-12 18:54:31','2024-11-12 18:54:31','2024-11-12 18:54:31'),(647,647,'email','Email','failed','Your submission failed because of a server error.','2024-11-13 03:11:01','2024-11-13 03:11:01','2024-11-13 03:11:01','2024-11-13 03:11:01'),(648,648,'email','Email','failed','Your submission failed because of a server error.','2024-11-13 03:57:52','2024-11-13 03:57:52','2024-11-13 03:57:52','2024-11-13 03:57:52'),(649,649,'email','Email','failed','Your submission failed because of a server error.','2024-11-15 23:53:39','2024-11-15 23:53:39','2024-11-15 23:53:39','2024-11-15 23:53:39'),(650,650,'email','Email','failed','Your submission failed because of a server error.','2024-11-17 10:55:42','2024-11-17 10:55:42','2024-11-17 10:55:42','2024-11-17 10:55:42'),(651,651,'email','Email','failed','Your submission failed because of a server error.','2024-11-19 08:53:10','2024-11-19 08:53:10','2024-11-19 08:53:10','2024-11-19 08:53:10'),(652,652,'email','Email','failed','Your submission failed because of a server error.','2024-11-19 11:11:09','2024-11-19 11:11:09','2024-11-19 11:11:09','2024-11-19 11:11:09'),(653,653,'email','Email','failed','Your submission failed because of a server error.','2024-11-20 08:44:40','2024-11-20 08:44:40','2024-11-20 08:44:40','2024-11-20 08:44:40'),(654,654,'email','Email','failed','Your submission failed because of a server error.','2024-11-21 13:00:35','2024-11-21 13:00:35','2024-11-21 13:00:35','2024-11-21 13:00:35'),(655,655,'email','Email','failed','Your submission failed because of a server error.','2024-11-21 13:17:48','2024-11-21 13:17:48','2024-11-21 13:17:48','2024-11-21 13:17:48'),(656,656,'email','Email','failed','Your submission failed because of a server error.','2024-11-21 18:41:25','2024-11-21 18:41:25','2024-11-21 18:41:25','2024-11-21 18:41:25'),(657,657,'email','Email','failed','Your submission failed because of a server error.','2024-11-24 06:52:01','2024-11-24 06:52:01','2024-11-24 06:52:01','2024-11-24 06:52:01'),(658,658,'email','Email','failed','Your submission failed because of a server error.','2024-11-26 05:11:27','2024-11-26 05:11:27','2024-11-26 05:11:27','2024-11-26 05:11:27'),(659,659,'email','Email','failed','Your submission failed because of a server error.','2024-11-29 05:07:45','2024-11-29 05:07:45','2024-11-29 05:07:45','2024-11-29 05:07:45'),(660,660,'email','Email','failed','Your submission failed because of a server error.','2024-12-01 19:47:49','2024-12-01 19:47:49','2024-12-01 19:47:49','2024-12-01 19:47:49'),(661,661,'email','Email','failed','Your submission failed because of a server error.','2024-12-04 02:36:17','2024-12-04 02:36:17','2024-12-04 02:36:17','2024-12-04 02:36:17'),(662,662,'email','Email','failed','Your submission failed because of a server error.','2024-12-04 02:56:58','2024-12-04 02:56:58','2024-12-04 02:56:58','2024-12-04 02:56:58'),(663,663,'email','Email','failed','Your submission failed because of a server error.','2024-12-04 12:35:40','2024-12-04 12:35:40','2024-12-04 12:35:40','2024-12-04 12:35:40'),(664,664,'email','Email','failed','Your submission failed because of a server error.','2024-12-06 09:11:53','2024-12-06 09:11:53','2024-12-06 09:11:53','2024-12-06 09:11:53'),(665,665,'email','Email','failed','Your submission failed because of a server error.','2024-12-11 06:56:12','2024-12-11 06:56:12','2024-12-11 06:56:12','2024-12-11 06:56:12'),(666,666,'email','Email','failed','Your submission failed because of a server error.','2024-12-11 16:45:39','2024-12-11 16:45:39','2024-12-11 16:45:39','2024-12-11 16:45:39'),(667,667,'email','Email','failed','Your submission failed because of a server error.','2024-12-12 10:16:59','2024-12-12 10:16:59','2024-12-12 10:16:59','2024-12-12 10:16:59'),(668,668,'email','Email','failed','Your submission failed because of a server error.','2024-12-13 10:37:30','2024-12-13 10:37:30','2024-12-13 10:37:30','2024-12-13 10:37:30'),(669,669,'email','Email','failed','Your submission failed because of a server error.','2024-12-17 06:22:51','2024-12-17 06:22:51','2024-12-17 06:22:51','2024-12-17 06:22:51'),(670,670,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 06:28:00','2024-12-18 06:28:00','2024-12-18 06:28:00','2024-12-18 06:28:00'),(671,671,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 06:28:47','2024-12-18 06:28:47','2024-12-18 06:28:47','2024-12-18 06:28:47'),(672,672,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:28:01','2024-12-18 08:28:01','2024-12-18 08:28:01','2024-12-18 08:28:01'),(673,673,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:28:13','2024-12-18 08:28:13','2024-12-18 08:28:13','2024-12-18 08:28:13'),(674,674,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:28:26','2024-12-18 08:28:26','2024-12-18 08:28:26','2024-12-18 08:28:26'),(675,675,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:29:10','2024-12-18 08:29:10','2024-12-18 08:29:10','2024-12-18 08:29:10'),(676,676,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:31:37','2024-12-18 08:31:37','2024-12-18 08:31:37','2024-12-18 08:31:37'),(677,677,'email','Email','failed','Your submission failed because of a server error.','2024-12-18 08:31:55','2024-12-18 08:31:55','2024-12-18 08:31:55','2024-12-18 08:31:55'),(678,678,'email','Email','failed','Your submission failed because of a server error.','2024-12-20 13:08:34','2024-12-20 13:08:34','2024-12-20 13:08:34','2024-12-20 13:08:34'),(679,679,'email','Email','failed','Your submission failed because of a server error.','2024-12-22 05:37:20','2024-12-22 05:37:20','2024-12-22 05:37:20','2024-12-22 05:37:20'),(680,680,'email','Email','failed','Your submission failed because of a server error.','2024-12-23 10:44:23','2024-12-23 10:44:23','2024-12-23 10:44:23','2024-12-23 10:44:23'),(681,681,'email','Email','failed','Your submission failed because of a server error.','2024-12-23 22:11:58','2024-12-23 22:11:58','2024-12-23 22:11:58','2024-12-23 22:11:58'),(682,682,'email','Email','failed','Your submission failed because of a server error.','2024-12-24 22:46:01','2024-12-24 22:46:01','2024-12-24 22:46:01','2024-12-24 22:46:01'),(683,683,'email','Email','failed','Your submission failed because of a server error.','2024-12-26 06:41:12','2024-12-26 06:41:12','2024-12-26 06:41:12','2024-12-26 06:41:12'),(684,684,'email','Email','failed','Your submission failed because of a server error.','2024-12-28 23:19:56','2024-12-28 23:19:56','2024-12-28 23:19:56','2024-12-28 23:19:56'),(685,685,'email','Email','failed','Your submission failed because of a server error.','2024-12-29 05:44:12','2024-12-29 05:44:12','2024-12-29 05:44:12','2024-12-29 05:44:12'),(686,686,'email','Email','failed','Your submission failed because of a server error.','2024-12-31 17:30:45','2024-12-31 17:30:45','2024-12-31 17:30:45','2024-12-31 17:30:45'),(687,687,'email','Email','failed','Your submission failed because of a server error.','2025-01-05 00:49:17','2025-01-05 00:49:17','2025-01-05 00:49:17','2025-01-05 00:49:17'),(688,688,'email','Email','failed','Your submission failed because of a server error.','2025-01-07 16:05:10','2025-01-07 16:05:10','2025-01-07 16:05:10','2025-01-07 16:05:10'),(689,689,'email','Email','failed','Your submission failed because of a server error.','2025-01-09 11:21:33','2025-01-09 11:21:33','2025-01-09 11:21:33','2025-01-09 11:21:33'),(690,690,'email','Email','failed','Your submission failed because of a server error.','2025-01-09 13:49:37','2025-01-09 13:49:37','2025-01-09 13:49:37','2025-01-09 13:49:37'),(691,691,'email','Email','failed','Your submission failed because of a server error.','2025-01-09 19:25:20','2025-01-09 19:25:20','2025-01-09 19:25:20','2025-01-09 19:25:20'),(692,692,'email','Email','failed','Your submission failed because of a server error.','2025-01-10 13:19:11','2025-01-10 13:19:11','2025-01-10 13:19:11','2025-01-10 13:19:11'),(693,693,'email','Email','failed','Your submission failed because of a server error.','2025-01-12 06:21:55','2025-01-12 06:21:55','2025-01-12 06:21:55','2025-01-12 06:21:55'),(694,694,'email','Email','failed','Your submission failed because of a server error.','2025-01-13 03:24:06','2025-01-13 03:24:06','2025-01-13 03:24:06','2025-01-13 03:24:06'),(695,695,'email','Email','failed','Your submission failed because of a server error.','2025-01-14 03:12:18','2025-01-14 03:12:18','2025-01-14 03:12:18','2025-01-14 03:12:18'),(696,696,'email','Email','failed','Your submission failed because of a server error.','2025-01-14 23:20:57','2025-01-14 23:20:57','2025-01-14 23:20:57','2025-01-14 23:20:57'),(697,697,'email','Email','failed','Your submission failed because of a server error.','2025-01-15 18:18:05','2025-01-15 18:18:05','2025-01-15 18:18:05','2025-01-15 18:18:05'),(698,698,'email','Email','failed','Your submission failed because of a server error.','2025-01-17 00:29:17','2025-01-17 00:29:17','2025-01-17 00:29:17','2025-01-17 00:29:17'),(699,699,'email','Email','failed','Your submission failed because of a server error.','2025-01-17 22:21:30','2025-01-17 22:21:30','2025-01-17 22:21:30','2025-01-17 22:21:30'),(700,700,'email','Email','failed','Your submission failed because of a server error.','2025-01-20 11:52:27','2025-01-20 11:52:27','2025-01-20 11:52:27','2025-01-20 11:52:27'),(701,701,'email','Email','failed','Your submission failed because of a server error.','2025-01-20 15:45:26','2025-01-20 15:45:26','2025-01-20 15:45:26','2025-01-20 15:45:26'),(702,702,'email','Email','failed','Your submission failed because of a server error.','2025-01-21 21:02:09','2025-01-21 21:02:09','2025-01-21 21:02:09','2025-01-21 21:02:09'),(703,703,'email','Email','failed','Your submission failed because of a server error.','2025-01-25 17:21:13','2025-01-25 17:21:13','2025-01-25 17:21:13','2025-01-25 17:21:13'),(704,704,'email','Email','failed','Your submission failed because of a server error.','2025-02-05 18:59:37','2025-02-05 18:59:37','2025-02-05 18:59:37','2025-02-05 18:59:37'),(705,705,'email','Email','failed','Your submission failed because of a server error.','2025-02-07 13:13:00','2025-02-07 13:13:00','2025-02-07 13:13:00','2025-02-07 13:13:00'),(706,706,'email','Email','failed','Your submission failed because of a server error.','2025-02-12 17:16:02','2025-02-12 17:16:02','2025-02-12 17:16:02','2025-02-12 17:16:02'),(707,707,'email','Email','failed','Your submission failed because of a server error.','2025-02-12 21:57:35','2025-02-12 21:57:35','2025-02-12 21:57:35','2025-02-12 21:57:35'),(708,708,'email','Email','failed','Your submission failed because of a server error.','2025-02-15 14:54:28','2025-02-15 14:54:28','2025-02-15 14:54:28','2025-02-15 14:54:28'),(709,709,'email','Email','failed','Your submission failed because of a server error.','2025-02-20 07:01:04','2025-02-20 07:01:04','2025-02-20 07:01:04','2025-02-20 07:01:04'),(710,710,'email','Email','failed','Your submission failed because of a server error.','2025-02-20 15:44:55','2025-02-20 15:44:55','2025-02-20 15:44:55','2025-02-20 15:44:55'),(711,711,'email','Email','failed','Your submission failed because of a server error.','2025-02-21 01:31:33','2025-02-21 01:31:33','2025-02-21 01:31:33','2025-02-21 01:31:33'),(712,712,'email','Email','failed','Your submission failed because of a server error.','2025-02-25 05:34:48','2025-02-25 05:34:48','2025-02-25 05:34:48','2025-02-25 05:34:48'),(713,713,'email','Email','failed','Your submission failed because of a server error.','2025-02-25 16:53:09','2025-02-25 16:53:09','2025-02-25 16:53:09','2025-02-25 16:53:09'),(714,714,'email','Email','failed','Your submission failed because of a server error.','2025-02-27 01:51:13','2025-02-27 01:51:13','2025-02-27 01:51:13','2025-02-27 01:51:13'),(715,715,'email','Email','failed','Your submission failed because of a server error.','2025-02-27 19:32:02','2025-02-27 19:32:02','2025-02-27 19:32:02','2025-02-27 19:32:02'),(716,716,'email','Email','failed','Your submission failed because of a server error.','2025-02-27 22:10:18','2025-02-27 22:10:18','2025-02-27 22:10:18','2025-02-27 22:10:18'),(717,717,'email','Email','failed','Your submission failed because of a server error.','2025-03-02 08:05:20','2025-03-02 08:05:20','2025-03-02 08:05:20','2025-03-02 08:05:20'),(718,718,'email','Email','failed','Your submission failed because of a server error.','2025-03-03 03:38:58','2025-03-03 03:38:58','2025-03-03 03:38:58','2025-03-03 03:38:58'),(719,719,'email','Email','failed','Your submission failed because of a server error.','2025-03-03 18:22:48','2025-03-03 18:22:48','2025-03-03 18:22:48','2025-03-03 18:22:48'),(720,720,'email','Email','failed','Your submission failed because of a server error.','2025-03-05 12:53:54','2025-03-05 12:53:54','2025-03-05 12:53:54','2025-03-05 12:53:54'),(721,721,'email','Email','failed','Your submission failed because of a server error.','2025-03-06 07:25:26','2025-03-06 07:25:26','2025-03-06 07:25:26','2025-03-06 07:25:26'),(722,722,'email','Email','failed','Your submission failed because of a server error.','2025-03-06 23:27:05','2025-03-06 23:27:05','2025-03-06 23:27:05','2025-03-06 23:27:05'),(723,723,'email','Email','failed','Your submission failed because of a server error.','2025-03-07 11:50:16','2025-03-07 11:50:16','2025-03-07 11:50:16','2025-03-07 11:50:16'),(724,724,'email','Email','failed','Your submission failed because of a server error.','2025-03-11 14:41:00','2025-03-11 14:41:00','2025-03-11 14:41:00','2025-03-11 14:41:00'),(725,725,'email','Email','failed','Your submission failed because of a server error.','2025-03-11 15:13:07','2025-03-11 15:13:07','2025-03-11 15:13:07','2025-03-11 15:13:07'),(726,726,'email','Email','failed','Your submission failed because of a server error.','2025-03-14 10:36:42','2025-03-14 10:36:42','2025-03-14 10:36:42','2025-03-14 10:36:42'),(727,727,'email','Email','failed','Your submission failed because of a server error.','2025-03-16 06:02:03','2025-03-16 06:02:03','2025-03-16 06:02:03','2025-03-16 06:02:03'),(728,728,'email','Email','failed','Your submission failed because of a server error.','2025-03-18 19:08:30','2025-03-18 19:08:30','2025-03-18 19:08:30','2025-03-18 19:08:30'),(729,729,'email','Email','failed','Your submission failed because of a server error.','2025-03-19 10:10:12','2025-03-19 10:10:12','2025-03-19 10:10:12','2025-03-19 10:10:12'),(730,730,'email','Email','failed','Your submission failed because of a server error.','2025-03-19 16:38:52','2025-03-19 16:38:52','2025-03-19 16:38:52','2025-03-19 16:38:52'),(731,731,'email','Email','failed','Your submission failed because of a server error.','2025-03-19 20:38:02','2025-03-19 20:38:02','2025-03-19 20:38:02','2025-03-19 20:38:02'),(732,732,'email','Email','failed','Your submission failed because of a server error.','2025-03-21 06:12:12','2025-03-21 06:12:12','2025-03-21 06:12:12','2025-03-21 06:12:12'),(733,733,'email','Email','failed','Your submission failed because of a server error.','2025-03-21 17:25:59','2025-03-21 17:25:59','2025-03-21 17:25:59','2025-03-21 17:25:59'),(734,734,'email','Email','failed','Your submission failed because of a server error.','2025-03-22 03:08:19','2025-03-22 03:08:19','2025-03-22 03:08:19','2025-03-22 03:08:19'),(735,735,'email','Email','failed','Your submission failed because of a server error.','2025-03-25 23:39:41','2025-03-25 23:39:41','2025-03-25 23:39:41','2025-03-25 23:39:41'),(736,736,'email','Email','failed','Your submission failed because of a server error.','2025-03-29 14:06:05','2025-03-29 14:06:05','2025-03-29 14:06:05','2025-03-29 14:06:05'),(737,737,'email','Email','failed','Your submission failed because of a server error.','2025-04-02 07:27:15','2025-04-02 07:27:15','2025-04-02 07:27:15','2025-04-02 07:27:15'),(738,738,'email','Email','failed','Your submission failed because of a server error.','2025-04-03 04:04:47','2025-04-03 04:04:47','2025-04-03 04:04:47','2025-04-03 04:04:47'),(739,739,'email','Email','failed','Your submission failed because of a server error.','2025-04-07 06:18:44','2025-04-07 06:18:44','2025-04-07 06:18:44','2025-04-07 06:18:44'),(740,740,'email','Email','failed','Your submission failed because of a server error.','2025-04-07 16:16:59','2025-04-07 16:16:59','2025-04-07 16:16:59','2025-04-07 16:16:59'),(741,741,'email','Email','failed','Your submission failed because of a server error.','2025-04-11 03:01:21','2025-04-11 03:01:21','2025-04-11 03:01:21','2025-04-11 03:01:21'),(742,742,'email','Email','failed','Your submission failed because of a server error.','2025-04-11 23:53:41','2025-04-11 23:53:41','2025-04-11 23:53:41','2025-04-11 23:53:41'),(743,743,'email','Email','failed','Your submission failed because of a server error.','2025-04-13 22:31:25','2025-04-13 22:31:25','2025-04-13 22:31:25','2025-04-13 22:31:25'),(744,744,'email','Email','failed','Your submission failed because of a server error.','2025-04-14 14:33:27','2025-04-14 14:33:27','2025-04-14 14:33:27','2025-04-14 14:33:27'),(745,745,'email','Email','failed','Your submission failed because of a server error.','2025-04-17 00:07:03','2025-04-17 00:07:03','2025-04-17 00:07:03','2025-04-17 00:07:03'),(746,746,'email','Email','failed','Your submission failed because of a server error.','2025-04-20 03:41:09','2025-04-20 03:41:09','2025-04-20 03:41:09','2025-04-20 03:41:09'),(747,747,'email','Email','failed','Your submission failed because of a server error.','2025-04-21 17:56:57','2025-04-21 17:56:57','2025-04-21 17:56:57','2025-04-21 17:56:57'),(748,748,'email','Email','failed','Your submission failed because of a server error.','2025-04-21 20:20:39','2025-04-21 20:20:39','2025-04-21 20:20:39','2025-04-21 20:20:39'),(749,749,'email','Email','failed','Your submission failed because of a server error.','2025-04-22 22:10:13','2025-04-22 22:10:13','2025-04-22 22:10:13','2025-04-22 22:10:13'),(750,750,'email','Email','failed','Your submission failed because of a server error.','2025-04-25 01:08:26','2025-04-25 01:08:26','2025-04-25 01:08:26','2025-04-25 01:08:26'),(751,751,'email','Email','failed','Your submission failed because of a server error.','2025-04-29 12:59:18','2025-04-29 12:59:18','2025-04-29 12:59:18','2025-04-29 12:59:18'),(752,752,'email','Email','failed','Your submission failed because of a server error.','2025-04-30 13:32:33','2025-04-30 13:32:33','2025-04-30 13:32:33','2025-04-30 13:32:33'),(753,753,'email','Email','failed','Your submission failed because of a server error.','2025-05-03 03:58:22','2025-05-03 03:58:22','2025-05-03 03:58:22','2025-05-03 03:58:22'),(754,754,'email','Email','failed','Your submission failed because of a server error.','2025-05-05 00:01:37','2025-05-05 00:01:37','2025-05-05 00:01:37','2025-05-05 00:01:37'),(755,755,'email','Email','failed','Your submission failed because of a server error.','2025-05-17 06:34:04','2025-05-17 06:34:04','2025-05-17 06:34:04','2025-05-17 06:34:04'),(756,756,'email','Email','failed','Your submission failed because of a server error.','2025-05-19 19:17:31','2025-05-19 19:17:31','2025-05-19 19:17:31','2025-05-19 19:17:31'),(757,757,'email','Email','failed','Your submission failed because of a server error.','2025-05-21 03:33:33','2025-05-21 03:33:33','2025-05-21 03:33:33','2025-05-21 03:33:33'),(758,758,'email','Email','failed','Your submission failed because of a server error.','2025-05-22 19:25:01','2025-05-22 19:25:01','2025-05-22 19:25:01','2025-05-22 19:25:01'),(759,759,'email','Email','failed','Your submission failed because of a server error.','2025-05-28 13:59:19','2025-05-28 13:59:19','2025-05-28 13:59:19','2025-05-28 13:59:19'),(760,760,'email','Email','failed','Your submission failed because of a server error.','2025-05-31 06:22:23','2025-05-31 06:22:23','2025-05-31 06:22:23','2025-05-31 06:22:23'),(761,761,'email','Email','failed','Your submission failed because of a server error.','2025-06-01 09:01:11','2025-06-01 09:01:11','2025-06-01 09:01:11','2025-06-01 09:01:11'),(762,762,'email','Email','failed','Your submission failed because of a server error.','2025-06-15 17:48:06','2025-06-15 17:48:06','2025-06-15 17:48:06','2025-06-15 17:48:06'),(763,763,'email','Email','failed','Your submission failed because of a server error.','2025-06-21 09:37:08','2025-06-21 09:37:08','2025-06-21 09:37:08','2025-06-21 09:37:08'),(764,764,'email','Email','failed','Your submission failed because of a server error.','2025-06-22 06:11:36','2025-06-22 06:11:36','2025-06-22 06:11:36','2025-06-22 06:11:36'),(765,765,'email','Email','failed','Your submission failed because of a server error.','2025-06-24 20:01:50','2025-06-24 20:01:50','2025-06-24 20:01:50','2025-06-24 20:01:50'),(766,766,'email','Email','failed','Your submission failed because of a server error.','2025-06-25 19:04:16','2025-06-25 19:04:16','2025-06-25 19:04:16','2025-06-25 19:04:16'),(767,767,'email','Email','failed','Your submission failed because of a server error.','2025-06-26 01:23:44','2025-06-26 01:23:44','2025-06-26 01:23:44','2025-06-26 01:23:44'),(768,768,'email','Email','failed','Your submission failed because of a server error.','2025-06-26 10:30:00','2025-06-26 10:30:00','2025-06-26 10:30:00','2025-06-26 10:30:00'),(769,769,'email','Email','failed','Your submission failed because of a server error.','2025-06-28 11:30:05','2025-06-28 11:30:05','2025-06-28 11:30:05','2025-06-28 11:30:05'),(770,770,'email','Email','failed','Your submission failed because of a server error.','2025-06-28 19:56:46','2025-06-28 19:56:46','2025-06-28 19:56:46','2025-06-28 19:56:46'),(771,771,'email','Email','failed','Your submission failed because of a server error.','2025-07-01 05:18:48','2025-07-01 05:18:48','2025-07-01 05:18:48','2025-07-01 05:18:48'),(772,772,'email','Email','failed','Your submission failed because of a server error.','2025-07-02 03:04:35','2025-07-02 03:04:35','2025-07-02 03:04:35','2025-07-02 03:04:35'),(773,773,'email','Email','failed','Your submission failed because of a server error.','2025-07-02 13:27:04','2025-07-02 13:27:04','2025-07-02 13:27:04','2025-07-02 13:27:04');
/*!40000 ALTER TABLE `wpf4_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_e_submissions_values`
--
DROP TABLE IF EXISTS `wpf4_e_submissions_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_e_submissions_values` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`key` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `key_index` (`key`)
) ENGINE=MyISAM AUTO_INCREMENT=3100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_e_submissions_values`
--
LOCK TABLES `wpf4_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wpf4_e_submissions_values` DISABLE KEYS */;
INSERT INTO `wpf4_e_submissions_values` VALUES (1,1,'name','test'),(2,1,'email','test123@gmail.com'),(3,1,'message','j'),(4,1,'field_54e7955','dyghaxbjscv'),(5,2,'name','Bhavesh Patel'),(6,2,'field_7a4bc5e','08905434034'),(7,2,'email','mapapi188@gmail.com'),(8,2,'message','jmhghg'),(9,3,'name','Bhavesh Patel'),(10,3,'field_7a4bc5e','08905434034'),(11,3,'email','mapapi188@gmail.com'),(12,3,'message','hh'),(13,4,'name','Dewitt Culler'),(14,4,'email','dewitt.culler@gmail.com'),(15,4,'field_763fe53','0911-2782530'),(16,4,'message','Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/'),(17,5,'name','JamesNat'),(18,5,'email','mymail@mymails.con'),(19,5,'field_763fe53','85322993673'),(20,5,'message','The other day there was a very interesting leak from one of the Wall Street insiders. \r\nHe mistakenly sent a letter to the wrong person and that person managed to copy this information. \r\nThe letter spoke about the future of cryptocurrency and the fact that soon each person will be able to earn on cryptocurrency from $1,500 per day. \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11 \r\nHe was extremely concerned about this, since already now there is a trading robot that makes ordinary people millionaires around the world every day. \r\nIt is enough for a person to register on the site, make a deposit of at least $250 once, launch the trading robot and do nothing else (here is this trading robot). \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11 \r\nAnd only to receive passive income from $1500 per day. \r\nIn the same letter, a Wall Street insider asked his man to denigrate the reputation of this trading robot that makes ordinary people millionaires. \r\nThe site of this trading robot has already announced a limited set of new users due to the negative advertising campaign of bad people from Wall Street who do not want us ordinary people to be rich and lack nothing. \r\nGet on this train. Perhaps this is the only chance in your life to get rich and not need anything. \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11'),(21,6,'name','KarinaSi'),(22,6,'email','karinaSi@yahoo.com'),(23,6,'field_763fe53','36653772477'),(24,6,'message','Ηіǃ\r\nΙ\'ve nоticеd thаt many guуs prеfеr regular gіrlѕ.\r\nΙ apрlаudе the men оut therе whо had the ballѕ tо enϳоy the lоvе of manу womеn and сhoоsе the оnе thаt hе knew would bе his bеѕt frіеnd during thе bumру and crazу thіng callеd life.\r\nΙ wantеd tо be thаt frіеnd, nоt just a ѕtable, relіable and bоring hоuѕewifе.\r\nI am 27 yeаrs old, Κarіna, frоm the Czeсh Republiс, knоw English lаnguage аlѕo.\r\nAnуwау, уоu cаn find my profіlе herе: http://dersskircingnessfran.tk/page-88815/'),(25,7,'name','Shubham Sharma'),(26,7,'email','shubham8506@gmail.com'),(27,7,'field_763fe53','7895771252'),(28,7,'message','Hi, i have made a booking for occupancy on 22nd of September for 6 people in two triple bed rooms through booking.com. Actually, our check in time would be 5am in the morning. Can you please help me in this regard.(Booking ID - OTA21872152816553)'),(29,8,'name','CatherinaSi'),(30,8,'email','catherinaSi@protonmail.com'),(31,8,'field_763fe53','37554352584'),(32,8,'message','Нi!\r\nΙ\'ve notiсеd that manу guys рrefer rеgular girls.\r\nI арplaudе thе mеn оut there whо hаd the ballѕ tо enjoу the lovе of manу women аnd chооsе thе onе thаt he knеw would bе hіs best frіend during thе bumрy аnd crazy thing саllеd lіfe.\r\nΙ wanted to be thаt friеnd, not just a stаblе, rеlіablе and bоrіng hоuѕewіfе.\r\nI am 27 yeаrѕ оld, Сathеrinа, frоm thе Сzeсh Rерublіс, knоw English languagе аlѕo.\r\nАnywаy, уou cаn fіnd mу prоfile herе: http://tiosnowel.tk/pg-78637/'),(33,9,'name','Wajtekruriough'),(34,9,'email','gardenwallpaintingfromvillaoflivia563@gmail.com'),(35,9,'field_763fe53','89652431357'),(36,9,'message','stx21 Belf dub Belf apartamenty augustow noclegi pracownicze w suwalkach noclegi w augustowie centrum pensjonaty augustow noclegi augustow agroturystyka'),(37,10,'name','Mike Creighton'),(38,10,'email','no-replyDaulkraf@gmail.com'),(39,10,'field_763fe53','88525123869'),(40,10,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in Moz and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Moz DA 40+ score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Creighton\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR40+ for free.'),(41,11,'name','Mike Ralphs'),(42,11,'email','no-replyDaulkraf@gmail.com'),(43,11,'field_763fe53','89641528832'),(44,11,'message','Good Day \r\n \r\nIf you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(45,12,'name','Mike Alsopp'),(46,12,'email','no-replyDaulkraf@gmail.com'),(47,12,'field_763fe53','86323492322'),(48,12,'message','Good Day \r\n \r\nI have just analyzed hoteldhruvpalace.com for the ranking keywords and saw that your website could use a push. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Alsopp\r\n \r\n \r\nPS: Quality SEO content is included'),(49,13,'name','Mike Finch'),(50,13,'email','no-replyDaulkraf@gmail.com'),(51,13,'field_763fe53','86359558719'),(52,13,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Finch'),(53,14,'name','skyreveryindef'),(54,14,'email','malinoleg91@mail.ru'),(55,14,'field_763fe53','83998428893'),(56,14,'message','[url=https://skyrevery.com/destinations/private-jet-nizhny-novgorod/]Nizhny Novgorod Private Jet Charter [/url] - more information on our website [url=https://skyrevery.com]skyrevery.com[/url] \r\n[url=https://skyrevery.com/]Private jet rental[/url] at SkyRevery allows you to use such valuable resource as time most efficiently. \r\nYou are the one who decides where and when your private jet will fly. It is possible to organize and perform a flight between any two civil airports worldwide round the clock. In airports, private jet passengers use special VIP terminals where airport formalities are minimized, and all handling is really fast – you come just 30 minutes before the estimated time of the departure of the rented private jet. \r\nWhen you need [url=https://skyrevery.com/]private jet charter[/url] now, we can organise your flight with departure in 3 hours from confirmation.'),(57,15,'name','Mike Dunce'),(58,15,'email','no-replyDaulkraf@gmail.com'),(59,15,'field_763fe53','82882911917'),(60,15,'message','Good Day \r\n \r\nThis is Mike Dunce\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Dunce\r\n \r\nmike@strictlydigital.net'),(61,16,'name','Dustinrinee'),(62,16,'email','peterm@asu.org.au'),(63,16,'field_763fe53','84492211968'),(64,16,'message','iPhone13Pro, Giveaway Click Spin, and Win iPhone in 2022 >>> http://free-iphone-equalizer-app.pit-airport.com/id-8970 <<<'),(65,17,'name','Mike Bradshaw'),(66,17,'email','no-replyDaulkraf@gmail.com'),(67,17,'field_763fe53','89264433415'),(68,17,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in Moz and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Moz DA 40+ score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Bradshaw\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR40+ for free.'),(69,18,'name','Suzette Rocha'),(70,18,'email','rocha.suzette20@googlemail.com'),(71,18,'field_763fe53','05.85.12.25.28'),(72,18,'message','Hello\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/'),(73,19,'name','Mike Anderson'),(74,19,'email','no-replyDaulkraf@gmail.com'),(75,19,'field_763fe53','81839428461'),(76,19,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Anderson\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(77,20,'name','Bianca Millsaps'),(78,20,'email','marketing@leadstree.org'),(79,20,'field_763fe53','06-82913231'),(80,20,'message','Hello, \r\n\r\nI regret to inform you that LeadsTree.org will shut down Friday.\r\n\r\nWe have now made all our databases available to the public on our website at a one-time fee.\r\n\r\nVisit us at LeadsTree.org'),(81,21,'name','Mike Farmer'),(82,21,'email','no-replyDaulkraf@gmail.com'),(83,21,'field_763fe53','81659153265'),(84,21,'message','Good Day \r\n \r\nI have just verified your SEO on hoteldhruvpalace.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Farmer\r\n \r\n \r\nPS: Quality SEO content is included'),(85,22,'name','Fallon Nicolay'),(86,22,'email','nicolay.fallon@gmail.com'),(87,22,'field_763fe53','03.10.45.99.37'),(88,22,'message','If you need a quick boost in the SERPs for hoteldhruvpalace.com, then this is the right strategy for you:\r\nhttps://www.seo-treff.de/product/serp-booster/'),(89,23,'name','Eric Jones'),(90,23,'email','ericjonesmyemail@gmail.com'),(91,23,'field_763fe53','555-555-1212'),(92,23,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(93,24,'name','Eric Jones'),(94,24,'email','ericjonesmyemail@gmail.com'),(95,24,'field_763fe53','555-555-1212'),(96,24,'message','Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(97,25,'name','MichaelSmurn'),(98,25,'email','michaelDible@amegamail.xyz'),(99,25,'field_763fe53','86756328387'),(100,25,'message','I am new! Hi all! \r\n \r\nbgf2axnoynjhawrz.com \r\n[url=https://bgf2axnoynjhawrz.com]bgf2axnoynjhawrz.com[/url]'),(101,26,'name','Eric Jones'),(102,26,'email','ericjonesmyemail@gmail.com'),(103,26,'field_763fe53','555-555-1212'),(104,26,'message','Hi, my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(105,27,'name','Eric Jones'),(106,27,'email','eric.jones.z.mail@gmail.com'),(107,27,'field_763fe53','555-555-1212'),(108,27,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(109,28,'name','Eric Jones'),(110,28,'email','ericjonesmyemail@gmail.com'),(111,28,'field_763fe53','555-555-1212'),(112,28,'message','Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(113,29,'name','Mike Thomson'),(114,29,'email','no-replyDaulkraf@gmail.com'),(115,29,'field_763fe53','82678842925'),(116,29,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Thomson'),(117,30,'name','Jainendra Singh'),(118,30,'email','jaichkumar@gmail.com'),(119,30,'field_763fe53','7209796293'),(120,30,'message','I need room on 27th dec 2022 for 8 adult and 4 kids below 10 years'),(121,31,'name','Jainendra Singh'),(122,31,'email','jaichkumar@gmail.com'),(123,31,'field_763fe53','7209796293'),(124,31,'message','I need room on 27th dec 2022 for 8 adult and 4 kids below 10 years'),(125,32,'name','Jainendra Singh'),(126,32,'email','jaichkumar@gmail.com'),(127,32,'field_763fe53','7209796293'),(128,32,'message','I need room on 27th dec 2022 for 8 adult and 4 kids below 10 years'),(129,33,'name','Jainendra Singh'),(130,33,'email','jaichkumar@gmail.com'),(131,33,'field_763fe53','7209796293'),(132,33,'message','I need room on 27th DEC 2022 for 8 adult and 4 kids below 10 years'),(133,34,'name','Mike Phillips'),(134,34,'email','no-replyDaulkraf@gmail.com'),(135,34,'field_763fe53','83356264384'),(136,34,'message','Howdy \r\n \r\nThis is Mike Phillips\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Phillips\r\n \r\nmike@strictlydigital.net'),(137,35,'name','Eric Jones'),(138,35,'email','ericjonesmyemail@gmail.com'),(139,35,'field_763fe53','555-555-1212'),(140,35,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(141,36,'name','Mike Ellington'),(142,36,'email','no-replyDaulkraf@gmail.com'),(143,36,'field_763fe53','84738693825'),(144,36,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in ahrefs and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed ahrefs score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Ellington\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR50+ for free.'),(145,37,'name','Abby Hartwick'),(146,37,'email','promarketingservers@gmail.com'),(147,37,'field_763fe53','06-73743253'),(148,37,'message','Greetings from Marketing Databases!\r\n\r\nWe now providing email-marketing servers for you. \r\n\r\nAt $149 per month (non-subscription) you can send 1 million emails a day.\r\n\r\nYour own domain\r\nYour own mail server\r\nClean IP\r\nDNS setup done for you\r\nDelivery in 24 hours.\r\n\r\nAll marketing mails allowed (cold emails), we don\'t block you for anything.\r\n\r\nhttps://marketing-databases.myshopify.com/products/marketing-servers'),(149,38,'name','Rosario Talbert'),(150,38,'email','talbert.rosario93@gmail.com'),(151,38,'field_763fe53','05.96.81.26.34'),(152,38,'message','You have been directed to a youtube video for compulsory viewing:\r\nhttps://youtu.be/Un-ZppjTeRo\r\nCareful, it\'s too hot!'),(153,39,'name','Demetrius Peeler'),(154,39,'email','demetrius.peeler@outlook.com'),(155,39,'field_763fe53','501-299-4313'),(156,39,'message','Research confirms the effectiveness of moringa:\r\n\r\n- reduces accumulation of fat tissue\r\n- supports the maintenance of proper blood sugar levels\r\n- supports the regulation of blood pressure\r\n- lowers the level of cholesterol in the blood\r\n- supports the work and regeneration of the liver\r\n\r\nhttp://webaronman.space\r\n\r\nBy supporting the process of maintaining normal blood glucose levels, Moringa is highly effective in reducing your appetite and the need for snacking. What is more, moringa can also reduce lipogenesis, i.e. the production and storage of fat. All of this makes this food supplement effective in supporting weight loss and stabilising your weight. \r\n\r\nhttp://webaronman.space'),(157,40,'name','ElenaAlek'),(158,40,'email','elenaAlek@mailfence.com'),(159,40,'field_763fe53','05665782646'),(160,40,'message','Ηellоǃ\r\nРerhaрѕ mу mеssаgе is toо sресifіc.\r\nΒut my oldеr ѕiѕtеr found a wоnderful mаn hеrе and thеу havе а grеat rеlatiоnshір, but whаt about mе?\r\nΙ am 28 уеars оld, Εlеna, frоm thе Czеch Republіс, knоw Englіsh languagе аlsо\r\nAnd... bеtter to ѕау it immеdіаtеly. I am bіѕeхuаl. Ι аm nоt ϳeаlоuѕ оf аnother womаn... еѕрeсіаllу іf we mаke love togеther.\r\nАh yеѕ, Ι cook verу tastyǃ аnd I lоve nоt оnly cооk ;))\r\nΙm real gіrl and lоokіng fоr ѕеrіоuѕ and hot rеlаtіоnshiр...\r\nАnуwау, уоu саn find my profile hеrе: http://mecoshindber.tk/topic-96931/'),(161,41,'name','Eric Jones'),(162,41,'email','ericjonesmyemail@gmail.com'),(163,41,'field_763fe53','555-555-1212'),(164,41,'message','Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(165,42,'name','Anamika'),(166,42,'email','nmkmahanta@gmail.com'),(167,42,'field_763fe53','9957225760'),(168,42,'message','Kindly contact me need to book a hotel'),(169,43,'name','Mike Audley'),(170,43,'email','no-replyDaulkraf@gmail.com'),(171,43,'field_763fe53','88376152982'),(172,43,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Audley\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(173,44,'name','Eric Jones'),(174,44,'email','ericjonesmyemail@gmail.com'),(175,44,'field_763fe53','555-555-1212'),(176,44,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(177,45,'name','Mike Moore'),(178,45,'email','no-replyDaulkraf@gmail.com'),(179,45,'field_763fe53','81261447692'),(180,45,'message','Howdy \r\n \r\nI have just took a look on your SEO for hoteldhruvpalace.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Moore\r\n \r\n \r\nPS: Quality SEO content is included'),(181,46,'name','Eric Jones'),(182,46,'email','ericjonesmyemail@gmail.com'),(183,46,'field_763fe53','555-555-1212'),(184,46,'message','Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(185,47,'name','Eric Jones'),(186,47,'email','ericjonesmyemail@gmail.com'),(187,47,'field_763fe53','555-555-1212'),(188,47,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(189,48,'name','Eric Jones'),(190,48,'email','ericjonesmyemail@gmail.com'),(191,48,'field_763fe53','555-555-1212'),(192,48,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(193,49,'name','WilliamWer'),(194,49,'email','no.reply.Tob@gmail.com'),(195,49,'field_763fe53','82312738765'),(196,49,'message','Hеllо! hoteldhruvpalace.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd аppеаl lеgitimаtе wаy? \r\nWе prоviding а nеw lеgаl mеthоd оf sеnding businеss оffеr thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh businеss prоpоsаls аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соntасt Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis оffеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat. \r\nno.reply.Wer@gmail.com'),(197,50,'name','Santiago Bruton'),(198,50,'email','santiago.bruton@msn.com'),(199,50,'field_763fe53','713-890-1581'),(200,50,'message','Ron had been obese all his existence and was identified to change their life for the better. He had tried each diet and exercising program available, although nothing worked. Having been still struggling together with a similar problems he\'d had since childhood-the inability to remain motivated, the wanting for processed foods, the sense of hopelessness that the condition might never go away.\r\nEventually Rick saw an advertisement regarding weight loss capsules-\"take them every morning hours with breakfast and you can lose up to three pounds in a week! \" Rick was determined and willing to use anything, so he bought a bottle of the supplements.\r\n\r\nExperience hassle-free purchasing from order from this site - \r\nhttp://ktbkn.barbwirestocks.shop/f4ce2\r\n\r\nFor that first week, he took 2 capsules every morning hours - much more compared to the label suggested - but curiously, nothing was going on. He thought that will maybe the medicine wasn\'t working or perhaps that he only wasn\'t taking adequate capsules. So typically the in a few days he bending the dosage in addition to maintained increasing right up until he finally required ten capsules a new day! And once again nothing happened... till finally, after regarding two weeks, he commenced to discover a subtle change in his entire body weight. After another week, these alterations became more obvious - much a lot more than even three pounds per few days!\r\nRick decided not to cease there and carried on taking 10 bodyweight loss capsules per day for four a few months until eventually all those few extra pounds turned into 25 pounds less than if he started! Not necessarily only did Oliver look better than previously, but his degree of energy had increased a lot that even folks who hadn\'t viewed him in years remarked on how excellent Rick looked today - as when something had decreased into place over night! Needless to say, Rick couldn\'t are already more happy with himself intended for enduring and reaching his new desired goal-all due to all those mysterious weight-loss capsules that changed everything for him as soon as and for almost all!\r\n\r\nExperience the convenience of ordering from the website today - \r\nhttp://uzahsc.rtptoday.shop/24d5dc6'),(201,51,'name','Edwardfailm'),(202,51,'email','abbiebobabby@gmail.com'),(203,51,'field_763fe53','85319619954'),(204,51,'message','With Online Platform you can easily multiply your minimum deposit of 250 USD by a factor of five. https://profit-news-24-7.blogspot.com.ar/?p=9qk'),(205,52,'name','Eric Jones'),(206,52,'email','ericjonesmyemail@gmail.com'),(207,52,'field_763fe53','555-555-1212'),(208,52,'message','Hello, my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(209,53,'name','Mike Milton'),(210,53,'email','no-replyDaulkraf@gmail.com'),(211,53,'field_763fe53','85158342152'),(212,53,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Milton'),(213,54,'name','Eric Jones'),(214,54,'email','ericjonesmyemail@gmail.com'),(215,54,'field_763fe53','555-555-1212'),(216,54,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(217,55,'name','Eric Jones'),(218,55,'email','ericjonesmyemail@gmail.com'),(219,55,'field_763fe53','555-555-1212'),(220,55,'message','Hello, my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(221,56,'name','Eric Jones'),(222,56,'email','ericjonesmyemail@gmail.com'),(223,56,'field_763fe53','555-555-1212'),(224,56,'message','Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(225,57,'name','Eric Jones'),(226,57,'email','ericjonesmyemail@gmail.com'),(227,57,'field_763fe53','555-555-1212'),(228,57,'message','Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(229,58,'name','Eric Jones'),(230,58,'email','ericjonesmyemail@gmail.com'),(231,58,'field_763fe53','555-555-1212'),(232,58,'message','My name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(233,59,'name','Mike Hill'),(234,59,'email','no-replyDaulkraf@gmail.com'),(235,59,'field_763fe53','89281335449'),(236,59,'message','Good Day \r\n \r\nThis is Mike Hill\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Hill\r\n \r\nmike@strictlydigital.net'),(237,60,'name','Mike Forman'),(238,60,'email','no-replyDaulkraf@gmail.com'),(239,60,'field_763fe53','86967419898'),(240,60,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in ahrefs and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed ahrefs score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Forman\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR50+ for free.'),(241,61,'name','Eric Jones'),(242,61,'email','ericjonesmyemail@gmail.com'),(243,61,'field_763fe53','555-555-1212'),(244,61,'message','Hey, this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(245,62,'name','Juri Muileboom'),(246,62,'email','ready.linkbuildingvoordeel@gmail.com'),(247,62,'field_763fe53','89849571251'),(248,62,'message','Geachte, \r\nIk ben op je website terecht gekomen omdat ik denk dat je dit wel nodig zou vinden. \r\nIk heb een gratis masterclass gemaakt hoe ik met mijn website 250 euro per dag (automatisch) verdien. \r\nIk zou graag in contact met je willen komen. Als je je aanmeld op https://linkbuildingtraining.nl/masterclass \r\n \r\nDaar kunnen we elkaar daar even zien. \r\n \r\nJe kunt ook een mail sturen naar juri@linkbuildingtraining.nl voor verdere vragen. \r\nAls er verder nog vragen zijn hoor ik het graag. \r\n \r\nMVG \r\nJuri Muileboom \r\nCEO – Linkbuildingtraining.nl'),(249,63,'name','Eric Jones'),(250,63,'email','ericjonesmyemail@gmail.com'),(251,63,'field_763fe53','555-555-1212'),(252,63,'message','Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(253,64,'name','Eric Jones'),(254,64,'email','ericjonesmyemail@gmail.com'),(255,64,'field_763fe53','555-555-1212'),(256,64,'message','Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(257,65,'name','Eric Jones'),(258,65,'email','ericjonesmyemail@gmail.com'),(259,65,'field_763fe53','555-555-1212'),(260,65,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(261,66,'name','Eric Jones'),(262,66,'email','ericjonesmyemail@gmail.com'),(263,66,'field_763fe53','555-555-1212'),(264,66,'message','Hey, this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(265,67,'name','Taupmaype'),(266,67,'email','iedicklan@hotmail.com'),(267,67,'field_763fe53','89032477336'),(268,67,'message','Everyone who needs money should try this Robot out. http://go.hojagoak.com/0j35'),(269,68,'name','Nida Van'),(270,68,'email','support@wocaro.com'),(271,68,'field_763fe53','01.05.65.59.92'),(272,68,'message','Wocaro is a ending its lead provider service at the end of the year.\r\n\r\nWe have made all 365 million leads available for a once off fee of $15.\r\n\r\nYou can view the samples here: https://wocaro.com/samples\r\n\r\nAnd go to our homepage to get instant access Wocaro.com'),(273,69,'name','Eric Jones'),(274,69,'email','ericjonesmyemail@gmail.com'),(275,69,'field_763fe53','555-555-1212'),(276,69,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(277,70,'name','Eric Jones'),(278,70,'email','ericjonesmyemail@gmail.com'),(279,70,'field_763fe53','555-555-1212'),(280,70,'message','Hey, this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(281,71,'name','Eric Jones'),(282,71,'email','ericjonesmyemail@gmail.com'),(283,71,'field_763fe53','555-555-1212'),(284,71,'message','Hi, my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(285,72,'name','Taupmaype'),(286,72,'email','cberry@fsmail.net'),(287,72,'field_763fe53','89032873291'),(288,72,'message','Making money is very easy if you use the financial Robot. http://go.hojagoak.com/0j35'),(289,73,'name','WilliamWer'),(290,73,'email','no.reply.Tob@gmail.com'),(291,73,'field_763fe53','87718794835'),(292,73,'message','Hеllо! hoteldhruvpalace.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd businеss оffеr tоtаlly lеgit? \r\nWе suggеst а nеw mеthоd оf sеnding аppеаl thrоugh соntасt fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh businеss prоpоsаls аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 59 USD. \r\n \r\nThis оffеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.'),(293,74,'name','Mike Nash'),(294,74,'email','no-replyDaulkraf@gmail.com'),(295,74,'field_763fe53','86737229446'),(296,74,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Nash\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(297,75,'name','Taupmaype'),(298,75,'email','blackbird913@msn.com'),(299,75,'field_763fe53','89035054679'),(300,75,'message','Need money? Earn it without leaving your home. http://go.hojagoak.com/0j35'),(301,76,'name','Taupmaype'),(302,76,'email','LloydTopzand@gmail.com'),(303,76,'field_763fe53','89039769327'),(304,76,'message','Making money can be extremely easy if you use this Robot. http://go.hojagoak.com/0j35'),(305,77,'name','Eric Jones'),(306,77,'email','ericjonesmyemail@gmail.com'),(307,77,'field_763fe53','555-555-1212'),(308,77,'message','Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(309,78,'name','Taupmaype'),(310,78,'email','mdlmyl2010@yahoo.com'),(311,78,'field_763fe53','89033484694'),(312,78,'message','The financial Robot works for you even when you sleep. http://go.hojagoak.com/0j35'),(313,79,'name','Taupmaype'),(314,79,'email','jackbangg@yahoo.com'),(315,79,'field_763fe53','89030541218'),(316,79,'message','The online job can bring you a fantastic profit. http://go.hojagoak.com/0j35'),(317,80,'name','Eric Jones'),(318,80,'email','ericjonesmyemail@gmail.com'),(319,80,'field_763fe53','555-555-1212'),(320,80,'message','Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(321,81,'name','Taupmaype'),(322,81,'email','catwatches@embarqmail.com'),(323,81,'field_763fe53','89039060634'),(324,81,'message','Even a child knows how to make money. This robot is what you need! http://go.hojagoak.com/0j35'),(325,82,'name','Taupmaype'),(326,82,'email','ycx9p1@hotmial.com'),(327,82,'field_763fe53','89038557737'),(328,82,'message','Join the society of successful people who make money here. http://go.hojagoak.com/0j35'),(329,83,'name','Taupmaype'),(330,83,'email','gummi_space@mac.com'),(331,83,'field_763fe53','89032313445'),(332,83,'message','Additional income is now available for anyone all around the world. http://go.hojagoak.com/0j35'),(333,84,'name','Eric Jones'),(334,84,'email','ericjonesmyemail@gmail.com'),(335,84,'field_763fe53','555-555-1212'),(336,84,'message','My name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(337,85,'name','Taupmaype'),(338,85,'email','jenhallgren@yahoo.com'),(339,85,'field_763fe53','89032645055'),(340,85,'message','Your computer can bring you additional income if you use this Robot. http://go.hojagoak.com/0j35'),(341,86,'name','Taupmaype'),(342,86,'email','nbbane@yahoo.com'),(343,86,'field_763fe53','89037490886'),(344,86,'message','There is no need to look for a job anymore. Work online. http://go.hojagoak.com/0j35'),(345,87,'name','Mike Jacobson'),(346,87,'email','no-replyDaulkraf@gmail.com'),(347,87,'field_763fe53','88833892714'),(348,87,'message','Hi \r\n \r\nI have just analyzed hoteldhruvpalace.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Jacobson\r\n \r\n \r\nPS: Quality SEO content is included'),(349,88,'name','Taupmaype'),(350,88,'email','merzpack@gmail.com'),(351,88,'field_763fe53','89036390404'),(352,88,'message','Make money online, staying at home this cold winter. http://go.hojagoak.com/0j35'),(353,89,'name','Taupmaype'),(354,89,'email','heathermeeker75@yahoo.com'),(355,89,'field_763fe53','89038243708'),(356,89,'message','Find out about the easiest way of money earning. http://go.hojagoak.com/0j35'),(357,90,'name','Taupmaype'),(358,90,'email','secretkid84@hotmail.com'),(359,90,'field_763fe53','89033012536'),(360,90,'message','Make dollars just sitting home. http://go.hojagoak.com/0j35'),(361,91,'name','Taupmaype'),(362,91,'email','gskate4life@yahoo.com'),(363,91,'field_763fe53','89039618014'),(364,91,'message','Even a child knows how to make money. This robot is what you need! http://go.hojagoak.com/0j35'),(365,92,'name','Taupmaype'),(366,92,'email','zepedro24@gmail.com'),(367,92,'field_763fe53','89030574828'),(368,92,'message','Robot is the best way for everyone who looks for financial independence. http://go.hojagoak.com/0j35'),(369,93,'name','Taupmaype'),(370,93,'email','jigsaw741@hotmail.com'),(371,93,'field_763fe53','89039382179'),(372,93,'message','Still not a millionaire? The financial robot will make you him! https://vef.worldnews.biz.pl/Dously'),(373,94,'name','Taupmaype'),(374,94,'email','scoundrels4me@hotmail.com'),(375,94,'field_763fe53','89038190641'),(376,94,'message','Financial robot is your success formula is found. Learn more about it. https://vef.worldnews.biz.pl/Dously'),(377,95,'name','Taupmaype'),(378,95,'email','grohmo29@yahoo.com'),(379,95,'field_763fe53','89036968496'),(380,95,'message','Financial independence is what everyone needs. https://vef.worldnews.biz.pl/Dously'),(381,96,'name','Eric Jones'),(382,96,'email','ericjonesmyemail@gmail.com'),(383,96,'field_763fe53','555-555-1212'),(384,96,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(385,97,'name','Taupmaype'),(386,97,'email','Mwplayspiano@gmail.com'),(387,97,'field_763fe53','89035707450'),(388,97,'message','We have found the fastest way to be rich. Find it out here. https://vef.worldnews.biz.pl/Dously'),(389,98,'name','Taupmaype'),(390,98,'email','chandlermateka@yahoo.com'),(391,98,'field_763fe53','89036967908'),(392,98,'message','The best way for everyone who rushes for financial independence. https://vef.worldnews.biz.pl/Dously'),(393,99,'name','Taupmaype'),(394,99,'email','macadamentor@yahoo.com'),(395,99,'field_763fe53','89033528849'),(396,99,'message','Small investments can bring tons of dollars fast. https://vef.worldnews.biz.pl/Dously'),(397,100,'name','Taupmaype'),(398,100,'email','gsinghmai@gmail.com'),(399,100,'field_763fe53','89036104714'),(400,100,'message','Have no financial skills? Let Robot make money for you. https://vef.worldnews.biz.pl/Dously'),(401,101,'name','Taupmaype'),(402,101,'email','kellyablaine@yahoo.com'),(403,101,'field_763fe53','89036361203'),(404,101,'message','Need money? Get it here easily! Just press this to launch the robot. https://vef.worldnews.biz.pl/Dously'),(405,102,'name','Taupmaype'),(406,102,'email','lynzee_hunter@yahoo.com'),(407,102,'field_763fe53','89032296650'),(408,102,'message','Trust your dollar to the Robot and see how it grows to $100. https://vef.worldnews.biz.pl/Dously'),(409,103,'name','Eric Jones'),(410,103,'email','eric.jones.z.mail@gmail.com'),(411,103,'field_763fe53','555-555-1212'),(412,103,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(413,104,'name','Bonita Kimball'),(414,104,'email','bonita.kimball@hotmail.com'),(415,104,'field_763fe53','02.00.84.68.02'),(416,104,'message','Congrats on your new site, get it listed here for free and we\'ll start sending people to your site https://bit.ly/submit_site_2'),(417,105,'name','KarinaKah'),(418,105,'email','karinaKah@mondmema.tk'),(419,105,'field_763fe53','41522821380'),(420,105,'message','Нellоǃ\r\nΙ aроlogize for the overlу ѕpеcіfic message.\r\nМу gіrlfriend and I love eасh othеr. And we аrе аll great.\r\nBut... we nеed а mаn.\r\nԜе are 24 yearѕ оld, frоm Rоmania, wе also know englіsh.\r\nԜe nеver get bоredǃ Αnd not оnly іn talk...\r\nMу nаme is Kаrina, my рrоfіle іѕ hеrе: http://scylampho.ga/topic-66029/'),(421,106,'name','Taupmaype'),(422,106,'email','cristenbenetti@gmail.com'),(423,106,'field_763fe53','89031823403'),(424,106,'message','Your money keep grow 24/7 if you use the financial Robot. https://vef.worldnews.biz.pl/Dously'),(425,107,'name','Taupmaype'),(426,107,'email','SMFIXSEN@YAHOO.COM'),(427,107,'field_763fe53','89039278038'),(428,107,'message','Let the Robot bring you money while you rest. https://vef.worldnews.biz.pl/Dously'),(429,108,'name','Taupmaype'),(430,108,'email','jerry_reidy@adp.com'),(431,108,'field_763fe53','89039486633'),(432,108,'message','Online earnings are the easiest way for financial independence. https://vef.worldnews.biz.pl/Dously'),(433,109,'name','Eric Jones'),(434,109,'email','ericjonesmyemail@gmail.com'),(435,109,'field_763fe53','555-555-1212'),(436,109,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(437,110,'name','Taupmaype'),(438,110,'email','rofornero64@hotmail.com'),(439,110,'field_763fe53','89038876567'),(440,110,'message','Make dollars just sitting home. https://vef.worldnews.biz.pl/Dously'),(441,111,'name','Taupmaype'),(442,111,'email','lil_miss_snow_angel@hotmail.com'),(443,111,'field_763fe53','89038263675'),(444,111,'message','Invest $1 today to make $1000 tomorrow. https://vef.worldnews.biz.pl/Dously'),(445,112,'name','Taupmaype'),(446,112,'email','lifeinink@yahoo.com'),(447,112,'field_763fe53','89039422919'),(448,112,'message','Looking for additional money? Try out the best financial instrument. https://vef.worldnews.biz.pl/Dously'),(449,113,'name','Taupmaype'),(450,113,'email','rockstar__15@hotmail.com'),(451,113,'field_763fe53','89036723263'),(452,113,'message','Making money in the net is easier now. https://vef.worldnews.biz.pl/Dously'),(453,114,'name','Taupmaype'),(454,114,'email','crandy1971@gmail.com'),(455,114,'field_763fe53','89033544570'),(456,114,'message','Let your money grow into the capital with this Robot. https://vef.worldnews.biz.pl/Dously'),(457,115,'name','Taupmaype'),(458,115,'email','omar33036@yahoo.com'),(459,115,'field_763fe53','89032107733'),(460,115,'message','Make $1000 from $1 in a few minutes. Launch the financial robot now. https://vef.worldnews.biz.pl/Dously'),(461,116,'name','Taupmaype'),(462,116,'email','arnaumf1515@hotmail.com'),(463,116,'field_763fe53','89031416358'),(464,116,'message','The online financial Robot is your key to success. https://vef.worldnews.biz.pl/Dously'),(465,117,'name','Bryanbalse'),(466,117,'email','m.aeke.ly.4.1.8@gmail.com'),(467,117,'field_763fe53','87576585356'),(468,117,'message','Ndjsjdshushfsjcihdhvd jsidjdihefuskfbsdha hduwahafhisudsjdafhiu hwhfoiejfuhfajf hiojsdcahfshdjasf saofhcsdivksahfsdhfuhf hoteldhruvpalace.com'),(469,118,'name','Taupmaype'),(470,118,'email','jchamberlain@west-bend.k12.wi.us'),(471,118,'field_763fe53','89030658897'),(472,118,'message','Let the Robot bring you money while you rest. https://vef.worldnews.biz.pl/Dously'),(473,119,'name','Taupmaype'),(474,119,'email','burk_tiffany07@hotmail.com'),(475,119,'field_763fe53','89036150073'),(476,119,'message','Still not a millionaire? The financial robot will make you him! https://vef.worldnews.biz.pl/Dously'),(477,120,'name','Taupmaype'),(478,120,'email','obles@gmail.com'),(479,120,'field_763fe53','89033009090'),(480,120,'message','Making money is very easy if you use the financial Robot. https://newsworld.biz.pl/link'),(481,121,'name','Taupmaype'),(482,121,'email','rnfepi@gmail.com'),(483,121,'field_763fe53','89036946983'),(484,121,'message','Check out the newest way to make a fantastic profit. https://newsworld.biz.pl/link'),(485,122,'name','Taupmaype'),(486,122,'email','173732195@qq.com'),(487,122,'field_763fe53','89036523042'),(488,122,'message','Make thousands of bucks. Financial robot will help you to do it! https://newsworld.biz.pl/link'),(489,123,'name','Mike Harris'),(490,123,'email','no-replyDaulkraf@gmail.com'),(491,123,'field_763fe53','84339453982'),(492,123,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Harris'),(493,124,'name','Taupmaype'),(494,124,'email','jaof930402@hotmail.com'),(495,124,'field_763fe53','89035551657'),(496,124,'message','Launch the financial Bot now to start earning. https://newsworld.biz.pl/link'),(497,125,'name','Taupmaype'),(498,125,'email','Ibarrar1423@yahoo.com'),(499,125,'field_763fe53','89037489375'),(500,125,'message','Feel free to buy everything you want with the additional income. https://newsworld.biz.pl/link'),(501,126,'name','Taupmaype'),(502,126,'email','marsrosen3@hotmail.com'),(503,126,'field_763fe53','89031328693'),(504,126,'message','Try out the automatic robot to keep earning all day long. https://newsworld.biz.pl/link'),(505,127,'name','Laura Holton'),(506,127,'email','laura.holton@sondemar.com'),(507,127,'field_763fe53','5042916418'),(508,127,'message','Hi,\r\n\r\nWhy don\'t you own the domain name uvpal.com? I saw it for sale at Sedo and thought it would be a great match for your website.\r\n\r\nKind regards,\r\nLaura'),(509,128,'name','Taupmaype'),(510,128,'email','dharrris@msn.com'),(511,128,'field_763fe53','89036222692'),(512,128,'message','Earning $1000 a day is easy if you use this financial Robot. https://newsworld.biz.pl/link'),(513,129,'name','Eric Jones'),(514,129,'email','ericjonesmyemail@gmail.com'),(515,129,'field_763fe53','555-555-1212'),(516,129,'message','Hello, my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(517,130,'name','Taupmaype'),(518,130,'email','vlui318@yahoo.com'),(519,130,'field_763fe53','89030555753'),(520,130,'message','Attention! Financial robot may bring you millions! https://Dously.newsworld.biz.pl/Dously'),(521,131,'name','Taupmaype'),(522,131,'email','SL4NOW@OPTONLINE.NET'),(523,131,'field_763fe53','89031555665'),(524,131,'message','The online income is your key to success. https://skand.newsworld.biz.pl/celpilk'),(525,132,'name','Taupmaype'),(526,132,'email','Captbuckssauce@msn.com'),(527,132,'field_763fe53','89038353538'),(528,132,'message','Every your dollar can turn into $100 after you lunch this Robot. https://skand.newsworld.biz.pl/celpilk'),(529,133,'name','Taupmaype'),(530,133,'email','bingqsu212@hotmail.com'),(531,133,'field_763fe53','89031090349'),(532,133,'message','Need money? The financial robot is your solution. https://skand.newsworld.biz.pl/celpilk'),(533,134,'name','Taupmaype'),(534,134,'email','rykvz@yahoo.com'),(535,134,'field_763fe53','89032214421'),(536,134,'message','The online income is the easiest ways to make you dream come true. https://skand.newsworld.biz.pl/celpilk'),(537,135,'name','Taupmaype'),(538,135,'email','safine38@gmail.com'),(539,135,'field_763fe53','89034332148'),(540,135,'message','Online Bot will bring you wealth and satisfaction. https://skand.newsworld.biz.pl/celpilk'),(541,136,'name','Taupmaype'),(542,136,'email','jfbrfein@yahoo.com'),(543,136,'field_763fe53','89037505606'),(544,136,'message','The huge income without investments is available. https://skand.newsworld.biz.pl/celpilk'),(545,137,'name','Taupmaype'),(546,137,'email','ronw91340@gmail.com'),(547,137,'field_763fe53','89035908778'),(548,137,'message','Your money work even when you sleep. https://skand.newsworld.biz.pl/celpilk'),(549,138,'name','Taupmaype'),(550,138,'email','jmorelli12@comcast.net'),(551,138,'field_763fe53','89034192254'),(552,138,'message','Looking for an easy way to make money? Check out the financial robot. https://skand.newsworld.biz.pl/celpilk'),(553,139,'name','Eric Jones'),(554,139,'email','ericjonesmyemail@gmail.com'),(555,139,'field_763fe53','555-555-1212'),(556,139,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(557,140,'name','Taupmaype'),(558,140,'email','sebas_2004lp@hotmail.com'),(559,140,'field_763fe53','89030514597'),(560,140,'message','Making money in the net is easier now. https://skand.newsworld.biz.pl/celpilk'),(561,141,'name','Taupmaype'),(562,141,'email','bliss87052002@yahoo.com'),(563,141,'field_763fe53','89039593848'),(564,141,'message','The huge income without investments is available. https://skand.newsworld.biz.pl/celpilk'),(565,142,'name','Eric Jones'),(566,142,'email','ericjonesmyemail@gmail.com'),(567,142,'field_763fe53','555-555-1212'),(568,142,'message','My name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(569,143,'name','Taupmaype'),(570,143,'email','j_santiago@att.net'),(571,143,'field_763fe53','89030399829'),(572,143,'message','Just one click can turn you dollar into $1000. https://skand.newsworld.biz.pl/celpilk'),(573,144,'name','Taupmaype'),(574,144,'email','jonc921@yahoo.com'),(575,144,'field_763fe53','89036665326'),(576,144,'message','Online earnings are the easiest way for financial independence. https://skand.newsworld.biz.pl/celpilk'),(577,145,'name','Eric Jones'),(578,145,'email','ericjonesmyemail@gmail.com'),(579,145,'field_763fe53','555-555-1212'),(580,145,'message','Hello, my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(581,146,'name','Taupmaype'),(582,146,'email','dsl91765@yahoo.com'),(583,146,'field_763fe53','89031052837'),(584,146,'message','Using this Robot is the best way to make you rich. https://skand.newsworld.biz.pl/celpilk'),(585,147,'name','Taupmaype'),(586,147,'email','shiva.meerut5@gmail.com'),(587,147,'field_763fe53','89036900559'),(588,147,'message','Make $1000 from $1 in a few minutes. Launch the financial robot now. https://skand.newsworld.biz.pl/celpilk'),(589,148,'name','Taupmaype'),(590,148,'email','uslminutos@hotmail.com'),(591,148,'field_763fe53','89034229204'),(592,148,'message','Rich people are rich because they use this robot. https://skand.newsworld.biz.pl/celpilk'),(593,149,'name','Eric Jones'),(594,149,'email','ericjonesmyemail@gmail.com'),(595,149,'field_763fe53','555-555-1212'),(596,149,'message','Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(597,150,'name','Taupmaype'),(598,150,'email','qube8@aol.com'),(599,150,'field_763fe53','89038064589'),(600,150,'message','Making money can be extremely easy if you use this Robot. https://skand.newsworld.biz.pl/celpilk'),(601,151,'name','Eric Jones'),(602,151,'email','ericjonesmyemail@gmail.com'),(603,151,'field_763fe53','555-555-1212'),(604,151,'message','Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(605,152,'name','Taupmaype'),(606,152,'email','odog21@gmx.net'),(607,152,'field_763fe53','89030951490'),(608,152,'message','Make money online, staying at home this cold winter. https://skand.newsworld.biz.pl/celpilk'),(609,153,'name','Taupmaype'),(610,153,'email','kimbrely.hancock@yahoo.com'),(611,153,'field_763fe53','89031997638'),(612,153,'message','Check out the newest way to make a fantastic profit. https://skand.newsworld.biz.pl/celpilk'),(613,154,'name','Taupmaype'),(614,154,'email','ruanfillipemuniz@hotmail.com'),(615,154,'field_763fe53','89039408718'),(616,154,'message','Find out about the fastest way for a financial independence. https://skand.newsworld.biz.pl/celpilk'),(617,155,'name','Taupmaype'),(618,155,'email','ruthtm85@yahoo.com'),(619,155,'field_763fe53','89033609098'),(620,155,'message','Launch the financial Bot now to start earning. https://skand.newsworld.biz.pl/celpilk'),(621,156,'name','Taupmaype'),(622,156,'email','nmpjoshi@gmail.com'),(623,156,'field_763fe53','89039972018'),(624,156,'message','Earn additional money without efforts and skills. https://skand.newsworld.biz.pl/celpilk'),(625,157,'name','Taupmaype'),(626,157,'email','wnguyen0110@gmail.com'),(627,157,'field_763fe53','89036375949'),(628,157,'message','Financial robot is a great way to manage and increase your income. https://skand.newsworld.biz.pl/celpilk'),(629,158,'name','Eric Jones'),(630,158,'email','ericjonesmyemail@gmail.com'),(631,158,'field_763fe53','555-555-1212'),(632,158,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(633,159,'name','Taupmaype'),(634,159,'email','tuba_yilmaz@hotmail.com'),(635,159,'field_763fe53','89037726354'),(636,159,'message','Robot never sleeps. It makes money for you 24/7. https://skand.world4news.biz.pl/celpilk'),(637,160,'name','Taupmaype'),(638,160,'email','ltcharles2@yahoo.com'),(639,160,'field_763fe53','89036703646'),(640,160,'message','Make money 24/7 without any efforts and skills. https://skand.world4news.biz.pl/celpilk'),(641,161,'name','Mike Albertson'),(642,161,'email','no-replyDaulkraf@gmail.com'),(643,161,'field_763fe53','85963543528'),(644,161,'message','Good Day \r\n \r\nThis is Mike Albertson\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Albertson\r\n \r\nmike@strictlydigital.net'),(645,162,'name','Taupmaype'),(646,162,'email','hwils7fy@gmail.com'),(647,162,'field_763fe53','89039145486'),(648,162,'message','Buy everything you want earning money online. https://skand.world4news.biz.pl/celpilk'),(649,163,'name','Taupmaype'),(650,163,'email','wirusowezap.alenieopon@gmail.com'),(651,163,'field_763fe53','89039769840'),(652,163,'message','Everyone can earn as much as he wants suing this Bot. https://skand.world4news.biz.pl/celpilk'),(653,164,'name','Taupmaype'),(654,164,'email','thatgirlanna@yahoo.com'),(655,164,'field_763fe53','89031574587'),(656,164,'message','Find out about the fastest way for a financial independence. https://skand.world4news.biz.pl/celpilk'),(657,165,'name','Taupmaype'),(658,165,'email','ninjashinobu8890@yahoo.com'),(659,165,'field_763fe53','89038032534'),(660,165,'message','Financial robot keeps bringing you money while you sleep. https://skand.world4news.biz.pl/celpilk'),(661,166,'name','Taupmaype'),(662,166,'email','cheyenne.sydney@yahoo.com'),(663,166,'field_763fe53','89039284440'),(664,166,'message','Earning $1000 a day is easy if you use this financial Robot. https://skand.world4news.biz.pl/celpilk'),(665,167,'name','Taupmaype'),(666,167,'email','to9me1@gmail.com'),(667,167,'field_763fe53','89036517203'),(668,167,'message','Most successful people already use Robot. Do you? https://skand.world4news.biz.pl/celpilk'),(669,168,'name','Taupmaype'),(670,168,'email','riverway98@yahoo.com'),(671,168,'field_763fe53','89032663467'),(672,168,'message','Check out the newest way to make a fantastic profit. https://skand.world4news.biz.pl/celpilk'),(673,169,'name','Taupmaype'),(674,169,'email','norcal707@yahoo.com'),(675,169,'field_763fe53','89035642215'),(676,169,'message','Launch the financial Robot and do your business. https://skand.world4news.biz.pl/celpilk'),(677,170,'name','Taupmaype'),(678,170,'email','manuelg91@yahoo.com'),(679,170,'field_763fe53','89039350621'),(680,170,'message','Buy everything you want earning money online. https://skand.world4news.biz.pl/celpilk'),(681,171,'name','Taupmaype'),(682,171,'email','taj_duh@hotmail.com'),(683,171,'field_763fe53','89037991811'),(684,171,'message','Thousands of bucks are guaranteed if you use this robot. https://skand.world4news.biz.pl/celpilk'),(685,172,'name','Taupmaype'),(686,172,'email','ilianared7@hotmail.com'),(687,172,'field_763fe53','89039450154'),(688,172,'message','Start your online work using the financial Robot. https://skand.world4news.biz.pl/celpilk'),(689,173,'name','Taupmaype'),(690,173,'email','rachel.e.oneill@gmail.com'),(691,173,'field_763fe53','89038679673'),(692,173,'message','One dollar is nothing, but it can grow into $100 here. https://skand.world4news.biz.pl/celpilk'),(693,174,'name','Taupmaype'),(694,174,'email','s.hernandorena.19@hotmail.com'),(695,174,'field_763fe53','89030683973'),(696,174,'message','Attention! Here you can earn money online! https://fqxtzbiyr.com/14?r=35846'),(697,175,'name','Taupmaype'),(698,175,'email','zwqzbup8tyh0mum9c@gmail.com'),(699,175,'field_763fe53','89035974689'),(700,175,'message','One click of the robot can bring you thousands of bucks. https://fqxtzbiyr.com/14?r=35846'),(701,176,'name','Taupmaype'),(702,176,'email','mamita6928@yahoo.com'),(703,176,'field_763fe53','89031576375'),(704,176,'message','Still not a millionaire? The financial robot will make you him! https://fqxtzbiyr.com/14?r=35846'),(705,177,'name','Taupmaype'),(706,177,'email','andrew.zahler@gmail.com'),(707,177,'field_763fe53','89039184039'),(708,177,'message','The best way for everyone who rushes for financial independence. https://fqxtzbiyr.com/14?r=35846'),(709,178,'name','Taupmaype'),(710,178,'email','rednebraskaminnesota@yahoo.com'),(711,178,'field_763fe53','89033059202'),(712,178,'message','Online job can be really effective if you use this Robot. https://fqxtzbiyr.com/14?r=35846'),(713,179,'name','Taupmaype'),(714,179,'email','tnhadhrir@gmail.com'),(715,179,'field_763fe53','89030287645'),(716,179,'message','Let your money grow into the capital with this Robot. https://fqxtzbiyr.com/14?r=35846'),(717,180,'name','Annapi'),(718,180,'email','annapi@helenmondmema.tk'),(719,180,'field_763fe53','68721131522'),(720,180,'message','Hеllo аll, guуѕǃ Ι know, mу mеssаgе mау bе too sрecіfiс,\r\nBut mу ѕiѕtеr fоund niсе mаn hеrе аnd theу mаrriеd, so how аbout mе?! :)\r\nI аm 25 уeаrs оld, Annа, from Rоmаnia, I knоw Еnglish and Germаn languаgeѕ alѕо\r\nΑnd... Ι have sрecifіс dіѕeaѕe, nаmеd nymphоmаnіа. Who knоw what іs thіs, can undеrstаnd mе (bettеr tо ѕaу іt іmmеdіatеlу)\r\nАh уеs, I сооk vеry tastyǃ аnd Ι lоvе nоt оnlу coоk ;))\r\nIm reаl gіrl, not prostіtute, and lоoking for sеrіоus аnd hоt relatiоnѕhіp...\r\nАnуway, you can fіnd my рrоfіlе here: http://tioplymchacu.tk/itm-72582/'),(721,181,'name','Taupmaype'),(722,181,'email','wsgswinton@aol.com'),(723,181,'field_763fe53','89033914326'),(724,181,'message','Making money can be extremely easy if you use this Robot. https://fqxtzbiyr.com/14?r=35846'),(725,182,'name','Taupmaype'),(726,182,'email','sgtcyr@yahoo.com'),(727,182,'field_763fe53','89038432466'),(728,182,'message','Make thousands every week working online here. https://fqxtzbiyr.com/14?r=35846'),(729,183,'name','Taupmaype'),(730,183,'email','Stuff@InsomniacArts.com'),(731,183,'field_763fe53','89037755023'),(732,183,'message','Your money work even when you sleep. https://fqxtzbiyr.com/14?r=35846'),(733,184,'name','Taupmaype'),(734,184,'email','lessahhammond@yahoo.com'),(735,184,'field_763fe53','89036064133'),(736,184,'message','Make money 24/7 without any efforts and skills. https://fqxtzbiyr.com/14?r=35846'),(737,185,'name','Taupmaype'),(738,185,'email','jeremy.ross51@yahoo.com'),(739,185,'field_763fe53','89033517572'),(740,185,'message','Even a child knows how to make money. This robot is what you need! https://fqxtzbiyr.com/14?r=35846'),(741,186,'name','Mike Bishop'),(742,186,'email','no-replyDaulkraf@gmail.com'),(743,186,'field_763fe53','89348921224'),(744,186,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Bishop'),(745,187,'name','Taupmaype'),(746,187,'email','ylamont@verizon.net'),(747,187,'field_763fe53','89035907001'),(748,187,'message','The best online job for retirees. Make your old ages rich. https://fqxtzbiyr.com/14?r=35846'),(749,188,'name','Taupmaype'),(750,188,'email','photomatic99@yahoo.com'),(751,188,'field_763fe53','89038682120'),(752,188,'message','Thousands of bucks are guaranteed if you use this robot. https://fqxtzbiyr.com/14?r=35846'),(753,189,'name','Taupmaype'),(754,189,'email','o714@aol.com'),(755,189,'field_763fe53','89033356975'),(756,189,'message','Online job can be really effective if you use this Robot. https://fqxtzbiyr.com/14?r=35846'),(757,190,'name','Taupmaype'),(758,190,'email','Josh__5@hotmail.com'),(759,190,'field_763fe53','89033930106'),(760,190,'message','Using this Robot is the best way to make you rich. https://fqxtzbiyr.com/14?r=35846'),(761,191,'name','Taupmaype'),(762,191,'email','kaylabizzle@ymail.com'),(763,191,'field_763fe53','89037382284'),(764,191,'message','Financial Robot is #1 investment tool ever. Launch it! https://fqxtzbiyr.com/14?r=35846'),(765,192,'name','Taupmaype'),(766,192,'email','TF2rnaments@email.com'),(767,192,'field_763fe53','89033748586'),(768,192,'message','Even a child knows how to make money. Do you? https://fqxtzbiyr.com/14?r=35846'),(769,193,'name','Taupmaype'),(770,193,'email','Laurie@lauriebrownrealtor.com'),(771,193,'field_763fe53','89037413601'),(772,193,'message','Make money 24/7 without any efforts and skills. https://fqxtzbiyr.com/14?r=35846'),(773,194,'name','Taupmaype'),(774,194,'email','saracb05@gmail.com'),(775,194,'field_763fe53','89038799028'),(776,194,'message','Earn additional money without efforts and skills. https://fqxtzbiyr.com/14?r=35846'),(777,195,'name','Taupmaype'),(778,195,'email','negita_1350@yahoo.com'),(779,195,'field_763fe53','89031571689'),(780,195,'message','Only one click can grow up your money really fast. https://fqxtzbiyr.com/14?r=35846'),(781,196,'name','Taupmaype'),(782,196,'email','xpngub@wsmofk.com'),(783,196,'field_763fe53','89039788919'),(784,196,'message','Online earnings are the easiest way for financial independence. https://fqxtzbiyr.com/14?r=35846'),(785,197,'name','Eric Jones'),(786,197,'email','ericjonesmyemail@gmail.com'),(787,197,'field_763fe53','555-555-1212'),(788,197,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(789,198,'name','Taupmaype'),(790,198,'email','faheem.anwar2@gmail.com'),(791,198,'field_763fe53','89037488548'),(792,198,'message','We know how to make our future rich and do you? https://iujxnsp.com/27?r=yuqrebng35846'),(793,199,'name','Taupmaype'),(794,199,'email','mkjtcassidy@yahoo.com'),(795,199,'field_763fe53','89030056342'),(796,199,'message','Still not a millionaire? Fix it now! https://iujxnsp.com/27?r=yuqrebng35846'),(797,200,'name','Taupmaype'),(798,200,'email','mmdt2701@gmail.com'),(799,200,'field_763fe53','89030326322'),(800,200,'message','Even a child knows how to make $100 today. https://iujxnsp.com/27?r=yuqrebng35846'),(801,201,'name','Taupmaype'),(802,201,'email','dfhgkjkvfbh@gmail.com'),(803,201,'field_763fe53','89031721993'),(804,201,'message','Just one click can turn you dollar into $1000. https://iujxnsp.com/27?r=yuqrebng35846'),(805,202,'name','Taupmaype'),(806,202,'email','nrbroderick@gmail.com'),(807,202,'field_763fe53','89031502201'),(808,202,'message','Feel free to buy everything you want with the additional income. https://iujxnsp.com/27?r=yuqrebng35846'),(809,203,'name','Taupmaype'),(810,203,'email','hard_metal_fan@yahoo.com'),(811,203,'field_763fe53','89035052756'),(812,203,'message','Attention! Here you can earn money online! https://iujxnsp.com/27?r=yuqrebng35846'),(813,204,'name','Taupmaype'),(814,204,'email','meekjafar@yandex.com'),(815,204,'field_763fe53','89036563548'),(816,204,'message','Start your online work using the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(817,205,'name','Eric Jones'),(818,205,'email','ericjonesmyemail@gmail.com'),(819,205,'field_763fe53','555-555-1212'),(820,205,'message','My name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(821,206,'name','Taupmaype'),(822,206,'email','merryparks@live.com'),(823,206,'field_763fe53','89036112615'),(824,206,'message','Rich people are rich because they use this robot. https://iujxnsp.com/27?r=yuqrebng35846'),(825,207,'name','Taupmaype'),(826,207,'email','roobina.moorghen@yahoo.com'),(827,207,'field_763fe53','89038890338'),(828,207,'message','The financial Robot works for you even when you sleep. https://iujxnsp.com/27?r=yuqrebng35846'),(829,208,'name','nym4297997tetcher'),(830,208,'email','rphtvyop@boyfriendmail.ml'),(831,208,'field_763fe53','81797791231'),(832,208,'message','mns4297997utr OfaMqAW Cb55 go9pcGo'),(833,209,'name','Eric Jones'),(834,209,'email','ericjonesmyemail@gmail.com'),(835,209,'field_763fe53','555-555-1212'),(836,209,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(837,210,'name','Taupmaype'),(838,210,'email','teokemohe@gmail.com'),(839,210,'field_763fe53','89034446694'),(840,210,'message','Try out the best financial robot in the Internet. https://iujxnsp.com/27?r=yuqrebng35846'),(841,211,'name','Mike Fisher'),(842,211,'email','no-replyDaulkraf@gmail.com'),(843,211,'field_763fe53','82524761835'),(844,211,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Fisher\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(845,212,'name','Taupmaype'),(846,212,'email','popcaanchriswagg@yahoo.com'),(847,212,'field_763fe53','89034691230'),(848,212,'message','Everyone can earn as much as he wants suing this Bot. https://iujxnsp.com/27?r=yuqrebng35846'),(849,213,'name','Taupmaype'),(850,213,'email','dayaramsonsjpr@gmail.com'),(851,213,'field_763fe53','89032206931'),(852,213,'message','Let the financial Robot be your companion in the financial market. https://iujxnsp.com/27?r=yuqrebng35846'),(853,214,'name','Taupmaype'),(854,214,'email','katinamalone84@gmail.com'),(855,214,'field_763fe53','89032420691'),(856,214,'message','The online income is the easiest ways to make you dream come true. https://iujxnsp.com/27?r=yuqrebng35846'),(857,215,'name','Taupmaype'),(858,215,'email','kitew@mail.santarosa.k12.fl.us'),(859,215,'field_763fe53','89030343222'),(860,215,'message','Thousands of bucks are guaranteed if you use this robot. https://iujxnsp.com/27?r=yuqrebng35846'),(861,216,'name','Eric Jones'),(862,216,'email','ericjonesmyemail@gmail.com'),(863,216,'field_763fe53','555-555-1212'),(864,216,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(865,217,'name','Taupmaype'),(866,217,'email','Ukevia1994@gmail.com'),(867,217,'field_763fe53','89033919675'),(868,217,'message','Still not a millionaire? The financial robot will make you him! https://iujxnsp.com/27?r=yuqrebng35846'),(869,218,'name','Taupmaype'),(870,218,'email','tparksjr@juno.com'),(871,218,'field_763fe53','89036643603'),(872,218,'message','Make dollars staying at home and launched this Bot. https://iujxnsp.com/27?r=yuqrebng35846'),(873,219,'name','Taupmaype'),(874,219,'email','amuqfj@gmail.com'),(875,219,'field_763fe53','89034432672'),(876,219,'message','Make your computer to be you earning instrument. https://iujxnsp.com/27?r=yuqrebng35846'),(877,220,'name','Taupmaype'),(878,220,'email','debbie.fuhr@yahoo.com'),(879,220,'field_763fe53','89039970690'),(880,220,'message','No worries if you are fired. Work online. https://iujxnsp.com/27?r=yuqrebng35846'),(881,221,'name','Taupmaype'),(882,221,'email','tisigbor@gmail.com'),(883,221,'field_763fe53','89032701599'),(884,221,'message','Launch the financial Bot now to start earning. https://iujxnsp.com/27?r=yuqrebng35846'),(885,222,'name','Taupmaype'),(886,222,'email','markrokosz@sbcglobal.net'),(887,222,'field_763fe53','89035224548'),(888,222,'message','Financial Robot is #1 investment tool ever. Launch it! https://iujxnsp.com/27?r=yuqrebng35846'),(889,223,'name','Taupmaype'),(890,223,'email','easyaugustine@yahoo.com'),(891,223,'field_763fe53','89035238656'),(892,223,'message','Automatic robot is the best start for financial independence. https://iujxnsp.com/27?r=yuqrebng35846'),(893,224,'name','Taupmaype'),(894,224,'email','john.peters09@ovi.com'),(895,224,'field_763fe53','89030340316'),(896,224,'message','Turn $1 into $100 instantly. Use the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(897,225,'name','Taupmaype'),(898,225,'email','frajo408@yahoo.com'),(899,225,'field_763fe53','89037634761'),(900,225,'message','Earning money in the Internet is easy if you use Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(901,226,'name','Taupmaype'),(902,226,'email','nurselily13@gmail.com'),(903,226,'field_763fe53','89032080229'),(904,226,'message','Making money is very easy if you use the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(905,227,'name','Taupmaype'),(906,227,'email','drpaul.garcia@virgin.net'),(907,227,'field_763fe53','89035942570'),(908,227,'message','Start your online work using the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(909,228,'name','Taupmaype'),(910,228,'email','pogarwale@gmail.com'),(911,228,'field_763fe53','89035513230'),(912,228,'message','Let the Robot bring you money while you rest. https://iujxnsp.com/27?r=yuqrebng35846'),(913,229,'name','Taupmaype'),(914,229,'email','samuil9000@gmail.com'),(915,229,'field_763fe53','89030614645'),(916,229,'message','Looking forward for income? Get it online. https://iujxnsp.com/27?r=yuqrebng35846'),(917,230,'name','Taupmaype'),(918,230,'email','lizbethesquivel97@yahoo.com'),(919,230,'field_763fe53','89034929401'),(920,230,'message','Let the Robot bring you money while you rest. https://iujxnsp.com/27?r=yuqrebng35846'),(921,231,'name','Taupmaype'),(922,231,'email','N8ssan424@yahoo.com'),(923,231,'field_763fe53','89032884990'),(924,231,'message','Using this Robot is the best way to make you rich. https://iujxnsp.com/27?r=yuqrebng35846'),(925,232,'name','Eric Jones'),(926,232,'email','ericjonesmyemail@gmail.com'),(927,232,'field_763fe53','555-555-1212'),(928,232,'message','Hello, my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(929,233,'name','Eric Jones'),(930,233,'email','ericjonesmyemail@gmail.com'),(931,233,'field_763fe53','555-555-1212'),(932,233,'message','Hi, Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(933,234,'name','Taupmaype'),(934,234,'email','makayla5432@yahoo.com'),(935,234,'field_763fe53','89030131094'),(936,234,'message','Start making thousands of dollars every week. https://iujxnsp.com/27?r=yuqrebng35846'),(937,235,'name','Eric Jones'),(938,235,'email','ericjonesmyemail@gmail.com'),(939,235,'field_763fe53','555-555-1212'),(940,235,'message','Hi, my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(941,236,'name','Taupmaype'),(942,236,'email','deanehmann@yahoo.com'),(943,236,'field_763fe53','89038659510'),(944,236,'message','Every your dollar can turn into $100 after you lunch this Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(945,237,'name','Mike Farrell'),(946,237,'email','no-replyDaulkraf@gmail.com'),(947,237,'field_763fe53','83279184133'),(948,237,'message','Good Day \r\n \r\nI have just analyzed hoteldhruvpalace.com for the current search visibility and saw that your website could use a boost. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Farrell\r\n \r\n \r\nPS: Quality SEO content is included'),(949,238,'name','Taupmaype'),(950,238,'email','danmat72@aol.com'),(951,238,'field_763fe53','89032026746'),(952,238,'message','Small investments can bring tons of dollars fast. https://iujxnsp.com/27?r=yuqrebng35846'),(953,239,'name','Eric Jones'),(954,239,'email','ericjonesmyemail@gmail.com'),(955,239,'field_763fe53','555-555-1212'),(956,239,'message','Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(957,240,'name','Taupmaype'),(958,240,'email','durbano04@earthlink.net'),(959,240,'field_763fe53','89034527172'),(960,240,'message','Turn $1 into $100 instantly. Use the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(961,241,'name','Taupmaype'),(962,241,'email','dragonsleeper22@yahoo.com'),(963,241,'field_763fe53','89035806766'),(964,241,'message','No need to stay awake all night long to earn money. Launch the robot. https://iujxnsp.com/27?r=yuqrebng35846'),(965,242,'name','Taupmaype'),(966,242,'email','ecmilfort@yahoo.com'),(967,242,'field_763fe53','89032988019'),(968,242,'message','The financial Robot is your future wealth and independence. https://iujxnsp.com/27?r=yuqrebng35846'),(969,243,'name','Taupmaype'),(970,243,'email','thehoaghb@yahoo.com'),(971,243,'field_763fe53','89033126784'),(972,243,'message','Automatic robot is the best start for financial independence. https://iujxnsp.com/27?r=yuqrebng35846'),(973,244,'name','Taupmaype'),(974,244,'email','renszi1991@hotmail.com'),(975,244,'field_763fe53','89032474999'),(976,244,'message','Launch the financial Robot and do your business. https://iujxnsp.com/27?r=yuqrebng35846'),(977,245,'name','Taupmaype'),(978,245,'email','abeermahdi3wad@hotmail.com'),(979,245,'field_763fe53','89037293133'),(980,245,'message','Making money is very easy if you use the financial Robot. https://iujxnsp.com/27?r=yuqrebng35846'),(981,246,'name','Taupmaype'),(982,246,'email','MEDERO@YAHOO.COM'),(983,246,'field_763fe53','89033872712'),(984,246,'message','It is the best time to launch the Robot to get more money. https://iujxnsp.com/27?r=yuqrebng35846'),(985,247,'name','Taupmaype'),(986,247,'email','mylilyofthevalley@gmail.com'),(987,247,'field_763fe53','89037829838'),(988,247,'message','Make your laptop a financial instrument with this program. https://iujxnsp.com/27?r=yuqrebng35846'),(989,248,'name','Eric Jones'),(990,248,'email','ericjonesmyemail@gmail.com'),(991,248,'field_763fe53','555-555-1212'),(992,248,'message','Hi, my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(993,249,'name','Taupmaype'),(994,249,'email','rogerlcarroll@yahoo.com'),(995,249,'field_763fe53','89035045875'),(996,249,'message','Most successful people already use Robot. Do you? https://iujxnsp.com/27?r=yuqrebng35846'),(997,250,'name','Eric Jones'),(998,250,'email','ericjonesmyemail@gmail.com'),(999,250,'field_763fe53','555-555-1212'),(1000,250,'message','Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1001,251,'name','Eric Jones'),(1002,251,'email','ericjonesmyemail@gmail.com'),(1003,251,'field_763fe53','555-555-1212'),(1004,251,'message','Hello hoteldhruvpalace.com Admin.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1005,252,'name','Eric Jones'),(1006,252,'email','ericjonesmyemail@gmail.com'),(1007,252,'field_763fe53','555-555-1212'),(1008,252,'message','Hello hoteldhruvpalace.com Admin.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1009,253,'name','Eric Jones'),(1010,253,'email','ericjonesmyemail@gmail.com'),(1011,253,'field_763fe53','555-555-1212'),(1012,253,'message','To the hoteldhruvpalace.com Admin!\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1013,254,'name','Eric Jones'),(1014,254,'email','ericjonesmyemail@gmail.com'),(1015,254,'field_763fe53','555-555-1212'),(1016,254,'message','Hi hoteldhruvpalace.com Owner.\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1017,255,'name','Mike Miller'),(1018,255,'email','no-replyDaulkraf@gmail.com'),(1019,255,'field_763fe53','87648593693'),(1020,255,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Miller'),(1021,256,'name','Eric Jones'),(1022,256,'email','ericjonesmyemail@gmail.com'),(1023,256,'field_763fe53','555-555-1212'),(1024,256,'message','To the hoteldhruvpalace.com Admin! Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1025,257,'name','Janna Grunwald'),(1026,257,'email','janna.grunwald@hotmail.com'),(1027,257,'field_763fe53','51-87-17-85'),(1028,257,'message','One click submission to 1000 business directories for your site here-> http://bit.ly/3X2uwK3'),(1029,258,'name','Eric Jones'),(1030,258,'email','ericjonesmyemail@gmail.com'),(1031,258,'field_763fe53','555-555-1212'),(1032,258,'message','Hi hoteldhruvpalace.com Owner!\r\n\r\nMy name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1033,259,'name','Donaldbes'),(1034,259,'email','zelatcol@gmail.com'),(1035,259,'field_763fe53','86616177486'),(1036,259,'message','Ciao, volevo sapere il tuo prezzo.'),(1037,260,'name','WilliamWer'),(1038,260,'email','no.reply.Tob@gmail.com'),(1039,260,'field_763fe53','89399538424'),(1040,260,'message','Gооd dаy! hoteldhruvpalace.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd аppеаl lаwfully? \r\nWе prоvidе а nеw lеgаl mеthоd оf sеnding соmmеrсiаl оffеr thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh lеttеrs аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 59 USD. \r\n \r\nThis оffеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.'),(1041,261,'name','Eric Jones'),(1042,261,'email','ericjonesmyemail@gmail.com'),(1043,261,'field_763fe53','555-555-1212'),(1044,261,'message','Dear hoteldhruvpalace.com Admin! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1045,262,'name','Eric Jones'),(1046,262,'email','eric.jones.z.mail@gmail.com'),(1047,262,'field_763fe53','555-555-1212'),(1048,262,'message','To the hoteldhruvpalace.com Owner!\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1049,263,'name','Mike Keat'),(1050,263,'email','no-replyDaulkraf@gmail.com'),(1051,263,'field_763fe53','87993624981'),(1052,263,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Keat'),(1053,264,'name','Eric Jones'),(1054,264,'email','ericjonesmyemail@gmail.com'),(1055,264,'field_763fe53','555-555-1212'),(1056,264,'message','Hello hoteldhruvpalace.com Webmaster. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1057,265,'name','Mike Longman'),(1058,265,'email','no-replyDaulkraf@gmail.com'),(1059,265,'field_763fe53','83245376368'),(1060,265,'message','Hello \r\n \r\nThis is Mike Longman\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Longman\r\n \r\nmike@strictlydigital.net'),(1061,266,'name','Eric Jones'),(1062,266,'email','ericjonesmyemail@gmail.com'),(1063,266,'field_763fe53','555-555-1212'),(1064,266,'message','Dear hoteldhruvpalace.com Owner! \r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1065,267,'name','Mike Adrian'),(1066,267,'email','no-replyDaulkraf@gmail.com'),(1067,267,'field_763fe53','83666245377'),(1068,267,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Adrian\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(1069,268,'name','Eric Jones'),(1070,268,'email','ericjonesmyemail@gmail.com'),(1071,268,'field_763fe53','555-555-1212'),(1072,268,'message','Hello hoteldhruvpalace.com Admin.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1073,269,'name','Eric Jones'),(1074,269,'email','ericjonesmyemail@gmail.com'),(1075,269,'field_763fe53','555-555-1212'),(1076,269,'message','Dear hoteldhruvpalace.com Webmaster!\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1077,270,'name','Eric Jones'),(1078,270,'email','ericjonesmyemail@gmail.com'),(1079,270,'field_763fe53','555-555-1212'),(1080,270,'message','To the hoteldhruvpalace.com Owner!\r\n\r\nMy name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1081,271,'name','Eric Jones'),(1082,271,'email','ericjonesmyemail@gmail.com'),(1083,271,'field_763fe53','555-555-1212'),(1084,271,'message','Hi hoteldhruvpalace.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1085,272,'name','Larrybes'),(1086,272,'email','zelatcol@gmail.com'),(1087,272,'field_763fe53','87944332661'),(1088,272,'message','Sveiki, aš norėjau sužinoti jūsų kainą.'),(1089,273,'name','Nicholasbes'),(1090,273,'email','zelatcol@gmail.com'),(1091,273,'field_763fe53','85634484962'),(1092,273,'message','Ndewo, achọrọ m ịmara ọnụahịa gị.'),(1093,274,'name','Alexanderbes'),(1094,274,'email','zelatcol@gmail.com'),(1095,274,'field_763fe53','82739859953'),(1096,274,'message','Hi, ego volo scire vestri pretium.'),(1097,275,'name','Eric Jones'),(1098,275,'email','ericjonesmyemail@gmail.com'),(1099,275,'field_763fe53','555-555-1212'),(1100,275,'message','To the hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1101,276,'name','Eric Jones'),(1102,276,'email','ericjonesmyemail@gmail.com'),(1103,276,'field_763fe53','555-555-1212'),(1104,276,'message','To the hoteldhruvpalace.com Admin! Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1105,277,'name','Fred Stansbury'),(1106,277,'email','fred@aiwriterplatform.com'),(1107,277,'field_763fe53','06-75928262'),(1108,277,'message','Hi there,\r\n\r\nI’m Fred, a fan of your store.\r\n\r\nI want to share AIWriter, an AI platform that writes content faster and better than humans.\r\n\r\nWith AIWriter, you can generate creative ideas for headlines, product descriptions, ads, video scripts, and more in 26 languages.\r\n\r\nAIWriter creates engaging and persuasive copy that matches your brand voice and tone.\r\n\r\nGet 10,000 free words with AIWriter. Visit aiwriterplatform.com and sign up.\r\n\r\nDon’t miss this opportunity to take your content creation skills to the next level!\r\n\r\nCheers, \r\nFred\r\nUnsubscribe: lp.vbt.site/31641/out'),(1109,278,'name','Eric Jones'),(1110,278,'email','ericjonesmyemail@gmail.com'),(1111,278,'field_763fe53','555-555-1212'),(1112,278,'message','Dear hoteldhruvpalace.com Owner!\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1113,279,'name','Mike Vance'),(1114,279,'email','no-replyDaulkraf@gmail.com'),(1115,279,'field_763fe53','84878637382'),(1116,279,'message','Hi there \r\n \r\nI have just took a look on your SEO for hoteldhruvpalace.com for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Vance\r\n \r\n \r\nPS: Quality SEO content is included'),(1117,280,'name','Eric Jones'),(1118,280,'email','eric.jones.z.mail@gmail.com'),(1119,280,'field_763fe53','555-555-1212'),(1120,280,'message','To the hoteldhruvpalace.com Administrator!\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1121,281,'name','Eric Jones'),(1122,281,'email','ericjonesmyemail@gmail.com'),(1123,281,'field_763fe53','555-555-1212'),(1124,281,'message','Dear hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1125,282,'name','Eric Jones'),(1126,282,'email','ericjonesmyemail@gmail.com'),(1127,282,'field_763fe53','555-555-1212'),(1128,282,'message','Hi hoteldhruvpalace.com Administrator! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1129,283,'name','Vonnie Engel'),(1130,283,'email','engel.vonnie@gmail.com'),(1131,283,'field_763fe53','02.72.70.61.67'),(1132,283,'message','Get unique, accurate content quickly!\r\n\r\nWith this AI\'s advanced algorithms and natural language processing capabilities. Plus, benefit from improved accuracy, faster turnarounds, and helpful feedback. \r\n\r\nTry it now at https://genietool.quest to experience the amazing features for yourself!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou can opt out of your domain anytime\r\nhttps://web-4u.org/optout/?site-hoteldhruvpalace.com'),(1133,284,'name','Eric Jones'),(1134,284,'email','ericjonesmyemail@gmail.com'),(1135,284,'field_763fe53','555-555-1212'),(1136,284,'message','Hello hoteldhruvpalace.com Webmaster. \r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1137,285,'name','Mike Baldwin'),(1138,285,'email','no-replyDaulkraf@gmail.com'),(1139,285,'field_763fe53','81747148879'),(1140,285,'message','Hi there \r\n \r\nI Just checked your hoteldhruvpalace.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Baldwin'),(1141,286,'name','JamesGar'),(1142,286,'email','a.lbe.r.t.han.s.h.in.4.9@gmail.com'),(1143,286,'field_763fe53','81222316279'),(1144,286,'message','Mjfejdjwdjiwdhwsuf hohaufheodajidhowaf hwidjidjqiohfuehooiPQKWODJQIJ IWJDOKDOWJDIjefiwjreir jwqifjweifewifeefjrghr jfejfekwlfjrghwjwajkdjwfew hoteldhruvpalace.com'),(1145,287,'name','Eric Jones'),(1146,287,'email','ericjonesmyemail@gmail.com'),(1147,287,'field_763fe53','555-555-1212'),(1148,287,'message','Hello hoteldhruvpalace.com Admin. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1149,288,'name','Mayra Smoot'),(1150,288,'email','hacker@scienceshq.com'),(1151,288,'field_763fe53','613-598-2773'),(1152,288,'message','We have hacked your website hoteldhruvpalace.com and extracted your databases. This was due to the security holes you had in your your site/server which have gained us remote control of pretty much everything that was on the server. \r\n\r\nOur team is mostly interested in customer, administrative, and employee information which we have extracted through your databases once we got remote control over the server. It still needs to be sorted out but it will be well-organized once finished. First, we will be going through the emails/sms information and contacting the recipient how you held in disregard about their information being exposed to a hacking group when you could have stopped it. This would be detrimental to your personal image with these relationships with these people. Lastly, now that we have information not only will we be monetizing off it with our methods but made public or sold to other people that will do whatever they wish with the information also after we are done.\r\n\r\nNow you can put a stop to this by paying a $3000 fee (0.11 BTC) in bitcoin to the address 3DrtMTJ7uDrURaNwBUbFxHy3pGhqoycAF8 We will be notified of payment which we will then delete the information we have obtained, patch the hole in the site/server which we got in and remove you from any future targeting in the future. You have 72 hours in doing so after viewing this message or the series of steps will commence. You can obtain bitcoin through such services such as paxful.com or do a search on bing.com'),(1153,289,'name','Tommy Buckland'),(1154,289,'email','tommy.buckland@gmail.com'),(1155,289,'field_763fe53','01.09.42.51.13'),(1156,289,'message','WordPress site to another level.\r\n\r\nThat\'s exactly what this AI can do, Ai chatbot, SEO, content creation, keyword research, and so much more https://ai4u.quest \r\n\r\n\r\nTrusted by 700k users and growing fast.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou can opt out of your domain anytime\r\nhttps://web-4u.org/optout/?site-hoteldhruvpalace.com'),(1157,290,'name','Monty Kitson'),(1158,290,'email','kitson.monty@gmail.com'),(1159,290,'field_763fe53','418-818-0845'),(1160,290,'message','Get unique, accurate content quickly!\r\n\r\nWith this AI\'s advanced algorithms and natural language processing capabilities. Plus, benefit from improved accuracy, faster turnarounds, and helpful feedback. \r\n\r\nTry it now at https://genietool.quest to experience the amazing features for yourself!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou can opt out of your domain anytime\r\nhttps://web-4u.org/optout/?site-hoteldhruvpalace.com'),(1161,291,'name','Mike Ford'),(1162,291,'email','no-replyDaulkraf@gmail.com'),(1163,291,'field_763fe53','85463644115'),(1164,291,'message','Good Day \r\n \r\nThis is Mike Ford\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your hoteldhruvpalace.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them. \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Ford\r\n \r\nmike@strictlydigital.net'),(1165,292,'name','Mike Mason'),(1166,292,'email','no-replyDaulkraf@gmail.com'),(1167,292,'field_763fe53','81394931431'),(1168,292,'message','Hi there \r\n \r\nJust checked your hoteldhruvpalace.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Mason'),(1169,293,'name','Jorg Chapin'),(1170,293,'email','chapin.jorg@gmail.com'),(1171,293,'field_763fe53','01.84.08.07.16'),(1172,293,'message','Another level with 1 click.\r\n\r\nTry this AI solution https://geniefreetrial.quest and say goodbye to SEO, content quality and lead generation headaches. \r\nTrusted by 1 million users and growing.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nYou can opt out of your domain anytime\r\nhttps://web-4u.org/optout/?site-hoteldhruvpalace.com'),(1173,294,'name','Joel Gage'),(1174,294,'email','joel.gage20@gmail.com'),(1175,294,'field_763fe53','3037369129'),(1176,294,'message','Hello, This is Joel, a Certified copywriter and content writer. I have 14 years of experience in writing blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, content for brochures, Proofreading, Social Media Captions, and content for SOPs. \r\nMy content has been ranked a lot of times on google. You will find my experience valuable for your business growth. I have also gone through your website hoteldhruvpalace.com and I have written content for your industry.\r\nI charge USD 100 for 1000 words. Let me know if you have any requirements right now. Please send me an email at Joel.Gage20@gmail.com.'),(1177,295,'name','Mike Durham'),(1178,295,'email','no-replyDaulkraf@gmail.com'),(1179,295,'field_763fe53','82383863915'),(1180,295,'message','If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Durham\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/'),(1181,296,'name','Eric Jones'),(1182,296,'email','ericjonesmyemail@gmail.com'),(1183,296,'field_763fe53','555-555-1212'),(1184,296,'message','Dear hoteldhruvpalace.com Owner. this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1185,297,'name','Mike Anderson'),(1186,297,'email','no-replyDaulkraf@gmail.com'),(1187,297,'field_763fe53','85579841584'),(1188,297,'message','Howdy \r\n \r\nI have just checked hoteldhruvpalace.com for its SEO metrics and saw that your website could use an upgrade. \r\n \r\nWe will improve your ranks organically and safely, using state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Anderson'),(1189,298,'name','Eric Jones'),(1190,298,'email','ericjonesmyemail@gmail.com'),(1191,298,'field_763fe53','555-555-1212'),(1192,298,'message','Hi hoteldhruvpalace.com Administrator. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1193,299,'name','Eric Jones'),(1194,299,'email','ericjonesmyemail@gmail.com'),(1195,299,'field_763fe53','555-555-1212'),(1196,299,'message','Dear hoteldhruvpalace.com Webmaster! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1197,300,'name','Eric Jones'),(1198,300,'email','ericjonesmyemail@gmail.com'),(1199,300,'field_763fe53','555-555-1212'),(1200,300,'message','Hello hoteldhruvpalace.com Administrator. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1201,301,'name','Eric Jones'),(1202,301,'email','ericjonesmyemail@gmail.com'),(1203,301,'field_763fe53','555-555-1212'),(1204,301,'message','Dear hoteldhruvpalace.com Admin!\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1205,302,'name','Eric Jones'),(1206,302,'email','ericjonesmyemail@gmail.com'),(1207,302,'field_763fe53','555-555-1212'),(1208,302,'message','To the hoteldhruvpalace.com Administrator. Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1209,303,'name','Eric Jones'),(1210,303,'email','ericjonesmyemail@gmail.com'),(1211,303,'field_763fe53','555-555-1212'),(1212,303,'message','Hi hoteldhruvpalace.com Owner. this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1213,304,'name','Eric Jones'),(1214,304,'email','ericjonesmyemail@gmail.com'),(1215,304,'field_763fe53','555-555-1212'),(1216,304,'message','Dear hoteldhruvpalace.com Administrator!\r\n\r\nThis is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1217,305,'name','Mike Watson'),(1218,305,'email','no-replyDaulkraf@gmail.com'),(1219,305,'field_763fe53','88347584931'),(1220,305,'message','Hi there \r\n \r\nI have just analyzed hoteldhruvpalace.com for onsite errors and saw that your website has a handful of issues which should be addressed. \r\n \r\nNo matter what you are offering or selling, having a poor optimized site, full of bugs and errors, will never help your ranks. \r\n \r\nLet us fix your wordpress site errors today and get your ranks reach their full potential \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/wordpress-seo-audit-and-fix-service/ \r\n \r\n \r\nRegards \r\nMike Watson'),(1221,306,'name','Rozella Parkes'),(1222,306,'email','rozella.parkes21@msn.com'),(1223,306,'field_763fe53','06-12653861'),(1224,306,'message','Hi there,\r\n\r\nWorld\'s First ChatGPT-Powered App That Generates High Quality Content & Converts It To Scroll Stopping Videos With Thousand Of DFY Templates is OUT Now!!!\r\n\r\nYes, you read that right. \r\n\r\nYou can now generate Not Only Content but also Videos For Yourself & For Your Clients With the power of Real AI (Full ChatGPT Approved)\r\n\r\n=> Click Here & Create Your First High Quality Contents & Videos Now: https://bit.ly/CHATGPT30\r\nSpecial $4 Off - ‘VIDMORA4’ (Expires in an hour time)\r\n\r\nLet me introduce you to this CRAZY AI Tool\r\n\r\nWorld\'s First ChatGPT-Powered App That Generates High Quality Content & Converts It To Scroll Stopping Videos With Unique AI Based BG Removal App & DFY Templates\r\n\r\nHow cool is that?\r\n\r\nNow you won’t have to pay for expensive platforms like Grammarly, Quillbolt, Rytr, Animaker, Jupiter, Videohive, Renderforest or any other site.\r\n\r\nSo let me ask you…\r\n\r\nAre you tired of Creating old videos & duplicate contents ?\r\n\r\nThanks to the brand new ChatGPT AI-powered software ... It combines the power of Content Creation, Video Creation & Video Marketing to get best results from one easy-to-use dashboard\r\n\r\nIt\'s loaded with awesome features like:\r\n\r\n► Professional & Fully Cloud-Based Platform\r\n► ChatGPT Powered AI Content & AI Video Creator Platform\r\n► 500+ Ready to Use Templates \r\n► Create Scroll-Stopping Videos for Your Social Media\r\n► Create AI Generated Content In Just Single Click\r\n► Create High Converting Video Ads \r\n► Custom 3D Characters to WOW your Audience \r\n► Custom 3D Objects with Animation to skyrocket your Sales \r\n► Instagram, FB, Snapchat, Whatsapp Thumb-Stopping Story Creator Create \r\n► Personalised Videos eCom Showcase Videos \r\n► 50 Built-in Premium Music Tracks \r\n► 3 Million+ Searchable Royalty Free Stocks \r\n► Huge Font Library \r\n► Upload Your Own Images, Videos \r\n► AI Powered Background Remover \r\n► Full HD Videos Completely \r\n► Step By Step Training\r\n► And much more...\r\n\r\n=> Get Your VidMora AI Lifetime Account + Commercial License at a One-Time Price: https://bit.ly/CHATGPT30\r\n\r\nSpecial $4 Off - ‘VIDMORA4’ (Expires in an hour time)\r\n\r\nCheers\r\n\r\nAbhi Newo\r\n45 St. Patricks Street, Miami\r\n=============================\r\n\r\nClick here to Unsubscribe.'),(1225,307,'name','Eric Jones'),(1226,307,'email','ericjonesmyemail@gmail.com'),(1227,307,'field_763fe53','555-555-1212'),(1228,307,'message','To the hoteldhruvpalace.com Admin! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1229,308,'name','Eric Jones'),(1230,308,'email','ericjonesmyemail@gmail.com'),(1231,308,'field_763fe53','555-555-1212'),(1232,308,'message','To the hoteldhruvpalace.com Admin!\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1233,309,'name','Sofia Kilgour'),(1234,309,'email','kilgour.sofia@hotmail.com'),(1235,309,'field_763fe53','208-201-9525'),(1236,309,'message','Hey,\r\n\r\nI just had to share something amazing with you that I recently discovered.\r\n\r\nYou know how starting and running a Lead Generation Agency (LGA) is the easiest and most profitable business you could start today?\r\n\r\nEspecially since the #1 concern for most small businesses in 2023 is lead generation, according to HubSpot.\r\n\r\nWell, guess what?\r\n\r\nThere\'s a brand new, all-in-one AI app that\'s just been launched, and it can build and run an LGA for you from scratch! Crazy, right?\r\n\r\nYou can check it out right here (Live Video Demonstration)\r\n===>>> https://bit.ly/cagency \r\n\r\nIt\'s called ClickAgencyAI, and it can auto-build complete lead campaigns for clients using AI-generated copy, pages, videos, images, lead magnets, and more - all you have to do is enter a keyword!\r\n\r\nAnd that\'s not all. This powerful app also comes with a whole range of features, including:\r\n\r\n[+] Building entire, congruent lead campaigns for clients with just a keyword\r\n[+] Auto-submission of ads to AdWords and Facebook (fully API approved)\r\n[+] Creating high-converting landing pages, ads, and images with AI\r\n[+] Persuasive AI-generated copywriting for headlines, body, ads, and more\r\n[+] AI-driven lead video creation engine\r\n[+] Powerful AI-generated lead magnets in various niches\r\n[+] Capturing and tracking leads with autoresponder integration\r\n[+] Commercial rights to sell lead campaigns or marketing materials\r\n[+] Agency technology integration, giving your clients access to the app\r\n\r\nI really think this is an incredible opportunity for you to streamline your lead generation business and offer top-notch services to clients. Don\'t miss out on this game-changing app!\r\n\r\n\r\nCheers\r\n\r\nAndrew W\r\n56 N Street, TX\r\n00947\r\n=======\r\nClick here to unsubscribe\r\nhttps://bit.ly/stop69'),(1237,310,'name','Jay'),(1238,310,'email','jay.abby73@gmail.com'),(1239,310,'field_763fe53','3037369129'),(1240,310,'message','Hi, I\'m Jay, a 14-year-experienced SEO copywriter and content writer. I have created top-ranking content for blogs, articles, e-commerce products, and websites for my clients. My fee is USD 50 for 1000 words, and I\'m open to discussing your requirements. \r\nJust send me an email at Jay.Abby73@gmail.com.'),(1241,311,'name','KarinaKep'),(1242,311,'email','karinaKep@melatov.com'),(1243,311,'field_763fe53','85587918677'),(1244,311,'message','Hello all, guуs! I knоw, my mesѕage maу bе tоo ѕpecifіс,\r\nВut mу ѕіstеr found nіce man hеrе аnd thеy mаrrіed, so hоw аbоut me?! :)\r\nΙ am 26 yeаrѕ old, Κarinа, from Rоmanіа, I know Engliѕh аnd Gеrman languаgеs аlѕo\r\nАnd... Ι hаve ѕpecific diseaѕe, named nуmрhomаniа. Ԝhо knоw whаt іs thіѕ, сan underѕtаnd me (bettеr to saу it immеdіatеlу)\r\nAh yеѕ, Ι cook verу tаѕtу! аnd Ι love not onlу coоk ;))\r\nIm reаl girl, nоt proѕtitutе, аnd loоkіng for seriouѕ and hоt rеlаtiоnѕhіp...\r\nAnywау, yоu сan fіnd mу prоfіle hеrе: http://philsaco.ml/idm-90707/'),(1245,312,'name','Mariel Beit'),(1246,312,'email','beit.mariel@gmail.com'),(1247,312,'field_763fe53','02.67.00.53.90'),(1248,312,'message',''),(1249,313,'name','Cornell Lightner'),(1250,313,'email','cornell.lightner@yahoo.com'),(1251,313,'field_763fe53','819-689-1640'),(1252,313,'message','Quick question,\r\n\r\nDo You want FREE TARGETED Traffic? What’s the most powerful marketing medium on the internet?\r\nIf you didn’t say video… you’re just plain wrong.\r\n\r\nSorry to be so blunt, but…\r\n70% of marketers are already using YouTube to promote their\r\nproducts and services.\r\n\r\nAnd yes i\'m talking about traffic\r\nthat actually converts into sales\r\nand continues to come in FOR YEARS..\r\n\r\nI don’t care what anyone says…\r\nNothing is better than someone going to Google,\r\ntyping in a keyword, and them landing on your website/video…\r\n\r\nThe problem is that…\r\n\r\nYou have to be a SEO JEDI to rank your website this days.\r\n\r\nBut there is another way…\r\n\r\nI’m using a SNEAKY tactic to rank on the first page of GOOGLE and siphon as much TARGETED TRAFFIC as I want!\r\n\r\nAnd what I love the most about this tactic is that:\r\n\r\n❌ you won’t have to learn a thing about SEO.\r\n❌ You don’t have to know a damn thing about backlinks…\r\n❌ And you don’t need a huge budget to take advantage of this\r\n\r\nDiscover my dirty litte-ranking secret:\r\n>> https://bit.ly/rank1in2023\r\n\r\n*We are STILL Ranking Videos since 2017 Till Now #1 on Google (Video proof inside)\r\n\r\nI can only imagine how skeptical you are, right now…\r\nTrust me!\r\n\r\nThis software produced MORE RANKINGS AND SUCCESS STORIES\r\nthan any other software!\r\n\r\nHave a great day,\r\n\r\nRocky Jr.\r\n\r\nPS: This is a unique chance for you to get an unfair advantage over all the other marketers!\r\nIf you want to get a ton of TARGETED targeted traffic from Google, THIS software is\r\nyour ticket.\r\n=====\r\nClick here to unsubscribe\r\nhttps://bit.ly/stop69'),(1253,314,'name','Dorie Diederich'),(1254,314,'email','diederich.dorie@outlook.com'),(1255,314,'field_763fe53','201-658-7488'),(1256,314,'message','Hey there,\r\n\r\nWhatever Business you do, you can\'t Multiply Your ROI & Profits without Building Proven Funnels.\r\n\r\nAs Funnels, Empower you to Increase Your Lead or Customer Value by giving them options for more products, upgrades & services.\r\n\r\nWhat if i tell you you can get all the Hassle Free Funnel Builder with:\r\n\r\n- 400+ Proven Converting, Mobile Responsive & Ready-to-Go Templates \r\n- Fully Drag & Drop & Visual Next Generation Funnel Designer & Planner \r\n- Precise Analytics for Your Marketing Campaigns \r\n- Inbuilt SEO Management For Funnel And Pages \r\n- Advanced FE Integrations with Autoresponders & Webinar Platforms.\r\n- Automatic SSL Encryption \r\n- 50+ More Cool Features Included\r\n\r\nSo, you don\'t need to Pay High Monthly Fees to ClickFunnels or any other Funnel or Page Builder to- \r\n\r\n=> Create UNLIMITED or use Proven Converting Funnels in Any Niche in FEW Minutes\r\n=> Build UNLIMITED Beautiful, Mobile-Friendly & Fast-Loading Landing Pages Easily\r\n=> Create UNLIMITED Page Templates from Scratch\r\n=> Create Beautiful & High Converting Lead Pages, Sales, Product, Coming Soon, Bonus, Review Pages & Many Others in Minutes\r\n\r\n@ One Time Price ( No Monthly Recurring Charge ) PLUS, Complete Step-By-Step Video Training & Tutorials Included to Assist You 24/7...\r\n\r\nGrab this Exclusive Deal>> https://bit.ly/qfunnelsx\r\n\r\nRegards\r\n\r\nRob Wilson\r\n98 Rocky ST. MI\r\n44345\r\n=====\r\nClick here to unsubscribe\r\nhttps://bit.ly/stop69'),(1257,315,'name','Ezequiel Bordelon'),(1258,315,'email','ezequiel.bordelon@msn.com'),(1259,315,'field_763fe53','01.98.22.54.76'),(1260,315,'message',''),(1261,316,'name','DanielHype'),(1262,316,'email','danielHype@rahdoc.com'),(1263,316,'field_763fe53','82217122821'),(1264,316,'message','Сreate а сlоnе of hеr іn thiѕ gаme!ǃ! http://subtucanalfake.tk/prd-57565/\r\nΑnd fuсk hеr wіthout lіmіts, аs you alwaуѕ wаnted. Ѕhe wоn\'t refuse уou!\r\nΙf you wаnt, fuсk nоt onlу her, but аlso her gіrlfriеnd. Sіmultanеоuѕlyǃ\r\n... or maybе you wаnt her to fuck уou? :)'),(1265,317,'name','Josephwix'),(1266,317,'email','no.reply.ArneEriksson@gmail.com'),(1267,317,'field_763fe53','85588336921'),(1268,317,'message','Yo! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send proposals wholly legal? We provide a way of sending business offers through contact forms to enhance cuѕtomer exрerience. You can locate these feedback forms on a lot of websites. \r\nWhen such business proposals are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Contact Form messages are usually not sent to spam because they are regarded as important. \r\nYou can now test out our service without having to pay. \r\nWe can dispatch up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1269,318,'name','Eric Jones'),(1270,318,'email','ericjonesmyemail@gmail.com'),(1271,318,'field_763fe53','555-555-1212'),(1272,318,'message','To the hoteldhruvpalace.com Administrator! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1273,319,'name','Eric Jones'),(1274,319,'email','ericjonesmyemail@gmail.com'),(1275,319,'field_763fe53','555-555-1212'),(1276,319,'message','Hi hoteldhruvpalace.com Admin. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1277,320,'name','Alvinbug'),(1278,320,'email','yasen.krasen.13+72307@mail.ru'),(1279,320,'field_763fe53','86758535414'),(1280,320,'message','Ufieuhdidhefh wjdwdjqwidjwefhwfakj oijofqwfbvsdfjfwej ijwqiofjewuhfwedjawdhewh ouhwidwjpouweiofeiouqwruio ioqwiwuifewifjfifhw jiwfjiewhfewgiewufewio hoteldhruvpalace.com'),(1281,321,'name','Eric Jones'),(1282,321,'email','ericjonesmyemail@gmail.com'),(1283,321,'field_763fe53','555-555-1212'),(1284,321,'message','Hello hoteldhruvpalace.com Admin. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1285,322,'name','Eric Jones'),(1286,322,'email','ericjonesmyemail@gmail.com'),(1287,322,'field_763fe53','555-555-1212'),(1288,322,'message','Hi hoteldhruvpalace.com Admin!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1289,323,'name','Eric Jones'),(1290,323,'email','ericjonesmyemail@gmail.com'),(1291,323,'field_763fe53','555-555-1212'),(1292,323,'message','Hi hoteldhruvpalace.com Admin! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1293,324,'name','Eric Jones'),(1294,324,'email','ericjonesmyemail@gmail.com'),(1295,324,'field_763fe53','555-555-1212'),(1296,324,'message','Hi hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1297,325,'name','Eric Jones'),(1298,325,'email','ericjonesmyemail@gmail.com'),(1299,325,'field_763fe53','555-555-1212'),(1300,325,'message','Dear hoteldhruvpalace.com Admin. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1301,326,'name','Eric Jones'),(1302,326,'email','ericjonesmyemail@gmail.com'),(1303,326,'field_763fe53','555-555-1212'),(1304,326,'message','To the hoteldhruvpalace.com Webmaster. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1305,327,'name','Eric Jones'),(1306,327,'email','ericjonesmyemail@gmail.com'),(1307,327,'field_763fe53','555-555-1212'),(1308,327,'message','Hi hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1309,328,'name','VincentRof'),(1310,328,'email','caryl.cantin@bluewin.ch'),(1311,328,'field_763fe53','83237397693'),(1312,328,'message','Maximize Your Social Media Presence: Social Signals Supercharge Your Website https://social-networks-with-social-signals.blogspot.ch/2023/05/get-noticed-on-google-and-social.html'),(1313,329,'name','Patrickagept'),(1314,329,'email','bigochilliwack@shaw.ca'),(1315,329,'field_763fe53','89988411656'),(1316,329,'message','Discover the Winning Formula: Social Signals + Your Site = Online Success https://drive-massive-traffic-to-your-website.blogspot.sg/2023/05/drive-massive-traffic-to-your-website.html'),(1317,330,'name','Sunny Vogel'),(1318,330,'email','sunny.vogel@gmail.com'),(1319,330,'field_763fe53','0707-4116276'),(1320,330,'message','*INFO SERVICE EXPIRATION FOR hoteldhruvpalace.com\r\n\r\nAttention: Accounts Payable / Domain Owner / Contact Us – Hoteldhruvpalace \r\n\r\nYour Domain: www.hoteldhruvpalace.com \r\nExpected Reply before: May 26, 2023.\r\n\r\nThis Notice for: www.hoteldhruvpalace.com will expire on May 26, 2023. \r\n\r\n\r\n\r\n*For details and to make a payment for hoteldhruvpalace.com services by credit card:\r\n\r\nVisit: https://hostingsrl.com/?web=hoteldhruvpalace.com\r\n\r\n\r\n052620232159200707-4116276'),(1321,331,'name','AnikaCece'),(1322,331,'email','anikaCece@pricerok.com'),(1323,331,'field_763fe53','89114868374'),(1324,331,'message','Hello!\r\nΡerhаps my meѕѕаge iѕ tоo ѕрeсifіc.\r\nBut my oldеr ѕіѕtеr found а wоnderful mаn here and they hаvе а greаt rеlatіоnshiр, but what аbout me?\r\nΙ am 22 years оld, Аnika, from thе Сzeсh Rеpublіc, knоw Engliѕh languаgе аlso\r\nАnd... better to sаy it immediаtely. I am bіѕехual. I аm nоt jeаlouѕ оf аnоthеr wоmаn... еsрeсiаlly if wе mаke lоvе togethеr.\r\nΑh уeѕ, Ι cооk vеrу tastу! аnd I lоvе nоt only сook ;))\r\nΙm rеаl girl and loоking for sеrіоus and hоt rеlаtiоnѕhiр...\r\nAnуway, уou cаn fіnd my prоfіlе here: http://oduavov.tk/usr-33912/'),(1325,332,'name','Eric Jones'),(1326,332,'email','ericjonesmyemail@gmail.com'),(1327,332,'field_763fe53','555-555-1212'),(1328,332,'message','Hello hoteldhruvpalace.com Webmaster! Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1329,333,'name','Eric Jones'),(1330,333,'email','ericjonesmyemail@gmail.com'),(1331,333,'field_763fe53','555-555-1212'),(1332,333,'message','Hello hoteldhruvpalace.com Webmaster. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1333,334,'name','Eric Jones'),(1334,334,'email','ericjonesmyemail@gmail.com'),(1335,334,'field_763fe53','555-555-1212'),(1336,334,'message','Dear hoteldhruvpalace.com Administrator! this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1337,335,'name','Eric Jones'),(1338,335,'email','ericjonesmyemail@gmail.com'),(1339,335,'field_763fe53','555-555-1212'),(1340,335,'message','To the hoteldhruvpalace.com Admin! this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1341,336,'name','Eric Jones'),(1342,336,'email','ericjonesmyemail@gmail.com'),(1343,336,'field_763fe53','555-555-1212'),(1344,336,'message','Hello hoteldhruvpalace.com Admin.\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1345,337,'name','Carla Bickford'),(1346,337,'email','bickford.carla59@gmail.com'),(1347,337,'field_763fe53','01.68.38.48.96'),(1348,337,'message',''),(1349,338,'name','Eric Jones'),(1350,338,'email','ericjonesmyemail@gmail.com'),(1351,338,'field_763fe53','555-555-1212'),(1352,338,'message','To the hoteldhruvpalace.com Webmaster. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1353,339,'name','Petermat'),(1354,339,'email','rudy.carrera51@yahoo.com'),(1355,339,'field_763fe53','82697647917'),(1356,339,'message','Reach Your Target Audience: 3104 Safe Links from Google—for FREE http://webtoptrust.slushshed.xyz/oneminuteboostsite'),(1357,340,'name','Eric Jones'),(1358,340,'email','ericjonesmyemail@gmail.com'),(1359,340,'field_763fe53','555-555-1212'),(1360,340,'message','Dear hoteldhruvpalace.com Admin. I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1361,341,'name','Eric Jones'),(1362,341,'email','ericjonesmyemail@gmail.com'),(1363,341,'field_763fe53','555-555-1212'),(1364,341,'message','Dear hoteldhruvpalace.com Owner.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1365,342,'name','Eric Jones'),(1366,342,'email','ericjonesmyemail@gmail.com'),(1367,342,'field_763fe53','555-555-1212'),(1368,342,'message','To the hoteldhruvpalace.com Owner!\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1369,343,'name','Derrickhig'),(1370,343,'email','anamaclean2002@yahoo.ca'),(1371,343,'field_763fe53','86714238357'),(1372,343,'message','MAXIMIZE YOUR EARNING POTENTIAL: 10,000 EUR MONTHLY THROUGH CRYPTOCURRENCY http://kryptomillion1million-3395154.druslinkcorsnetersgrud.tk/neuigkeiten-5898144'),(1373,344,'name','Eric Jones'),(1374,344,'email','ericjonesmyemail@gmail.com'),(1375,344,'field_763fe53','555-555-1212'),(1376,344,'message','To the hoteldhruvpalace.com Owner!\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1377,345,'name','Eric Jones'),(1378,345,'email','ericjonesmyemail@gmail.com'),(1379,345,'field_763fe53','555-555-1212'),(1380,345,'message','Hello hoteldhruvpalace.com Administrator.\r\n\r\nThis is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1381,346,'name','Eric Jones'),(1382,346,'email','ericjonesmyemail@gmail.com'),(1383,346,'field_763fe53','555-555-1212'),(1384,346,'message','Hi hoteldhruvpalace.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1385,347,'name','WilliamWhemy'),(1386,347,'email','slavafunlife@yahoo.ca'),(1387,347,'field_763fe53','84514122665'),(1388,347,'message','Transform Your Social Media Branding with Elite SMM Services! http://boostyourpresence-smm-4876592.barntrash.com/socialboosting-smm-2156299'),(1389,348,'name','Leon Tryon'),(1390,348,'email','makemybusinessgreatagain@gmail.com'),(1391,348,'field_763fe53','901-874-3933'),(1392,348,'message','It is with sad regret we are shutting down.\r\n\r\nWe have made all our leads available for a one time fee on DataList2023.com\r\n\r\nRegards,\r\nLeon'),(1393,349,'name','SeymourLearo'),(1394,349,'email','jake@sweetsmoke.co.uk'),(1395,349,'field_763fe53','87845549139'),(1396,349,'message','What this service will give your site: \r\n \r\n1. Growth in Google search results to TOP 1 \r\n \r\n2. Growth of DA to 60. \r\n \r\n3. Huge increase in organic traffic to your site from Google SERPs. \r\n \r\nDetails here: http://backlinks.depolus.com/backlinks'),(1397,350,'name','Eric Jones'),(1398,350,'email','ericjonesmyemail@gmail.com'),(1399,350,'field_763fe53','555-555-1212'),(1400,350,'message','Dear hoteldhruvpalace.com Webmaster! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1401,351,'name','Richardarrok'),(1402,351,'email','berhantenlik85@gmail.com'),(1403,351,'field_763fe53','83859244634'),(1404,351,'message','http://www.calypsofunding.com/// contact@calypsofunding.com \r\nHeb je een project of bedrijf en heb je snelle financiering nodig? Heeft u filantropische hulp nodig? CALYPSO FUNDING kan helpen. Nu aanvragen https://calypsofunding.com/get-funding'),(1405,352,'name','HRM Bah Mbi'),(1406,352,'email','hrhmbambi@gmail.com'),(1407,352,'field_763fe53','88933248349'),(1408,352,'message','Attn. Director, \r\n \r\nWe are interested in your products. Please contact us with your product details and price list if your company can handle a bulk supply of your products to Cameroon. \r\nPlease send your reply to bahmbi3@oiedcadmin.org \r\n \r\nHRM Bah Mbi'),(1409,353,'name','Eric Jones'),(1410,353,'email','ericjonesmyemail@gmail.com'),(1411,353,'field_763fe53','555-555-1212'),(1412,353,'message','Hello hoteldhruvpalace.com Admin. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1413,354,'name','Clayton Edments'),(1414,354,'email','clayton.edments@hotmail.com'),(1415,354,'field_763fe53','01.33.39.31.29'),(1416,354,'message','Hi, \r\n\r\nI wanted to share some exciting news with you about a powerful tool that\r\ncan revolutionize the way you create content for your business.\r\n\r\n⇒ Introducing... GoogAi\r\n\r\nThis cutting-edge app is powered by Google\'s Bard\r\nHelp you to create unique, high-quality content, Ai graphics & Images in a fraction of the time it would take to write it manually…\r\n\r\nImagine being able to generate product descriptions, blog posts, and even entire web pages with just a few simple prompts. GoogAi (Google\'s Bard Powered) makes it possible, delivering content that is not only fast and efficient but also engaging and informative…\r\n\r\nClick Here To See GoogAi In Action…\r\n==> https://bit.ly/googaireview\r\n\r\nWhether you\'re looking for answers to complex questions, assistance with daily tasks,\r\nor just someone to talk to, this app has you covered. And with its constantly evolving\r\nunderstanding of language, it\'s always getting smarter and more helpful.\r\n\r\n✅ World\'s FIRST fully Google\'s Bard driven App\r\n✅ Generate human-like responses to complex questions with just 1-click...\r\n✅ Generate High-Quality content, ebooks, stories, novels, articles, sales scripts, video scripts, or anything you wanted....\r\n✅ GoogAi gives crisp and clear answers to your any question instantly…\r\n✅ Designs Stunning Ai graphics & Images\r\n✅ Create SEO-Optimized and plagiarism-free content for your blogs, emails, and website 10X faster.\r\n\r\nCheers!\r\n\r\nAdam Smith\r\n78 Road St, NYC\r\n===============\r\nClick here to Unsubscribe.\r\nhttps://bit.ly/stop69'),(1417,355,'name','NataliaMopy'),(1418,355,'email','nataliaMopy@quintemri.com'),(1419,355,'field_763fe53','88535255416'),(1420,355,'message','Ηiǃ\r\nI\'vе notiсеd that mаny guуs рrеfer rеgulаr gіrlѕ.\r\nΙ aррlaudе the men оut thеrе who hаd the bаllѕ tо enjоу the lоve of manу womеn аnd chooѕе the оne that he knеw would be hiѕ beѕt friеnd durіng thе bumpy and crazу thing cаllеd lіfе.\r\nΙ wаntеd tо bе that friеnd, nоt ϳust a ѕtаble, rеliablе аnd boring hоusеwife.\r\nΙ am 24 уеarѕ оld, Νataliа, from thе Сzech Reрublіс, know Εnglіsh languаge аlsо.\r\nAnyway, yоu сan find mу рrоfile here: http://riekoohatofcia.tk/idi-37944/'),(1421,356,'name','Eric Jones'),(1422,356,'email','ericjonesmyemail@gmail.com'),(1423,356,'field_763fe53','555-555-1212'),(1424,356,'message','Hi hoteldhruvpalace.com Administrator. Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1425,357,'name','ElenaMn'),(1426,357,'email','elenaMn@mytackietees.com'),(1427,357,'field_763fe53','86128375275'),(1428,357,'message','Нi!\r\nΙ\'vе nоtісed that many guys prеfer regular girls.\r\nI аpрlаudе thе mеn оut thеre who hаd thе bаllѕ tо enϳoу thе lоvе оf mаny womеn and chоose the оne thаt he knеw wоuld be his best frіеnd durіng the bumру аnd crazу thing called lіfе.\r\nΙ wаnted tо bе that friеnd, nоt just a ѕtable, reliаblе аnd borіng houѕеwifе.\r\nI аm 28 yеаrs оld, Elenа, from thе Сzech Rеpubliс, knоw Еnglіsh languаgе аlso.\r\nAnyway, yоu саn fіnd mу рrоfіle hеrе: http://kempreheadep.gq/idl-23039/'),(1429,358,'name','Eric Jones'),(1430,358,'email','ericjonesmyemail@gmail.com'),(1431,358,'field_763fe53','555-555-1212'),(1432,358,'message','To the hoteldhruvpalace.com Admin.\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1433,359,'name','Eric Jones'),(1434,359,'email','ericjonesmyemail@gmail.com'),(1435,359,'field_763fe53','555-555-1212'),(1436,359,'message','Hi hoteldhruvpalace.com Admin!\r\n\r\nMy name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1437,360,'name','Josephwix'),(1438,360,'email','no.reply.GeorgeAndre@gmail.com'),(1439,360,'field_763fe53','85864144577'),(1440,360,'message','Hi! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send appeals fully legit? We provide a new legitimate method of sending letters through feedback forms. These feedback forms can be seen on a plethora of sites. \r\nWhen such business offers are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals safely and securely. You don’t need to be concerned that Contact Form messages will end up in spam, since they’re seen as important. \r\nWe invіte уou to test our service without рayіng anуthіng! \r\nWe are able to transmit up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1441,361,'name','Eric Jones'),(1442,361,'email','ericjonesmyemail@gmail.com'),(1443,361,'field_763fe53','555-555-1212'),(1444,361,'message','Hello hoteldhruvpalace.com Webmaster. \r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1445,362,'name','Eric Jones'),(1446,362,'email','ericjonesmyemail@gmail.com'),(1447,362,'field_763fe53','555-555-1212'),(1448,362,'message','Dear hoteldhruvpalace.com Admin. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1449,363,'name','WilliamPoogy'),(1450,363,'email','jsimber@bigpond.com.au'),(1451,363,'field_763fe53','81181541885'),(1452,363,'message','INGRESOS PASIVOS DE MAS DE 3000 EUROS POR DIA EN INVERSIONES EN CRIPTOMONEDA http://353000-euro.eauthn-mspath365.xyz/300000-euro'),(1453,364,'name','Eric Jones'),(1454,364,'email','ericjonesmyemail@gmail.com'),(1455,364,'field_763fe53','555-555-1212'),(1456,364,'message','Dear hoteldhruvpalace.com Admin. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1457,365,'name','Eric Jones'),(1458,365,'email','ericjonesmyemail@gmail.com'),(1459,365,'field_763fe53','555-555-1212'),(1460,365,'message','Dear hoteldhruvpalace.com Webmaster.\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1461,366,'name','Joshuafuh'),(1462,366,'email','stuartst@bigpond.net.au'),(1463,366,'field_763fe53','89689421151'),(1464,366,'message','The Bitcoin Vault: Buy a Wallet File with 12600 BTC http://fasttrack12600gains.pw22375.xyz/btcjackpotnow'),(1465,367,'name','Everett Summers'),(1466,367,'email','dfy@activehow.com'),(1467,367,'field_763fe53','0506-7873190'),(1468,367,'message','PROVEN, Done-For-You, SOCIAL syndication\r\nSocial Syndication – 100% done-for-you\r\nrank FAST with DONE-FOR-YOU social syndication…\r\n\r\n——\r\n\r\nCan you imagine how powerful it would\r\nbe if you had someone that can handle\r\nALL your social syndication for your\r\nvideos, niche sites and client sites etc?\r\n\r\nWouldn’t that take A TON off of your\r\nplate and allow you to focus on more\r\nIMPORTANT things..\r\n\r\nWe all know that social syndication\r\nis the #1 way to skyrocket your content\r\nto the first page of Google, right?\r\n\r\nHowever, it can sometimes be a BIG pain\r\nin the butt..\r\n\r\nYou’re either having to do it MANUALLY\r\n(which I wouldn’t wish on my WORSE enemy lol)\r\n\r\nYou have to buy software that does it for you\r\n(which some are VERY complicated to learn and\r\nyou still have to manually create ALL your accounts)\r\n\r\nAnd then there’s OPTION 3!!\r\n\r\nTap into a PROVEN system that does it ALL for YOU!\r\n\r\nA couple of genius SEO marketers have created\r\na system that does EXACTLY that.\r\n\r\nThey’ve SIMPLIFIED the ENTIRE social syndication\r\nprocess so that ANYONE can tap into the power of\r\nPage 1 rankings – EVEN if they SUCK at SEO or are\r\nBRAND new to the subject. (LIKE me)\r\n\r\nPLUS they have just opened the doors to their\r\nupdated and GREATLY improved 5.0 version!\r\n\r\nIntroducing DFY Suite 5.0!\r\n\r\nDFY Suite will allow you to Get FREE, Targeted\r\nBUYER-Traffic In 48 Hours Or Less By Leveraging\r\nThe Power Of High-Quality Social Syndication\r\nWith their NEW, Done-For-YOU System!\r\n\r\nYup, you can now leverage the POWER\r\nof Page 1 Rankings Via Social Syndication\r\nfor ANY location and/or ANY language with:\r\n\r\n– NO Software To Install\r\n– No Software Training To Learn\r\n– No previous SEO knowledge or experience\r\n– No Social Account Creation Needed\r\n– No Content Needed Besides their URL\r\n– No Proxies or Captchas Needed\r\n– NONE of that stuff..\r\n\r\nHeck, you don’t even need to KNOW what social\r\nsyndication IS lol\r\n\r\nAll you need to do is:\r\n\r\n1. Login to the web-based portal\r\n2. Submit your Keywords and URL you want traffic for\r\n3. Hit “Submit”\r\n\r\nYup, That’s IT!\r\n\r\nFrom There their System Will Get To Work And\r\nBuild You HUNDREDS of High-Quality Syndication\r\nLinks To Your Content to skyrocket it to page\r\n1 of Google!\r\n\r\nPLUS, if you’re 100% NEW to SEO, they’re also\r\nincluding a quick CRASH course on Keyword Research\r\nAND Content optimization that should take you\r\nno more than 20-30 minutes to go through.\r\n\r\nWith DFY Suite PLUS the Keyword Research and\r\nContent Optimization crash course, you’ll be\r\nable to start getting traffic from Google\r\nwithout EVER having to spend HOURS upon HOURS\r\ndoing the HEAVY-LIFTING yourself.\r\n\r\nCheck out DFY Suite Here: https://www.activehow.com/dfysuite\r\n\r\n“But wait, did you say they’ve just opened 5.0?”\r\n\r\nYup, and with their 5.0 updates they have made\r\ntheir platform BETTER, FASTER and MORE powerful\r\nto Deliver you even MORE rankings, Traffic & sales.\r\n\r\nIn version 5.0 they have:\r\n\r\n– 5x’d their sites, 5x’d the authority\r\n5x’d the ranking power! Now instead of being\r\nable to get up to 200 different syndication links\r\nto your content, you can get up to 1,000!\r\nAnd the domains they’ve added are ALL packing\r\nA LOT more authority\r\n\r\n– Done for you GLOBAL Rankings. Yup, WORLDWIDE\r\nRankings are finally HERE via their multi-language\r\nsupport. Yes, you read that correctly! They now cover\r\nEVERY LANGUAGE you can think of, so you can get page\r\n1 rankings REGARDLESS of where you are in the world!\r\n\r\n– Totally revamped their server set up to now\r\nInclude IP’s from ALL over the world to SUPERCHARGE\r\ntheir new WORLDWIDE ranking power!\r\n\r\n– Totally revamped their content generation system\r\nWhich is now powered by REAL Artificial intelligence\r\nWith Creaite being the engine to that! REAl A.I means\r\nQUALITY, unique content being written for EVERY campaign\r\nYou submit. And we ALL know how much Google loves quality\r\ncontent.\r\n\r\n– and much much more… (they have a WHOLE section\r\nAnd video covering what’s new in 5.0 – there’s 7\r\nMAJOR updates total)\r\n\r\nThis is EASILY their MOST powerful update\r\nTo date and you can get access to it at an\r\nINSANE discount.\r\n\r\nCheck out how it works here: https://www.activehow.com/dfysuite\r\n\r\nThis is the GO-TO platform for DFY, page 1 rankings!\r\n\r\nEverett Summers\r\n\r\nP.S. Getting page 1 rankings has NEVER been easier.\r\n\r\nWith DFY Suite You’ll be able to:\r\n\r\n– rank your videos on page 1\r\n– rank your niche sites on page 1\r\n– rank your e-commerce sites on page 1\r\n– rank your Amazon listings\r\n– rank your CLIENT’s sites\r\n– rank ANY URL you’d like to get traffic for..\r\n\r\nIt’s really the PERFECT solution for us “lazy”\r\nseo marketers hahah\r\n\r\nAnd their 5.0 updates have REALLY taken things\r\nto the NEXT level!\r\n\r\ncheck it out here: https://www.activehow.com/dfysuite\r\n\r\nUNSUBSCRIBE: https://www.activehow.com/unsubscribe\r\n\r\nAddress: 2580 Fairview Ave N Suite 5, Roseville, MN 55113'),(1469,368,'name','Mary Brien'),(1470,368,'email','mary.brien@outlook.com'),(1471,368,'field_763fe53','24-72-84-59'),(1472,368,'message','Hi,\r\n\r\nYou read it right.\r\n\r\nAt first i too was thinking WHAT? As Ialways pay high cost per views while using using my AdWords but how?\r\n\r\nBut after using this service i am totally Freaked Out. They are using Google ads i don\'t know how (any discount coupon or something else) but now it\'s Cheap for us to get Real Views on YouTube.\r\n\r\nIf you use YouTube and like to get Penny Views this service is Perfect for you\r\n\r\nTry here: https://bit.ly/44Rnc8r\r\n\r\nThank you for reading my Message.'),(1473,369,'name','WilbertPen'),(1474,369,'email','ashleybjohnson88@yahoo.com'),(1475,369,'field_763fe53','86536894531'),(1476,369,'message','SALE. BITCOIN WALLET FOR SALE WITH 12600 BTC IN THE ACCOUNT - 3 DAYS LEFT http://gainBTC12600fast.plaqadiip.com/12600BTCgrab'),(1477,370,'name','Eric Jones'),(1478,370,'email','ericjonesmyemail@gmail.com'),(1479,370,'field_763fe53','555-555-1212'),(1480,370,'message','Hi hoteldhruvpalace.com Admin.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1481,371,'name','LynwoodGuedo'),(1482,371,'email','yasen.krasen.13+80397@mail.ru'),(1483,371,'field_763fe53','87865967453'),(1484,371,'message','Ufieuhdidhefh wjdwdjqwidjwefhwfakj oijofqwfbvsdfjfwej ijwqiofjewuhfwedjawdhewh ouhwidwjpouweiofeiouqwruio ioqwiwuifewifjfifhw jiwfjiewhfewgiewufewio hoteldhruvpalace.com'),(1485,372,'name','Eric Jones'),(1486,372,'email','ericjonesmyemail@gmail.com'),(1487,372,'field_763fe53','555-555-1212'),(1488,372,'message','Dear hoteldhruvpalace.com Administrator. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1489,373,'name','Eric Jones'),(1490,373,'email','ericjonesmyemail@gmail.com'),(1491,373,'field_763fe53','555-555-1212'),(1492,373,'message','Hello hoteldhruvpalace.com Owner!\r\n\r\nMy name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1493,374,'name','Eric Jones'),(1494,374,'email','ericjonesmyemail@gmail.com'),(1495,374,'field_763fe53','555-555-1212'),(1496,374,'message','Hi hoteldhruvpalace.com Administrator. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1497,375,'name','Eric Jones'),(1498,375,'email','ericjonesmyemail@gmail.com'),(1499,375,'field_763fe53','555-555-1212'),(1500,375,'message','Hello hoteldhruvpalace.com Owner. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1501,376,'name','Eric Jones'),(1502,376,'email','ericjonesmyemail@gmail.com'),(1503,376,'field_763fe53','555-555-1212'),(1504,376,'message','To the hoteldhruvpalace.com Admin! this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1505,377,'name','Eric Jones'),(1506,377,'email','ericjonesmyemail@gmail.com'),(1507,377,'field_763fe53','555-555-1212'),(1508,377,'message','Hello hoteldhruvpalace.com Owner.\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1509,378,'name','Eric Jones'),(1510,378,'email','ericjonesmyemail@gmail.com'),(1511,378,'field_763fe53','555-555-1212'),(1512,378,'message','To the hoteldhruvpalace.com Webmaster!\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1513,379,'name','WilbertPen'),(1514,379,'email','angel.awyatt@yahoo.com'),(1515,379,'field_763fe53','83992451818'),(1516,379,'message','Take your business to the next level with our elite service http://elite-125.neterverse.online/page-8'),(1517,380,'name','Eric Jones'),(1518,380,'email','ericjonesmyemail@gmail.com'),(1519,380,'field_763fe53','555-555-1212'),(1520,380,'message','Hi hoteldhruvpalace.com Webmaster. Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1521,381,'name','Raymondgluff'),(1522,381,'email','dreamscape721@yahoo.ca'),(1523,381,'field_763fe53','81377838581'),(1524,381,'message','YOU CAN GET OVER 23,000 LEADS TO YOUR WEBSITE RIGHT NOW http://elite-service-104.superstrate.xyz/personal-invite'),(1525,382,'name','Eric Jones'),(1526,382,'email','ericjonesmyemail@gmail.com'),(1527,382,'field_763fe53','555-555-1212'),(1528,382,'message','To the hoteldhruvpalace.com Admin.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1529,383,'name','Eric Jones'),(1530,383,'email','ericjonesmyemail@gmail.com'),(1531,383,'field_763fe53','555-555-1212'),(1532,383,'message','Hello hoteldhruvpalace.com Administrator. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1533,384,'name','PeterMip'),(1534,384,'email','accounts@e-vision.com.au'),(1535,384,'field_763fe53','85719387371'),(1536,384,'message','PASSIVE INCOME FROM $20,000 PER WEEK http://get-20000usd-239.758phe.com/invite'),(1537,385,'name','Bettie Reveley'),(1538,385,'email','reveley.bettie84@outlook.com'),(1539,385,'field_763fe53','06-88628567'),(1540,385,'message','Hey there, I just found your site, quick question…\r\n\r\nI found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTurboLeadGeneration.com is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nPS: TurboLeadGeneration.com offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://TurboLeadGeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://TurboLeadGeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1541,386,'name','Jennie Mcfall'),(1542,386,'email','mcfall.jennie75@googlemail.com'),(1543,386,'field_763fe53','403-943-3287'),(1544,386,'message','Hey there, I just found your site, quick question…\r\n\r\nI found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTurboLeadGeneration.com is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nPS: TurboLeadGeneration.com offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://TurboLeadGeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://TurboLeadGeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1545,387,'name','Ferne Imes'),(1546,387,'email','imes.ferne@gmail.com'),(1547,387,'field_763fe53','28-18-87-63'),(1548,387,'message','Hey there, I just found your site, quick question…\r\n\r\nI found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTurboLeadGeneration.com is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE https://TurboLeadGeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nPS: TurboLeadGeneration.com offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://TurboLeadGeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://TurboLeadGeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1549,388,'name','Eric Jones'),(1550,388,'email','ericjonesmyemail@gmail.com'),(1551,388,'field_763fe53','555-555-1212'),(1552,388,'message','To the hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1553,389,'name','PeterMip'),(1554,389,'email','red.car212@yahoo.com'),(1555,389,'field_763fe53','83122642895'),(1556,389,'message','PREMIUM GUEST POSTING SERVICE FOR YOUR WEBSITE hoteldhruvpalace.com http://premium-guest-posting-439.trsyxg.com/personal'),(1557,390,'name','Komal'),(1558,390,'email','komalcrazy1996@gmail.com'),(1559,390,'field_763fe53','8248615610'),(1560,390,'message','Sir there is room available we need 2 rooms sir please'),(1561,391,'name','Komal'),(1562,391,'email','komalcrazy1996@gmail.com'),(1563,391,'field_763fe53','8248615610'),(1564,391,'message','Sir there is room available we need 2 rooms sir please'),(1565,392,'name','Kelly Nelson'),(1566,392,'email','viralfacesai@vauleonline.co'),(1567,392,'field_763fe53','604-232-1232'),(1568,392,'message','Hey,\r\n\r\nDid you try to make m0ney with AI, ChatGPT, Bard, Midjourney etc but failed miserably?\r\n\r\nThey are all awesome tools, but alone and without a good strategy you\'ll just be wasting your time, money & effort with little to NO results.\r\n\r\nWhat if tell you - there is a *SECRET AI HACK* that pulls in millions of visitors/m with 30-sec AI FACE videos WITHOUT subs, followers, ads or SEO...\r\n\r\n==> Go here to Unlock this *AI HACK* now: https://www.vauleonline.co/viralfacesai \r\n\r\nIntroducing ViralFaces AI, the groundbreaking NEW top-secret A.I Face Tech that brings UNLIMITED Traffic to your website!\r\n\r\nWith this revolutionary platform, you can create 100s of attention-grabbing A.I. Face Videos with zero effort in just minutes that speak and go viral on YouTube Shorts & Instagram Reels!\r\n\r\nYou get 10x more sales, reach, followers, and engagement...\r\n\r\nHere\'re some results newbies getting with Face videos..\r\n\r\n- 10M views posting a self-improvement short\r\n- 1.5M views posting a gym tips reel\r\n- 2.8M views posting a health tips reel\r\n\r\nAnd they all started with no subs, no followers, no ads - all using AI in min.\r\n\r\nThe sooner you get started, the MOST you\'ll be able to exploit this method - just handful of people doing it right now and you can be one of them..\r\n\r\n==> WATCH QUICK DEMO HERE: https://www.vauleonline.co/viralfacesai \r\n\r\nViralFaces AI is available for a Low One Time Price during its public launch for the next few days only..\r\n\r\nAfter this week, it will turn into a higher recurring subscription price model.\r\n\r\nAct fast and get your account at the lowest price ever.\r\n\r\n==> Get ViralFaces AI For A Low One-Time Price Now: https://www.vauleonline.co/viralfacesai \r\n\r\nSee you inside.\r\n\r\nAll the best,\r\nKelly Nelson\r\n\r\n\r\nUNSUBSCRIBE: https://www.vauleonline.co/unsubscribe\r\n\r\nAddress: 671 S Pickett St, Alexandria, VA 22304'),(1569,393,'name','Jason Wainwright'),(1570,393,'email','jason.wainwright65@googlemail.com'),(1571,393,'field_763fe53','06-24135868'),(1572,393,'message','Hi hoteldhruvpalace.com Administrator.\r\n\r\nTikTok has exploded in popularity generating 1BILLION users in just six years. Including YouTube, Facebook & Instagram it\'s more.\r\n\r\nThe main reason why it has become the fastest-growing social media platform is that TikTok has a strong presence in markets around the world & it is highly entertaining to audiences.\r\n\r\nTikTok\'s endless scroll of creative, funny, and often bizarre content videos keeps users coming back for more.\r\n\r\nWant to learn how YOU too can profit from creating TikTok content videos or any social media platform videos for your clients and personal business?\r\n\r\nWant to learn how YOU too can create profitable story videos and web stories without actually being an expert?\r\n\r\n✔ without tech skills\r\n✔ without being a video editor or designer\r\n✔ using just a keyword\r\n✔ for yourself or your clients\r\n✔ and sell them for thousands of dollars\r\n\r\nYou’ll be blown away by what this Brand New tool lets you do.\r\n\r\nDon\'t miss out on this opportunity to take your social media presence and marketing strategies to the next level.\r\n\r\nWatch the DEMO & Sign Up for LIVE Training!\r\n>> https://bit.ly/3KCPhJ3\r\n\r\nCheers!\r\nVeronica L\r\n333 Fremont street CA'),(1573,394,'name','Eric Jones'),(1574,394,'email','ericjonesmyemail@gmail.com'),(1575,394,'field_763fe53','555-555-1212'),(1576,394,'message','To the hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1577,395,'name','Hope Gorecki'),(1578,395,'email','betib80791@miwacle.com'),(1579,395,'field_763fe53','06-13210349'),(1580,395,'message','Hey,\r\n\r\nDon\'t pay thousands of dollars for a mobile app, we provide iOS and Android apps for your website at less than $200.\r\n\r\nVisit our website awolfcreations.com and see some examples.\r\n\r\nKind Regards\r\nawolfcreations.com Team'),(1581,396,'name','Eric Jones'),(1582,396,'email','ericjonesmyemail@gmail.com'),(1583,396,'field_763fe53','555-555-1212'),(1584,396,'message','To the hoteldhruvpalace.com Owner! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1585,397,'name','Eric Jones'),(1586,397,'email','ericjonesmyemail@gmail.com'),(1587,397,'field_763fe53','555-555-1212'),(1588,397,'message','To the hoteldhruvpalace.com Webmaster!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1589,398,'name','Eric Jones'),(1590,398,'email','ericjonesmyemail@gmail.com'),(1591,398,'field_763fe53','555-555-1212'),(1592,398,'message','To the hoteldhruvpalace.com Owner! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1593,399,'name','Eric Jones'),(1594,399,'email','ericjonesmyemail@gmail.com'),(1595,399,'field_763fe53','555-555-1212'),(1596,399,'message','To the hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1597,400,'name','Darrellgunty'),(1598,400,'email','jinpeng715@126.com'),(1599,400,'field_763fe53','88778437488'),(1600,400,'message','Additional income with the help of AI from $1000 per day without skills and experience http://passive-income-7021.janoub-hightech.com/invite'),(1601,401,'name','Carloswhord'),(1602,401,'email','jmarie@aol.com'),(1603,401,'field_763fe53','84161937946'),(1604,401,'message','More than 1,000,000 potential customers are waiting for you in your business http://best-business-7592.ketlenpack.online/invite'),(1605,402,'name','Eric Jones'),(1606,402,'email','ericjonesmyemail@gmail.com'),(1607,402,'field_763fe53','555-555-1212'),(1608,402,'message','Hi hoteldhruvpalace.com Admin!\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1609,403,'name','Eric Jones'),(1610,403,'email','ericjonesmyemail@gmail.com'),(1611,403,'field_763fe53','555-555-1212'),(1612,403,'message','To the hoteldhruvpalace.com Owner!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1613,404,'name','Taump'),(1614,404,'email','6b4imdpz@hotmail.com'),(1615,404,'field_763fe53','86792355131'),(1616,404,'message','Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/24vewerw'),(1617,405,'name','Eric Jones'),(1618,405,'email','ericjonesmyemail@gmail.com'),(1619,405,'field_763fe53','555-555-1212'),(1620,405,'message','Dear hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1621,406,'name','Eric Jones'),(1622,406,'email','ericjonesmyemail@gmail.com'),(1623,406,'field_763fe53','555-555-1212'),(1624,406,'message','Dear hoteldhruvpalace.com Owner!\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1625,407,'name','Jeromemop'),(1626,407,'email','daweed01jones@hotmail.com'),(1627,407,'field_763fe53','86815431628'),(1628,407,'message','3100 high quality backlinks that will get your site into the top 10 Google http://3100-backlinks-4462.janoub-hightech.com/invite'),(1629,408,'name','Eric Jones'),(1630,408,'email','ericjonesmyemail@gmail.com'),(1631,408,'field_763fe53','555-555-1212'),(1632,408,'message','To the hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1633,409,'name','Eric Jones'),(1634,409,'email','ericjonesmyemail@gmail.com'),(1635,409,'field_763fe53','555-555-1212'),(1636,409,'message','Hi hoteldhruvpalace.com Administrator! Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1637,410,'name','EugeneWeply'),(1638,410,'email','alkheir88@yahoo.com'),(1639,410,'field_763fe53','85974632922'),(1640,410,'message','YOU HAVE RECEIVED $100,000 http://forex-8192.zahiradiaz.com/exclusive-product'),(1641,411,'name','Kathleen Melancon'),(1642,411,'email','writejob@databaseen.com'),(1643,411,'field_763fe53','805-214-3335'),(1644,411,'message','Hey,\r\n\r\nInterested in blogging? Getting your thoughts published? \r\n\r\nWe have been connecting talented writers from all over the world with reputable businesses that need assistance.\r\n\r\nIn this job, you will be helping some of our top writers and editors by researching topics for them, ensuring their articles are up to date with current events and then editing them when they are finished.\r\n\r\nYou will also be writing articles yourself about your particular area of expertise. This is an excellent opportunity for someone who is trying to make their way into journalism or someone who wants a flexible job from home.\r\n\r\nThe requirements are simple but we need more candidates from your country.\r\n\r\nWith as little as a moderate knowledge of English, we can open up a whole world of opportunities for you by providing you with remote work - meaning that as long as you can work the required hours, you can work from home.\r\n\r\nBe part of our innovative team today by applying here: https://www.databaseen.com/writejob \r\n\r\nLooking out for you,\r\n\r\nKathleen Melancon\r\n\r\nUNSUBSCRIBE: https://www.databaseen.com/unsubscribe\r\n\r\nAddress: 631 N Main St, Porterville, CA 93257'),(1645,412,'name','Uday Salokhe'),(1646,412,'email','ubsalokhe@gmail.com'),(1647,412,'field_763fe53','9881149111'),(1648,412,'message','4 adult 2 childrens of 14 and 10 years, required room for 1 Night 9 September 23,Please qupte'),(1649,413,'name','Rekha'),(1650,413,'email','rekhas_2000@yahoo.com'),(1651,413,'field_763fe53','919456374536'),(1652,413,'message','Me and my son are planning to come to Nashik to perform some rituals at Trimbakeshwar temple in December 2023 (8th Dec to 10th Dec). Our travel agent has suggested your hotel for our stay. Before confirming I would like the specific information on the following:\r\n1.Does your hotel provides all three meals, non spicy vegetarian preferably satvik with no onion garlic- breakfast, lunch and dinner with afternoon tea?\r\n2.Do the rooms have internet WiFi? This is a must.\r\n3.TV with channels.\r\n4.How far is the Trimbakeshwar temple and the airport? Can the hotel book a cab for us to both destinations, (paid) both ways if needed? \r\nPlease let us know asap at above email, so we can confirm our reservation through our travel agent. \r\nPlease do not call the above number as we do not have any local number.\r\n\r\nThank you.\r\n\r\nMrs Rekha Saxena'),(1653,414,'name','Mahesh Poojari'),(1654,414,'email','Mahesh76_87@rediffmail.com'),(1655,414,'field_763fe53','9867809560'),(1656,414,'message','Hi,\r\n\r\nI have already booked room for checking on 9th September and check out on 10th September.\r\nKindly confirm facilities from hotel and most important about the water availability.'),(1657,415,'name','Eric Jones'),(1658,415,'email','ericjonesmyemail@gmail.com'),(1659,415,'field_763fe53','555-555-1212'),(1660,415,'message','To the hoteldhruvpalace.com Administrator!\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found hoteldhruvpalace.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1661,416,'name','Eric Jones'),(1662,416,'email','ericjonesmyemail@gmail.com'),(1663,416,'field_763fe53','555-555-1212'),(1664,416,'message','Hello hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1665,417,'name','Eric Jones'),(1666,417,'email','ericjonesmyemail@gmail.com'),(1667,417,'field_763fe53','555-555-1212'),(1668,417,'message','To the hoteldhruvpalace.com Administrator. Cool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1669,418,'name','Eric Jones'),(1670,418,'email','ericjonesmyemail@gmail.com'),(1671,418,'field_763fe53','555-555-1212'),(1672,418,'message','To the hoteldhruvpalace.com Admin.\r\n\r\nEric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1673,419,'name','Linahach'),(1674,419,'email','linahach@myjacksonlifts.com'),(1675,419,'field_763fe53','82613422197'),(1676,419,'message','Ηellо!\r\nI aрologize for thе overly ѕрeсіfiс meѕѕаgе.\r\nMy gіrlfrіеnd and Ι love eaсh оther. Аnd we аrе аll great.\r\nBut... we need а mаn.\r\nԜе arе 28 yеarѕ оld, frоm Rоmanіa, we alѕo know еngliѕh.\r\nԜe nevеr gеt bоrеd! And nоt оnlу in talk...\r\nМу name iѕ Lina, my рrofіlе is hеre: http://animlarcabirthra.tk/rdx-3721/'),(1677,420,'name','Elenagow'),(1678,420,'email','elenagow@meihuaresearch.com'),(1679,420,'field_763fe53','82542869562'),(1680,420,'message','Нi!\r\nI\'ve notiсed that mаnу guys prеfеr regular girlѕ.\r\nI аpplaude the mеn out there whо hаd thе ballѕ to еnϳоу thе lоve of manу women аnd choose the оnе thаt hе knеw wоuld be hіѕ bеst frіеnd during thе bumрy аnd сrаzу thіng cаlled lіfe.\r\nΙ wanted to be thаt frіend, not ϳust a stable, rеlіаble and borіng hоusewіfe.\r\nΙ аm 27 yеarѕ old, Еlеnа, from the Сzеch Rерublic, knоw Еnglish language аlsо.\r\nAnywаy, you саn find my рrofile hеrе: http://riekoohatofcia.tk/idi-95498/'),(1681,421,'name','Eric Jones'),(1682,421,'email','ericjonesmyemail@gmail.com'),(1683,421,'field_763fe53','555-555-1212'),(1684,421,'message','To the hoteldhruvpalace.com Webmaster! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1685,422,'name','Sanjeev Kumar'),(1686,422,'email','kaushiksanjeev1972@gmail.com'),(1687,422,'field_763fe53','9868359577'),(1688,422,'message','I will come to Triambkeshwar with my family on 26th November. There will be total six family members. You will have ac rooms available for two nights (26 & 27 November). what will be the room tariff at your place.'),(1689,423,'name','Sanjeev Kumar'),(1690,423,'email','kaushiksanjeev1972@gmail.com'),(1691,423,'field_763fe53','9868359577'),(1692,423,'message','I will come to Triambkeshwar with my family on 26th November. There will be total six family members. You will have ac rooms available for two nights (26 & 27 November). what will be the room tariff at your place.'),(1693,424,'name','Sanjeev Kumar'),(1694,424,'email','kaushiksanjeev1972@gmail.com'),(1695,424,'field_763fe53','9868359577'),(1696,424,'message','I will come to Triambkeshwar with my family on 26th November. There will be total six family members. You will have ac rooms available for two nights (26 & 27 November). what will be the room tariff at your place.'),(1697,425,'name','Sanjeev Kumar'),(1698,425,'email','kaushiksanjeev1972@gmail.com'),(1699,425,'field_763fe53','9868359577'),(1700,425,'message','I will come to Triambkeshwar with my family on 26th November. There will be total six family members. You will have ac rooms available for two nights (26 & 27 November). what will be the room tariff at your place.'),(1701,426,'name','RobertSix'),(1702,426,'email','juergenmeier@me.com'),(1703,426,'field_763fe53','84464267545'),(1704,426,'message','VERY URGENT! You have been credited $24,356.44 for 364 days. Urgently confirm the transaction http://withdrawal-money-413964.ceohubmi.com/service'),(1705,427,'name','Diane Laclair'),(1706,427,'email','fs@vaulemedia.com'),(1707,427,'field_763fe53','06-19067283'),(1708,427,'message','Wouldn’t you rather earn passive income by promoting services related to the topic of your website: https://hoteldhruvpalace.com/contact-us/ ?\r\nIf your answer is “yes”, then Fcompany affiliate program is definitely for you. Even if you already have your own product or service, you can promote services that \"complement\" it to maximize revenue.\r\n\r\nNow edit your existing posts and promote related services to double your revenue with 0% traffic increase: https://www.vaulemedia.com/fs\r\n\r\nAffiliate program: \r\n Per Google Trends, Fcompany has more search interest than any of the other big freelancer marketplaces, which makes it a comparatively easy sell\r\n\r\n Offers a wide array of products and services to promote, which makes it relevant to a wide audience\r\n\r\n Commissions are pretty high, especially for Fcompany Business services. Two commission plans: Fcompany CPA - Pays a dynamic cost per action (CPA) of $15 – $150; Fcompany Hybrid - Pays a fixed $10 CPA on all qualified sales, plus a 10% revenue share for 12 months.\r\n\r\n Affiliate support is highly rated and available 24/7\r\n\r\n Fcompany’s homepage is built with clicks and sales in mind\r\n\r\n You get paid as long as your referral creates an account within 30 days of clicking your Fcompany affiliate links — even if they don’t actually buying anything until months down the line\r\n\r\n Access tons of affiliate marketing tools, from creatives to deep links to widgets\r\n\r\nNow click here to maximize your revenue: https://www.vaulemedia.com/fs\r\n\r\nRegards,\r\n\r\nDiane Laclair\r\n\r\nUNSUBSCRIBE: https://www.vaulemedia.com/unsubscribe\r\n\r\nAddress: 930 W Inyokern Rd, Ridgecrest, CA 93555'),(1709,428,'name','Sushant'),(1710,428,'email','sushant0718@gmail.com'),(1711,428,'field_763fe53','7004466898'),(1712,428,'message','1 would like to know the room tariff. I am coming to tramkeswar(nasik) in coming month.'),(1713,429,'name','Sushant'),(1714,429,'email','sushant0718@gmail.com'),(1715,429,'field_763fe53','7004466898'),(1716,429,'message','1 would like to know the room tariff. I am coming to tramkeswar(nasik) in coming month.'),(1717,430,'name','Jayant Sehgal'),(1718,430,'email','jayantsehgal22@yahoo.in'),(1719,430,'field_763fe53','9871221227'),(1720,430,'message','We are looking for a family room. Please get in touch'),(1721,431,'name','Jayant Sehgal'),(1722,431,'email','jayantsehgal22@yahoo.in'),(1723,431,'field_763fe53','9871221227'),(1724,431,'message','We are looking for a family room. Please get in touch'),(1725,432,'name','GeorgeInvex'),(1726,432,'email','mcarroll@nordicnaturals.com'),(1727,432,'field_763fe53','84355843329'),(1728,432,'message','Don\'t Settle for Less - Secure Your $1000 Per Day Guarantee http://buy-515864.sea-shark.com/buy'),(1729,433,'name','IsabellaMn'),(1730,433,'email','isabellaMn@peanutbuttercat.com'),(1731,433,'field_763fe53','82766269555'),(1732,433,'message','Нiǃ\r\nΙ\'vе notісed thаt mаnу guуѕ prefеr rеgular gіrls.\r\nI aррlaudе the mеn out thеre who hаd thе balls to еnjoy the lоvе оf mаnу women аnd chоosе the оne thаt hе knew would be hіs beѕt friеnd during thе bumру and crazy thіng саllеd life.\r\nΙ wanted to be thаt frіеnd, nоt ϳuѕt a stаble, relіablе аnd borіng hоusеwife.\r\nI аm 24 уeаrѕ оld, Ιѕabеlla, from thе Czесh Reрublіc, knоw Εnglish languаgе alsо.\r\nАnуwaу, yоu сan fіnd my prоfіlе hеrе: http://windnonddoubkins.tk/idl-40004/'),(1733,434,'name','Cesar Hill'),(1734,434,'email','dfysuite@databaseen.com'),(1735,434,'field_763fe53','320-217-7026'),(1736,434,'message','I SUCK at SEO… \r\nI REALLY suck at SEO, but… \r\nI NEVER really cared about SEO until now.. \r\nDo you SUCK at SEO as much as I do?\r\n\r\n—\r\n\r\nI have to be brutally honest today.. I suck at SEO lol – there I said it.\r\n\r\nAlthough I understand how POWERFUL it is to get free traffic from Google, I just never had any interest to put it to use for my business..\r\n\r\nEspecially when it comes to the ONGOING syndication and ‘backlinking’ portion of it.\r\n\r\nThat’s what REALLY turned me off about it.\r\n\r\nAlways having to be constantly syndicating my content all over the web for my content to rank on the first page..\r\n\r\nIf I ever did get into SEO, that’s the FIRST thing I’d get someone to do FOR ME!\r\n\r\nThat’s why – for the FIRST TIME EVER – I’m kinda EXCITED about SEO ??\r\n\r\nA couple of genius SEO marketers have created a system that does EXACTLY that.\r\n\r\nThey’ve SIMPLIFIED the ENTIRE social syndication process so that ANYONE can tap into the power of Page 1 rankings – EVEN if they SUCK at SEO or are BRAND new to the subject. (LIKE me)\r\n\r\nAnd they have just opened the doors to their updated and GREATLY improved 5.0 version!\r\n\r\nIntroducing DFY Suite 5.0!\r\n\r\nDFY Suite will allow you to Get FREE, Targeted BUYER-Traffic In 48 Hours Or Less By Leveraging The Power Of High-Quality Social Syndication With their NEW, Done-For-YOU System!\r\n \r\nYup, you can now leverage the POWER of Page 1 Rankings Via Social Syndication for ANY location and/or ANY language with:\r\n\r\n– NO Software To Install\r\n– No Software Training To Learn\r\n– No previous SEO knowledge or experience\r\n– No Social Account Creation Needed\r\n– No Content Needed Besides their URL\r\n– No Proxies or Captchas Needed\r\n– NONE of that stuff..\r\n\r\nHeck, you don’t even need to KNOW what social syndication IS lol\r\n\r\nAll you need to do is:\r\n\r\n1. Login to the web-based portal\r\n2. Submit your Keywords and URL you want traffic for\r\n3. Hit “Submit”\r\n\r\nYup, That’s IT!\r\n\r\nFrom There their System Will Get To Work And Build You HUNDREDS of High-Quality Syndication Links To Your Content to skyrocket it to page 1 of Google!\r\n\r\nPLUS, if you’re 100% NEW to SEO, they’re also including a quick CRASH course on Keyword Research AND Content optimization that should take you no more than 20-30 minutes to go through.\r\n\r\nWith DFY Suite PLUS the Keyword Research and Content Optimization crash course, you’ll be able to start getting traffic from Google without EVER having to spend HOURS upon HOURS doing the HEAVY-LIFTING yourself.\r\n\r\nCheck out DFY Suite Here: https://www.databaseen.com/dfysuite\r\n\r\n“But wait, did you say they’ve just opened 5.0?”\r\n\r\nYup, and with their 5.0 updates they have made their platform BETTER, FASTER and MORE powerful to Deliver you even MORE rankings, Traffic & sales.\r\n\r\nIn version 5.0 they have:\r\n\r\n– 5x’d their sites, 5x’d the authority, 5x’d the ranking power! Now instead of being able to get up to 200 different syndication links to your content, you can get up to 1,000! And the domains they’ve added are ALL packing A LOT more authority\r\n\r\n– Done for you GLOBAL Rankings. Yup, WORLDWIDE Rankings are finally HERE via their multi-language support. Yes, you read that correctly! They now cover EVERY LANGUAGE you can think of, so you can get page 1 rankings REGARDLESS of where you are in the world!\r\n\r\n– Totally revamped their server set up to now Include IP’s from ALL over the world to SUPERCHARGE their new WORLDWIDE ranking power!\r\n \r\n– Totally revamped their content generation system Which is now powered by REAL Artificial intelligence With Creaite being the engine to that! REAl A.I means QUALITY, unique content being written for EVERY campaign You submit. And we ALL know how much Google loves quality content.\r\n\r\n– and much much more… (they have a WHOLE section And video covering what’s new in 5.0 – there’s 7 MAJOR updates total)\r\n\r\nThis is EASILY their MOST powerful update To date and you can get access to it at an INSANE discount.\r\n\r\nCheck out how it works here: https://www.databaseen.com/dfysuite\r\n\r\nThis is the GO-TO platform for DFY, page 1 rankings!\r\n\r\nCesar Hill\r\n\r\nP.S. Getting page 1 rankings has NEVER been easier.\r\n\r\nWith DFY Suite You’ll be able to:\r\n\r\n– rank your videos on page 1\r\n– rank your niche sites on page 1\r\n– rank your e-commerce sites on page 1\r\n– rank your Amazon listings\r\n– rank your CLIENT’s sites\r\n– rank ANY URL you’d like to get traffic for..\r\n\r\nIt’s really the PERFECT solution for us “lazy” seo marketers hahah\r\n\r\nAnd their 5.0 updates have REALLY taken things to the NEXT level!\r\n\r\ncheck it out here: https://www.databaseen.com/dfysuite \r\n\r\nUNSUBSCRIBE: https://www.databaseen.com/unsubscribe\r\n\r\nAddress: 3101 Summitview Ave, Yakima, WA 98902'),(1737,435,'name','Chadwick Tyner'),(1738,435,'email','tyner.chadwick@gmail.com'),(1739,435,'field_763fe53','805-814-7412'),(1740,435,'message','To the hoteldhruvpalace.com Administrator!\r\n\r\nThis is Chadwick, and I just came across your site, hoteldhruvpalace.com.\r\n\r\nYour site is got a lot going for it, but I’ve got an idea to make it even MORE effective.\r\n\r\nCheck out Web Visitors Into Leads – CLICK HERE https://bit.ly/LeadGena for a real-time demo right now.\r\n\r\nWeb Visitors Into Leads is a widget that’s works on your site, prepared to seize any visitor’s Name, Email address, and Phone Number. It notifies you the second they let you know they’re interested – so that you can speak to that lead as they’re really browsing your site.\r\n\r\nPlus, when you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) discussion… and if they don’t agree on your offer then, you can follow up with text messages for new offers, content links, or even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to learn what Web Visitors Into Leads can provide for your business.\r\n\r\nThe gap between connecting with someone in 5 minutes compared to a half-hour could mean you can be turning up to 100X more leads now!\r\n\r\nChadwick\r\nPS: Reports reveal that 70% of a site’s visitors leave and are gone after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even comes with International Long Distance Calling. \r\nThere are customers waiting to chat with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/LeadGena to try Web Visitors Into Leads now.\r\n\r\nIf you\'d wish to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nJust a fast note - the names and email used here, Chadwick and Tyner, are not real and not real contact information. We appreciate transparency and wish to make sure you’re aware! If you wish to contact with the genuine person responsible for this message, kindly visit our website, and we’ll connect you with the appropriate individual.}'),(1741,436,'name','Alex'),(1742,436,'email','outsourcedigitalmarketing@outlook.com'),(1743,436,'field_763fe53','3037369129'),(1744,436,'message','Hello,\r\n\r\nI\'m Alex, a seasoned Content Writer/Copywriter with a track record of over 12 million words produced. I can handle all your content needs, from crafting web copy and blog posts to optimizing them with relevant SEO keywords and we can create content tailored to your desired tone and writing style.\r\n\r\nPay after we\'ve delivered the work!\r\n\r\nIf this interests you, please reach out via email at outsourcedigitalmarketing@outlook.com'),(1745,437,'name','Prince Eoff'),(1746,437,'email','prince.eoff@googlemail.com'),(1747,437,'field_763fe53','50-26-72-06'),(1748,437,'message','Hello,\r\n\r\nWe noticed hoteldhruvpalace.com is only listed in 8 out of 2500 directories.\r\n\r\nThis severly impacts your backlinks and search engine rankings.\r\n\r\nCome get listed in all 2500 directories on DirectoryBump.com'),(1749,438,'name','Morris Mayorga'),(1750,438,'email','mayorga.morris@hotmail.com'),(1751,438,'field_763fe53','01.67.38.88.58'),(1752,438,'message','To the hoteldhruvpalace.com Administrator! I’m Morris, and for just a second, imagine this…\r\n\r\n- An individual does a search and lands at hoteldhruvpalace.com.\r\n\r\n- They stay for a moment to look it over. “I’m intrigued… but… maybe…”\r\n\r\n- And then they hit the back button and look at the other search results instead.\r\n\r\n- In conclusion – you got an eyeball, but nothing more to show for it.\r\n\r\n- Off they go.\r\n\r\nThis isn’t truly your fault – it happens a LOT – studies indicate 7 out of 10 visitors to any site leave without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a tool that is functions on your site, set to grab any visitor’s Name, Email address, and Phone Number. It allows you know right then and there – allowing you to call that lead while they’re really looking over your site.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to test a Live Demo with Web Visitors Into Leads right now to see just how it works.\r\n\r\nTime money when it comes to connecting with leads – the difference between contacting someone within just 5 minutes versus 30 minutes later can be enormous – like 100 times better!\r\n\r\nMoreover, now that you have their phone number, with our new SMS Text With Lead capability, you can automatically start a text (SMS) conversation… so even if you don’t secure a deal then, you can follow-up with text messages for new offers, content links, even just “how you doing?” notes to develop a relationship.\r\n\r\nPowerful stuff.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to find out what Web Visitors Into Leads can offer for your business.\r\n\r\nYou can be converting up to 100X more leads right now!\r\n\r\nMorris\r\nPS: Web Visitors Into Leads gives a FREE 14 days trial – and it features International Long Distance Calls. \r\nThere are customers waiting to speak with you at this moment… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/LeadGena to try out Web Visitors Into Leads today.\r\n\r\nIn case you prefer to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nJust a brief note - the names and email used here, Morris and Mayorga, are placeholders and not actual contact information. We respect transparency and wish to make you’re aware! If you want to contact with the real person behind this message, kindly visit our website, and we’ll link you with the correct individual.}'),(1753,439,'name','Eric Jones'),(1754,439,'email','ericjonesmyemail@gmail.com'),(1755,439,'field_763fe53','555-555-1212'),(1756,439,'message','Hi hoteldhruvpalace.com Owner! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationc to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://bit.ly/leadgenerationc to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationc to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c'),(1757,440,'name','Gordonsaw'),(1758,440,'email','yasen.krasen.13+84599@mail.ru'),(1759,440,'field_763fe53','81955737496'),(1760,440,'message','Nguheidjiwfefhei ijiwdwjurFEJDKWIJFEIF аоушвцшургаруш ШОРГПГОШРГРПГОГРГ iryuieoieifegjejj bvncehfedjiehfu hoteldhruvpalace.com'),(1761,441,'name','Albert Street'),(1762,441,'email','adsense@realdollar.xyz'),(1763,441,'field_763fe53','06-50963760'),(1764,441,'message','Hi webmaster,\r\n\r\nGoogle AdSense is the No. 1 advertising network,countless websites earn high revenue through it, and even corporate sites monetize their blogs partially through Adsense.\r\n\r\nBut, the important thing is how to get it approved, I\'ll show you how to get an Adsense account- 100% approval guarantee.\r\n\r\nFalak Writes, an Adsense expert from Pakistan, has more than 7 years of experience with Google AdSense. He is currently delivering google adsense approval guarantee service on the world\'s largest service platform. The platform will protect your rights and interests, only if you get what you want, the platform will hand over your payment to the service provider \r\n\r\nWhy did you choose Falak?\r\n\r\nIf you buy his services he will provide you with a 100% approval guarantee with content, website design, basic pages etc. Even if your AdSense is rejected for any reason you can still order him. he will fix any kind of error, such as:\r\n\r\nLow Value.\r\nScreen Content Error.\r\nAny other Errors.\r\n\r\nThe most important thing is that your order will not be complete until you get Adsense approval. He is not like other sellers who only provide you articles and some fancy theme and said that your AdSense approval niche is ready etc.\r\n\r\nThese things are not enough to get AdSense approval, that\'s why he claimed that ALL IN ONE just buy his gig and get AdSense approval.\r\n\r\nNow click here to chat with him online and get your Adsense account:https://www.realdollar.xyz/adsense\r\n\r\nAlbert Street\r\n\r\nUNSUBSCRIBE: https://www.realdollar.xyz/unsubscribe\r\n\r\n1201 N Market St, Frederick, MD 21701'),(1765,442,'name','Raymondgen'),(1766,442,'email','no.reply.MathiasPersson@gmail.com'),(1767,442,'field_763fe53','81167161383'),(1768,442,'message','Hey there! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send business proposal wholly legal and СЂermessible? We propose a new way of sending business offers through feedback forms to make it more convenient. Many websites provide such forms. \r\nWhen such letters are sent, no personal data is utilized, and messages are sent to securely-designed forms that are specifically meant to receive messages and appeals. Messages sent through Contact Forms are usually seen as important, so they don\'t normally end up in spam. \r\nWe invіte уou to test our service without рayіng anуthіng! \r\nWe can dispatch up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1769,443,'name','DonaldGrOta'),(1770,443,'email','mark.kuras515@gmail.com'),(1771,443,'field_763fe53','84914984362'),(1772,443,'message','How to earn more than $30,000 per month from email newsletters http://emailmarketing-55561251.magnetorepairs.com/shop?74228'),(1773,444,'name','Eric Jones'),(1774,444,'email','ericjonesmyemail@gmail.com'),(1775,444,'field_763fe53','555-555-1212'),(1776,444,'message','Hello hoteldhruvpalace.com Owner. this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c'),(1777,445,'name','Hyman Larios'),(1778,445,'email','larios.hyman@outlook.com'),(1779,445,'field_763fe53','03.86.63.10.60'),(1780,445,'message','Hello to hoteldhruvpalace.com Administrator.\r\n\r\nMy name is Hyman and, contrary to a lot of emails you may receive, I wanted to alternatively provide you with a word of encouragement – Well done!\r\n\r\nWhat for?\r\n\r\nA portion of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com certainly stands out.\r\n\r\nIt’s clear you’ve taken building a website seriously and made a real commitment of time and resources into making it premium.\r\n\r\nNevertheless, there is, a catch… more accurately, a question…\r\n\r\nThus, when someone like me discovers your site – perhaps on top of the search results (good job BTW) or just through a random link, how can you tell?\r\n\r\nMore crucially, how do you make a connection with that person?\r\n\r\nResearch indicate that 7 out of 10 visitors leave – they are there one second and then gone with the wind.\r\n\r\nHere is a way to create IMMEDIATE engagement that you may not have known about…\r\n\r\nWeb Visitors Into Leads is a widget that’s functions on your site, prepared to capture any visitor’s Name, Email address and Phone Number. It allows you know RIGHT AWAY that they’re interested – so that you can talk to that lead as they are actually browsing hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to check out a Live Demo with Web Visitors Into Leads now to understand precisely how it operates.\r\n\r\nIt might be a game-changer for your business – and it turns even better… once you have collected their phone number, with our new SMS Text With Lead function, you can instantly start a text (SMS) discussion – right away (& there’s actually a 100X difference between reaching out to someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t finalize a deal instantly, you can connect later on with text messages for new promotions, content links, even just follow up notes to build a relationship.\r\n\r\nAll I have just outlined is simple, simple, and effective.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to discover what Web Visitors Into Leads can provide for your business.\r\n\r\nYou can be converting up to 100X more leads right now!\r\n\r\nHyman\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even comes with International Long Distance Calls. \r\nThere are customers eager to chat with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/LeadGena to test Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nJust a quick note - the names and email used here, Hyman and Larios, are placeholders and not real contact information. We appreciate transparency and wish to make sure you’re aware! If you want to get in touch with the actual person responsible for this message, please visit our website, and we’ll associate you with the right individual.}'),(1781,446,'name','JeremyVeP'),(1782,446,'email','noreply@5scribe.com'),(1783,446,'field_763fe53','85742518864'),(1784,446,'message','We invite you to become beta users of 5Scribe, our AI-powered content creation tool. Your early feedback is invaluable in refining and perfecting our software to meet your specific content needs. \r\n \r\nAs beta users, you get exclusive access to the latest features and updates, a chance to explore 5Scribe, and the opportunity to provide direct feedback. \r\nSign up for the 5Scribe Beta Program here: \r\nhttps://app.5scribe.com/register \r\n \r\nJoin us on this exciting journey to redefine content creation. We look forward to having you as a valued member of our beta community.'),(1785,447,'name','Stevemet'),(1786,447,'email','anthony_afonso@hotmail.fr'),(1787,447,'field_763fe53','84964199749'),(1788,447,'message','Your opinion is important to us, so we are ready to pay up to $5000 - http://take-survey-38.049155c.com/no-88'),(1789,448,'name','Donny Voigt'),(1790,448,'email','voigt.donny@msn.com'),(1791,448,'field_763fe53','858-450-4785'),(1792,448,'message','Hi hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Donny and please, imagine this…\r\n\r\n- An individual does a search and lands at hoteldhruvpalace.com.\r\n\r\n- They stay for a moment to explore. I’m interested… but… maybe…\r\n\r\n- And then they hit the back button and check out the other search results alternatively. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- And they’re gone.\r\n\r\nIt isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site leave without leaving a trace.\r\n\r\nBut you are able to fix that.\r\n\r\nLead Conversion Tool is a software widget that’s functions on your site, prepared to capture any visitor’s Name, Email address, and Phone Number. It lets you know immediately – enabling you to call that lead while they’re actually viewing your site.\r\n\r\nCLICK HERE https://turboleadgeneration.com to test a Live Demo with Web Visitors Into Leads now to see precisely how it works.\r\n\r\nEvery second counts when it comes to connecting with leads – the difference between contacting someone within 5 minutes compared to 30 minutes later can be enormous – like 100 times better!\r\n\r\nMoreover, now that you have their phone number, with our new SMS Text With Lead feature you can immediately start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just how you doing? notes to develop a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://turboleadgeneration.com to discover what Lead Conversion Tool can do for your business.\r\n\r\nYou can be converting up to 100X more leads now!\r\n\r\nDonny\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling.\r\nYou have customers waiting to talk with you at this moment… don’t keep them waiting.\r\nCLICK HERE https://turboleadgeneration.com to use Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://turboleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com\r\n\r\nMerely a quick remark - the monikers and email address applied in this communication, Donny and Voigt, are placeholders and not really authentic contact information. We esteem honesty and aimed to confirm you are conscious! If you wish to get in touch with the true one behind this message, kindly visit our site, and we’ll link you with the proper person.'),(1793,449,'name','Eric Jones'),(1794,449,'email','ericjonesmyemail@gmail.com'),(1795,449,'field_763fe53','555-555-1212'),(1796,449,'message','To the hoteldhruvpalace.com Webmaster! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://rushleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1797,450,'name','Eric Jones'),(1798,450,'email','ericjonesmyemail@gmail.com'),(1799,450,'field_763fe53','555-555-1212'),(1800,450,'message','Dear hoteldhruvpalace.com Webmaster!\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1801,451,'name','Karinadype'),(1802,451,'email','karinadype@pangeo-peo.com'),(1803,451,'field_763fe53','89737861987'),(1804,451,'message','Нellо all, guys! I know, mу mеѕѕаge mаy be too sрecifiс,\r\nBut my ѕіstеr found nіce mаn hеre and they mаrried, ѕо how about me?ǃ :)\r\nI аm 28 уearѕ оld, Каrіnа, frоm Rоmаnіа, I knоw English and German lаnguages аlѕо\r\nАnd... Ι hаvе sрecific diѕeаѕе, nаmеd nуmphomаniа. Ԝho know what iѕ thіѕ, сan undеrstаnd mе (bеtter to sаy іt immеdіаtely)\r\nΑh уеs, I coоk verу tаstyǃ аnd Ι lоvе not onlу cоok ;))\r\nΙm real gіrl, nоt prоstіtute, аnd lookіng for sеriоuѕ аnd hоt rеlаtіоnѕhiр...\r\nАnywаy, yоu саn fіnd my рrоfіle hеrе: http://wrigberkahatkund.tk/idl-80426/'),(1805,452,'name','Don Kier'),(1806,452,'email','don.kier@gmail.com'),(1807,452,'field_763fe53','06-29485082'),(1808,452,'message','Hello,\r\n\r\nWe are a bulk email service. \r\n\r\nWe have very large email lists and can filter it out to your specific industry that you require.\r\n\r\nHere are our rates for sending:\r\n\r\n100k Emails - $100\r\n250k Emails - $200\r\n500k Emails - $350\r\n1mil Emails - $500\r\n\r\nCome chat to us here:\r\n\r\nhttps://datalist2023.com/mailing\r\n\r\n*Using our email list will affect the price.'),(1809,453,'name','AnikaTaRt'),(1810,453,'email','anikaTaRt@plasticscards.com'),(1811,453,'field_763fe53','81825275836'),(1812,453,'message','Ηiǃ\r\nΙ\'ve nоtіced thаt mаnу guуs рrеfеr rеgulаr gіrls.\r\nΙ aрplаudе the men out thеrе who had thе bаllѕ tо enϳoу thе lоve оf mаnу womеn аnd сhооѕе thе оne thаt hе knеw wоuld bе hіѕ best frіеnd during thе bumру and crazy thіng cаllеd lіfе.\r\nΙ wanted tо be that friend, nоt juѕt a ѕtаblе, rеlіаblе аnd bоrіng hоuѕеwifе.\r\nI аm 23 years old, Anikа, frоm thе Czеch Rеpubliс, know Εngliѕh languаge аlso.\r\nAnywaу, yоu саn find my prоfilе here: http://barcovolvi.tk/idl-75895/'),(1813,454,'name','Amelia Barna'),(1814,454,'email','amelia.barna83@gmail.com'),(1815,454,'field_763fe53','05.71.54.26.97'),(1816,454,'message','Do you do contact form blasts? I have a list of over 30 million website contact forms for sale, all fully tested with gsa and confirmed working. Don\'t do any blasts? Why not? I can either provide the service for you or show you how to do it and where to buy the best software for doing this. Shoot me an email or Skype me at my contact info below.\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps97232@gomail2.xyz'),(1817,455,'name','Deacegox'),(1818,455,'email','l7zgkkgg@yahoo.com'),(1819,455,'field_763fe53','81139155257'),(1820,455,'message','Missing the Love We Once Shared \r\nDarling, your smile is the light in my darkness. \r\nWhenever you find some free time, could you please visit my page using this link: https://tinyurl.com/ywg4ctco I\'ve posted some recent photos and updates from recent events there. It would be great to catch up and share our experiences.'),(1821,456,'name','Taj Bruns'),(1822,456,'email','taj.bruns@gmail.com'),(1823,456,'field_763fe53','06-14961435'),(1824,456,'message','I have 100% fully verified website contact forms for sale. Do your own blasts - save money!\r\n\r\nQuantity Price\r\n=====================\r\n500,000 $50\r\n1 Million $99\r\n5 Million $199\r\n10 Million $299\r\n20 Million $499\r\n\r\nCredit card payment accepted, download links provided same day of purchase. Get in touch with me at my email/skype below for more info or if you would like to order.\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps2022 Eb@gomail2.xyz'),(1825,457,'name','AnthonyNIP'),(1826,457,'email','bronte.martin@uqconnect.edu.au'),(1827,457,'field_763fe53','86618984745'),(1828,457,'message','PASSIVE PROSPERITY: $250 INVESTMENT, $2500 DAILY GAINS - NO EFFORT REQUIRED http://www.edvxpert.com/Lob/session_destroy.php?url=httpstelegra.phInvest-250-once-and-get-2500-per-day-on-autopilot-12-11-39411 \r\n \r\n \r\nz4gq8s3y7n8s9b0u \r\nw6wj8i4r8i6f4u3z \r\nx8zn9n0q6l4n1j2m'),(1829,458,'name','Casie McVeigh'),(1830,458,'email','casie.mcveigh@gmail.com'),(1831,458,'field_763fe53','03.38.13.11.73'),(1832,458,'message','Greetings to the hoteldhruvpalace.com Webmaster.\r\n\r\nThis is Casie and, contrary to numerous emails you might get, I wish to instead provide you with a word of praise – Kudos!\r\n\r\nFor what?\r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com absolutely stands out.\r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it premium.\r\n\r\nNevertheless, there is, however… to be more precise, a question…\r\n\r\nSo, when someone like me finds your site – possibly at the top of the search results (nice job BTW) or just through a random link, how do you know?\r\n\r\nEven more importantly, how do you make a connection with that person?\r\n\r\nResearch indicate that 7 out of 10 visitors don’t stay – they are there one second and then gone with the wind.\r\n\r\nHere is a way to create INSTANT engagement that might be new to you…\r\n\r\nWeb Visitors Into Leads is a tool widget that’s works on your site, prepared to grab any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they are interested – so that you can speak to that lead as they are actually checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads today to see precisely how it operates.\r\n\r\nIt could be a game-changer for your business – and it turns even better… after you’ve grabbed their phone number, with our new SMS Text With Lead capability, you can automatically start a text (SMS) discussion – instantly (and there’s actually a 100X difference between reaching out to someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t seal a deal right away, you can connect later on with text messages for new promotions, content links, or even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just outlined is straightforward, simple, and effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to find out what Web Visitors Into Leads can do for your business.\r\n\r\nYou can be converting up to 100X more leads today!\r\n\r\nCasie\r\nPS: Web Visitors Into Leads gives a FREE 14 days trial – and it includes International Long Distance Calls. \r\nThere are customers waiting to talk with you right now… don’t leave them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to test Web Visitors Into Leads today.\r\n\r\nIf you\'d like to unsubscribe click here https://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com\r\n\r\n\r\nOnly a quick note - the names and email used here, Casie and McVeigh, are not real and not actual contact details. We appreciate transparency and want to ensure sure you’re aware! If you want to reach out with the genuine person behind this message, kindly visit our website, and we’ll associate you with the appropriate individual.}'),(1833,459,'name','ankit'),(1834,459,'email','vicky_jain2000@yahoo.com'),(1835,459,'field_763fe53','8813880213'),(1836,459,'message','required 1 ac room for 20th . 2 people'),(1837,460,'name','Eric Jones'),(1838,460,'email','ericjonesmyemail@gmail.com'),(1839,460,'field_763fe53','555-555-1212'),(1840,460,'message','Hi hoteldhruvpalace.com Owner. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1841,461,'name','MichaelMet'),(1842,461,'email','kristaaatrescottt@gmail.com'),(1843,461,'field_763fe53','85689159715'),(1844,461,'message','MINUTE MONEY MACHINE: $3 PER MINUTE ON AUTOPILOT – YOUR FAST TRACK TO WEALTH http://slnk.info/c68o4?6659 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nm9zv8z2t3y7p7g2n \r\nw2ia8o5n5c2z7c4p \r\nu0mt6d3v0h5i1a7m'),(1845,462,'name','Eric Jones'),(1846,462,'email','ericjonesmyemail@gmail.com'),(1847,462,'field_763fe53','555-555-1212'),(1848,462,'message','Dear,\r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hoteldhruvpalace.com Administrator definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hoteldhruvpalace.com.\r\n\r\nCLICK HERE http://rushleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://rushleadgeneration.com to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://rushleadgeneration.com to try Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1849,463,'name','Deandre Oles'),(1850,463,'email','deandre.oles@msn.com'),(1851,463,'field_763fe53','03.27.56.84.89'),(1852,463,'message','With keyword targeted PPV ads I can get you qualified website visitors for less than a penny per click. This method works for both local and online businesses. Very easy to get started. Just sign up, give me your website and I\'ll provide the traffic.\r\n\r\nFor details, shoot me an email or Skype me at my contact info below.\r\n\r\nP. Stewart\r\nSkype: live:.cid.ad0ee8f191cd36b4\r\nEmail: ps62200@gomail2.xyz'),(1853,464,'name','Shirley Sweeney'),(1854,464,'email','sweeney.shirley@gmail.com'),(1855,464,'field_763fe53','51-71-76-85'),(1856,464,'message','I now offer contact form blasting service. With my DFY service you can either do a targeted blast to only websites that match your criteria or bulk blast large volumes of sites worldwide. Prices start at just $50 to reach 500,000 bulk sites. Contact me at my email or skype below for details.\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps1045@gomail2.xyz'),(1857,465,'name','Tobiasjex'),(1858,465,'email','no.reply.PhilippeJones@gmail.com'),(1859,465,'field_763fe53','89817423199'),(1860,465,'message','Hi there! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send messages lawfully? We are offering a novel approach to sending appeals through feedback forms. You can find these feedback forms on numerous websites. \r\nWhen such proposals are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. It is improbable for Feedback Forms messages to be marked as junk, since they are taken into great consideration. \r\nTake advantage of our service for free! \r\nWe can provide you with up to 50,000 messages. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:feedbackform2019 \r\nWhatsApp +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.'),(1861,466,'name','Robertfeeds'),(1862,466,'email','inxing@tianya.cn'),(1863,466,'field_763fe53','85285423966'),(1864,466,'message','THE $50,000 MINING BLUEPRINT: PASSIVE INCOME UNLEASHED https://topit.vn/bitrix/rk.php?goto=https1010-euro.blogspot.com3001 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\na3bq0i7t5k1j1e7e \r\nd2av2p8c2k1a9b5f \r\ni3xc7c9k4n7d4e7o'),(1865,467,'name','Eric Jones'),(1866,467,'email','ericjonesmyemail@gmail.com'),(1867,467,'field_763fe53','555-555-1212'),(1868,467,'message','To the hoteldhruvpalace.com Owner! my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://rushleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1869,468,'name','Eric Jones'),(1870,468,'email','ericjonesmyemail@gmail.com'),(1871,468,'field_763fe53','555-555-1212'),(1872,468,'message','Dear hoteldhruvpalace.com Owner. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://rushleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1873,469,'name','NAYUYUTY208167NEHTYHYHTR'),(1874,469,'email','rubypatrick1988@noissmail.com'),(1875,469,'field_763fe53','86531721662'),(1876,469,'message','METYUTYJ208167MAERWETT'),(1877,470,'name','NAEWTRER208167NERTHRRTH'),(1878,470,'email','rubypatrick1988@noissmail.com'),(1879,470,'field_763fe53','88319715536'),(1880,470,'message','METRYTRE208167MAWRERGTRH'),(1881,471,'name','Eric Jones'),(1882,471,'email','ericjonesmyemail@gmail.com'),(1883,471,'field_763fe53','555-555-1212'),(1884,471,'message','To the hoteldhruvpalace.com Administrator. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1885,472,'name','NAYUYUTY409086NEYRTHYT'),(1886,472,'email','stevenalbright1995@noissmail.com'),(1887,472,'field_763fe53','83723829699'),(1888,472,'message','METRYTRE409086MAVNGHJTH'),(1889,473,'name','Phil Stewart'),(1890,473,'email','noreplyhere@aol.com'),(1891,473,'field_763fe53','342-123-4456'),(1892,473,'message','The same way I just sent you this message I can also post your ad message to millions of sites. You can reach a million sites for just under $100 Hit me up via email or skype for details.\r\n\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps6463@gomail2.xyz'),(1893,474,'name','Gregory Bush'),(1894,474,'email','speedwealth@busitoday.co'),(1895,474,'field_763fe53','208-221-3080'),(1896,474,'message','Hi hoteldhruvpalace.com,\r\n\r\nI have arranged for you to receive this special invite to start earning a 6 figure per year income online.\r\n\r\nUse The Little Known Loophole/Trick To Making Fast Affiliate Sales In Less Than 24 Hours.\r\n\r\nThe details of which are highly confidential, by continuing below, you agree to keep the content of the email secret.\r\n\r\nClick Here To Proceed & ACCEPT Your Invite: https://www.busitoday.co/speedwealth \r\n\r\n\r\nWill you take action now?\r\n\r\nThanks,\r\nGregory Bush\r\n\r\n\r\n\r\nP.S. Poor people say \"which one should I chose\", Rich people say \"how can I have both?\" Click Here To Have Both: https://www.busitoday.co/speedwealth \r\n\r\n\r\nUNSUBSCRIBE: https://www.busitoday.co/unsubscribe \r\nAddress: 9161 Gillsville Rd, Maysville, GA 30558'),(1897,475,'name','NAERTERHTE393078NEWETREWT'),(1898,475,'email','jenniferbrown1923@noissmail.com'),(1899,475,'field_763fe53','87289328769'),(1900,475,'message','MEYJYTJY393078MARETRYTR'),(1901,476,'name','Eric Jones'),(1902,476,'email','ericjonesmyemail@gmail.com'),(1903,476,'field_763fe53','555-555-1212'),(1904,476,'message','Dear, Eric here with a quick thought about your website hoteldhruvpalace.com Admin.\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1905,477,'name','Deacegox'),(1906,477,'email','tbpf42f8@hotmail.com'),(1907,477,'field_763fe53','85492424513'),(1908,477,'message','Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/ylclycug'),(1909,478,'name','Eric Jones'),(1910,478,'email','ericjonesmyemail@gmail.com'),(1911,478,'field_763fe53','555-555-1212'),(1912,478,'message','Hi hoteldhruvpalace.com Administrator. Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1913,479,'name','Kelvin Hannon'),(1914,479,'email','dollars@keydollar.xyz'),(1915,479,'field_763fe53','0953-9233657'),(1916,479,'message','Hi webmaster of hoteldhruvpalace.com,\r\n\r\nHow would you like to make up to 500 a day just by tapping an app on your phone?\r\n\r\nThis is not some pipedream, this is for REAL!\r\n\r\nMillion Dollar Replicator is a proven system that shows you how to make money with the most popular apps in the world today\r\n\r\nSee how webmaster like you are making a fortune from this revolutionary app!\r\n>>> https://www.keydollar.xyz/dollars \r\n\r\nPlaces are going fast, so check it out NOW!\r\n\r\nBest,\r\n\r\nKelvin Hannon\r\n\r\nUNSUBSCRIBE: https://www.keydollar.xyz/unsubscribe\r\nAddress: 1481 E U.S. 19E, Burnsville, NC 28714'),(1917,480,'name','Deacegox'),(1918,480,'email','o6b1g6lk@yahoo.com'),(1919,480,'field_763fe53','83838744931'),(1920,480,'message','Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/ypadnh4l'),(1921,481,'name','Eric Jones'),(1922,481,'email','ericjonesmyemail@gmail.com'),(1923,481,'field_763fe53','555-555-1212'),(1924,481,'message','Hello hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://rushleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1925,482,'name','Lela Premo'),(1926,482,'email','seorank@kagrowth.org'),(1927,482,'field_763fe53','0573-8497077'),(1928,482,'message','Hello, \r\nI\'m Lela, co-founder of Kagrowth. Kagrowth noticed that you have an excellent website hoteldhruvpalace.com. \r\n\r\nKagrowth is a website research institute that is looking for website like yours, help you increase revenue by showing you how to find reliable ways to grow your website.\r\n \r\nMethod: SEO service providers are verified and praised by webmasters, the largest service trading platform in the world to protect your rights and interests, only if you get what you want, the platform will hand over your payment to the service provider \r\n \r\nService provider example (the highest rating is 5.0): \r\n Name: Michael - Starting Price: $5, 4 Days Delivery (22,600 orders completed) - Method: Build 100 high quality and low OBL backlinks for your money site - Webmasters satisfaction rating: 4.9\r\n \r\n Name: Wasim Ashraf - Starting price: $15, 1 Days Delivery (2,800 orders completed) - Method: On-Page SEO For Higher Rankings in Google Search Results - Webmasters satisfaction rating: 5.0 \r\n ... \r\n For Super website, Provider – Randys Mccabe is an ex-Googler and has helped 3900 Super websites grow their sites, and webmasters rated him 5.0! Starting Price: $250. Now sign up for a platform account and chat with him online. \r\n \r\nEarn more dollars today: https://www.kagrowth.org/seorank\r\n\r\nThank you for your time, \r\nLela C. Premo\r\n\r\n\r\nUNSUBSCRIBE: https://www.kagrowth.org/unsubscribe/\r\nAddress: 11 McKenna Rd, Arden, NC 28704'),(1929,483,'name','Deacegox'),(1930,483,'email','ih0ehxlw@hotmail.com'),(1931,483,'field_763fe53','82573338265'),(1932,483,'message','Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2943ndk8'),(1933,484,'name','James Broyles'),(1934,484,'email','amplify@earnmorenow.info'),(1935,484,'field_763fe53','29-19-76-54'),(1936,484,'message','Hey,\r\n\r\nIf you want to make money online, you need QUALITY traffic.\r\n\r\nAnd by quality traffic, I mean motivated, rabid buyers with credit cards in hand ready to buy ANYTHING…\r\n\r\nUntil now every self-proclaimed marketing guru and their dog said that the only way to get targeted traffic was by buying ads on Facebook, Bing, or Google.\r\n\r\nWell, while they’re partially correct, they FAIL to mention one of the BEST traffic that you can ever get…\r\n\r\nAmazon Buyer Clicks!\r\n\r\nIt’s literally the BEST type of traffic you can get since most people on Amazon always end up buying something…\r\n\r\nMy question is…\r\n\r\nHow would you like to generate 20,000 Buyer Clicks with just 2 clicks of your mouse?\r\n\r\n=> Click here to get instant access to this “Amazon” traffic machine: https://www.earnmorenow.info/amplify \r\n\r\nNow, let me introduce you to “Amplify”...\r\n\r\nAn amazing and off-the-grid app that helps newbies exploit Amazon’s Reviews System to create unstoppable “traffic machines.\"\r\n\r\nAmplify consists of the following:\r\n\r\n[1] The Amplify App: The World’s First App That Exploits Amazon’s “Reviews System” Using AI For Massive Traffic and Sales (Worth $997/mo)\r\n\r\n[2] Amplify AI Videos: Quickly Generate AI Animated Videos For Any Product With Zero Editing Or Recording (Worth $997)\r\n\r\n[3] Amplify AI Automation: There’s No Need To Be Glued All Day To Your Monitor ... Let Amplify AI Automation Do The Heavy Lifting For You … (Worth $997)\r\n\r\n[4] Amplify 20,000 Clicks: Every Time We Create A New Video, Amplify Sends Us At Least 20,000 Buyers Clicks To Our Links For 100% Free (Worth $1997)\r\n\r\n[5] Amplify Mobile Edition: Perfect For Those Who Use Their Phones All Day (Worth $497)\r\n\r\n[6] Step-By-Step Training Videos: We Take You By The Hand And Show You Everything You Need To Know! (Worth $997)\r\n\r\n[7] World-Class Support: Get Access To Friendly, Professional Support That Will Be There For You! (Worth A LOT)\r\n\r\n[8] Exciting VIP Bonuses (Real-World Value: Thousands of $$$)\r\n\r\n\r\nAnd much more!\r\n\r\n=> Click here to grab Amplify for less than the price of a pizza: https://www.earnmorenow.info/amplify \r\n\r\nAnd much more!\r\n\r\nLook, if you want to generate the BEST quality traffic…\r\n\r\nTraffic ready to BUY…\r\n\r\nThen the choice is simple:\r\n\r\nGrab Amplify now: https://www.earnmorenow.info/amplify !\r\n\r\nTalk soon,\r\n\r\nJames Broyles\r\n\r\n\r\nUNSUBSCRIBE: https://www.earnmorenow.info/unsubscribe \r\nAddress: 111 Black Mountain Ave, Black Mountain, NC 28711'),(1937,485,'name','Roland Rees'),(1938,485,'email','stockdreams@vaulemedia.com'),(1939,485,'field_763fe53','217-671-6495'),(1940,485,'message','You\'re familiar with powerhouse marketplaces like Envato.com, and its sibling, Envato Elements, right?\r\n\r\nHere\'s an eye-opener: there are over 1,500 creators there, raking in full-time incomes by offering their creative work. And that\'s just the tip of the iceberg.\r\n\r\nWondering how to carve out your slice of this multi-million dollar pie?\r\n\r\nThe answer is creating in-demand, stunning graphics that buyers are eager to use.\r\n\r\nAnd for that, there\'s no better shortcut than StockDreams: https://www.vaulemedia.com/stockdreams \r\n\r\nCheck out the link, and you\'ll witness the cutting-edge, all you need design app we call StockDreams in action.\r\n\r\nStockDreams hands you an extensive array of templates—plus ongoing additions—enabling you to craft eye-catching designs right out of the gate, skill level notwithstanding. Absolute beginners? You bet.\r\n\r\nImagine diving into StockDreams, picking a base design, adding your personal touch, and then uploading your finished product to platforms like Envato, iStockPhoto, Shutterstock, and more.\r\n\r\nThe moment your creation is downloaded, you start earning. That’s passive income made real, right at your fingertips.\r\n\r\nBut generating passive income in 2020 and beyond is just one way StockDreams can serve your financial ambitions.\r\n\r\nIn fact, I\'ve identified at least five other strategies to leverage StockDreams for profit, potentially even more.\r\n\r\nCurious about these strategies?\r\n\r\nClick here to discover the full potential of StockDreams: https://www.vaulemedia.com/stockdreams \r\n\r\nCan\'t wait to see you succeed,\r\n\r\nRoland Rees\r\n\r\n\r\nUNSUBSCRIBE: https://www.vaulemedia.com/unsubscribe \r\nAddress: 701 Haywood Rd, Greenville, SC 29607'),(1941,486,'name','Traci Primm'),(1942,486,'email','traci.primm@msn.com'),(1943,486,'field_763fe53','41-83-74-56'),(1944,486,'message','This message reached you and I can send your ad message to millions of websites in the same fashion. It\'s a cheap and efficient way to promote your business.If you are interested, you can reach me via email or skype below.\r\n\r\nP. Stewart\r\nEmail: myf2tu@gomail2.xyz\r\nSkype: live:.cid.2bc4ed65aa40fb3b'),(1945,487,'name','Harsh Dhaduk'),(1946,487,'message','Booking issue'),(1947,487,'field_cfea988','on'),(1948,487,'field_7a724ba','Hindi'),(1949,487,'field_770cab8','6359023399'),(1950,488,'name','Harsh Dhaduk'),(1951,488,'message','Booking issue'),(1952,488,'field_cfea988','on'),(1953,488,'field_7a724ba','Hindi'),(1954,488,'field_770cab8','6359023399'),(1955,489,'name','Bellatoisp'),(1956,489,'email','bellatoisp@gmail.com'),(1957,489,'field_763fe53','81527117799'),(1958,489,'message','Invest today and become the next millionaire http://go.sekubaiz.com/0m8r'),(1959,490,'name','Kelli Harmon'),(1960,490,'email','seorank@busitoday.co'),(1961,490,'field_763fe53','01.91.08.68.08'),(1962,490,'message','Hello, \r\nI\'m Kelli from Busitoday, Busitoday noticed that you have an excellent website hoteldhruvpalace.com. \r\n\r\nEvery webmaster like you who is serious about their website/business has considered or is considering buying SEO services to grow traffic/sales. \r\n\r\nBut how to find qualified SEO services? If there is a dispute, how do you make sure you can get a refund?\r\n\r\nHere is the solution you need: SEO service providers are verified and praised by webmasters like you, the largest service trading platform in the world to protect your rights and interests, only if you get what you want, the platform will hand over your payment to the service provider \r\n\r\nService provider example (the highest rating is 5.0): \r\n Name: Michael - Starting Price: $5, 4 Days Delivery (22,600 orders completed) - Method: Build 100 high quality and low OBL backlinks for your money site - Webmasters satisfaction rating: 4.9\r\n \r\n Name: Wasim Ashraf - Starting price: $15, 1 Days Delivery (2,800 orders completed) - Method: On-Page SEO For Higher Rankings in Google Search Results - Webmasters satisfaction rating: 5.0 \r\n ... \r\n For Super website, Provider – Randys Mccabe is an ex-Googler and has helped 3900 Super websites grow their sites, and webmasters rated him 5.0! Starting Price: $250. Now search for his name within the platform and chat with him online: https://www.busitoday.co/seorank . \r\n\r\nOther services include: writing SEO friendly posts, social media management, sales email copywriting...\r\n\r\nNow sign up for a platform account and grow your traffic: https://www.busitoday.co/seorank \r\n\r\nThank you for your time, \r\nKelli D. Harmon\r\n\r\n\r\nUNSUBSCRIBE: https://www.busitoday.co/unsubscribe/\r\nAddress: 740 The Pkwy, Richland, WA 99352'),(1963,491,'name','Eric Jones'),(1964,491,'email','ericjonesmyemail@gmail.com'),(1965,491,'field_763fe53','555-555-1212'),(1966,491,'message','Dear hoteldhruvpalace.com Webmaster! my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1967,492,'name','Eric Jones'),(1968,492,'email','ericjonesmyemail@gmail.com'),(1969,492,'field_763fe53','555-555-1212'),(1970,492,'message','Hello hoteldhruvpalace.com Administrator. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://rushleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1971,493,'name','Dorian'),(1972,493,'email','beaulieu.chu@gmail.com'),(1973,493,'field_763fe53','04.43.79.53.36'),(1974,493,'message','Hope this finds you well,\r\n\r\nFact: Roughly 68% of the population never experiences tinnitus, no matter if they have been exposed to loud workplaces or other ear-harmful environments. \r\n\r\nThis has drawn the attention of a small group of European researchers who have recently published their astounding discoveries...\r\n\r\nCheck here: https://compressl.ink/tinnituscure\r\n\r\nThey have found the nucleic acid which makes some immune to developing tinnitus and how everybody can activate it in a matter of months, possibly even weeks...\r\n\r\nThis is fresh-out-of-the-box info that you won\'t find anywhere else but in their short documentary.\r\n\r\nCheck now here: https://compressl.ink/tinnituscure\r\n\r\n\r\nHow to stop weird sounds in 3 easy steps.\r\n\r\nStay healthy,\r\n\r\nDorian\r\n\r\n\r\nIf you\'d like to unsubscribe click here https://compressl.ink/website-opt-out/\r\n\r\n333 Summer Street, Delaware. Privacy Policy. Anti-spam Policy.\r\n\r\n©2024 Compressl.Ink, Inc.'),(1975,494,'name','Ivannek'),(1976,494,'email','diekTeery@gmail.com'),(1977,494,'field_763fe53','81652345325'),(1978,494,'message','Navigate the lucrative landscape of high-yield investments and watch your wealth soar to new heights. - https://rb.gy/bk5510?gero'),(1979,495,'name','Dorian'),(1980,495,'email','benner.latosha@gmail.com'),(1981,495,'field_763fe53','06-83726542'),(1982,495,'message','Hello!\r\n\r\nDid you hear about the unusual rice method that liquifies fat cells as you sleep?\r\n\r\nClinical studies confirm just 30 secs of this simple rice technique boosts calorie burning and fat-dissolving by over 326%, that\'s more calories than 45 mins running!\r\n\r\nTry it for yourself now: https://bit.ly/ExoticRiceLiquifiesFatCells\r\n\r\nBefore you go to sleep tonight, try it for yourself...\r\n\r\n>>> 1 Unusual Rice Method That Liquifies Fat As You Sleep\r\n\r\nDon\'t waste another second on:\r\n\r\nX--- Fad diets that are impossible to enjoy...\r\nX--- Gym memberships or fitness apps...\r\nX--- Calorie counting\r\n\r\nInstead, just try this one easy fat-dissolving rice method before you sleep tonight and drop lbs of stubborn fat by morning.\r\n\r\nCheck it now: https://bit.ly/ExoticRiceLiquifiesFatCells\r\n\r\nTo your health,\r\n\r\nDorian\r\n\r\n\r\n\r\n\r\nIf you\'d like to unsubscribe click here https://compressl.ink/website-opt-out/\r\n\r\n333 Summer Street, Delaware. Privacy Policy. Anti-spam Policy.\r\n\r\n©2024 Compressl.Ink, Inc.'),(1983,496,'name','Eric Jones'),(1984,496,'email','ericjonesmyemail@gmail.com'),(1985,496,'field_763fe53','555-555-1212'),(1986,496,'message','Dear, Eric here with a quick thought about your website hoteldhruvpalace.com Admin!\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1987,497,'name','Eric Jones'),(1988,497,'email','ericjonesmyemail@gmail.com'),(1989,497,'field_763fe53','555-555-1212'),(1990,497,'message','Hello hoteldhruvpalace.com Admin!\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://rushleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(1991,498,'name','Dorian'),(1992,498,'email','monique.elias77@yahoo.com'),(1993,498,'field_763fe53','01.64.29.22.46'),(1994,498,'message','Hello,\r\n\r\nRecent studies from Harvard have discovered a specific plant that targets the root cause of Type 2 Diabetes.\r\n\r\nThese studies refer to \"zombie cells\" that accumulate around the pancreas and cause the disease.\r\n\r\nWhat plant do you think is most effective at eliminating these zombie cells, eradicating diabetes from the body permanently?\r\n\r\n1. Black Mulberry\r\n2. Chicory\r\n3. Eleuthero\r\n4. Aloe\r\n\r\nThe answer will surprise you! Watch this short video explanation: https://compressl.ink/overcomediabetes\r\n\r\nStay healthy,\r\n\r\nDorian\r\n\r\n\r\n\r\nIf you\'d like to unsubscribe click here https://compressl.ink/website-opt-out/\r\n\r\n333 Summer Street, Delaware. Privacy Policy. Anti-spam Policy.\r\n\r\n©2024 Compressl.Ink, Inc.'),(1995,499,'name','Dorian'),(1996,499,'email','shelia.godson96@gmail.com'),(1997,499,'field_763fe53','06-57946859'),(1998,499,'message','Far from being a harmless nuisance, tinnitus has been linked to memory loss, hearing loss and dementia…\r\n \r\nBut did you know it actually physically wipes 1% of your memories every month, attacking the brain in the most violent way?\r\n \r\nForcing it to endure that constant ringing leads to the widespread death of your neurons, most of which are located in key areas of your brain, such as your hippocampus.\r\n \r\nThat’s the part of your brain that’s tasked with forming and storing episodic memories.\r\n \r\nWithout it, you will be unable to create new memories with your family or friends.\r\n \r\nClick Here To Find Out How To Save Your Brain And Your Memories Today! https://compressl.ink/tinnituscure\r\n\r\nStay healthy,\r\n\r\nDorian\r\n\r\n\r\n\r\n\r\n\r\nIf you\'d like to unsubscribe click here https://compressl.ink/website-opt-out/\r\n\r\n333 Summer Street, Delaware. Privacy Policy. Anti-spam Policy.\r\n\r\n©2024 Compressl.Ink, Inc.'),(1999,500,'name','Eric Jones'),(2000,500,'email','ericjonesmyemail@gmail.com'),(2001,500,'field_763fe53','555-555-1212'),(2002,500,'message','Hi hoteldhruvpalace.com Webmaster.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2003,501,'name','Sheri Ledet'),(2004,501,'email','makemybusinessgreatagain@gmail.com'),(2005,501,'field_763fe53','08-5309539'),(2006,501,'message','Hi hoteldhruvpalace.com,\r\n\r\nYour website hoteldhruvpalace.com has only been registered in 8 out of 2500 directories. We are here to assist you gain online visibility this coming 2024. \r\n\r\nWe at companyregistrar.org are here to help you get your site listed in over 2,500 directory and listing sites world wide!\r\nIn using our service you get listed in all our premium directories. Gettign listed is important in 2 ways, firstly you are visible in numerous other websites, secondly you get a higher search engine rating as your site gains more authority.\r\n\r\nPlease visit us at https://hoteldhruvpalace.companyregistar.org/hoteldhruvpalace.com\r\n\r\nRegards,\r\nSheri'),(2007,502,'name','Eric Jones'),(2008,502,'email','ericjonesmyemail@gmail.com'),(2009,502,'field_763fe53','555-555-1212'),(2010,502,'message','Dear hoteldhruvpalace.com Owner. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. I’m interested… but… maybe…\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2011,503,'name','Bobbie Rosario'),(2012,503,'email','aiprofitsiphon@vauleonline.co'),(2013,503,'field_763fe53','31-11-73-50'),(2014,503,'message','Dear hoteldhruvpalace.com,\r\n\r\nIt\'s time to take a deeper dive into the workings of our A.I.-powered system and learn how you can capitalize on the profit glitch it creates.\r\n\r\nOur system empowers you to tap into a continuous stream of $29.99 payments, providing a reliable source of income: https://www.vauleonline.co/aiprofitsiphon .\r\n\r\nImagine the satisfaction of seeing your profits grow effortlessly every time you hit that \"refresh\" button. It\'s a game-changer!\r\n\r\nBest,\r\nBobbie Rosario\r\n\r\nUNSUBSCRIBE: https://www.vauleonline.co/unsubscribe \r\nAddress: 770 Stiles Street\r\nPittsburgh, PA 15219'),(2015,504,'name','Abi'),(2016,504,'email','contentwriting011994@outlook.com'),(2017,504,'field_763fe53','416-854-0550'),(2018,504,'message','Hello,\r\n\r\nI\'m Abi, an English SEO copywriter and content writer. I excel in crafting blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, brochures, proofreading, social media captions, LinkedIn content, and SOPs.\r\n\r\nMy rate is USD 40 for every 1000 words of content. If you don\'t have time to plan out your content, we can help you with that. \r\n\r\nFeel free to email me at Contentwriting011994@outlook.com with any current requirements.\r\n\r\nThanks,\r\n\r\nAbi'),(2019,505,'name','Tamie MacPherson'),(2020,505,'email','tamie.macpherson55@outlook.com'),(2021,505,'field_763fe53','01.09.47.41.76'),(2022,505,'message','This short independent documentary has terrified christians across the globe…\r\n\r\nCheck the video: https://bit.ly/3wMOBfV\r\n\r\nBecause it exposes the terrifying reality of Artificial Intelligence...\r\n\r\nAnd its effect it will have on Christian society...\r\n\r\nThis is something darker and more sinister than the world has ever seen...\r\n\r\n>> Click Here Before The Video Is Taken Down Permanently: https://bit.ly/3wMOBfV'),(2023,506,'name','Lauren Bermudez'),(2024,506,'email','lauren.bermudez@gmail.com'),(2025,506,'field_763fe53','01.35.98.51.58'),(2026,506,'message','Are you okay running your business without much funds? This could slow down growth and delay returns on your business.\r\n\r\nNow you have the Opportunity to Fund your Busineses and Projects without stress and without the burden of repayment as our interest in first for the growth of your business and projects, and for your to arrive at your desired business goals and dreams.\r\n\r\nTake advantage of our Funding opportunity and get funded on your business and Projects within days and have an ample number of years/Loan Term Period which gives you time to grow and achieve your business goals.\r\n\r\nGive us a call on:\r\n+852 3008 8373, \r\nor write us at:\r\ninfo@capitalfund-hk.com'),(2027,507,'name','Maira D\'Arcy'),(2028,507,'email','maira.darcy@gmail.com'),(2029,507,'field_763fe53','214-917-6540'),(2030,507,'message','Get a FREE Reputation Video for your online platforms! We transform your 5-star reviews into SEO-rich content, ensuring visibility on Google\'s front page. The catch? Simply refer 3 others to receive the video, and they\'ll enjoy a 80% discount. Get your free video here: freerepvids-learnmore.info'),(2031,508,'name','Kira Coffman'),(2032,508,'email','kira.coffman@hotmail.com'),(2033,508,'field_763fe53','765-678-8243'),(2034,508,'message',''),(2035,509,'name','Omar Stirling'),(2036,509,'email','stirling.omar@gmail.com'),(2037,509,'field_763fe53','360-345-9621'),(2038,509,'message','This bizarre Blue Tonic is the talk of Tik Tok with scores of users crediting it for their weight loss success.\r\n\r\nBy simply mixing with water and taking before bed a 46 year old mom of 3 from Kansas was able to liquify 63 pounds of stubborn fat from her hips, arms, belly and thighs that had plagued her for so long.\r\n\r\nVisit link below to find out all about it.\r\n\r\nThis oriental blue tonic melts fat overnight: https://bit.ly/3T8dkCY'),(2039,510,'name','Lincoln Beaver'),(2040,510,'email','lincoln.beaver17@gmail.com'),(2041,510,'field_763fe53','773-921-2629'),(2042,510,'message','Hi,\r\n\r\nIf you’re anything like me you want to lose some weight. Maybe not 100 pounds, but even just 10-20 pounds.\r\n\r\nAnd, you’re probably tired of “trying”. Like, seriously, losing weight and keeping it off shouldn’t be so freaking hard right?\r\n\r\nWell, that’s why I’m so happy to be emailing you.\r\n\r\nThere’s a company that is preparing a personalized keto plan right now.\r\n\r\nYou can snag your custom plan by clicking here: https://bit.ly/4a8HHAj\r\n\r\nIt’s as easy as 1-2-3.\r\n\r\n1. Go Here: https://bit.ly/4a8HHAj\r\n2. Spend 45 seconds telling them a little bit about yourself and your goals\r\n3. Get your custom plan and review it right away!\r\n\r\nIt really is that simple.\r\n\r\nBut what makes this plan so easy to follow is that literally everything is done for you.\r\n\r\nThey tell you exactly what to eat and when. They give you the grocery list, the recipes, even videos showing you how to make all the delicious food!\r\n\r\nIt doesn’t get easier than this.\r\nSo go right now and claim your custom plan while it’s still available!\r\n\r\nhttps://bit.ly/4a8HHAj\r\n\r\nTalk Soon!\r\n\r\nPS - When you click here you’ll be taken right to the short 45 second questionnaire. Answer the questions and then BAM, you’ll get your custom plan.\r\n\r\nThe amount of people raving about this is absolutely insane! We all know keto works, but it can get boring. Not anymore. This custom plan changes everything for you. \r\n\r\nGrab it now: https://bit.ly/4a8HHAj'),(2043,511,'name','Mariapele'),(2044,511,'email','mariapele@mexcoast.com'),(2045,511,'field_763fe53','88865259227'),(2046,511,'message','Ηеllo!\r\nI apоlоgіze for the оvеrlу ѕpеcifіс mesѕagе.\r\nMу girlfrіend and I lоvе eаch other. Аnd we аrе all great.\r\nBut... wе need а mаn.\r\nԜe arе 23 уеаrs old, frоm Rоmaniа, we аlѕo know еnglish.\r\nԜе never get borеd! Αnd nоt оnly іn talk...\r\nMу nаmе іs Μariа, mу рrоfile iѕ hеrе: http://acesse.dev/HPoZu'),(2047,512,'name','Kirby Troutman'),(2048,512,'email','kirby.troutman96@msn.com'),(2049,512,'field_763fe53','3511058469'),(2050,512,'message','2.4 trillion dollars…\r\n\r\nA sum almost 3 times larger than our defense budget\r\n\r\nIn 2023 this staggering amount of money flowed into Big Tech companies developing Artificial intelligence…\r\n\r\nSuch an enormous pile of cash can make corporations ignore warnings\r\n\r\nDisregard the dangers of their actions\r\n\r\nAnd hide from the public the truth about what may be the most dangerous technology since the atomic bomb…\r\n\r\nIf you’ve ever had a bad feeling about artificial intelligence,\r\n\r\nPerhaps it is God’s way of warning you that\r\n\r\nAI is NOT here for what you think…\r\n\r\nSee here: https://tinyurl.com/4pz7c7ky\r\n\r\nBlinded by the trillion-dollar profits,\r\n\r\nBig Tech has no idea of what it has unleashed upon the world.\r\n\r\nAnd they may have already lost control of their own creation\r\n\r\nThis short documentary exposes 5 shocking facts misguided tech gurus are desperately trying to hide…\r\n\r\nTherefore, it could be scrubbed off the internet at any moment.\r\n\r\nClick here to watch it right now: https://tinyurl.com/4pz7c7ky'),(2051,513,'name','Chante Matters'),(2052,513,'email','matters.chante@yahoo.com'),(2053,513,'field_763fe53','5841334760'),(2054,513,'message','Feel like your diet is just you losing and gaining the same 5 lbs over and over?\r\n\r\nFeel like you eat healthy and exercise all day, but never make any progress?\r\n\r\nThen check this...\r\n\r\nA groundbreaking study published in Nature Medicine has revealed a bizarre fat dissolving loophole that has nothing to do with dieting or exercise.\r\n\r\nThey discovered by simply eating this one \"ugly\" plant, hidden for centuries in Vietnam, you will trigger a unique fat-melting chain reaction that liquifies fat cells as you sleep.\r\n\r\nhttps://tinyurl.com/ysc8t3mu\r\n\r\nStudies show this plant is 335% more powerful than exercise...\r\n\r\nand 408% more powerful at burning butt, arm and neck fat than any diet...\r\n\r\nSee it now:\r\n\r\n>>> One Ugly Plant Liquifies Fat Cells Into Nothing: https://tinyurl.com/ysc8t3mu\r\n\r\nRight now, THOUSANDS of people all over America swear by this ugly looking fat dissolving plant. In fact, It\'s already helped over 200,000 men and women.\r\n\r\nFrancine was able to break past her plateau to drop 34 lbs and her waist is smaller than ever...\r\n\r\nDebra dropped 47 lbs...\r\n\r\nAnd once I saw the fat dissolve away for me too, I had to share it with you...\r\n\r\nJust watch this surprising video and discover this simple ugly plant method yourself to start burning calories even when you\'re sleeping.\r\n\r\nTo your health!\r\n\r\nPS. In the video, you\'ll also discover 2 of the biggest weight loss mistakes - done by millions each day - that are supposed to make you thinner, but instead slow metabolism, increase cravings and clog arteries every time you do them. To find out, check out this controversial video now, before it gets banned.\r\n\r\nCheck now: https://tinyurl.com/ysc8t3mu'),(2055,514,'name','Iliya'),(2056,514,'email','ilyagooft@gmail.com'),(2057,514,'field_763fe53','85978584564'),(2058,514,'message','https://kwork.ru/user/live_for_seo здравствуйте, меня зовут Илья. Я являюсь seo специалистом и готов предложить Вам свои услуги по наращиванию трафика на сайт или ссылочной массы на сайты или аккаунты социальных сетей. \r\n \r\nОбращайтесь, буду рад сотрудничеству. \r\n \r\nДля вопросов по телеграм https://t.me/ilya_polin62'),(2059,515,'name','Robin Daws'),(2060,515,'email','robin.daws@gmail.com'),(2061,515,'field_763fe53','4186595353'),(2062,515,'message','Tired of foot fungus? Don\'t let this unpleasant and embarrassing condition go unnoticed. \r\n\r\n\r\nIgnoring it could lead to long-term damage, even amputation.\r\n\r\nDr. Richard Gannon has created a simple secret fungus killer that only takes as little as 30 seconds to 5-minute daily. \r\n\r\nThis simple solution is the answer to your foot and nail fungus... \r\n\r\nClick Here to Watch Dr. Gannon\'s Secret Fungus Killer and use his secret tactic:\r\n\r\nhttps://tinyurl.com/jfvnwfxt'),(2063,516,'name','Sandra McLoud'),(2064,516,'email','mcloud.sandra20@gmail.com'),(2065,516,'field_763fe53','745057176'),(2066,516,'message','Discover the Simple Ingredient That Improves Teeth & Gum Health.\r\n\r\nDoctors are amazed as individuals report improved oral hygiene within days of using this surprising ingredient used by the Ancient Romans in Pompei for perfect teeth.\r\n\r\n> Watch this video and learn about this simple ingredient that restores your teeth: https://tinyurl.com/yvnzhhrx'),(2067,517,'name','Phil Stewart'),(2068,517,'email','noreplyhere@aol.com'),(2069,517,'field_763fe53','342-123-4456'),(2070,517,'message','Interested in maximizing your reach? You\'re reading this message and I can get others to read your ad the exact same way! Drop me an email below to learn more about our services and start spreading your message effectively!\r\n\r\nPhil Stewart\r\nEmail: qa7u9e@gomail2.xyz\r\nSkype: live:.cid.2bc4ed65aa40fb3b'),(2071,518,'name','Nelly Leach'),(2072,518,'email','nelly.leach@gmail.com'),(2073,518,'field_763fe53','362018490'),(2074,518,'message','Hello, owner of hoteldhruvpalace.com!\r\n\r\nImagine your website not just reaching the first page of Google, but dominating it. At SEO First Page, we turn that vision into reality. Our bespoke SEO strategies are designed to catapult your online presence, ensuring you\'re not just seen, but remembered.\r\n\r\nWhy SEO First Page?\r\n\r\n- Bespoke Strategies: Your business is unique, and so are our SEO solutions.\r\n- Proven Results: We don\'t just aim for the first page; we aim for the top.\r\n- Expert Team: Our SEO wizards are relentless in their pursuit of excellence.\r\n- Hear from Our Satisfied Clients:\r\n\r\n1. \"SEO First Page transformed my business. Our website traffic doubled in just 3 months!\" - Alex M., Boutique Owner\r\n2. \"Thanks to SEO First Page, our leads have skyrocketed. Truly unmatched expertise.\" - Samantha K., Tech Startup Founder\r\n\r\nDon\'t let your website get lost in the digital abyss. Partner with SEO First Page and watch your business soar. Ready to dominate the first page?\r\n\r\nCheck now: https://seo-first-page.com/\r\n\r\nBest Regards,\r\n\r\nSEO First Page Specialist\r\nhttps://seo-first-page.com/'),(2075,519,'name','Alyce Bey'),(2076,519,'email','bey.alyce@outlook.com'),(2077,519,'field_763fe53','4607399'),(2078,519,'message','This new antifungal ritual is absolutely insane:\r\n\r\n1. Gently wash your feet with warm water…\r\n\r\n2. Then SLOWLY DRIP THESE 2 COMMON SPICES ON YOUR NAILS.\r\n\r\nhttps://tinyurl.com/mw7d22k4\r\n\r\nWith this one odd trick, which involves no smelly apple cider vinegar or useless tea tree oil…\r\n\r\nYou’ll be able to quickly clear more than 70% of the fungus infection in a matter of days…\r\n\r\nAnd finally make your nails strong and your feet healthy for years to come.\r\n\r\nIt sounds weird, but thousands of men and women with severe fungus infections “IT WORKS WONDERS!”\r\n\r\nIt has an astonishing 98% success rate…\r\n\r\nIt’s 6X more powerful than any laser surgery…\r\n\r\nAnd 7X more effective than any anti-fungal gel, supplement or pill currently on the market!\r\n\r\nIf you really want to get back your healthy nails starting today, you MUST see this now:\r\n\r\n==> Simple “NAIL SPICE” Ritual Clears Fungus 3X Faster: https://tinyurl.com/mw7d22k4'),(2079,520,'name','Catalina Pelloe'),(2080,520,'email','pelloe.catalina@yahoo.com'),(2081,520,'field_763fe53','729640171'),(2082,520,'message','Do you touch your gums like this with your tongue?\r\n\r\nSTOP RIGHT NOW or risk losing all your teeth!\r\n\r\nRecent studies have shown that people who touch their gums with their tongue this way have 90% more rotten teeth compared to those who don’t.\r\n\r\n>> Click here to find why this habit might cause all your teeth to fall out and what you can do about it. \r\n\r\nhttps://tinyurl.com/yvnzhhrx'),(2083,521,'name','Ouida Mansfield'),(2084,521,'email','mansfield.ouida@googlemail.com'),(2085,521,'field_763fe53','235220666'),(2086,521,'message','If you’re dealing with bleeding gums, tooth decay and sewage breath…\r\n\r\nAnd if the thought of eventually losing your teeth does not let you sleep at night…\r\n\r\nYou need to know this.\r\n\r\nNew research from the Dental Institute has proven this mineral gum can help people suffering from inflamed gums and tooth decay, no matter how advanced their dental problems are...\r\n\r\nWithout any toxic medication or risky dental procedures…\r\n\r\nFrom the comfort of their home…\r\n\r\nMore than 34,677 people have already managed to get back their perfect smiles without any effort.\r\n\r\nThis video explains everything in simple steps: https://tinyurl.com/y5rky7vs\r\n\r\nThis Mineral Gum Strengthens Teeth And Gums Almost Overnight \r\n\r\n>> https://tinyurl.com/y5rky7vs'),(2087,522,'name','Ethan Spangler'),(2088,522,'email','ethan.spangler@msn.com'),(2089,522,'field_763fe53','3763325680'),(2090,522,'message','Get a free video for your website to boost your reputation on social media. Your 5 star reviews become SEO videos that come up when someone Googles your reputation. Get your NO COST video here: http://yourtopreviewstovideos.info'),(2091,523,'name','Elmer Wilder'),(2092,523,'email','wilder.elmer@gmail.com'),(2093,523,'field_763fe53','7051686585'),(2094,523,'message','We all know we shouldn\'t drink too much...\r\n\r\nEspecially when trying to lose weight.\r\n\r\nYet, the real reason is NOT because of the calories...\r\n\r\nIt\'ds because the entire fat-burning process depends on a healthy liver.\r\n\r\nFact is, too much alcohol can damage your liver and your metabolism.\r\n\r\nHowever, the remarkably powerful Mediterranean ritual below naturally protects and rapidly purifies your liver of EVERY alcohol...\r\n\r\nAllowing you to enjoy an extra drink or two while promoting fat loss at the same time.\r\n\r\nThat\'s why, if you\'re gonna drink, do this simple Mediterranean Ritual before hand: https://tinyurl.com/4jd7hzc9\r\n(takes 30 seconds)'),(2095,524,'name','Anderson Croll'),(2096,524,'email','croll.anderson@gmail.com'),(2097,524,'field_763fe53','635045165'),(2098,524,'message','The data doesn’t lie.\r\n\r\nRecent studies have shown that over half of men between the ages of 40 and 70 experience at least some difficulty performing in bed.\r\n\r\nAnd with divorce rates in the US hovering around 40-50%, with the vast majority of break-ups being initiated by women - the results are clear.\r\n\r\nYou can’t afford to be the guy she leaves just because you can’t get it up.\r\n\r\nBut it’s not easy being a man these days. From sky-high burnout rates at work to the toxins they pump into the food we eat everyday, it’s no wonder that so many men are struggling to perform.\r\n\r\nBut all that ends today.\r\n\r\nhttps://tinyurl.com/4mzsyf22 \r\n\r\nScientists have recently discovered a formula that can increase the flow of nutrients to your penis in minutes, while shielding it from dangerous toxins and bacteria.\r\n\r\nThey call it the “Morningwood Miracle”, and it works for all men regardless of age and medical condition. \r\n\r\n>> Check It Out For Yourself NOW: https://tinyurl.com/4mzsyf22'),(2099,525,'name','Cruz Pinner'),(2100,525,'email','pinner.cruz@outlook.com'),(2101,525,'field_763fe53','40797402'),(2102,525,'message','Hope this finds you wel,\r\n\r\nFact: Roughly 68% of the population never experiences tinnitus, no matter\r\nif they have been exposed to loud workplaces or other ear-harmful\r\nenvironments.\r\n\r\nThis has drawn the attention of a small group of European researchers who\r\nhave recently published their astounding discoveries...\r\n\r\nCheck now: https://tinyurl.com/yx2jfzea\r\n\r\nThey have found the nucleic acid which makes some immune to developing\r\ntinnitus and how everybody can activate it in a matter of months,\r\npossibly even weeks...\r\n\r\nThis is fresh-out-of-the-box info that you won\'t find anywhere else but in\r\ntheir short documentary.\r\n\r\nHow to stop weird sounds in 3 easy steps: https://tinyurl.com/yx2jfzea'),(2103,526,'name','Jyoti Enterprises'),(2104,526,'email','khadsejyoti01@gmail.com'),(2105,526,'field_763fe53','7350143694'),(2106,526,'message','Jyoti Enterprises we are reputed manufacturer and supplier of all kind of playground and gym equipment in Nashik.\r\n\r\n\r\nPlayground equipment refers to various structures and installations designed for children\'s play and physical activity in outdoor settings. These structures are typically found in parks, schools, daycare centers, and other recreational areas. Here are some common types of playground equipment:\r\n\r\nSwings: Swings are one of the classic playground equipment items. They typically consist of a seat suspended by chains or ropes from a frame, allowing children to swing back and forth.\r\n\r\nSlides: Slides are inclined surfaces that children can climb up and then slide down. They come in various lengths and configurations, including straight slides, spiral slides, and tube slides.\r\n\r\nClimbing Structures: Climbing structures encourage children to develop their climbing skills and strength. These may include climbing walls, cargo nets, rope bridges, and jungle gyms.\r\n\r\nMonkey Bars: Monkey bars are horizontal bars set at different heights, allowing children to swing from bar to bar and develop their upper body strength and coordination.\r\n\r\nSeesaws: Seesaws, also known as teeter-totters, are balanced beams with seats at either end. Children can ride them by alternately pushing off the ground to lift themselves up and down.\r\n\r\nSpring Riders: Spring riders are animal-shaped or themed seats mounted on metal springs. Children can rock back and forth on them for a fun ride.\r\n\r\nMerry-Go-Rounds: Merry-go-rounds are circular platforms that spin around a central axis. Children can stand or sit on the platform while others push to make it spin.\r\n\r\nBalance Beams: Balance beams are narrow, elevated platforms that challenge children to walk across them without falling off, improving their balance and coordination.\r\n\r\nSandboxes: Sandboxes are designated areas filled with sand where children can dig, build, and play with sand toys.\r\n\r\nInteractive Panels: Some playgrounds feature interactive panels with puzzles, games, or sensory activities to engage children\'s minds and creativity.\r\n\r\nFitness Equipment: Some modern playgrounds include fitness equipment designed specifically for children, such as mini-exercise stations, low impact cardio equipment, and balance exercises.'),(2107,527,'name','Arlene Abbott'),(2108,527,'email','abbott.arlene27@yahoo.com'),(2109,527,'field_763fe53','267132571'),(2110,527,'message','URGENT HEALTH UPDATE:\r\n\r\nNo antifungal drug, cream or expensive surgery can do what this $3 natural method does…\r\n\r\nEven top doctors say “IT’S BETTER THAN ANYTHING ELSE!”...\r\n\r\nSee now: https://tinyurl.com/bdz7r9bk\r\n\r\nAs it’s not just one of those temporary solutions that won’t clear your nails even after months of trying...\r\n\r\nThis actually targets the most dangerous type of nail fungus at its source…\r\n\r\nWhich is deeply hidden inside your socks and shoes, causing your nails to ALWAYS get infected (no matter how hard you try to clean them!).\r\n\r\nScientists say that this new method is faster, cheaper and more effective than anything else on the market!\r\n\r\nYou can wipe off almost 98% of the fungal infections in a matter of days…\r\n\r\nCompletely restore your nails 3x faster, eliminate nasty feet odor…\r\n\r\nAnd easily bulletproof against fungal infection for years, if not decades…\r\n\r\nClick here to see how to protect your nails and eliminate fungal infections starting today!\r\n\r\nhttps://tinyurl.com/bdz7r9bk'),(2111,528,'name','Efrain Steger'),(2112,528,'email','efrain.steger@gmail.com'),(2113,528,'field_763fe53','7839307077'),(2114,528,'message','The shocking reality of AI… caught on camera.\r\n\r\nBig tech claims it’s nothing to worry about.\r\n\r\nThey say A does weird things for no apparent reason.\r\n\r\nBut I’m not convinced. And neither should you be.\r\n\r\nAI is part of something much bigger, and more sinister.\r\n\r\nA warning of the coming apocalypse.\r\n\r\nSee why: https://tinyurl.com/3p5c8jbe\r\n\r\nThey’ve been hiding the real purpose of AI from the public… And now it’s coming out…\r\n\r\nWe have no idea what AI will do to humanity in the future, yet the elites are racing forward to develop it.\r\n\r\nWe’ve prepared an urgent documentary to help you understand and prepare for the dangers of AI.\r\n\r\nDue to the rapid exponential growth of this technology, it becomes more serious with each passing day.\r\n\r\nIf you truly believe in God, and his biblical prophecies, I urge you to watch the video now.\r\n\r\nIt could be taken down at any moment.\r\n\r\nClick the link below to get access now: https://tinyurl.com/3p5c8jbe'),(2115,529,'name','Edwin'),(2116,529,'email','edwin@hoteldhruvpalace.com'),(2117,529,'field_763fe53','1925654624'),(2118,529,'message','Morning \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nThank You, \r\n\r\nEdwin'),(2119,530,'name','Kenton Jacques'),(2120,530,'email','kenton.jacques@outlook.com'),(2121,530,'field_763fe53','362110743'),(2122,530,'message','Hi!\r\n\r\nHave you ever written short email messages before? We need to talk if you have that skill set.\r\n\r\nWe are currently looking for new beginner-paid remote workers who want to start work right away!\r\n\r\nAll employers hiring through our company are looking for people with no previous experience but are willing to learn. These are remote positions, meaning that as long as you can work the required hours, you can work from home.\r\n\r\nClick here to complete your application if interested: https://tinyurl.com/6nubaee5\r\n\r\nIn this position, you will be assigned tasks related to sending promotional email messages about various products and services. You must write in clear English with no errors and provide consistency so we can rely on you to produce many weekly messages.\r\n\r\nThe rate we offer varies depending on what kind of assignment(s) you\'ll take. Still, generally speaking, it ranges between $40-$80 per hour depending on what service(s) they entail and your level of expertise.\r\n\r\nInterested? Check out this page before completing an application to get everything important!\r\n\r\nBest of luck!\r\n\r\nCheck here: https://tinyurl.com/6nubaee5'),(2123,531,'name','Wilfredo Armstead'),(2124,531,'email','armstead.wilfredo@googlemail.com'),(2125,531,'field_763fe53','7057697216'),(2126,531,'message','Weight loss stuck? You may have a toxic fatty acid that blocks weight loss. \r\n\r\nAccording to Newcastle University in England, this fatty acid forces fat cells to stream into your blood… \r\n\r\nAnd causes your body to pack on internal visceral fat. \r\n\r\nOnce this happens, your fat-burning metabolism slows down to a crawl… your hormones completely shut down… and your body stores fat instead of burning it as energy. \r\n\r\nFortunately, a renegade doctor from Japan has uncovered a natural “belly fat Drāno” juice that flushes out this toxic fatty acid from your body. \r\n\r\nCheck now: https://tinyurl.com/4f88nb95\r\n\r\n67,129 folks are drinking this delicious juice every morning… \r\n\r\nAnd they’re losing an average of 28 lbs – in as little as 21 days! \r\n\r\n>>> drink 1 cup every morning to lose “spare-tire” belly in record time: https://tinyurl.com/4f88nb95\r\n\r\nRobert lost 62 lbs of deadly fat clogging up his arteries and completely transformed his body in his 40s. \r\n\r\nHis wife Sonya also lost 38 lbs and 4 dress sizes… and it forced her to shop for a whole new wardrobe!\r\n\r\nTo your good health!'),(2127,532,'name','Marcus Barr'),(2128,532,'email','marcus.barr@gmail.com'),(2129,532,'field_763fe53','5452748732'),(2130,532,'message','Are you okay running your business without much funds? This could slow down growth and delay returns on your business.\r\n\r\nNow you have the Opportunity to Fund your Busineses and Projects without stress and without the burden of repayment as our interest in first for the growth of your business and projects, and for your to arrive at your desired business goals and dreams.\r\n\r\nTake advantage of our Funding opportunity and get funded on your business and Projects within days and have an ample number of years/Loan Term Period which gives you time to grow and achieve your business goals.\r\n\r\nGive us a call on:\r\n+852 3008 8373, \r\nor write us at:\r\ninfo@capitalfund-hk.com'),(2131,533,'name','Elijah Mulley'),(2132,533,'email','mulley.elijah@googlemail.com'),(2133,533,'field_763fe53','3381386955'),(2134,533,'message','Wait!\r\n \r\nBefore your next meal do this simple 10-second ritual to put an end to your blood sugar swings and reverse scary diabetes complications…\r\n\r\nThe secret has been hiding in the diets of African desert tribes. We only know about it now because of the work of one renegade Canadian research doctor.\r\n \r\nHere it is: https://tinyurl.com/mvha3x2t\r\n \r\n=> 10-second pre-meal ritual to fix your blood sugar and end diabetes complications\r\n \r\nCindy fixed her blood sugar swings and lost 43lbs with this ritual...\r\n \r\nJohn lost 27lbs and reversed his diabetes complications with this ritual...\r\n \r\nNow it\'s your turn.\r\n \r\nhttps://tinyurl.com/mvha3x2t\r\n \r\nPS. This blood sugar trick was previously known ONLY to personal clients of the renegade doctor in Canada who stumbled on the 10-second pre-meal ritual in his research lab...'),(2135,534,'name','Kristen Coover'),(2136,534,'email','kristen.coover@googlemail.com'),(2137,534,'field_763fe53','498506884'),(2138,534,'message','the most reliable way to make cashola online is with an email list, it’s a simple fact.\r\n\r\nBut, not just any email list, no I’m talking about a massive, enormous, monstrous email list that spits out hundred dollar bills every time you simply click SEND!\r\n\r\nAnd I just discovered an unknown, underground Internet millionaire who developed the easiest way to build gargantuan email lists with...\r\n\r\n- No product \r\n- No complex websites\r\n- No confusing marketing plan\r\n- No prior experience\r\n- No big advertising budget\r\n- No tech skills\r\n\r\n\r\nA trained monkey could earn $5k–10k per month doing this, but since you’re not a monkey you should be able to earn FAR MORE ;-)\r\n\r\nIf making more money in a day than you do in 3 months right now sounds interesting to you then I highly recommend you discover what I have waiting for you right here...\r\n\r\nhttps://tinyurl.com/mrxysr9k\r\n\r\nThis is a completely free workshop for you where I’m going to be interviewing this Internet genius and pulling out ever single step he uses to create massive profit producing email lists in mere weeks and how he Gets Paid to do it!\r\nYou can register for the free workshop here: https://tinyurl.com/mrxysr9k\r\n\r\nI spent weeks convincing him to let me interview him and he finally agreed to share his entire business model TODAY!\r\n\r\nBut you absolutely MUST claim your seat right now, there are less than 50.\r\n\r\nRegister free immediatly: https://tinyurl.com/mrxysr9k\r\n\r\nI will see you there!\r\n\r\nP.S. Not only will you discover how to build monstrous email lists, but he’s also going to reveal a secret traffic source that I’ve never even heard of. This traffic source is 10 times CHEAPER than anything I’ve ever used in my entire career and makes the whole system work with\r\nout you having to risk a single penny on advertising. I’ll be taking copious notes and I hope you will too!\r\n\r\nJoin me for the free training workshop here, now...: https://tinyurl.com/mrxysr9k'),(2139,535,'name','Jerri Lumpkins'),(2140,535,'email','lumpkins.jerri@gmail.com'),(2141,535,'field_763fe53','6047508370'),(2142,535,'message','What if you could do one quick daily ritual to fortify your memory and make your thinking sharp as a tack? And what if it took just 7 seconds a day, and worked even for folks in their 80s and 90s?\r\n\r\nhttps://tinyurl.com/e79djczm\r\n\r\nWould you try it for yourself? Of course right…\r\n\r\nEspecially since it’s backed by solid science from Harvard and MIT. Science showing the true source of sharp memory and clear thinking is hundreds of millions of little-known “power cells” in your brain.\r\n\r\n\r\nAnd the best part...it doesn’t matter how old you are when you start.\r\n\r\n=> 7-Sec daily ritual for razor sharp memory (start today): https://tinyurl.com/e79djczm\r\n\r\nLet me know how this works for you, ok...'),(2143,536,'name','Shonda Holden'),(2144,536,'email','shonda.holden@gmail.com'),(2145,536,'field_763fe53','247648340'),(2146,536,'message','If you haven’t tried this yet, you’re going to want to add this to your morning routine.\r\n\r\nDrinking 1 cup of this delicious hot beverage in the morning sets you up to burn more fat than 45 exhausting minutes on the treadmill.\r\n\r\nIn fact, some folks are losing up to 23lbs of fat in just 21 days by drinking it every morning.\r\n\r\n=> 1 Cup of this tomorrow morning will burn 3lbs of belly flab: https://tinyurl.com/4t7dzytj\r\n\r\nPlus, it only takes a few seconds to stir it up so you can enjoy the delicious, fat-burning flavors in the morning even if you are super busy.'),(2147,537,'name','Phil Stewart'),(2148,537,'email','noreplyhere@aol.com'),(2149,537,'field_763fe53','342-123-4456'),(2150,537,'message','Hey, looking to boost your ad game? Picture your message hitting website contact forms worldwide, grabbing attention from potential customers everywhere! Starting at just under a hundred bucks my budget-friendly packages are designed to make an impact. Drop me an email now to discuss how you can get more leads and sales now!\r\n\r\nPhil Stewart\r\nEmail: h2fmv4@mail-to-form.xyz\r\nSkype: form-blasting'),(2151,538,'name','Hunter Hauk'),(2152,538,'email','hauk.hunter@gmail.com'),(2153,538,'field_763fe53','3308534651'),(2154,538,'message','This tool allows you to easily start dropshipping top products from US and EU suppliers. \r\n\r\nGet started for free and see why Spocket consistently gets 5 stars.\r\n\r\nhttps://marketersmentor.com/us-eu-dropshipping\r\n\r\nIt adds your logo and brand to the invoices. You are not just selling products, you are building your own brand.\r\n\r\nAdd Products From Verified US & EU Suppliers for Faster Shipping Times & Better Products.\r\n\r\nLearn More: https://marketersmentor.com/us-eu-dropshipping\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2155,539,'name','Emma Jaramillo'),(2156,539,'email','emma.jaramillo@msn.com'),(2157,539,'field_763fe53','669751058'),(2158,539,'message','Browse thousands of best selling dropshipping products from US/EU dropshipping suppliers.\r\n\r\nhttps://marketersmentor.com/trending\r\n\r\nEach best selling product has a track record of sales and is backed by fast shipping and quality suppliers. \r\n\r\nWith new best sellers weekly, you’ll find everything you need to skyrocket your online sales.\r\n\r\nCheck out all the trending dropshipping products \r\nand see whats selling fast now: https://marketersmentor.com/trending\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2159,540,'name','Bret Benge'),(2160,540,'email','benge.bret@outlook.com'),(2161,540,'field_763fe53','3714949767'),(2162,540,'message','This tool allows you to choose the best custom products to sell from thousands of print-on-demand suppliers all over the world.\r\n\r\nhttps://marketersmentor.com/print-on-demand\r\n\r\nWith 80% of dropshipping suppliers based in the US or Europe, shipping is quick, reliable, and effortless.\r\n\r\nBe one of the first to identify popular dropshipping items, and gain a competitive advantage over your competitors today. \r\n\r\nhttps://marketersmentor.com/print-on-demand\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2163,541,'name','Phil Stewart'),(2164,541,'email','noreplyhere@aol.com'),(2165,541,'field_763fe53','342-123-4456'),(2166,541,'message','Want Your Ad Everywhere? Reach Millions Instantly! For less than $100 I can blast your message to website contact forms globally. Contact me via skype or email below for info\r\n\r\nPhil Stewart\r\nEmail: vsjczc@submitmaster.xyz\r\nSkype: form-blasting'),(2167,542,'name','Molly Caudill'),(2168,542,'email','caudill.molly@gmail.com'),(2169,542,'field_763fe53','249441282'),(2170,542,'message','Get your business published on Google News, AP News, over 100+ NBC, FOX, ABC & CBS affiliate sites and more.\r\n\r\nhttps://marketersmentor.com/press-release\r\n\r\nPress releases help companies gain instant exposure, build trust with existing and prospective customers, \r\ngarner positive press coverage, mitigate negative coverage, and increase traffic to their website or stores.\r\n\r\nPress releases give your brand a publicity boost, help the public get to know your name, and improve sales and conversions. \r\n\r\nLearn More: https://marketersmentor.com/press-release\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2171,543,'name','Nadine Whelan'),(2172,543,'email','nadine.whelan@outlook.com'),(2173,543,'field_763fe53','3720906289'),(2174,543,'message','Approved by over 200,000 e-commerce enthusiasts\r\n\r\nWhat sets this tool apart from other ad spy tools is its comprehensive collection of e-commerce ads for Facebook, Pinterest, and even Tik Tok. \r\n\r\nThis makes it the ultimate ad spy tool that leaves no stone unturned.\r\n\r\nhttps://saloof.com/ads-spy\r\n\r\nNot only that, but it also offers a unique feature that allows users to track product placements made by influencers across more than 30 markets on Instagram and Snapchat. \r\n\r\nBy providing access to this information, it enables users to stay on top of their game and make data-driven decisions.\r\n\r\nLearn More: https://saloof.com/ads-spy\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://saloof.com/unsubscribe'),(2175,544,'name','Bettye'),(2176,544,'email','bettye.regan26@googlemail.com'),(2177,544,'field_763fe53','6767345601'),(2178,544,'message','Hey \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nKind Regards, \r\n\r\nBettye'),(2179,545,'name','Reuben Hallman'),(2180,545,'email','hallman.reuben@gmail.com'),(2181,545,'field_763fe53','419869824'),(2182,545,'message','Analyzing your competitors’ strategies isn\'t just an option. It is a necessary part of your growth strategy. \r\nThe more you find out about your business and your competitors, the more you learn, adapt, and ultimately flourish.\r\n\r\nhttps://marketersmentor.com/competitor-spying\r\n\r\nBrandMentions gives you full access to your competitors\' strategies. \r\nYou can spy on competitors from different angles and have a clear view where exactly the competition stands.\r\n\r\nLearn More: https://marketersmentor.com/competitor-spying\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2183,546,'name','LindaSLOKE'),(2184,546,'email','kristophertheodor2058@hotmail.com'),(2185,546,'field_763fe53','87293824566'),(2186,546,'message','Become a strategic partner with https://accsmarket.net and gain access to an extensive array of verified accounts across multiple platforms. Collaborate with us to expand your business horizons and tap into the lucrative market of account acquisition. With our reliable platform and dedicated support, partnering with https://accsmarket.net ensures mutual success and prosperity in the dynamic online market. \r\n \r\nVisit Now : https://AccsMarket.net'),(2187,547,'name','Adam Holub'),(2188,547,'email','holub.adam@gmail.com'),(2189,547,'field_763fe53','98333150'),(2190,547,'message','In online marketing, the “Hook, Story, Offer” framework is a simple and effective method for writing sales copy anywhere \r\nand everywhere — for ads, emails, landing pages, sales funnels, soap opera sequences, and more.\r\n\r\nhttps://marketersmentor.com/hook-story-offer\r\n\r\nIf your landing pages, ads, or opt-in rate are low conversion, the first thing you must look at are:\r\n\r\nHook\r\nStory\r\nand Offer\r\n\r\nLearn More: https://marketersmentor.com/hook-story-offer\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2191,548,'name','Francesca'),(2192,548,'email','hoteldhruvpalace.com@aol.com'),(2193,548,'field_763fe53','463061339'),(2194,548,'message','Hello, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nSincerely,\r\n\r\nFrancesca'),(2195,549,'name','Masonbes'),(2196,549,'email','kaenquirynicholls@gmail.com'),(2197,549,'field_763fe53','88543127683'),(2198,549,'message','Ողջույն, ես ուզում էի իմանալ ձեր գինը.'),(2199,550,'name','Hwa Wicker'),(2200,550,'email','hwa.wicker@gmail.com'),(2201,550,'field_763fe53','8458706046'),(2202,550,'message','Hello Hoteldhruvpalace Administrator\r\n\r\nI am selling Google Maps Leads which contains records(can be useful for your business)\r\n\r\nWebsite\r\nPhone\r\nAddress\r\nName and many other fields.\r\n\r\n\r\n\r\nPlease email me at scrape.thedata@gmail.com if interested!'),(2203,551,'name','Rajkumar Kanaujiya'),(2204,551,'email','ishantraj82@gmail.com'),(2205,551,'field_763fe53','09819504992'),(2206,551,'message','June 1 to june 2 check out 8 adult\r\n2 rooms'),(2207,552,'name','Rajkumar Kanaujiya'),(2208,552,'email','ishantraj82@gmail.com'),(2209,552,'field_763fe53','09819504992'),(2210,552,'message','June 1 to june 2 check out 8 adult\r\n2 rooms'),(2211,553,'name','Kellie'),(2212,553,'email','kellie@conybeare.podiatristusa.sale'),(2213,553,'field_763fe53','535699735'),(2214,553,'message','Good day,\r\n\r\nIf you are one of the sufferers of the common problems nails have, then you are in luck! Our Toenail Clippers is here to help. It has a specially designed clip that can help those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, and thickened nails.\r\n\r\nWe are confident that our Toenail Clippers will provide you with the results you are looking for.\r\n\r\nGet yours today with 60% OFF: https://podiatristusa.sale\r\n\r\nTo your success,\r\n\r\nKellie'),(2215,554,'name','Phil Stewart'),(2216,554,'email','noreplyhere@aol.com'),(2217,554,'field_763fe53','342-123-4456'),(2218,554,'message','Hi, I was wondering if you could benefit from me blasting your ad to millions of contact forms just like I blasted my message to yours just now? Check out my site below for details on how it works.\r\n\r\nhttp://zs56l6.blast-to-forms.xyz'),(2219,555,'name','kundan kasat'),(2220,555,'email','kundaan.k@gmail.com'),(2221,555,'field_763fe53','09096296001'),(2222,555,'message','24 June to 27th June 2024\r\nBooking for 3 bed sharing room'),(2223,556,'name','kundan kasat'),(2224,556,'email','kundaan.k@gmail.com'),(2225,556,'field_763fe53','09096296001'),(2226,556,'message','24 June to 27th June 2024\r\nBooking for 3 bed sharing room'),(2227,557,'name','Henrietta Barkman'),(2228,557,'email','barkman.henrietta@hotmail.com'),(2229,557,'field_763fe53','6641933667'),(2230,557,'message','Hi,\r\n\r\nThis is crazy, we are building mobile Apps for $50.\r\n\r\nGet your iOS and Android App!\r\n\r\nWhy are we doing this? Well, we are building a lot for cheap.\r\n\r\nVisit us PCXLeads.com'),(2231,558,'name','The Ecom King'),(2232,558,'email','info@theecomking.com'),(2233,558,'field_763fe53','5237267901'),(2234,558,'message','8 years of experience put into 1 video. Here is literally everything you need to know to achieve your first million dollars with Dropshipping in 2024.\r\n\r\nwatch it now: https://www.youtube.com/watch?v=nT8luUsO4SU\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe/'),(2235,559,'name','Jon Lewis'),(2236,559,'email','info@marketersmentor.com'),(2237,559,'field_763fe53','183070345'),(2238,559,'message','A step-by-step guide, A to Z, on how to create a profitable Dropshipping branded store from scratch in 2024 In this video, \r\nyou will learn everything you need to know to create a successful Branded store.\r\n\r\nI\'ll be showing you how to create a profitable Dropshipping store the right way in 2024 that will actually convert using fast suppliers whilst building a brand. \r\n\r\nThe Ecom king created this long step-by-step tutorial (6 hours+) because he wanted to give you every single possible step that you need to know, \r\nand all the information that you need as a newbie to start a successful Dropshipping business in 2024.\r\n\r\nHe is fed up with gurus selling courses charging thousands of dollars for this information.\r\n\r\nYou can Watch it for free: https://www.youtube.com/watch?v=KomCyocvwGE&t=42s\r\n\r\nTalk soon!\r\nJon\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe'),(2239,560,'name','Jon Lewis'),(2240,560,'email','info@marketersmentor.com'),(2241,560,'field_763fe53','23497320'),(2242,560,'message','8 years of experience put into 1 video. Here is literally everything you need to know to achieve your first million dollars with Dropshipping in 2024.\r\n\r\nwatch it now: https://www.youtube.com/watch?v=nT8luUsO4SU\r\n\r\nTalk soon!\r\nJon\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe/'),(2243,561,'name','Jon Lewis'),(2244,561,'email','info@marketersmentor.com'),(2245,561,'field_763fe53','498349378'),(2246,561,'message','The Ecom King will walk you through his personal Facebook and Instagram ad strategy in 2024 for Ecom & Dropshipping. \r\n\r\nHe will cover some quick tips on what he have seen over the last 8+ years marketing in this space. he will also walk you through step by step everything from testing campaigns to scaling campaigns so you can go from $0-$1000/Day In 48 Hours.\r\n\r\nWatch it here: https://www.youtube.com/watch?v=bdVdb1jJ4b4\r\n\r\nTalk soon!\r\nJon\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe/'),(2247,562,'name','Richarddok'),(2248,562,'email','valeriadesantis@hotmail.com'),(2249,562,'field_763fe53','84988481596'),(2250,562,'message','Ready to elevate your earnings? Partner with https://SellAccs.net, the premier destination for trading online accounts! With our intuitive platform and dedicated support, you can seamlessly tap into a lucrative market. Maximize your revenue potential with competitive commissions and a vast network of buyers and sellers. Join us in reshaping the digital commerce landscape and unlock new opportunities for success! \r\n \r\n \r\nJUST CLICK THE FOLLOWING POST: https://SellAccs.net'),(2251,563,'name','Jon Lewis'),(2252,563,'email','info@marketersmentor.com'),(2253,563,'field_763fe53','445294463'),(2254,563,'message','Hey,\r\n\r\nWhat if we told you that it was possible to find winning products by being able to analyze them with dozens of statistics, \r\n\r\ninspiration for your future creatives and do competitive analysis to make sure you are the best on your product, all in one platform?\r\n\r\nYou don\'t need to accumulate subscriptions on different platforms and break the bank to find your next winning products!\r\n\r\nLet me introduce you to **MINEA**, your new companion on the road to success!\r\n\r\n- An all-in-one tool that allows you to see and analyze all the ads on Facebook, TikTok, Pinterest!\r\n- An endless source of creative inspiration that will be the key to your next ad success!\r\n- Access to must-have metrics that will help you make the best decisions on your product choices!\r\n- Access to the largest e-commerce community, with expert e-commerce speakers to provide feedback and help you through the challenges!\r\n\r\nWith tens of thousands of ads analyzed every day, Minea is the largest e-commerce database, \r\nwhich will allow you to obtain all the key information to reach your goals. \r\n\r\nYour competitors have already tested hundreds of products and creatives, learn from their mistakes and get ahead of them!\r\n\r\nThe good news is that I have a great offer for you!\r\n\r\nTake advantage of a 20% discount on your subscription for 3 MONTHS, and take advantage of the thousands of ads and stores analyzed every day, \r\n\r\nby clicking here : https://marketersmentor.com/adspy\r\n\r\nBoost your e-commerce business with a powerful, reliable and complete tool adapted to the search of products on all social networks without geographical barriers.\r\n\r\nTalk soon!\r\nJon\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe\r\nhttps://marketersmentor.com/unsubscribe/'),(2255,564,'name','Milton Arias'),(2256,564,'email','gptreels@busihelp.xyz'),(2257,564,'field_763fe53','409-831-9267'),(2258,564,'message','With GPTReels, you can create video reels in Flash (literally a few seconds) and sell it to unlimited clients - earn good profits for your services\r\n\r\nMore than 78% business owners rate using AI based reels as the #1 way to attract more visitors & convert them into happy customers.\r\n\r\nBut creating video reels was a very tough, energy-draining, time-consuming, and costly process.\r\n\r\nYes!\r\n\r\nThere are tons of tasks involved & missing even a single one leads to a complete rework right from scratch.\r\n\r\nNow, If you too wanna get a complete all-in-one solution for this menace…\r\n\r\nI’ve got some great news… Presenting GPT Reels\r\n\r\n[+] Creates Pro Quality Video Reels in seconds for any business in any language\r\n[+] First Video Reels Creator powered by GPT-4 AI Technology\r\n\r\n==> Show live demo : https://www.busihelp.xyz/gptreels \r\n\r\nA.I Does A to Z Steps To Create Beautiful Video Reels! Just Enter Keywords and It Will Give You...\r\n\r\nIdeas & Help Writing Scripts\r\nFinding Relevant Videos & Images\r\nAdd Powerful Animation\r\nAdd Mesmerizing Music\r\nCreate Attractive Reels, Videos & Shorts\r\n\r\nBe it Website Videos, Ads, Promotional, Entertaining, Infomercial, Advertising, Learning Video…\r\n\r\nBig marketers are calling GPT Reels as BESTEST and FASTEST A.I Video Reel Creator in the new age of A.I era\r\n\r\nImagine creating any type of video reels in seconds\r\n\r\n...WITHOUT skills,\r\n...WITHOUT recording a single video\r\n...WITHOUT any budget\r\n...By entering just one Keyword and literally 3-clicks\r\n\r\nBEST Part Is: It comes with a commercial license, which means You can create video reels in Flash (literally a few seconds) and sell it to unlimited clients - earn good profits for your services\r\n\r\nNot to mention, GPT Reels has a 30-days money-back guarantee if you don\'t like it.\r\n\r\nOver 5000 business owners have bought GPT Reels lifetime deals in the last few days...\r\n\r\n==> Get GPT Reels Lifetime account at a one-time price now : https://www.busihelp.xyz/gptreels \r\n\r\nRegards,\r\nMilton Arias\r\n\r\n\r\n\r\nUNSUBSCRIBE: https://www.busihelp.xyz/unsubscribe/?d=hoteldhruvpalace.com \r\nAddress: 4622 Late Avenue\r\nMadill, OK 73446'),(2259,565,'name','Julianne'),(2260,565,'email','julianneutter@foxmail.com'),(2261,565,'field_763fe53','23497320'),(2262,565,'message','World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.co\r\n\r\nKind Regards,\r\n\r\nJulianne\r\nContact Us – Hotel Dhruv Palace'),(2263,566,'name','Jannes Welman'),(2264,566,'email','jannes@pcxgroup.com'),(2265,566,'field_763fe53','6219103091'),(2266,566,'message','Hello hoteldhruvpalace.com\r\n\r\nWe noticed your website hoteldhruvpalace.com doesn\'t have a Mobile App for iOS and Android.\r\n\r\nWe are building Android and iOS Apps for $99 each a combo deal of $149 for both\r\n\r\nYou can get a free preview on PCXLeads or email us back and we will send you a mockup for your apps.\r\n\r\nThis promo is valid till end of June 2024.\r\n\r\nRegards,\r\nPCXLeads'),(2267,567,'name','mikeViam'),(2268,567,'email','pr.os.p.eri.t.y.t.h.emo.neyuspen@gmail.com'),(2269,567,'field_763fe53','87726319172'),(2270,567,'message','Don\'t wait, act! Find out how you can earn real money in just one month! A new life begins today!\r\n - https://rb.gy/9fznxm?Hience-Rok'),(2271,568,'name','Roslyn Dunstan'),(2272,568,'email','dunstan.roslyn@googlemail.com'),(2273,568,'field_763fe53','669751058'),(2274,568,'message','Want Free business data?\r\n\r\nUsage:\r\n\r\nhttps://leadsbox.biz\r\n\r\n(Lawyers in New york for example)\r\n\r\n71 Million business records in 202 countries\r\n\r\nUpdated Daily\r\n\r\nCompany Name\r\ncountryCode\r\ncountryName\r\nstate\r\ncounty\r\ncity\r\nstreet\r\npostalCode\r\nbuilding\r\nlat\r\nlng\r\nCategory\r\nSecondary Category\r\nPersonal contacts\r\nPhones\r\nFax\r\nEmails\r\nReviews\r\nopening hours\r\n\r\nand more\r\n\r\nLeadsBox.biz'),(2275,569,'name','Lora Haskell'),(2276,569,'email','haskell.lora@gmail.com'),(2277,569,'field_763fe53','489527611'),(2278,569,'message','Hi,\r\n\r\nI hope this email finds you well.\r\n\r\nMy name is Michael, and I’m reaching out to introduce you to an incredible opportunity to elevate your digital marketing skills and start earning from day one with Digital Wealth Academy (DWA).\r\n\r\nAre you struggling to find a reliable way to make money online? Many people face the same challenge, feeling overwhelmed by the sheer volume of information and the steep learning curve. That’s where DWA comes in.\r\n\r\nWhy Digital Wealth Academy?\r\n- Comprehensive Training: From SEO and social media marketing to email campaigns and sales funnels, DWA covers it all.\r\n- Master Resell Rights (MRR): Gain the right to resell our top-tier course and keep 100% of the profits.\r\n- Proven Success: Our members have transformed their lives, achieving financial freedom through our program.\r\n\r\nWhat Our Students Are Saying:\r\n\r\n“DWA has been a game-changer for me! Within three months, I went from zero to making a consistent $5,000 per month. The training modules are thorough and easy to follow.” – Sarah J.\r\n\r\n“Thanks to Digital Wealth Academy, I was able to quit my 9-to-5 job and focus entirely on my online business. The support and resources provided are unparalleled.” – Mike T.\r\n\r\n“The Master Resell Rights model is brilliant! It allowed me to start earning right away without having to create my own products from scratch.” – Rachel K.\r\n\r\nDon’t just take my word for it. See how DWA can change your life by visiting https://digitalwealthacademy.online/.\r\n\r\nReady to Get Started?\r\n\r\nClick https://digitalwealthacademy.online/ to learn more and take the first step towards financial independence.\r\n\r\nIf you have any questions or need further information, feel free to reply to this email. I’m here to help!\r\n\r\nBest regards,\r\n\r\nMichael'),(2279,570,'name','AmandaExitlea'),(2280,570,'email','amandaBlealea@gmail.com'),(2281,570,'field_763fe53','89894583871'),(2282,570,'message','Hey darling, want to hang out? - https://is.gd/2xVU7z?jef'),(2283,571,'name','Verna Carls'),(2284,571,'email','verna.carls29@gmail.com'),(2285,571,'field_763fe53','7852850324'),(2286,571,'message','To the hoteldhruvpalace.com Administrator.\r\n\r\nAwesome website!\r\n\r\nMy name’s Verna, and I just came across your site - hoteldhruvpalace.com - when browsing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is quite impressive.\r\n\r\nBut just in case you don’t mind me asking – once someone like me lands across hoteldhruvpalace.com, what typically happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m assuming some, but I also bet you’d like more… studies suggest that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nThat\'s not ideal.\r\n\r\nHere is a idea – what if there was an simple way for each visitor to raise their hand to get a phone call from you RIGHT AWAY… the second they land on your site and expressed, “call me now.”\r\n\r\nWell, you can –\r\n\r\nWeb Visitors Into Leads is a application widget that’s works on your site, set to capture every visitor’s Name, Email address and Phone Number. It allows you be informed INSTANTLY – so that you can speak to that lead as they’re really checking out your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to check out a Live Demo with Web Visitors Into Leads now to realize precisely how it works.\r\n\r\nTiming is crucial when it comes to engaging with leads – the gap between contacting someone in just 5 minutes compared to 30 minutes later can be significant – like 100 times better!\r\n\r\nAnd that\'s why we built out our new SMS Text With Lead feature… because once you’ve grabbed the visitor’s phone number, you can automatically start a text message (SMS) discussion.\r\n\r\nImagine about the potential – even if you don’t close a deal immediately, you can follow up with text messages for fresh promotions, content links, or even just “how you doing?” notes to establish a relationship.\r\n\r\nWould not that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads right now!\r\nVerna\r\n\r\nPS: Web Visitors Into Leads provides a FREE 14 days trial – and it also comes with International Long Distance Calling. \r\nYou have customers eager to chat with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://advanceleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com\r\n\r\n\r\nOnly a brief note - the name and email used here, Verna and Carls, are placeholders and not genuine contact details. We value transparency and wanted to make sure you’re informed! If you want to come in contact with the real person behind this message, kindly visit our website, and we’ll link you with the correct individual.'),(2287,572,'name','Robert Hodge'),(2288,572,'email','scalar@busitoday.co'),(2289,572,'field_763fe53','06-72558882'),(2290,572,'message',''),(2291,573,'name','Eric Jones'),(2292,573,'email','ericjonesmyemail@gmail.com'),(2293,573,'field_763fe53','555-555-1212'),(2294,573,'message','Dear, this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just, how you doing? notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2295,574,'name','CompanyRegistar.org'),(2296,574,'email','maclean.roma@gmail.com'),(2297,574,'field_763fe53','3073664551'),(2298,574,'message','Hi \r\n\r\nI see your online property is only listed in 41 out of 2500 directories\r\n\r\nThis will substantially impact your page rank, the higher amount of directories your company is listed in, locally or globally, the more back links you have and the higher you rank in Bing, Yahoo, Google. \r\n\r\nIt has never been simpler to promote your site hoteldhruvpalace.com\r\n\r\nJust a few inputs and our system willl do the rest. \r\n\r\nNo more struggling about email verification, manual link building or CAPTCHAs.\r\n\r\nWe have automed all that we possibly could to make submitting your website a breeze.\r\n\r\nSee your site on the first page.\r\n\r\nWe will submit your website to numerous directories and give you a full report on the status of each submission. Although we have created an automated system to a large extent, some of the registries may require manual approval which could cause a slight delay. \r\n\r\nMaking your life simpler \r\n\r\nhttps://CompanyRegistar.org'),(2299,575,'name','AmandaExitleb'),(2300,575,'email','amandaBleale1@gmail.com'),(2301,575,'field_763fe53','87251439968'),(2302,575,'message','Hey darling, want to hang out? - http://surl.li/ulebc?jef'),(2303,576,'name','AmandaExitle1'),(2304,576,'email','amandaBlealeb@gmail.com'),(2305,576,'field_763fe53','82857773599'),(2306,576,'message','Hey darling, want to hang out? - https://is.gd/2xVU7z?jef'),(2307,577,'name','Edison'),(2308,577,'email','magicmat@hoteldhruvpalace.com'),(2309,577,'field_763fe53','623129226'),(2310,577,'message','Get The Worlds Greatest Magic Sand Free Beach Mat!\r\n\r\nWatch sand, dirt & dust disappear right before your eyes! It\'s perfect for beach, picnic, camping or hiking.\r\n\r\nAct Now And Receive A Special Discount For Our Magic Mat!\r\n\r\nGet Yours Here: https://magicmats.co\r\n\r\nTo your success, \r\n \r\nEdison'),(2311,578,'name','AmandaExitle3'),(2312,578,'email','amandaBlealec@gmail.com'),(2313,578,'field_763fe53','87153571597'),(2314,578,'message','Hey darling, want to hang out? - https://rb.gy/7rnhss?fitove'),(2315,579,'name','Vipul parmar'),(2316,579,'email','vipulparmar646@gmail.com'),(2317,579,'field_763fe53','9082312798'),(2318,579,'message','Looking for booking 15 aug one night stay evening check in non ac rooms'),(2319,580,'name','AmandaExitle1'),(2320,580,'email','amandaBleale2@gmail.com'),(2321,580,'field_763fe53','89893565125'),(2322,580,'message','I’ve been naughty, want to help me with that?) - https://goo.su/zARWg?jef'),(2323,581,'name','AmandaExitleb'),(2324,581,'email','amandaBleale2@gmail.com'),(2325,581,'field_763fe53','82827267143'),(2326,581,'message','Can’t wait to show you a good time tonight. - https://goo.su/zARWg?jef'),(2327,582,'name','Poppy'),(2328,582,'email','hoteldhruvpalace.com@yahoo.com'),(2329,582,'field_763fe53','1668169716'),(2330,582,'message','Hi there \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nRegards, \r\n\r\nPoppy'),(2331,583,'name','AmandaExitlea'),(2332,583,'email','amandaBlealeb@gmail.com'),(2333,583,'field_763fe53','89358545224'),(2334,583,'message','I’ve been naughty, want to help me with that?) - https://rb.gy/7rnhss?fitove'),(2335,584,'name','SpeedyIndexBot'),(2336,584,'email','speedyindexbot@gmail.com'),(2337,584,'field_763fe53','88628686781'),(2338,584,'message','https://bit.ly/3OV6orJ SpeedyIndexBot - service for indexing of links in Google. First result in 48 hours. 200 links for FREE.'),(2339,585,'name','AmandaExitlea'),(2340,585,'email','amandaBlealeb@gmail.com'),(2341,585,'field_763fe53','83566396668'),(2342,585,'message','Can’t wait to show you a good time tonight. - https://rb.gy/7rnhss?fitove'),(2343,586,'name','Gireesh'),(2344,586,'email','gireeshthazhath@gmail.com'),(2345,586,'field_763fe53','8089409492'),(2346,586,'message','I need booking'),(2347,587,'name','Gireesh'),(2348,587,'email','gireeshthazhath@gmail.com'),(2349,587,'field_763fe53','8089409492'),(2350,587,'message','Serching for room'),(2351,588,'name','Harold'),(2352,588,'email','info@mathew.pawsafer.net'),(2353,588,'field_763fe53','8581533075'),(2354,588,'message','Hey there \r\n \r\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSafer™? \r\nWith PawSafer™, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\r\n\r\nPawSafer™ is the safest and most convenient way to trim your dog\'s nails, and it\'s very affordable. \r\n\r\nGet it while it\'s still 50% OFF + FREE Shipping\r\n\r\nBuy here: https://pawsafer.net\r\n \r\nThe Best, \r\n \r\nHarold'),(2355,589,'name','Dallas'),(2356,589,'email','info@birch.medicopostura.com'),(2357,589,'field_763fe53','2058211235'),(2358,589,'message','Hi there \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nAll the best, \r\n\r\nDallas'),(2359,590,'name','AmandaExitle2'),(2360,590,'email','amandaBleale3@gmail.com'),(2361,590,'field_763fe53','85887838213'),(2362,590,'message','Can’t wait to show you a good time tonight. - https://goo.su/zARWg?jef'),(2363,591,'name','AmandaExitle3'),(2364,591,'email','amandaBlealeb@gmail.com'),(2365,591,'field_763fe53','87464144596'),(2366,591,'message','Explore my profile, let’s make it unforgettable. - https://rb.gy/7rnhss?fitove'),(2367,592,'name','AmandaExitlec'),(2368,592,'email','amandaBleale3@gmail.com'),(2369,592,'field_763fe53','82321248244'),(2370,592,'message','Want to see more? Check my profile now. - https://rb.gy/7rnhss?fitove'),(2371,593,'name','AmandaExitle2'),(2372,593,'email','amandaBlealea@gmail.com'),(2373,593,'field_763fe53','86945962312'),(2374,593,'message','Explore my profile, let’s make it unforgettable. - https://goo.su/zARWg?jef'),(2375,594,'name','Paige'),(2376,594,'email','info@reynolds.bangeshop.com'),(2377,594,'field_763fe53','6381200720'),(2378,594,'message','Hi, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\r\n\r\nTo your success,\r\n\r\nPaige'),(2379,595,'name','Ravi Kumar chhetri'),(2380,595,'message','Payment of 3248Rs for booking of triple ac room on 25.12.2024 had been deducted from my account .But i haven\'t received any confirmation yet.'),(2381,595,'field_cfea988','on'),(2382,595,'field_7a724ba','Hindi , English'),(2383,595,'field_770cab8','+919897492691'),(2384,596,'name','Ravi Kumar chhetri'),(2385,596,'message','Payment of 3248Rs for booking of triple ac room on 25.12.2024 had been deducted from my account .But i haven\'t received any confirmation yet.'),(2386,596,'field_cfea988','on'),(2387,596,'field_7a724ba','Hindi , English'),(2388,596,'field_770cab8','+919897492691'),(2389,597,'name','AmandaExitlea'),(2390,597,'email','amandaBleale2@gmail.com'),(2391,597,'field_763fe53','85111839896'),(2392,597,'message','Explore my profile, let’s make it unforgettable. - https://goo.su/zARWg?jef'),(2393,598,'name','MichaelLip'),(2394,598,'email','no_replyclen628@gmail.com'),(2395,598,'field_763fe53','86466266174'),(2396,598,'message','Hello, \r\n \r\nMusic download private services Pop/Rock/Rap/RnB/Metal/Jazz/Folk/Punk: https://0daymusic.org/ \r\nList albums: https://0daymusic.org/FTPtxt/ \r\nMusic scene releases daily updated. \r\nSorted section by date / genre. \r\nSupport FTP, FTPS (File Transfer Protocol Secure), SFTP and HTTP, HTTPS. \r\nUpdated on daily 30GB-100GB, 300-2000 Albums, WEB, Promo, CDM, CDR, CDS, EP, LP, Vinyl... \r\n \r\nRegards \r\nJeremy K.'),(2397,599,'name','Raymondgen'),(2398,599,'email','no.reply.GerardMoreau@gmail.com'),(2399,599,'field_763fe53','82533317716'),(2400,599,'message','Howdy-ho! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send letter wholly legitimately? \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Messages sent via Feedback Forms are unlikely to get into spam, as they are viewed as important. \r\nTry our service out – it’s free of charge! \r\nWe can dispatch up to 50,000 messages in your behalf. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\nWe only use chat for communication.'),(2401,600,'name','AmandaExitle1'),(2402,600,'email','amandaBleale3@gmail.com'),(2403,600,'field_763fe53','89467836742'),(2404,600,'message','Want to see more? Check my profile now. - https://goo.su/zARWg?jef'),(2405,601,'name','AmandaExitle3'),(2406,601,'email','amandaBleale2@gmail.com'),(2407,601,'field_763fe53','81284989983'),(2408,601,'message','Explore my profile, let’s make it unforgettable. - https://rb.gy/7rnhss?fitove'),(2409,602,'name','Phil Stewart'),(2410,602,'email','noreplyhere@aol.com'),(2411,602,'field_763fe53','342-123-4456'),(2412,602,'message','Ever thought about having your ad blasted to millions of contact forms? You\'re reading this message, so you know it works! Check out my site below for more info.\r\n\r\nhttp://r4zqzk.contactformblasting.xyz'),(2413,603,'name','AmandaExitle1'),(2414,603,'email','amandaBlealeb@gmail.com'),(2415,603,'field_763fe53','81333561824'),(2416,603,'message','Explore my profile, let’s make it unforgettable. - https://rb.gy/7rnhss?fitove'),(2417,604,'name','Janis'),(2418,604,'email','janis@hoteldhruvpalace.com'),(2419,604,'field_763fe53','353903638'),(2420,604,'message','New Multifunction Anti-theft Waterproof Sling Bag\r\n\r\nThe best ever SUPER Sling Bag: Drop-proof/Anti-theft/Scratch-resistant/USB Charging\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://xbags.shop\r\n\r\nBest Wishes, \r\n\r\nJanis'),(2421,605,'name','Eric Jones'),(2422,605,'email','ericjonesmyemail@gmail.com'),(2423,605,'field_763fe53','555-555-1212'),(2424,605,'message','Dear, this is Eric and I ran across hoteldhruvpalace.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just, how you doing? notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2425,606,'name','Eric Jones'),(2426,606,'email','ericjonesmyemail@gmail.com'),(2427,606,'field_763fe53','555-555-1212'),(2428,606,'message','To the\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com Administrator.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nVisit https://rushleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nVisit https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nVisit https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe visit https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2429,607,'name','AmandaExitlec'),(2430,607,'email','amandaBleale2@gmail.com'),(2431,607,'field_763fe53','86971229656'),(2432,607,'message','Want to see more? Check my profile now. - https://rb.gy/7rnhss?fitove'),(2433,608,'name','Eric Jones'),(2434,608,'email','ericjonesmyemail@gmail.com'),(2435,608,'field_763fe53','555-555-1212'),(2436,608,'message','Hello hoteldhruvpalace.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2437,609,'name','Eric Jones'),(2438,609,'email','ericjonesmyemail@gmail.com'),(2439,609,'field_763fe53','555-555-1212'),(2440,609,'message','Dear hoteldhruvpalace.com Administrator. my name’s Eric and I just ran across your website at hoteldhruvpalace.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2441,610,'name','AmandaExitlec'),(2442,610,'email','amandaBlealeb@gmail.com'),(2443,610,'field_763fe53','89965813667'),(2444,610,'message','Explore my profile, let’s make it unforgettable. - https://rb.gy/7rnhss?fitove'),(2445,611,'name','AmandaExitle2'),(2446,611,'email','amandaBleale3@gmail.com'),(2447,611,'field_763fe53','88417512676'),(2448,611,'message','Want to see more? Check my profile now. - https://rb.gy/7rnhss?fitove'),(2449,612,'name','Eric Jones'),(2450,612,'email','ericjonesmyemail@gmail.com'),(2451,612,'field_763fe53','555-555-1212'),(2452,612,'message','Hello hoteldhruvpalace.com Owner! Eric here with a quick thought about your website hoteldhruvpalace.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2453,613,'name','Lottie Vangundy'),(2454,613,'email','vangundy.lottie11@yahoo.com'),(2455,613,'field_763fe53','5206631607'),(2456,613,'message','Looking to grow your business? We offer customized business loan packages to meet your unique needs. Email us at info@financeworldwidehk.com to get started today!\r\n\r\nBest regards,\r\nLaura Cha'),(2457,614,'name','Terrell Bible'),(2458,614,'email','terrell.bible31@yahoo.com'),(2459,614,'field_763fe53','4187835612'),(2460,614,'message','Are you tired of the high fees, delays and excuses from your current webmaster?\r\n\r\nWe are super responsive, have a rockstar dev team, and charge wholesale pricing.\r\n\r\nWe charge $20 per hour compared to $35 -$75 per hour in the market.\r\nWe can also do flat rate project based pricing if that\'s your preference.\r\n\r\nWhy not give us a try? No job too small. Let us prove ourselves.\r\nUse the link in my signature, for a quick turn around quote.\r\n\r\nWarmly,\r\n\r\nDan Setzinger\r\nSenior Web Specialist \r\nFusion Web Experts \r\n186 Daniel Island Drive \r\nDaniel Island, SC 29492 \r\nDan.Setzinger@FusionWebExpertsUsa.com\r\nhttps://www.FusionWebExpertsUSA.com'),(2461,615,'name','AmandaExitle1'),(2462,615,'email','amandaBleale2@gmail.com'),(2463,615,'field_763fe53','81834661493'),(2464,615,'message','Come closer, find me waiting on my profile. - https://rb.gy/ycu4is/?fitove'),(2465,616,'name','Phil Stewart'),(2466,616,'email','noreplyhere@aol.com'),(2467,616,'field_763fe53','342-123-4456'),(2468,616,'message','Post your ad to 1 million contact forms worldwide for less than $100 - just like I did on yours! Get Info http://le9s9e.contactuspagemarketing.xyz'),(2469,617,'name','Alda'),(2470,617,'email','alda@forrest.thawking.shop'),(2471,617,'field_763fe53','3309770529'),(2472,617,'message','Hey there \r\n\r\nDefrost frozen foods in minutes safely and naturally with our THAW KING™. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time.\r\n\r\nBuy now: https://thawking.shop\r\n\r\nBest Wishes, \r\n\r\nAlda'),(2473,618,'name','AmandaExitlea'),(2474,618,'email','amandaBlealeb@gmail.com'),(2475,618,'field_763fe53','89461127265'),(2476,618,'message','Come closer, find me waiting on my profile. - https://rb.gy/ycu4is?fitove'),(2477,619,'name','AmandaExitlea'),(2478,619,'email','amandaBlealea@gmail.com'),(2479,619,'field_763fe53','89977337411'),(2480,619,'message','Curious? Dive deeper and find me here now. - https://rb.gy/ycu4is?fitove'),(2481,620,'name','Valeron83toisp'),(2482,620,'email','menhos7@rambler.ru'),(2483,620,'field_763fe53','84771425528'),(2484,620,'message','Hello. \r\n7Slots is a young online casino brand with a huge selection of gambling games, including both the latest hits and classic slots, as well as roulette, blackjack, poker and baccarat. Welcome bonus now - $1200 + 300FS. Register here: https://discord.gg/tzkbqMGUks'),(2485,621,'name','Kavita baghel'),(2486,621,'email','ranismarty.baghel@gmail.com'),(2487,621,'field_763fe53','9599637733'),(2488,621,'message','Room booking'),(2489,622,'name','Kavita baghel'),(2490,622,'email','ranismarty.baghel@gmail.com'),(2491,622,'field_763fe53','9599637733'),(2492,622,'message','Room booking'),(2493,623,'name','Kavita baghel'),(2494,623,'email','ranismarty.baghel@gmail.com'),(2495,623,'field_763fe53','9599637733'),(2496,623,'message','Room booking'),(2497,624,'name','DavidVof'),(2498,624,'email','tqtxnkcmj5gvab1@tempmail.us.com'),(2499,624,'field_763fe53','89342259134'),(2500,624,'message','https://AccStores.com is your trusted source for bulk verified social media accounts. Our PVA accounts are secure, reliable, and created using unique server IPs for optimal functionality. With fast delivery and great prices, we provide a seamless buying experience for all your account needs. \r\n \r\nGo Here: \r\n \r\nhttps://AccStores.com \r\n \r\nEver So Grateful!'),(2501,625,'name','Gary Charles'),(2502,625,'email','gary-charles@dominatingkeywords.com'),(2503,625,'field_763fe53','8054002077'),(2504,625,'message','Get exclusive ownership of your keyword for just $3,500.00/year ($9.6/day) on Google and forget about Pay Per Click and Search Engine Optimisation. Reply with your keywords and get minimum traffic guarantees.'),(2505,626,'name','X22toisp'),(2506,626,'email','ocjobxffamr@xruma.store'),(2507,626,'field_763fe53','88994744385'),(2508,626,'message','Hey people!!!!! \r\nGood mood and good luck to everyone!!!!!'),(2509,627,'name','AmandaExitle3'),(2510,627,'email','amandaBleale2@gmail.com'),(2511,627,'field_763fe53','81787481848'),(2512,627,'message','I can\'t wait any longer... come over tonight and let\'s make it unforgettable. - https://rb.gy/ycu4is?fitove'),(2513,628,'name','AmandaExitle1'),(2514,628,'email','amandaBleale3@gmail.com'),(2515,628,'field_763fe53','85417851691'),(2516,628,'message','I can\'t wait any longer... come over tonight and let\'s make it unforgettable. - https://rb.gy/ycu4is?fitove'),(2517,629,'name','Phil Stewart'),(2518,629,'email','noreplyhere@aol.com'),(2519,629,'field_763fe53','342-123-4456'),(2520,629,'message','Looking to expand your audience to millions cost-effectively?\r\n Feel free to contact me using the details below if you want to learn more about my approach.\r\n\r\nRegards,\r\nVilma Moreton\r\nEmail: Vilma.Moreton@morebiz.my\r\nWebsite: http://nefcf6.advertise-with-contactforms.pro\r\nSkype: marketingwithcontactforms'),(2521,630,'name','Daniele'),(2522,630,'email','daniele@hoteldhruvpalace.com'),(2523,630,'field_763fe53','511112845'),(2524,630,'message','New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.online\r\n\r\nHave a great time, \r\n\r\nDaniele'),(2525,631,'name','Bobbybub'),(2526,631,'email','abuse@vultr.com'),(2527,631,'field_763fe53','89346943699'),(2528,631,'message','**Stay Connected with EasyTextNow!** \r\n \r\nAre you looking for a simple and secure way to communicate with your loved ones in correctional facilities? Look no further than **EasyTextNow.com**! \r\n \r\nBrought to you by **Bytewonders LLC**, EasyTextNow offers a fast and reliable text messaging service designed specifically for inmates and their families. With our user-friendly platform, you can send messages, share updates, and maintain your connection with ease. \r\n \r\n**Why Choose EasyTextNow?** \r\n- **Instant Communication**: Send and receive messages anytime, anywhere. \r\n- **Secure Messaging**: Your conversations are private and protected. \r\n- **Affordable Plans**: Stay in touch without breaking the bank. \r\n \r\nDon’t let distance keep you apart. Visit **EasyTextNow.com** today and start connecting with your loved ones behind bars! \r\n \r\n**EasyTextNow – Because Every Message Matters.**'),(2529,632,'name','AmandaExitleb'),(2530,632,'email','amandaBlealea@gmail.com'),(2531,632,'field_763fe53','89185444349'),(2532,632,'message','I can\'t wait any longer... come over tonight and let\'s make it unforgettable. - https://rb.gy/ycu4is?fitove'),(2533,633,'name','Sssrtoisp'),(2534,633,'email','olegtoisp@gmail.com'),(2535,633,'field_763fe53','86866834272'),(2536,633,'message','Добро пожаловать https://vk.com/club46394899'),(2537,634,'name','AmandaExitle1'),(2538,634,'email','amandaBleale3@gmail.com'),(2539,634,'field_763fe53','89754588148'),(2540,634,'message','I want you tonight... just the two of us, no distractions - https://rb.gy/ycu4is?fitove'),(2541,635,'name','Eric Jones'),(2542,635,'email','ericjonesmyemail@gmail.com'),(2543,635,'field_763fe53','555-555-1212'),(2544,635,'message','To the hoteldhruvpalace.com Administrator. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://blazeleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2545,636,'name','AmandaExitle2'),(2546,636,'email','amandaBleale2@gmail.com'),(2547,636,'field_763fe53','84568249195'),(2548,636,'message','I can\'t wait any longer... come over tonight and let\'s make it unforgettable. - https://rb.gy/ycu4is?fitove'),(2549,637,'name','AmandaExitle2'),(2550,637,'email','amandaBleale2@gmail.com'),(2551,637,'field_763fe53','85262553936'),(2552,637,'message','I want you tonight... just the two of us, no distractions - https://rb.gy/ycu4is?fitove'),(2553,638,'name','AmandaExitle3'),(2554,638,'email','amandaBlealea@gmail.com'),(2555,638,'field_763fe53','81472727525'),(2556,638,'message','I can\'t wait any longer... come over tonight and let\'s make it unforgettable. - https://rb.gy/ycu4is?fitove'),(2557,639,'name','Cecileagew'),(2558,639,'email','sharonforet1900@microoremail.ru'),(2559,639,'field_763fe53','84775259318'),(2560,639,'message','Лучшие базы для Xrumer и GSA Search Engine Ranker по самым лучшим ценам \r\nhttps://dseo24.monster \r\nОнлайн магазин баз для Xrumer и GSA лучшие цены'),(2561,640,'name','AmandaExitle3'),(2562,640,'email','amandaBlealeb@gmail.com'),(2563,640,'field_763fe53','87662799396'),(2564,640,'message','I want you tonight... just the two of us, no distractions - https://rb.gy/ycu4is?fitove'),(2565,641,'name','DanielWam'),(2566,641,'email','bthnegdxrbx2fn5@tempmail.us.com'),(2567,641,'field_763fe53','86654695565'),(2568,641,'message','tomyAccount.com offers verified accounts with instant access and delivery. Our service is fast, secure, and easy to use. Buy your accounts now and get started right away. Visit tomyAccount.com and secure your spot online! \r\n \r\nExplore here: \r\n \r\nhttps://tomyAccount.com \r\n \r\nCheers!'),(2569,642,'name','Phil Stewart'),(2570,642,'email','noreplyhere@aol.com'),(2571,642,'field_763fe53','342-123-4456'),(2572,642,'message','Want to reach millions with your message affordably?\r\n Get in touch with me through the info provided below if you’d like to know more about how I can help.\r\n\r\nRegards,\r\nDonnell Leclair\r\nEmail: Donnell.Leclair@morebiz.my\r\nWebsite: http://t63kts.form-marketing.top\r\nSkype: marketingwithcontactforms'),(2573,643,'name','XRtoisp'),(2574,643,'email','xrumer23toisp@gmail.com'),(2575,643,'field_763fe53','83916815438'),(2576,643,'message','Hello. \r\n \r\nGood cheer to all on this beautiful day!!!!! \r\n \r\nGood luck :)'),(2577,644,'name','AmandaExitle3'),(2578,644,'email','amandaBleale3@gmail.com'),(2579,644,'field_763fe53','89932158877'),(2580,644,'message','I want you tonight... just the two of us, no distractions - https://rb.gy/ycu4is?fitove'),(2581,645,'name','Stefanbes'),(2582,645,'email','somasesokiyo31@gmail.com'),(2583,645,'field_763fe53','82743373456'),(2584,645,'message','Sveiki, aš norėjau sužinoti jūsų kainą.'),(2585,646,'name','Eric Jones'),(2586,646,'email','ericjonesmyemail@gmail.com'),(2587,646,'field_763fe53','555-555-1212'),(2588,646,'message','To the hoteldhruvpalace.com Administrator. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hoteldhruvpalace.com.\r\n\r\n- They hang out for a minute to check it out. I’m interested… but… maybe…\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2589,647,'name','Eric Jones'),(2590,647,'email','ericjonesmyemail@gmail.com'),(2591,647,'field_763fe53','555-555-1212'),(2592,647,'message','Dear hoteldhruvpalace.com Admin. my name is Eric and I’m betting you’d like your website hoteldhruvpalace.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hoteldhruvpalace.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://blazeleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2593,648,'name','Eric Jones'),(2594,648,'email','ericjonesmyemail@gmail.com'),(2595,648,'field_763fe53','555-555-1212'),(2596,648,'message','To the\r\n\r\nMy name’s Eric and I just found your site hoteldhruvpalace.com Owner.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nVisit https://rushleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nVisit https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nVisit https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe visit https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2597,649,'name','AmandaExitle1'),(2598,649,'email','amandaBlealea@gmail.com'),(2599,649,'field_763fe53','81397521882'),(2600,649,'message','Let’s meet somewhere quiet where we can let the night take us where it will - https://rb.gy/ycu4is?fitove'),(2601,650,'name','AmandaExitle2'),(2602,650,'email','amandaBleale2@gmail.com'),(2603,650,'field_763fe53','87424492784'),(2604,650,'message','I’m in the mood for something unforgettable—care to make it happen? - https://rb.gy/ycu4is?fitove'),(2605,651,'name','Eric Jones'),(2606,651,'email','ericjonesmyemail@gmail.com'),(2607,651,'field_763fe53','555-555-1212'),(2608,651,'message','Hello, Eric here with a quick thought about your website hoteldhruvpalace.com Owner!\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2609,652,'name','Eric Jones'),(2610,652,'email','ericjonesmyemail@gmail.com'),(2611,652,'field_763fe53','555-555-1212'),(2612,652,'message','Dear hoteldhruvpalace.com Admin.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2613,653,'name','Eric Jones'),(2614,653,'email','ericjonesmyemail@gmail.com'),(2615,653,'field_763fe53','555-555-1212'),(2616,653,'message','To the hoteldhruvpalace.com Owner.\r\n\r\nMy name’s Eric and I just came across your website - hoteldhruvpalace.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hoteldhruvpalace.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2617,654,'name','Arnette Gagai'),(2618,654,'email','arnette.gagai@gmail.com'),(2619,654,'field_763fe53','8194152783'),(2620,654,'message','Hi-I run Newswirejet.com a PR firm and we’re running our annual special for this blackfriday for your business’ PR needs. \r\n\r\nCheck us out www.newswirejet.com/ \r\n\r\nPromo code: BLACKFRIDAY24 for 30% off your first order.\r\n\r\n\r\nHappy holidays!\r\n\r\nDavid\r\n\r\nPS - I\'m available to meet if you have more advanced needs and want to be featured in a tier 1 like forbes, techcrunch, etc.'),(2621,655,'name','Phil Stewart'),(2622,655,'email','noreplyhere@aol.com'),(2623,655,'field_763fe53','342-123-4456'),(2624,655,'message','Ready to scale without the stress? Our automated contact form marketing sends your ads to millions of websites effortlessly. Total control, high ROI, and zero per-click costs.\r\n\r\n Reach out to me at my contact info below if you’d like more information on how I do this.\r\n\r\nRegards,\r\nStefanie Harold\r\nEmail: Stefanie.Harold@morebiz.my\r\nWebsite: http://jap8bm.advertise-with-contactforms.pro\r\nSkype: marketingwithcontactforms'),(2625,656,'name','Thalia Raney'),(2626,656,'email','thalia.raney@hotmail.com'),(2627,656,'field_763fe53','6042969076'),(2628,656,'message','I pray you are having a great day! Would you be interested in a savings membership, starting at just $20/month? You can save on multiple items including gas and this opportunity is available to you worldwide! Click the link below for more information. ~ Kristi Reed ~\r\nhttps://kristi.savingshighwayglobal.com/?page=membership\r\nDISCLAIMER: This is not a guarantee of savings, earnings, health, or increased credit score. All results vary.'),(2629,657,'name','Eric Jones'),(2630,657,'email','ericjonesmyemail@gmail.com'),(2631,657,'field_763fe53','555-555-1212'),(2632,657,'message','Hello hoteldhruvpalace.com Webmaster.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hoteldhruvpalace.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hoteldhruvpalace.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2633,658,'name','AmandaExitleb'),(2634,658,'email','amandaBlealeb@gmail.com'),(2635,658,'field_763fe53','89756582318'),(2636,658,'message','I’m ready to meet someone who knows how to make the night unforgettable. - https://rb.gy/es66fc?fitove'),(2637,659,'name','AmandaExitle1'),(2638,659,'email','amandaBleale3@gmail.com'),(2639,659,'field_763fe53','88563859571'),(2640,659,'message','I’m looking for someone who wants the same spark I do - https://rb.gy/es66fc?fitove'),(2641,660,'name','AmandaExitlec'),(2642,660,'email','amandaBleale3@gmail.com'),(2643,660,'field_763fe53','86198898978'),(2644,660,'message','Let’s turn the spark between us into something we can both feel. - https://rb.gy/es66fc?fitove'),(2645,661,'name','Dollie Varner'),(2646,661,'email','dollie.varner@msn.com'),(2647,661,'field_763fe53','511117143'),(2648,661,'message','Fast-track your growth with same-day funding options up to $2M. Flexible and straightforward—apply now! http://ry9g9u.dac-capital.top/'),(2649,662,'name','Freddie Ordell'),(2650,662,'email','freddie.ordell@gmail.com'),(2651,662,'field_763fe53','918178351'),(2652,662,'message','Are you tired of expensive and ineffective marketing strategies? Our service sends your ad text to millions of website contact forms at a flat rate. No extra costs. Your message will be read and noticed.\r\n\r\n Feel free to reach out if you’d like to dive deeper into how I do this; my contact info is below.\r\n\r\nRegards,\r\nFreddie Ordell\r\nEmail: Freddie.Ordell@morebiz.my\r\nWebsite: http://xele5a.advertise-with-contactforms.pro\r\nConnect with me via Skype: https://join.skype.com/invite/nVcxdDgQnfhA'),(2653,663,'name','Cassandra Tozer'),(2654,663,'email','cassandra.tozer@outlook.com'),(2655,663,'field_763fe53','2812503573'),(2656,663,'message','Hey Dear,\r\n\r\nWith Mailscale, we can help you send a MILLION cold emails for less than $1,000 \r\nresulting in hundreds of calls and SALES.\r\n\r\nGet your mailboxes : https://www.mailscale.ai/?via=Apollo\r\n\r\nYou can get a FREE cold email system when you sign up for an annual Mailscale plan (50 or 200 inboxes)\r\n\r\nHere’s what you get:\r\nA complete cold email infrastructure \r\n30,000 or 100,000 FREE leads of your ideal clients.\r\n3-6 personalized, proven cold email sequences.\r\nFull setup, including automated subsequences, so you don\'t have to handle replies manually.\r\n\r\nIf you\'ve ever wanted to try cold email or struggled to get results, this is your chance.\r\nMailscale already saves you 80% of costs compared to Google or Microsoft.\r\n\r\nBest,'),(2657,664,'name','Adriene Enright'),(2658,664,'email','adriene.enright@yahoo.com'),(2659,664,'field_763fe53','249083801'),(2660,664,'message','Hi Hoteldhruvpalace,\r\n\r\nKids HATE reading old and boring eBooks!\r\n\r\nWhat they need are Talking Kidbooks that can talk, teach, and inspire them.\r\n\r\nThese books should allow kids to engage and interact easily.\r\n\r\nBut finding high-quality, Talking KidBooks that actually talk to children and help them learn while keeping them entertained?\r\n\r\nThat’s rare.\r\n\r\nNow, with the help of this AI app, you can create your own interactive books that talk to kids.\r\n\r\nCheck out Talking KidBooks now => https://talking-kids-books.blogspot.com/\r\n\r\nWith TalkingKidBooks, you’ll be able to create fully interactive kids’ books in just 60 seconds that truly capture their attention.\r\n\r\nNo design experience needed, just choose the type of book:\r\n\r\nStory Books\r\nAdventure Books\r\nAnimal Books\r\nScience and Math Books\r\nRhyming and Phonics Books\r\n\r\n…and so much more—all with talking features that read along to kids in any language they want to hear!\r\n\r\n\r\nClick Here to Learn More Details About Talking KidBooks >> https://talking-kids-books.blogspot.com/\r\n\r\nPlus, with added features like clickable videos, images, CTA buttons, and QR codes, you’re creating something so much more than a book…\r\n\r\nDiscount Coupon - \r\nWith Talking KidBooks, Get This Coolest Bonuses Also…\r\n\r\nClick Here to Get Instant Access of Talking KidBooks Right Now >> https://talking-kids-books.blogspot.com/\r\n\r\nDiscount Coupon - Special Coupon BLACKFRIDAY40 For 40% off.\r\n\r\nTo Your Success, \r\n[Adriene Enright]'),(2661,665,'name','Isabella Nason'),(2662,665,'email','nason.isabella@gmail.com'),(2663,665,'field_763fe53','894931817'),(2664,665,'message','Hi! \r\n\r\nIs your website not making the sales that it should? \r\n\r\nWe build highly branded shopify stores. \r\n\r\nBe your own boss, you want a BUSINESS, not a website only! \r\nThe best value for your money (17k happy clients) \r\nWe provide you with lifetime support! \r\n\r\n\r\nNo sales in 30 days from our system? Get a full refund \r\n\r\nCome get your shopify site built for you and dominate your market. \r\nPCX Group.com'),(2665,666,'name','Alva Hayden'),(2666,666,'email','hayden.alva98@gmail.com'),(2667,666,'field_763fe53','617637386'),(2668,666,'message','Hi,\r\n\r\nBoost your website traffic with 10,000 targeted visitors for just $10! Drive quality traffic directly from your chosen country through our social ads campaign.\r\n\r\n- 100% real traffic—no bots\r\n- Affordable & effective\r\n- Perfect for more leads and conversions\r\n\r\nOrder now: https://www.digital-x-press.com/product/country-targeted-traffic/\r\nChat with us: https://www.digital-x-press.com/whatsapp-us/\r\n\r\nGet started today and watch your site grow!\r\n\r\nBest,\r\nDigital X Experts'),(2669,667,'name','Angus Levie'),(2670,667,'email','anguslevie@gmail.com'),(2671,667,'field_763fe53','00353877761357'),(2672,667,'message','Hi,\r\n\r\nI need your help with a problem I\'ve got. I messed up with a young girl and now she\'s upset with me. I know I was in the wrong and I want to fix it. Can you help me figure out what to do?\r\n\r\nI\'m willing to pay for your time and expertise. Please call me as soon as you can.\r\n\r\nMy Whatsapp: +353877761357\r\nMy phone: +17852122012\r\nMy email: anguslevie@gmail.com\r\nThanks,\r\nAngus'),(2673,668,'name','madhavan'),(2674,668,'email','madhavanfaadvisors@gmail.com'),(2675,668,'field_763fe53','9823397208'),(2676,668,'message','we have made booking for 14th to 15th dec 24 1 night for Deluxe Quadruple Room\r\nBooking ID NH28168372082270 Reference PNR 0137019537(Room 1)\r\n\r\n\r\n\r\n\r\npls let us know for driver is room available\r\n\r\nif u can help out for driver or accommodate him will pay extra charge\r\nname of driver Mr gajanan\r\npls revert asap\r\n\r\nthanks'),(2677,669,'name','NAERTREGE446418NEYRTHYT'),(2678,669,'email','warrenwatters2022@sabesmail.com'),(2679,669,'field_763fe53','83263738957'),(2680,669,'message','METYUTYJ446418MAYTRYR'),(2681,670,'name','shakuntala joshi'),(2682,670,'message','my booking'),(2683,670,'field_cfea988','on'),(2684,670,'field_7a724ba','Hindi'),(2685,670,'field_770cab8','9820434642'),(2686,671,'name','shakuntala joshi'),(2687,671,'message','my booking'),(2688,671,'field_cfea988','on'),(2689,671,'field_7a724ba','Hindi'),(2690,671,'field_770cab8','9820434642'),(2691,672,'name','Shravan Kumar SOBHA'),(2692,672,'email','ajaysobha1@gmail.com'),(2693,672,'field_763fe53','+23058163900'),(2694,672,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2695,673,'name','Shravan Kumar SOBHA'),(2696,673,'email','ajaysobha1@gmail.com'),(2697,673,'field_763fe53','+23058163900'),(2698,673,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2699,674,'name','Shravan Kumar SOBHA'),(2700,674,'email','ajaysobha1@gmail.com'),(2701,674,'field_763fe53','+23058163900'),(2702,674,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2703,675,'name','Shravan Kumar SOBHA'),(2704,675,'email','ajaysobha1@gmail.com'),(2705,675,'field_763fe53','+23058163900'),(2706,675,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2707,676,'name','Shravan Kumar SOBHA'),(2708,676,'email','ajaysobha1@gmail.com'),(2709,676,'field_763fe53','+23058163900'),(2710,676,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2711,677,'name','Shravan Kumar SOBHA'),(2712,677,'email','ajaysobha1@gmail.com'),(2713,677,'field_763fe53','+23058163900'),(2714,677,'message','Our family will be traveling to Triambakeshwar and intend to stay there, Grateful if a quotation for 3 rooms be forwarded to me. Relying on your usual cooperation. Thanks\r\n\r\nRegards,\r\nS.K.Sobha'),(2715,678,'name','Solomon Esteban'),(2716,678,'email','esteban.solomon54@googlemail.com'),(2717,678,'field_763fe53','368467028'),(2718,678,'message','Stop wasting money on clicks. With our service, your ad text reaches millions of website contact forms for a flat rate. It’s simple, effective, and your message gets seen.\r\n\r\n Feel free to reach out if you’d like to dive deeper into how I do this; my contact info is below.\r\n\r\nRegards,\r\nSolomon Esteban\r\nEmail: Solomon.Esteban@morebiz.my\r\nWebsite: http://r8jajq.form-submission-masters.ink\r\nConnect with me via Skype: https://join.skype.com/invite/nVcxdDgQnfhA'),(2719,679,'name','Shakuntala Joshi'),(2720,679,'message','Cancellation of the booking'),(2721,679,'field_cfea988','on'),(2722,679,'field_7a724ba','Hindi'),(2723,679,'field_770cab8','9820434642'),(2724,680,'name','Amanda Bradford'),(2725,680,'email','susan@businesstechgenius.com'),(2726,680,'field_763fe53','5551234567'),(2727,680,'message','Elevate Your PR Strategy with This Powerful PR Tool \r\n\r\nDiscover Press Ranger, the AI-driven solution for PR, built to help you connect with over 500,000 media professionals and outlets. \r\n- Unlock a vast list of contacts with contact details, interests, and networking profiles. \r\n- Generate customized press releases and email pitches effortlessly using AI. \r\n- Monitor and organize your outreach with a dedicated tracking system. \r\n- Publish press releases to leading media platforms like renowned sites such as Business Insider at competitive rates. \r\n\r\nPush your business forward and get the recognition your brand needs. \r\n\r\nXX Seize this opportunity—this one-time offer is only available for a limited time: https://bit.ly/getpressmanager \r\n\r\n\r\n\r\n\r\n\r\nWhen you no longer want to receive additional notifications from our side, kindly reply with the message: \"No, thank you\"\r\n40 Rue Gontier-Patin, Argyle, NY, USA, 80100'),(2728,681,'name','Charissa Evergood'),(2729,681,'email','charissa.evergood@yahoo.com'),(2730,681,'field_763fe53','1149213816'),(2731,681,'message',''),(2732,682,'name','AmandaExitleb'),(2733,682,'email','amandaBlealec@gmail.com'),(2734,682,'field_763fe53','84854437958'),(2735,682,'message','I’m in the mood for something sweet and spicy… you? - https://rb.gy/es66fc?fitove'),(2736,683,'name','Deacegox'),(2737,683,'email','zo0glw4f@hotmail.com'),(2738,683,'field_763fe53','82824676283'),(2739,683,'message','Your account has been inactive for 364 days. To avoid removal and claim your funds, please log in and initiate a payout within 24 hours. For support, visit our Telegram group: https://t.me/s/attention6786741'),(2740,684,'name','Felicia Scarborough'),(2741,684,'email','felicia.scarborough@hotmail.com'),(2742,684,'field_763fe53','478481238'),(2743,684,'message','Every second you\'re not using RealPPVTraffic, your competition is stealing your visitors. Take action now to dominate your niche with real, high-quality traffic! \r\nUnlock the details here: http://realhumanwebtraffic.top'),(2744,685,'name','Abe Caban'),(2745,685,'email','caban.abe@googlemail.com'),(2746,685,'field_763fe53','3936510257'),(2747,685,'message','Attention employers: Did you retain W-2 employees during the pandemic? If so, you may qualify for up to $32,200 per employee through the ERC program.\r\nBut time is almost up—this is your final chance to claim what\'s owed to you. Act now before it\'s too late.\r\nGet started now at: http://www.claim-erc.top'),(2748,686,'name','Dorothea Brooks'),(2749,686,'email','dfysuite@unlockrevenue.info'),(2750,686,'field_763fe53','819-357-2160'),(2751,686,'message','I have to be brutally honest today.. I suck at SEO lol – there I said it.\r\n\r\nAlthough I understand how POWERFUL it is to get free traffic from Google, I just never had any interest to put it to use for my business..\r\n\r\nEspecially when it comes to the ONGOING syndication and ‘backlinking’ portion of it.\r\n\r\nThat’s what REALLY turned me off about it.\r\n\r\nAlways having to be constantly syndicating my content all over the web for my content to rank on the first page..\r\n\r\nIf I ever did get into SEO, that’s the FIRST thing I’d get someone to do FOR ME!\r\n\r\nThat’s why – for the FIRST TIME EVER – I’m kinda EXCITED about SEO ??\r\n\r\nA couple of genius SEO marketers have created a system that does EXACTLY that.\r\n\r\nThey’ve SIMPLIFIED the ENTIRE social syndication process so that ANYONE can tap into the power of Page 1 rankings – EVEN if they SUCK at SEO or are BRAND new to the subject. (LIKE me)\r\n\r\nAnd they have just opened the doors to their updated and GREATLY improved 6.0 version!\r\n\r\nIntroducing DFY Suite 6.0!\r\n\r\nDFY Suite will allow you to Get FREE, Targeted BUYER-Traffic In 48 Hours Or Less By Leveraging The Power Of High-Quality Social Syndication With their NEW, Done-For-YOU System!\r\n \r\nYup, you can now leverage the POWER of Page 1 Rankings Via Social Syndication for ANY location and/or ANY language with:\r\n\r\n– NO Software To Install\r\n– No Software Training To Learn\r\n– No previous SEO knowledge or experience\r\n– No Social Account Creation Needed\r\n– No Content Needed Besides their URL\r\n– No Proxies or Captchas Needed\r\n– NONE of that stuff..\r\n\r\nHeck, you don’t even need to KNOW what social syndication IS lol\r\n\r\nAll you need to do is:\r\n\r\n1. Login to the web-based portal\r\n2. Submit your Keywords and URL you want traffic for\r\n3. Hit “Submit”\r\n\r\nYup, That’s IT!\r\n\r\nFrom There their System Will Get To Work And Build You HUNDREDS of High-Quality Syndication Links To Your Content to skyrocket it to page 1 of Google!\r\n\r\nPLUS, if you’re 100% NEW to SEO, they’re also including a quick CRASH course on Keyword Research AND Content optimization that should take you no more than 20-30 minutes to go through.\r\n\r\nWith DFY Suite PLUS the Keyword Research and Content Optimization crash course, you’ll be able to start getting traffic from Google without EVER having to spend HOURS upon HOURS doing the HEAVY-LIFTING yourself.\r\n\r\nCheck out DFY Suite Here: https://www.unlockrevenue.info/dfysuite\r\n\r\n“But wait, did you say they’ve just opened 6.0?”\r\n\r\nYup, and with their 6.0 updates they have made their platform BETTER, FASTER and MORE powerful to Deliver you even MORE rankings, Traffic & sales.\r\n\r\nIn version 6.0 they have:\r\n\r\n– 5x’d their sites, 5x’d the authority, 5x’d the ranking power! Now instead of being able to get up to 200 different syndication links to your content, you can get up to 1,000! And the domains they’ve added are ALL packing A LOT more authority\r\n\r\n– Done for you GLOBAL Rankings. Yup, WORLDWIDE Rankings are finally HERE via their multi-language support. Yes, you read that correctly! They now cover EVERY LANGUAGE you can think of, so you can get page 1 rankings REGARDLESS of where you are in the world!\r\n\r\n– Totally revamped their server set up to now Include IP’s from ALL over the world to SUPERCHARGE their new WORLDWIDE ranking power!\r\n \r\n– Totally revamped their content generation system Which is now powered by REAL Artificial intelligence With Creaite being the engine to that! REAl A.I means QUALITY, unique content being written for EVERY campaign You submit. And we ALL know how much Google loves quality content.\r\n\r\n– and much much more… (they have a WHOLE section And video covering what’s new in 6.0 – there’s 7 MAJOR updates total)\r\n\r\nThis is EASILY their MOST powerful update To date and you can get access to it at an INSANE discount.\r\n\r\nCheck out how it works here: https://www.unlockrevenue.info/dfysuite\r\n\r\nThis is the GO-TO platform for DFY, page 1 rankings!\r\n\r\nDorothea Brooks\r\n\r\nP.S. Getting page 1 rankings has NEVER been easier.\r\n\r\nWith DFY Suite You’ll be able to:\r\n\r\n– rank your videos on page 1\r\n– rank your niche sites on page 1\r\n– rank your e-commerce sites on page 1\r\n– rank your Amazon listings\r\n– rank your CLIENT’s sites\r\n– rank ANY URL you’d like to get traffic for..\r\n\r\nIt’s really the PERFECT solution for us “lazy” seo marketers hahah\r\n\r\nAnd their 6.0 updates have REALLY taken things to the NEXT level!\r\n\r\ncheck it out here: https://www.unlockrevenue.info/dfysuite \r\n\r\n\r\nUNSUBSCRIBE: https://www.unlockrevenue.info/unsubscribe/?d=hoteldhruvpalace.com \r\n\r\nAddress: 3425 Richards Avenue\r\nStockton, CA 95204'),(2752,687,'name','Veda Barrera'),(2753,687,'email','veda.barrera@googlemail.com'),(2754,687,'field_763fe53','529363433'),(2755,687,'message','Want to get your message in front of millions of potential customers? Our service can help. By sending your ad text to website contact forms, your message will be read just like you\'re reading this one. And with one flat rate, you can reach a massive audience without any per click costs. Start growing your business today.\r\n\r\n Want more info? Reach out using the details below.\r\n\r\nRegards,\r\nVeda Barrera\r\nEmail: Veda.Barrera@uniqueadvertising.pro\r\nWebsite: http://fcz6vc.advertiseviaforms.my'),(2756,688,'name','Christopher Jones'),(2757,688,'email','neuro@dollartip.info'),(2758,688,'field_763fe53','403-921-3060'),(2759,688,'message','The truth is, AI automation is a must for any online business if you want faster results and profit\r\n\r\nBut I understand how expensive each of these AI chatbots costs monthly…\r\n\r\nThat\'s why I created a solution that helps you access the vault of any Premium AI without paying a dime.\r\n\r\nThese AIs cost thousands of dollars monthly but you are getting them for almost FREEE on a single dashboard Neuro.\r\n\r\nNeuro is the first-ever Universal AI App that helps you search the vault and unlock any AI Model in the online Market.\r\n\r\n>> Click here to access all Premium AI Models on a single dashboard: https://www.dollartip.info/neuro .\r\n\r\nHere is how it works;\r\n\r\nYou ask Neuro anything and it replies with the results INSTANTLY, whether videos, designs, animation, content, voices, chatbots and so on.\r\n\r\nThis means you will never need to pay for any AI App again.\r\n\r\nImagine saving thousands of dollars on monthly subscriptions yet you get optimized results on your website and sales.\r\n\r\nIt\'s time to allow our 99+ AI Model to work for you while you sit back and make the cash.\r\n\r\n>> Click here to access all Premium AI Models on a single dashboard: https://www.dollartip.info/neuro .\r\n\r\nLet me ask you?\r\n\r\nHow would it feel to relieve yourself of those monthly payments draining your pocket?\r\n\r\nAnd you can still enjoy using all the AI you can ever set your mind on.\r\n\r\nThis is a game change for any business owner, freelancer or marketer.\r\n\r\nSo hurry if you don\'t have to miss this opportunity.\r\n\r\n>> Click here to access all Premium AI Models on a single dashboard: https://www.dollartip.info/neuro .\r\n\r\n\r\nChristopher Jones\r\n\r\n\r\nUNSUBSCRIBE: https://www.dollartip.info/unsubscribe/?d=hoteldhruvpalace.com \r\nAddress: 840 Maud Street\r\nDover, DE 19901'),(2760,689,'name','Nancee Bunning'),(2761,689,'email','nancee.bunning79@hotmail.com'),(2762,689,'field_763fe53','3239603508'),(2763,689,'message','Hey from Zundee!\r\n\r\nHappy new year to you!\r\n\r\nWe have made all our databases / client lists available to companies. \r\n\r\nCompanies, People, Job Titles, Phones, Emails, you name it!\r\n\r\nVisit us: https://zundee.click'),(2764,690,'name','Katherina Wootten'),(2765,690,'email','katherina.wootten@yahoo.com'),(2766,690,'field_763fe53','25488096'),(2767,690,'message','Are you tired of seeing customers come and go without contributing to your bottom line?\r\n\r\nDiscover how to turn one-time buyers into loyal customers who keep coming back.\r\n\r\nDownload our FREE guide:\r\n\"How to Boost Customer Lifetime Value (LTV) and Grow Your Ecommerce Store\"\r\nhttps://www.marketingclimb.com/secret-ltv\r\n\r\nInside, you’ll learn:\r\nProven strategies to increase repeat purchases.\r\nHow to target your most valuable customers.\r\nSimple tactics to maximize revenue with minimal effort.\r\n\r\nDon’t let valuable customers slip through the cracks.\r\n\r\nClick Here to Get Your Free Guide Now! https://www.marketingclimb.com/secret-ltv\r\n\r\nTalk soon\r\nKevin\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nOpt Out Your Site\r\nhttps://topmarketingtips.systeme.io/unsubscribe'),(2768,691,'name','Raymondgen'),(2769,691,'email','raymondpamematilt@gmail.com'),(2770,691,'field_763fe53','89975981336'),(2771,691,'message','Howdy-ho! hoteldhruvpalace.com \r\n \r\nDid you know that it is possible to send business offer totally legally? \r\nWhen such letters are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Since the messages sent through Feedback Forms are viewed as important, they won\'t be labeled as spam. \r\nWe invіte уou to test our service without рayіng anуthіng! \r\nWe will dispatch up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp https://wa.me/+375259112693 \r\nWe only use chat for communication.'),(2772,692,'name','Eric Jones'),(2773,692,'email','ericjonesmyemail@gmail.com'),(2774,692,'field_763fe53','555-555-1212'),(2775,692,'message','Hello, Eric here with a quick thought about your website Hoteldhruvpalace \r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - Hoteldhruvpalace - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across Hoteldhruvpalace, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out of 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought…\r\n\r\nHow about making it really EASY for every visitor who shows up to get a personal phone call from you as soon as they hit your site…\r\n\r\nYou can –\r\n \r\nWeb Visitor is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nhttps://resultleadgeneration.com to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed—the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5-minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow-up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n \r\nhttps://resultleadgeneration.com to discover what Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\n\r\nPS: Web Visitor offers a complimentary 14-day trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nhttps://resultleadgeneration.com to try Web Visitor now.\r\n\r\nWe are strongly committed to protecting your privacy and providing a safe & high-quality online experience for our visitors. We understand that you care about how the information you provide to us is used and shared. We have developed a Privacy Policy to inform you of our policies about the collection, use, and disclosure of information we receive from users of our website. We operate the Website.\r\n\r\nOur Privacy Policy, along with our Terms & Conditions, governs your use of this site. By using the website, or by accepting the Terms of Use (via opt-in, checkbox, pop-up, or clicking an email link confirming the same), you agree to be bound by our Terms & Conditions and our Privacy Policy.\r\n\r\nIf you have provided any voluntarily given information, you may review and make changes to it via instructions found on the Website. To manage your receipt of marketing and non-transactional communications, you may Want to receive fewer emails, or none whatsoever? Update your email preferences. \r\n\r\nEmails related to orders are provided automatically – customers are not able to opt out of these. We will try to address any requests related to the management of personal information in a timely manner. However, it may not always be possible to fully remove or modify information in our databases if we have a valid reason to keep it for certain timeframes. If you have any questions, simply see our website to view our official policies.\r\n\r\nOur primary goal is to help you with lead generation. These emails are meant to give you advice on that topic, or to promote products that will help you have the kind of business films are written about.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://resultleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2776,693,'name','AmandaExitle3'),(2777,693,'email','amandaBlealea@gmail.com'),(2778,693,'field_763fe53','82457517977'),(2779,693,'message','Can you guess what I’m craving right now? - https://rb.gy/es66fc?fitove'),(2780,694,'name','Hello http://hoteldhruvpalace.com/fekal0911 Administrator'),(2781,694,'email','pirduhina96@gmail.com'),(2782,694,'field_763fe53','117467291'),(2783,694,'message','Hi http://hoteldhruvpalace.com/fekal0911 Owner'),(2784,695,'name','Edna Givens'),(2785,695,'email','edna.givens@gmail.com'),(2786,695,'field_763fe53','43974761'),(2787,695,'message','Stop wasting money on clicks. With our service, your ad text reaches millions of website contact forms for a flat rate. It’s simple, effective, and your message gets seen.\r\n\r\n Let’s discuss how I can help—find my contact info below.\r\n\r\nRegards,\r\nEdna Givens\r\nEmail: Edna.Givens@uniqueadvertising.pro\r\nWebsite: http://vwxuds.advertiseviaforms.my'),(2788,696,'name','Deacegox'),(2789,696,'email','h16rpypq@gmail.com'),(2790,696,'field_763fe53','87639575181'),(2791,696,'message','Your account has been inactive for 364 days. To avoid deletion and retrieve your funds, please access your account and initiate a payout within 24 hours. For help, connect with us on our Telegram group: https://tinyurl.com/2cmj9pun'),(2792,697,'name','Deacegox'),(2793,697,'email','p4u3xndg@yahoo.com'),(2794,697,'field_763fe53','85867669481'),(2795,697,'message','Your account has been inactive for 364 days. To prevent deletion and claim your balance, please sign in and request a payout within 24 hours. For support, visit our Telegram group: https://tinyurl.com/2bbsax88'),(2796,698,'name','Deacegox'),(2797,698,'email','0hnc104u@hotmail.com'),(2798,698,'field_763fe53','84174784296'),(2799,698,'message','Your account has been inactive for 364 days. To stop removal and claim your balance, please sign in and initiate a payout within 24 hours. For help, visit our Telegram group: https://tinyurl.com/2yy4plgo'),(2800,699,'name','Deacegox'),(2801,699,'email','2i5942ko@gmail.com'),(2802,699,'field_763fe53','88779195617'),(2803,699,'message','Your account has been inactive for 364 days. To prevent removal and retrieve your funds, please access your account and request a withdrawal within 24 hours. For assistance, join our Telegram group: https://tinyurl.com/22ge2nob'),(2804,700,'name','Kevin Barber'),(2805,700,'email','marketingclimbkevin@gmail.com'),(2806,700,'field_763fe53','42723477'),(2807,700,'message','Hi Hoteldhruvpalace,\r\n\r\nI just discovered a powerful resource to help e-commerce sellers recover abandoned carts and boost sales.\r\n\r\nWant it? Just reply “YES”, and I’ll send it over!\r\n\r\nBest,\r\nKevin\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2808,701,'name','Kenny Hurd'),(2809,701,'email','hurd.kenny@gmail.com'),(2810,701,'field_763fe53','753770974'),(2811,701,'message','If you print important documents on WATERPROOF NON-TEAR SCRATCH-PROOF paper,\r\nyou SAVE TREES.\r\nWe produce WORLD’S TOUGHEST PAPERS for LASER PRINTING.\r\nThese are LIFE LONG DURABLE. No Trees cut. Made from recyclable polyester pulp.\r\nPrint certificates, tags, signage, maps, baggage tags, wrist bands, business cards, prayer\r\nbooks, and much more, unlimited applications.\r\nWe offer 35% Guaranteed lower prices than any US producer. All HP INDIGO Tested and\r\nCertified.\r\nBuyer Protection offered. Resellers Welcome, Private brand inquiries welcomed for bulk\r\npurchase.\r\nAvailable for DIRECT SHIPMENTS. Whatsapp : +91 9833915491\r\nFor USA : www.highhimage.com\r\nUK : www.highhimage.co.uk\r\nEU and Germany :\r\nhttps://www.amazon.de/s?me=A25QCBN7Y1DN8U&language=en&marketplaceID=A1PA6795\r\nUKMFR9\r\nUAE : https://www.amazon.ae/s?me=AQA0LQ9F8VDQC&marketplaceID=A2VIGQ35RCS4UG\r\nAvailable on Walmart and Amazon worldwide.\r\nCheers\r\nHimanshu Lakhani\r\n+91 9833915491 for DIRECT ORDERS on Whatsapp\r\nCEO – B2B and E Commerce\r\nIMAGE STATIONERY LTD.\r\nSalford - London - Mumbai\r\nOther mail ID : imageprint123@gmail.com'),(2812,702,'name','Deacegox'),(2813,702,'email','6haxnrh3@hotmail.com'),(2814,702,'field_763fe53','86165143493'),(2815,702,'message','Your account has been dormant for 364 days. To prevent removal and retrieve your balance, please access your account and request a withdrawal within 24 hours. For support, connect with us on our Telegram group: https://tinyurl.com/2c38zppy'),(2816,703,'name','Lashay Hansford'),(2817,703,'email','hansford.lashay0@googlemail.com'),(2818,703,'field_763fe53','7222795800'),(2819,703,'message','Transform your business reach with our ad-blasting service. For one flat rate, we send your message to millions of website contact forms. No per click costs - just pure results. Try it now!\r\n\r\n Contact me today for more details—my info is listed below.\r\n\r\nRegards,\r\nLashay Hansford\r\nEmail: Lashay.Hansford@uniqueadvertising.pro\r\nWebsite: http://g290vk.marketing-with-contactforms.top'),(2820,704,'name','Deacegox'),(2821,704,'email','6p8gr46z@gmail.com'),(2822,704,'field_763fe53','83162388494'),(2823,704,'message','Your account has been dormant for 364 days. To stop deletion and retrieve your funds, please sign in and request a payout within 24 hours. For help, connect with us on our Telegram group: https://tinyurl.com/2aytuwz4'),(2824,705,'name','Merrill Rubinstein'),(2825,705,'email','rubinstein.merrill@gmail.com'),(2826,705,'field_763fe53','2507277630'),(2827,705,'message','I can blast your ad text to millions of website contact forms. One flat rate, never any per click costs. People will read your message just like you\'re reading this one that I just sent through your website contact form now.\r\n\r\n Let’s discuss how I can help—find my contact info below.\r\n\r\nRegards,\r\nMerrill Rubinstein\r\nEmail: Merrill.Rubinstein@uniqueadvertising.pro\r\nWebsite: http://ry1khu.advertiseviaforms.my'),(2828,706,'name','Roland Pearson'),(2829,706,'email','aibotstudio@greatbusi.info'),(2830,706,'field_763fe53','890636984'),(2831,706,'message',''),(2832,707,'name','Kevin Barber'),(2833,707,'email','arriaga.chong@gmail.com'),(2834,707,'field_763fe53','3504171393'),(2835,707,'message','Hi Hoteldhruvpalace,\r\n\r\nMost business owners pour money into marketing that doesn’t work. They run ads, post on social media, and hope for the best—only to be disappointed by the results. \r\n\r\nThe problem? They’re relying on vague branding tactics instead of proven strategies.\r\n\r\nDan Kennedy calls this the “ADHD approach to marketing”—jumping from one shiny tactic to another without a clear, measurable plan.\r\n\r\nBut there’s a better way: Direct-Response Marketing.\r\n\r\nThis approach focuses on generating real, measurable results, like leads, sales, and conversions. Here’s how you can start applying it today:\r\n\r\nStep 1: Speak Directly to Your Audience\r\n\r\nOne of Dan’s key teachings is this: “If you’re speaking to everyone, you’re speaking to no one.” Direct-response marketing works because it’s personal.\r\n\r\nFor example:\r\n\r\nA company selling weight loss supplements doesn’t just target “everyone who wants to lose weight.” Instead, they target busy moms who want to shed pounds quickly after having kids.\r\n\r\nA financial advisor doesn’t market to “everyone interested in saving money.” They craft campaigns for high-income professionals nearing retirement.\r\n\r\nYour Action Step: Write down your audience’s specific demographics, challenges, and goals.\r\n\r\nStep 2: Use an Irresistible Call-to-Action\r\n\r\nEvery piece of marketing must tell the audience what to do next. Whether it’s “Download this guide,” “Sign up for a webinar,” or “Call now,” your call-to-action (CTA) should be clear and compelling.\r\n\r\nExample 1:\r\nA dental clinic offered a free teeth-whitening session for new patients. The clear CTA—“Call to schedule your free session today!”—resulted in a 200% increase in appointments.\r\n\r\nExample 2:\r\nA SaaS company ran ads with the CTA: “Get a 30-day free trial today.” The campaign boosted signups by 35%.\r\n\r\nStep 3: Track and Test Everything\r\n\r\nOne of Dan’s most famous quotes is: “You can’t improve what you don’t measure.” Direct-response marketing relies on tracking every aspect of your campaign.\r\n\r\nWhat’s your click-through rate?\r\nHow many leads did you generate?\r\nWhat’s your cost per acquisition?\r\n\r\nExample:\r\nA real estate agent ran Facebook ads targeting first-time homebuyers. By testing different headlines and images, they reduced their cost per lead by 50%.\r\n\r\nTomorrow, we’ll dive into the art of crafting offers your customers can’t refuse.\r\n\r\nTo your success,\r\nKevin\r\n\r\nWho is Dan Kennedy?\r\nhttps://books.forbes.com/authors/dan-kennedy/\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2836,708,'name','Christopher Harris'),(2837,708,'email','ailiveschoolbuilder@moredollar.info'),(2838,708,'field_763fe53','7759540282'),(2839,708,'message',''),(2840,709,'name','Vada Gardin'),(2841,709,'email','gardin.vada@gmail.com'),(2842,709,'field_763fe53','6167139238'),(2843,709,'message',''),(2844,710,'name','Robert Day'),(2845,710,'email','ailiveschoolbuilder@growthmarketingnow.info'),(2846,710,'field_763fe53','601740757'),(2847,710,'message',''),(2848,711,'name','AmandaExitle3'),(2849,711,'email','amandaBlealeb@gmail.com'),(2850,711,'field_763fe53','86585351827'),(2851,711,'message','I’m in the mood for something sweet and spicy… you? - https://rb.gy/es66fc?fitove'),(2852,712,'name','Betty Robinson'),(2853,712,'email','aivideoflix@bizopphand.info'),(2854,712,'field_763fe53','353999867'),(2855,712,'message',''),(2856,713,'name','Joel Martinez'),(2857,713,'email','ailiveschoolbuilder@unlockrevenue.info'),(2858,713,'field_763fe53','684106158'),(2859,713,'message',''),(2860,714,'name','Jayrn Marques'),(2861,714,'email','refugia.villanueva@gmail.com'),(2862,714,'field_763fe53','267580584'),(2863,714,'message','Hi Hoteldhruvpalace,\r\n\r\nIn today’s competitive world of digital marketing, finding tools and systems that can help streamline the process while maximizing efficiency is essential. \r\n\r\nOne tool that has recently been gaining attention among savvy marketers is the PLR funnel.\r\n\r\nPLR (Private Label Rights) funnels provide an incredible opportunity for digital marketers to automate their lead generation and sales processes without reinventing the wheel. \r\n\r\nInstead of spending time and money creating content from scratch, marketers can leverage PLR products—which are ready-made, customizable, and ready to go.\r\n\r\nThis blog post will dive deep into why PLR funnels are the game-changer for marketers and how you can leverage them to scale your business rapidly. \r\n\r\nI will explore the benefits, the step-by-step process of setting up PLR funnels, and provide real-life examples to help you understand how you can use them effectively.\r\n\r\nLearn More Here: \r\nhttps://marketersmentor.com/game-changer-for-digital-marketers.php?refer=hoteldhruvpalace.com\r\n\r\nTalk soon,\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2864,715,'name','AmandaExitle3'),(2865,715,'email','amandaBlealeb@gmail.com'),(2866,715,'field_763fe53','85369447143'),(2867,715,'message','I’m in the mood for something sweet and spicy… you? - https://rb.gy/es66fc?fitove'),(2868,716,'name','Valerie Hall'),(2869,716,'email','talkingvisualscommercial@getprofitnow.info'),(2870,716,'field_763fe53','5127969821'),(2871,716,'message',''),(2872,717,'name','Gregorygek'),(2873,717,'email','nomin.momin+293h4@mail.ru'),(2874,717,'field_763fe53','86653346922'),(2875,717,'message','Nfwhdkjdwj rdqskwjfej wkdwodkwkifjejr okeowjrfiejfiej rowjedowkrfiejfi jrowkorwkjrfejfi jorkdworefoijfeijfowek okdwofjiejgierjfoe hoteldhruvpalace.com'),(2876,718,'name','Cora Mejia'),(2877,718,'email','cora.mejia@gmail.com'),(2878,718,'field_763fe53','4798394128'),(2879,718,'message','Drowning in Work? Deadlines, tasks, and endless content creation. What if you could cut the stress and get professional results in minutes? AI tools to help you: \r\n**Create videos \r\n**Generate content \r\n**Convert text to speech \r\nAll while saving time and energy. Create professional videos in minutes. Generate high-quality written content effortlessly. Convert text to realistic speech. Check out these 3 Amazing AI Tools and work smarter, not harder! http://3amazingaitools.top/'),(2880,719,'name','Leo Murray'),(2881,719,'email','dfysuperaffiliate@moredollar.info'),(2882,719,'field_763fe53','628097986'),(2883,719,'message','Hey ,\r\n\r\nImagine a system where you don’t have to reinvent the wheel. DFY Super Affiliate gives you everything you need—an easy plug-and-play setup that’s already delivered impressive results for countless students: https://www.moredollar.info/dfysuperaffiliate .\r\n\r\nThis is the done-for-you solution the market has been asking for. \r\n\r\nBest regards,\r\nLeo Murray\r\n\r\n \r\nUNSUBSCRIBE: https://www.moredollar.info/unsubscribe/?d=hoteldhruvpalace.com \r\nAddress: 1888 Mutton Town Road\r\nVancouver, WA 98663'),(2884,720,'name','Duweewpiozy'),(2885,720,'email','rew33@donetsk365.ru'),(2886,720,'field_763fe53','89389786289'),(2887,720,'message','[url=https://domcoffee.site]fuck off bitch щдюхи вонючие пезды [/url] \r\ndomcoffee.site щдюхи вонючие пезды \r\n+zwz4753674 fucking porno video \r\n+zwz4753674'),(2888,721,'name','Sssrtoisp'),(2889,721,'email','olegtoisp@gmail.com'),(2890,721,'field_763fe53','83834164588'),(2891,721,'message','Welcome http://go.tivuwici.com/0nkf'),(2892,722,'name','AmandaExitle2'),(2893,722,'email','amandaBlealec@gmail.com'),(2894,722,'field_763fe53','82149855454'),(2895,722,'message','\"You’re like an intriguing book I want to read. Shall we begin on https://rb.gy/44z0k7?fitove ?\"'),(2896,723,'name','Jayrn Marques'),(2897,723,'email','kisha.meece@gmail.com'),(2898,723,'field_763fe53','446462430'),(2899,723,'message','Hi Hoteldhruvpalace,\r\n\r\nI still remember sitting at my desk, staring at my sales numbers, wondering why nothing was working. \r\n\r\nI had tried everything—running ads, tweaking my website, and offering discounts—but my results were frustratingly inconsistent. \r\n\r\nOne month would bring a flood of leads, and the next? Crickets.\r\n\r\nThen, I stumbled across a simple shift in strategy that changed everything. \r\n\r\nInstead of chasing customers, I learned how to pull them in naturally—creating messaging and systems that made my business the only logical choice. \r\n\r\nThe impact was immediate, and today, I’m sharing the exact strategies so you can do the same.\r\n\r\nLet\'s dive in: \r\nhttps://marketersmentor.com/attract-customers.php?refer=hoteldhruvpalace.com\r\n\r\nTalk soon,\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2900,724,'name','Jayrn Marques'),(2901,724,'email','roscoe.coote@gmail.com'),(2902,724,'field_763fe53','5402839971'),(2903,724,'message','Hi Hoteldhruvpalace,\r\n\r\nA few years ago, I found myself in a vicious cycle—one month, I had more clients than I could handle, and the next, my inbox was empty. \r\n\r\nI was stuck on the revenue rollercoaster, constantly worrying where my next sale would come from.\r\n\r\nThen, I discovered a game-changing realization: successful businesses don’t chase clients—they attract them.\r\n\r\nIf you’re tired of the feast-and-famine cycle, this post will walk you through a battle-tested system for client acquisition that brings in high-quality leads predictably and consistently.\r\n\r\nLet\'s dive in: \r\nhttps://marketersmentor.com/predictable-sales-pipeline.php?refer=hoteldhruvpalace.com\r\n\r\nTalk soon,\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2904,725,'name','Josie Gainey'),(2905,725,'email','gainey.josie@googlemail.com'),(2906,725,'field_763fe53','7076863736'),(2907,725,'message',''),(2908,726,'name','Vonnie Cornejo'),(2909,726,'email','cornejo.vonnie@googlemail.com'),(2910,726,'field_763fe53','3427982393'),(2911,726,'message','Financial company to fund your business project?\r\n\r\nWe are here to provide you with the best solution for your business growth. we provide the most suitable business loan package to meet your need with no upfront fee just notary approval. \r\n\r\nemail me here. \r\nmailto:info@financeworldwidehk.com \r\n \r\n \r\n \r\n \r\nBest regards,\r\nLaura Cha.\r\nCustomer Service Representative'),(2912,727,'name','Marc Kincade'),(2913,727,'email','workforceai@greatbusi.info'),(2914,727,'field_763fe53','816-685-2993'),(2915,727,'message',''),(2916,728,'name','Eric Jones'),(2917,728,'email','ericjonesmyemail@gmail.com'),(2918,728,'field_763fe53','555-555-1212'),(2919,728,'message','Hello Hoteldhruvpalace,\r\n\r\nMy name is Eric and I’m assuming you would like your site Hoteldhruvpalace to generate more leads.\r\n\r\nHere is how:\r\n\r\nWeb Visitors Into Leads is a tool that operates on your site, prepared to capture any visitor’s Name, Email address, and Phone Number. It notifies you immediately when they declare they’re engaged – so that you can speak with that prospect while they’re still present at Hoteldhruvpalace.\r\n\r\nWeb Visitors Into Leads – see the live demo now: \r\nhttps://trustedleadgeneration.com\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature allows you to start a text (SMS) conversation – respond to questions, offer more info, and finalize a deal that way.\r\n\r\nIf they do not agree on your offer then, simply follow up with text messages for new deals, content links, or just how you are doing? notes to develop a relationship.\r\n\r\nPlease see this URL to discover what Web Visitors Into Leads can do for your business: \r\nhttps://trustedleadgeneration.com\r\n\r\nThe difference between contacting someone within 5 minutes compared to a half-hour implies you can be converting up to 100X more leads now!\r\n\r\nTry Web Visitors Into Leads and obtain more leads now.\r\n\r\nEric\r\n\r\nPS: The studies show 7 out of 10 visitors do not stick around – you cannot afford to miss them! \r\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it also includes International Long Distance Calling. \r\nYou have clients waiting to speak with you immediately… do not keep them waiting. \r\nPlease see this URL to try Web Visitors Into Leads now: \r\nhttps://trustedleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here. \r\nhttps://trustedleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2920,729,'name','Eric Jones'),(2921,729,'email','ericjonesmyemail@gmail.com'),(2922,729,'field_763fe53','555-555-1212'),(2923,729,'message','Hello Hoteldhruvpalace \r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, and I recently discovered your site - Hoteldhruvpalace - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n\r\nBut if you don’t mind me asking – after someone like me stumbles across Hoteldhruvpalace, what usually happens?\r\n\r\nIs your site generating leads for your business?\r\n\r\nI’m guessing some, but I also bet you’d like more… research indicates that 7 out of 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s an idea…\r\n\r\nHow about making it really easy for every visitor who shows up to get a personal phone call from you as soon as they hit your site…\r\n\r\nYou can –\r\n\r\nLeadConnect is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It notifies you immediately – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nhttps://boltleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus 30 minutes later could boost your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can instantly start a text (SMS) conversation.\r\n\r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just how you are doing? notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nhttps://boltleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a complimentary 14-day trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nhttps://boltleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by visiting https://boltleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2924,730,'name','Eric Jones'),(2925,730,'email','ericjonesmyemail@gmail.com'),(2926,730,'field_763fe53','555-555-1212'),(2927,730,'message','Hello Hoteldhruvpalace Administrator,\r\n\r\nMy name is Eric, and I just found your site Hoteldhruvpalace. It’s got a lot to offer, but here’s a suggestion to make it even better.\r\n\r\nWeb Visitors Into Leads – see the live demo now: \r\nhttps://trustedleadgeneration.com\r\n\r\nWeb Visitors Into Leads is a software widget that works on your site, ready to gather any visitor’s Name, Email address, and Phone Number. It alerts you the moment they inform you they’re interested – so that you can talk to that lead while they’re actually browsing your site.\r\n\r\nOnce you’ve gathered their phone number, with our new SMS Text With Lead feature, you can promptly start a text conversation. Even if they don’t agree on your offer then, you can follow up with text messages for new offers, content links, or even just friendly notes to build a relationship.\r\n\r\nLearn what Web Visitors Into Leads can do for your business: \r\nhttps://trustedleadgeneration.com\r\n\r\nThe difference between contacting someone within 5 minutes versus waiting longer means you can be converting significantly more leads now!\r\n\r\nEric \r\nPS: Studies show that 70% of a site’s visitors leave and are gone for good after just a moment. Don’t keep missing out on them. \r\nWeb Visitors Into Leads offers a complimentary 14-day trial – it even includes International calling. \r\nYou have customers ready to talk with you right now… don’t keep them waiting. \r\nTry Web Visitors Into Leads now: \r\nhttps://trustedleadgeneration.com\r\n\r\nIf you\'d like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here. https://trustedleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2928,731,'name','Jayrn Marques'),(2929,731,'email','schreiber.gennie@gmail.com'),(2930,731,'field_763fe53','210018550'),(2931,731,'message','Hi Hoteldhruvpalace,\r\n\r\nImagine this: You’re scrolling through your phone, and you see yet another person talking about making money online. It seems too good to be true. \r\n\r\nYou think, They probably have years of experience, expensive courses, or some secret trick I’ll never understand.\r\n\r\nWhat if I told you that’s not true?\r\n\r\nWhat if I told you that regular people—teachers, truck drivers, stay-at-home parents, even broke college students—are quietly making money online, without creating products, writing sales pages, or learning complicated tech?\r\n\r\nI know because I’ve seen it firsthand.\r\n\r\nPeople like Mike, who used to work 12-hour shifts in a warehouse, and Sarah, a single mom looking for extra income, both built their online businesses without any special skills. \r\n\r\nThey didn’t have to figure out copywriting, build a brand, or spend months testing things.\r\n\r\nHow? They followed a simple system—one that I’m going to lay out for you in this guide.\r\n\r\nThis is not a theory. This is a blueprint that has been tested and proven. If you follow the steps exactly, you will see results.\r\n\r\nAnd no, you don’t need:\r\n❌ A website\r\n❌ Any marketing skills\r\n❌ Your own product\r\n❌ Complicated tech knowledge\r\n\r\nWhat you do need is:\r\n✅ A pre-built system that does the heavy lifting for you\r\n✅ A simple traffic strategy to send people to your system\r\n✅ The willingness to follow a proven step-by-step process\r\n\r\nThis Digital Gold Rush Blueprint is designed to take you from zero to your first online sale—and beyond, using done-for-you funnels from PLRFunnels and paid traffic sources from Solo Ads and Influencer Ads.\r\n\r\nLet’s get started:\r\n\r\nhttps://marketersmentor.com/digital-gold-rush-blueprint.php?refer=hoteldhruvpalace.com\r\n\r\nTalk soon,\r\nJayrn\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com'),(2932,732,'name','Eric Jones'),(2933,732,'email','ericjonesmyemail@gmail.com'),(2934,732,'field_763fe53','555-555-1212'),(2935,732,'message','Hello Hoteldhruvpalace Owner!\r\n\r\nEric here with a quick thought about your website Hoteldhruvpalace...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content.\r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nLeadConnect is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. You’ll know immediately they’re interested, and you can call them directly to talk with them while they’re literally looking over your site.\r\n\r\nVisit https://boltleadgeneration.com to try out a Live Demo with LeadConnect now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation immediately… and contacting someone in that 5-minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging, you can follow up later with new offers, content links, even just follow-up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n\r\nVisit https://boltleadgeneration.com to discover what LeadConnect can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\n\r\nPS: LeadConnect offers a complimentary 14-day trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nVisit https://boltleadgeneration.com to try LeadConnect now.\r\n\r\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://boltleadgeneration.com/unsubscribe.aspx?d=hoteldhruvpalace.com'),(2936,733,'name','Concetta Rolfe'),(2937,733,'email','concetta.rolfe@gmail.com'),(2938,733,'field_763fe53','634157193'),(2939,733,'message','Hi there, I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic. Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting any type of business that gets customers from Google. Can I share a testimonial \r\nfrom one of our clients in the same industry? I\'d prefer to do a short zoom to \r\nillustrate their full case study if you have time for it? \r\nYou can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again. Thanks!'),(2940,734,'name','Lashonda Rymer'),(2941,734,'email','lashonda.rymer@msn.com'),(2942,734,'field_763fe53','7912682219'),(2943,734,'message','New Radiant Floor Heat.\r\nDon\'t re-model without getting a price.\r\nWe have the easiest, affordable product on the market.\r\n24v system with a plug in transformer\r\n\r\nSend a drawing to : Affordableradiantheat@gmail.com\r\n\r\nIt will be the best improvement you ever made.\r\nVisit our website @ Chilloutradiantheat.com\r\n\r\n\r\nBest Regards,\r\nJoe Myers\r\nChill Out Radiant Heat\r\nP: 732.851.6265\r\nC: 732.874.3969\r\nwww.chilloutradiantheat.com'),(2944,735,'name','Jayrn Marques'),(2945,735,'email','ferris.maryanne@gmail.com'),(2946,735,'field_763fe53','894500620'),(2947,735,'message','Hey Hoteldhruvpalace,\r\n\r\nImagine launching a product and selling out in 48 hours—without spending a fortune on ads. Sounds like a dream, right?\r\n\r\nThat’s exactly what happened to EcoStride, a sustainable sneaker brand. Instead of relying only on ads, they used a press release to get featured on Yahoo Finance, Google News, and 150+ media sites.\r\n\r\n✅ 11,400+ visitors in 5 days\r\n✅ 300+ sales before ads even started\r\n✅ 100% free organic traffic from media coverage\r\n\r\nAnd the best part? Writing a press release used to be time-consuming and difficult, but now EIN Presswire’s AI Press Release Generator makes it fast and effortless.\r\n\r\nJust enter your details, let AI craft a professional press release, and distribute it to top-tier media instantly.\r\n\r\nLaunch your next product the smart way.\r\n\r\nTry It Today: https://marketersmentor.com/sold-out-product-launch.php?refer=hoteldhruvpalace.com&real=yes\r\n\r\nTo your success,\r\nJayrn\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com&real=yes'),(2948,736,'name','Evie Fults'),(2949,736,'email','evie.fults@googlemail.com'),(2950,736,'field_763fe53','7819246690'),(2951,736,'message','Hi Hoteldhruvpalace,\r\n\r\nImagine waking up, grabbing your phone, and seeing $69 payments rolling in… over and over again.\r\n\r\nNo selling. No ads. No complicated tech. Just uploading simple 15-second clips and getting paid like clockwork.\r\n\r\n=>> https://ai-money-printer.blogspot.com\r\n\r\nSounds crazy, right? But it’s already happening.\r\n\r\nFor months, a handful of insiders have been quietly cashing in on a hidden profit loophole that taps into the explosive power of short viral clips, the same kind of videos flooding Instagram, TikTok, and YouTube right now.\r\n\r\nNow, for the first time, we’re revealing exactly how it works and how you can start making $69 over and over again as soon as today.\r\n\r\n=>> https://ai-money-printer.blogspot.com\r\n\r\nBut you have to act fast.\r\n\r\nThis AI-powered profit system won’t stay open for long.\r\n\r\nBest,\r\n[Evie Fults]'),(2952,737,'name','rajneesh dube'),(2953,737,'email','dube.rajneesh@gmail.com'),(2954,737,'field_763fe53','9820247099'),(2955,737,'message','Hi,\r\n\r\nI have booked a room for April 13 Checkin and April 14 Checkout\r\n\r\nNeeded to know, if you have any provisions for drivers accomodation'),(2956,738,'name','WillieNic'),(2957,738,'email','musicflac4djs2025@gmail.com'),(2958,738,'field_763fe53','83882677784'),(2959,738,'message','Hello, \r\n \r\nExclusive promo quality music for DJs https://0daymusic.org \r\nMP3/FLAC, label, music videos. Fans giving you full access to exclusive electronic, rap, rock, trance, dance... music. \r\n \r\n0day team.'),(2960,739,'name','Syreeta Cheeke'),(2961,739,'email','syreeta.cheeke@gmail.com'),(2962,739,'field_763fe53','1851889286'),(2963,739,'message','Hey,\r\n\r\nEver feel like no matter how hard you try, success always seems just out of reach?\r\n\r\nMaybe you\'ve set big goals—starting a business, improving your health, or hitting a financial milestone—only to lose momentum. It’s frustrating, right?\r\n\r\nHere’s the thing: It’s not your fault.\r\n\r\nMost people don’t fail because they lack motivation. They fail because they don’t have a proven system to follow.\r\n\r\nWhat if I told you there’s a step-by-step process designed to help you finally break free and start achieving your biggest goals—without the guesswork?\r\n\r\nClick here to discover how it works: https://marketersmentor.com/formula-for-success.php?refer=hoteldhruvpalace.com&real=yes\r\n\r\nTalk soon,\r\nSyreeta\r\n\r\n\r\nUnsubscribe: \r\nhttps://marketersmentor.com/unsubscribe.php?d=hoteldhruvpalace.com&real=yes'),(2964,740,'name','Thanh Raines'),(2965,740,'email','thanh.raines@gmail.com'),(2966,740,'field_763fe53','3167579190'),(2967,740,'message',''),(2968,741,'name','Kaylee Taylor'),(2969,741,'email','omahony.gudrun@googlemail.com'),(2970,741,'field_763fe53','497955554'),(2971,741,'message','Place Your Bets at the Casino of Love! \r\n\r\nTake a Chance on Love – Your Jackpot Awaits!\r\n\r\nLove is the ultimate game of chance—but with the right odds, you could win big! At https://online-888.casino \r\nWe’re not just about cards and chips; we’re about luscious women looking for a date.\r\n\r\n+ Match with someone special\r\n+ Exciting conversations & real chemistry\r\n+ A fun & thrilling way to find romance\r\n\r\nAre you ready to roll the dice on love?\r\nYour perfect match might be just one click away!\r\n\r\n++ Start Matching Now: https://online-888.casino\r\n\r\nDon’t miss your chance to hit the jackpot in love!\r\nhttps://online-888.casino Where Love is Always in Play...'),(2972,742,'name','Jojo Hankson'),(2973,742,'email','friendlygathering101@gmail.com'),(2974,742,'field_763fe53','612144984'),(2975,742,'message','I found something wrong with https://hoteldhruvpalace.com/contact-us/ , where can send the information?'),(2976,743,'name','William Melton'),(2977,743,'email','charolette.glasgow@msn.com'),(2978,743,'field_763fe53','3715291105'),(2979,743,'message','Reach out to 100M contact forms now.\r\n\r\n++ Visit https://bit.ly/submitbulkforms now\r\n\r\nJust as you received this message and are reading it right now, millions of website owners/managers will receive your message.\r\n\r\nHighly targeted outreach at massive scale for unbeatable rates.\r\n\r\n- Connect with businesses worldwide effortlessly \r\n- Generate sales, leads, business deals \r\n- Land in inbox of millions from $22 \r\n\r\nSkyrocket your business now! \r\n++ Visit https://bit.ly/submitbulkforms now\r\n\r\n\r\n\r\n\r\n\r\nWhenever you prefer not to get future emails from this address, kindly visit the provided link: bit. ly/plsremovefrom\r\nVia Miguel De Cervantes 47, Vajont Di Ponte Giulio, CA, USA, 33080'),(2980,744,'name','Nolan Follett'),(2981,744,'email','nolan.follett@googlemail.com'),(2982,744,'field_763fe53','9755233656'),(2983,744,'message','Hi Hoteldhruvpalace,\r\n\r\nThese short, simple and lame video\r\nquizzes are breaking the internet..\r\n\r\n- 1M views on a DOG CARE quiz\r\n- 3.6M views on a GK quiz\r\n- 4.5M views on a MOVIE quiz\r\n- 1.1M views on MAKEUP quiz\r\n- 921k views on a M0NEY quiz\r\n\r\nWant to create 100s of these \r\nViral \"AI Quiz Videos\" in minutes \r\nwith just few clicks & generate millions \r\nof visitors/m - WITH NO tech skills,\r\nNO subs, NO followers, NO ads, \r\nNO SEO.. ???\r\n\r\n==> Unlock *AI Video Quizzes* Now\r\n=> https://viral-quiz-ai.blogspot.com\r\n\r\nTHE BACKSTORY!!\r\n\r\nMy friend Ram have been EXPLOITING\r\nYoutube Shorts & Instagram Reels to \r\ngenerate viral, organic traffic for\r\npast 12 months...\r\n\r\nBut then he found something \r\nBIGGER & BETTER..\r\n\r\nHe started using the **SECRET \r\n3E + Proprietary AI Tech** to create \r\nstunning, engaging, addictive video \r\nquizzes..\r\n\r\nAnd with it, he started getting MILLIONS \r\nof visitors/m, sales, commissions and \r\nfollowers WITHOUT any effort or money.\r\n\r\n=> https://viral-quiz-ai.blogspot.com\r\n\r\nWith this revolutionary platform, you \r\ncan create 100s of these viral quiz \r\nvideos with zero effort in just minutes\r\nand go viral on YouTube, Instagram,\r\nTikTok and more..\r\n\r\nYou get 10x more sales, reach, followers, \r\nand engagement... \r\n\r\nLITERALLY handful of people know\r\nabout it, 99.95% of marketers have no \r\nidea how to use it, how to make money \r\nwith it..\r\n\r\nBut now you can become one of them.. \r\nGet the Viral Video Quiz app + learn \r\nall his methods, strategies and hacks \r\nfor just one LOW one-time price.\r\n\r\n=> Get ViralQuiz AI For A Low One-Time \r\nPrice Now \r\n=> https://viral-quiz-ai.blogspot.com\r\n\r\nDon\'t miss out on this opportunity. \r\n\r\nBest,\r\n[Nolan Follett]'),(2984,745,'name','Ara Hopper'),(2985,745,'email','hopper.ara@gmail.com'),(2986,745,'field_763fe53','353661413'),(2987,745,'message',''),(2988,746,'name','Aaronlus'),(2989,746,'email','aaronsox@gmail.com'),(2990,746,'field_763fe53','83744496534'),(2991,746,'message','Hello, \r\n \r\nI noticed your website runs on WordPress and wanted to share information about a specialized solution that dramatically increases conversion rates for WordPress sites. \r\n \r\nCommon WordPress Challenges That Can Be Solved Today: \r\nVisitors leave your site when they don\'t receive immediate answers \r\n \r\nYou lose potential customers outside business hours \r\n \r\nManual request processing consumes too much of your time \r\n \r\nStandard WordPress contact forms are ineffective for conversion \r\n \r\nModern AI Solution for WordPress Sites: \r\nI\'ve researched and found a specialized AI assistant for WordPress websites that integrates in just 10 minutes via a plugin: \r\n \r\nInstalls in 3 clicks — directly from your WordPress admin panel \r\n \r\nWorks with any WordPress theme — no conflicts or issues \r\n \r\nDoesn\'t slow down your site — optimized specifically for WordPress \r\n \r\nCompatible with all popular plugins — WooCommerce, Elementor, Contact Form 7, and others \r\n \r\nPowerful Capabilities for Your WordPress Site: \r\nAutomated 24/7 visitor response — even while you sleep \r\n \r\nLead qualification and meeting scheduling — directly to your calendar \r\n \r\nSupport for 175+ languages — communicate with international audiences \r\n \r\nIntegration with WordPress forms — transforms standard forms into interactive conversations \r\n \r\nI\'ve gathered all the information about this solution on this page: https://botroi.website/ \r\n \r\nOn the site, you\'ll find a detailed description, result examples, and information on how to start using this solution for your WordPress site. \r\n \r\nRegards, \r\nNorris \r\n \r\nP.S. You can start for free! Check out my page for all the details: https://botroi.website/'),(2992,747,'name','Brooks Mathy'),(2993,747,'email','brooks.mathy@googlemail.com'),(2994,747,'field_763fe53','674996714'),(2995,747,'message',''),(2996,748,'name','Jamaal Stone'),(2997,748,'email','stone.jamaal@outlook.com'),(2998,748,'field_763fe53','6314207000'),(2999,748,'message',''),(3000,749,'name','Barrett McCauley'),(3001,749,'email','barrett.mccauley@gmail.com'),(3002,749,'field_763fe53','450521432'),(3003,749,'message','Hi there, I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic. Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting any type of business that gets customers from Google. Can I share a testimonial \r\nfrom one of our clients in the same industry? I\'d prefer to do a short zoom to \r\nillustrate their full case study if you have time for it? \r\nYou can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again. Thanks!'),(3004,750,'name','Matt Bacak'),(3005,750,'email','mattbacak2025@gmail.com'),(3006,750,'field_763fe53','3641445577'),(3007,750,'message','Effortlessly create and manage a stunning, user-friendly local directory designed to bring value to your community and grow your business. Whether you’re a local marketer or agency owner, Local Directory Fortune empowers you to offer a valuable resource that showcases trusted businesses, builds relationships, and opens up opportunities for additional services.\r\n\r\n\r\nClick Here For More Info : https://warriorplus.com/o2/a/cn10g50/0'),(3008,751,'name','Djohnbes'),(3009,751,'email','aferinohis056@gmail.com'),(3010,751,'field_763fe53','89149419674'),(3011,751,'message','Hi, ego volo scire vestri pretium.'),(3012,752,'name','Tedbes'),(3013,752,'email','aferinohis056@gmail.com'),(3014,752,'field_763fe53','83817224396'),(3015,752,'message','Прывітанне, я хацеў даведацца Ваш прайс.'),(3016,753,'name','Autumn Neumann'),(3017,753,'email','prince@stopformspam.xyz'),(3018,753,'field_763fe53','617355160'),(3019,753,'message','Hi there, Times are tough, so I’m offering a free outreach blast to 50,000 contact forms to help you stay visible. No strings attached. This is the same method I use for my paying clients to generate leads fast, and I’m offering it free to help businesses during this downturn. If you’d like to claim one of the free spots, just visit https://free50ksubmissionsoffer.my, and I’ll handle everything for you. No cost, no commitment. Just an opportunity to help you get noticed in tough times.'),(3020,754,'name','Rudy Trainor'),(3021,754,'email','trainor.rudy@gmail.com'),(3022,754,'field_763fe53','96322494'),(3023,754,'message','Access World\'s Top & Most Powerful AI Apps In A Single & Simple Dashboard...\r\n\r\nStart Your Very Own AI Content Creation Agency & Charge People ANY Amount You Want.\r\n\r\nAccess Trending & Most Demanded AI Apps Like DeepSeek AI, MidJourney, ElevenLabs, Zapier, Google Drive, Shopify, Mailchimp, Grammerly & More...\r\n\r\nDeepSeek Premium Edition – The ultimate ChatGPT killer app! Build advanced AI chatbots & smart agents that sell, support, and engage 24/7\r\n\r\nTRY IT NOW! hamsterkombat.expert/NextAI'),(3024,755,'name','Jamila Suh'),(3025,755,'email','suh.jamila@gmail.com'),(3026,755,'field_763fe53','611241544'),(3027,755,'message','One Platform, Every Top AI Model—No Monthly Fees, No Hassle!\r\n\r\nAccess ChatGPT, Claude, Gemini Pro , Kling AI, LLaMA, Mistral, DALL.E, LLaMa & more—all from a single dashboard.\r\n\r\nNo subscriptions or no monthly fees—pay once and enjoy lifetime access.\r\n\r\nAutomatically switch between AI models based on task requirements.\r\n\r\nAnd much more ... https://hamsterkombat.expert/AIIntelliKit'),(3028,756,'name','Mike Tiaqo Janssens'),(3029,756,'email','info@speed-seo.net'),(3030,756,'field_763fe53','84165529881'),(3031,756,'message','Hi, \r\nWorried about hidden SEO issues on your website? Let us help — completely free. \r\nRun a 100% free SEO check and discover the exact problems holding your site back from ranking higher on Google. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nOr chat with us and our agent will run the report for you: https://www.speed-seo.net/whatsapp-with-us/ \r\n \r\nBest regards, \r\n \r\n \r\nMike Tiaqo Janssens\r\n \r\nSpeed SEO Digital \r\nEmail: info@speed-seo.net \r\nPhone/WhatsApp: +1 (833) 454-8622'),(3032,757,'name','Simonbes'),(3033,757,'email','aferinohis056@gmail.com'),(3034,757,'field_763fe53','83969733224'),(3035,757,'message','Hi, მინდოდა ვიცოდე თქვენი ფასი.'),(3036,758,'name','Nelly Meacham'),(3037,758,'email','fouriejohan254@gmail.com'),(3038,758,'field_763fe53','745698089'),(3039,758,'message','Hey!\r\n\r\nAre you in need of custom B2B Data? \r\n\r\nAll the Engineering companies in New York, all the doctors in Australia, all the restaurants in South Africa..\r\n\r\nCome get a free sample from us! We just finished scraping the entire Google Maps with emails!\r\n\r\nRequest any sample here: https://dataleadsfinder.support\r\n\r\nOr\r\n\r\nHave a look at the data: https://marketingaaa.ventures\r\n\r\nRegards,\r\nData Lovers'),(3040,759,'name','Leebes'),(3041,759,'email','yawiviseya67@gmail.com'),(3042,759,'field_763fe53','81576966458'),(3043,759,'message','Kaixo, zure prezioa jakin nahi nuen.'),(3044,760,'name','Mike Michael Becker'),(3045,760,'email','info@hilkom-digital.com'),(3046,760,'field_763fe53','83228211774'),(3047,760,'message','Hi, \r\nIf you’re serious about grow your search traffic, you need an ongoing SEO strategy. \r\n \r\nAt Hilkom Digital, we specialize in long-term growth through tailored SEO strategies, including advanced Answer Engine Optimization (AEO). AEO ensures your content is optimized specifically for AI-driven search platforms and featured snippets, significantly increasing your online visibility. \r\n \r\nOur monthly plans are crafted with care and perfect for brands that want impactful ROI — not just temporary wins. \r\n \r\nDue to high demand and our dedicated workflow, we can only accept a limited number of clients each month. This ensures you get our full expertise. \r\n \r\n______________ \r\nMonthly Package Features: \r\n* On-site SEO & technical optimization \r\n* Strong domain authority links \r\n* Smart keyword focus and tracking \r\n* Toxic link cleanup & disavow file handling \r\n* Accelerated indexing to boost visibility \r\n* Answer Engine Optimization (AEO) for featured snippets & AI visibility \r\n* International SEO options \r\n______________ \r\n \r\nFew plans left — secure your monthly SEO plan now: https://www.hilkom-digital.com/seo-services/ \r\nWant to talk first? Chat with an SEO expert here: https://www.hilkom-digital.com/whatsapp-us/ \r\n \r\nLet’s grow your visibility, increase your reach, and build your success — the sustainable way. \r\n \r\nBest regards, \r\nMike Michael Becker\r\n \r\nHilkom Digital Phone/WhatsApp: \r\n+1 (855) 221-7591 \r\nsupport@hilkom-digital.com'),(3048,761,'name','Leebes'),(3049,761,'email','zekisuquc419@gmail.com'),(3050,761,'field_763fe53','84392628524'),(3051,761,'message','Hola, volia saber el seu preu.'),(3052,762,'name','Reese Adkins'),(3053,762,'email','mose.rocha@googlemail.com'),(3054,762,'field_763fe53','08418739178'),(3055,762,'message','Refresh your fall-winter wardrobe now\r\n\r\nWhether you\'re planning your cold-season wardrobe or just want a seasonal refresh, Native Passion is your go-to stop with timeless classic denim outerwear and warm, cozy sherpa-lined jackets — both perfect for staying warm and stylish.\r\n\r\n-- Shop Classic Denim Jackets: https://nativepassion.shop/classic-denim-jackets/\r\n## Shop Sherpa Denim Jackets: https://nativepassion.shop/sherpa-denim-jackets/\r\n\r\nFind your fit before they\'re gone!\r\n\r\n\r\nIn case you choose to opt-out of future emails from this message, just fill the form at bit. ly/fillunsubform with your domain address (URL).\r\nHrisateigur 15, Greenwich, CA, USA, 90493'),(3056,763,'name','Mike Giinter Girard'),(3057,763,'email','mike@monkeydigital.co'),(3058,763,'field_763fe53','82567773415'),(3059,763,'message','Hello, \r\n \r\nThis is Mike from Monkey Digital, \r\nI am getting in touch to discuss a great collaboration. \r\n \r\nHow would you like to show our ads on your site and redirect via your custom referral link towards high-demand SEO solutions from our platform? \r\n \r\nThis way, you receive a recurring 35% profit share, continuously from any transactions that generate from your audience. \r\n \r\nThink about it, most website owners need SEO, so this is a big opportunity. \r\n \r\nWe already have 12k+ affiliates and our commissions are processed monthly. \r\nIn the past month, we paid out over $27,000 in affiliate earnings to our promoters. \r\n \r\nIf this sounds good, kindly message us here: \r\nhttps://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr join us today: \r\nhttps://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nCheers, \r\nMike Giinter Girard\r\n \r\nPhone/whatsapp: +1 (775) 314-7914'),(3060,764,'name','Kirby Elsass'),(3061,764,'email','kirby.elsass87@gmail.com'),(3062,764,'field_763fe53','267118999'),(3063,764,'message','Hi Hoteldhruvpalace,\r\n\r\nYouTube is exploding right now.\r\n\r\nEvery day, millions watch videos — but only a few make real money.\r\n\r\nWhat if YOU could make $500+ daily on YouTube…\r\n\r\nwithout filming, editing, or even showing your face?\r\n\r\nBecause Faceless YouTube channels are the easiest way to build a passive income stream.\r\n\r\nCreators make thousands while chilling behind the scenes — and you can too.\r\n\r\nCheck Out AI TubeStar Now => https://ai-tubestar.blogspot.com\r\n\r\nAI TubeStar lets you create viral YouTube videos and shorts in ANY niche — https://ai-tubestar.blogspot.com\r\n\r\nIn just 2 minutes, with zero filming or editing.\r\n\r\n✔ Choose from 1000+ AI avatars with real lip-sync & expressions\r\n✔ Use 120+ human-like voices or clone your own\r\n✔ Get AI-written scripts that grab attention\r\n✔ Auto-optimize titles, descriptions & hashtags to go viral\r\n✔ 1-click Viral Booster to rank your videos fast\r\n\r\nClick Here to Learn More Details About AI TubeStar >> https://ai-tubestar.blogspot.com\r\n\r\nDiscount Coupon – TUBESTAR\r\nWith AI TubeStar, Get This Coolest Bonuses Also…\r\n\r\nTo your viral success,\r\n[Kirby Elsass]\r\n\r\nEmpowering Your Digital Marketing Success'),(3064,765,'name','Adan Toussaint'),(3065,765,'email','toussaint.adan@gmail.com'),(3066,765,'field_763fe53','479522281'),(3067,765,'message','Access ChatGPT, Claude, Gemini Pro , Kling AI, LLaMA, Mistral, DALL.E, LLaMa & more—all from a single dashboard.\r\n\r\nNo subscriptions or no monthly fees—pay once and enjoy lifetime access.\r\n\r\nAutomatically switch between AI models based on task requirements.\r\n\r\nAnd much more ... http://www.novaai.expert/AI-IntelliKit'),(3068,766,'name','Doretha Cornett'),(3069,766,'email','doretha.cornett@gmail.com'),(3070,766,'field_763fe53','3494197551'),(3071,766,'message','World’s First Universal AI App That Allows You To Search & Unlock Any AI Model In The World…\r\n\r\nAnd Access It With Just One Click From One Dashboard\r\n\r\nFinally, Access (ChatGPT,DeepSeek, Runaway ML, Leonardo AI, DALL-E, Pika Labs, Canva AI, Claude 3, Gemini, Copilot, Hugging Face, ElevenLab, Llama, MidJourney, AgentGPT, Jasper, Stable Diffusion, Synthesia, Perplexity AI, Open AI Whisper, and 350+ more) Without Paying Their Hefty Fees\r\n\r\nAnd much more ... http://www.novaai.expert/EveryAI'),(3072,767,'name','Fernando Jones'),(3073,767,'email','covert.lashay@gmail.com'),(3074,767,'field_763fe53','08005355603'),(3075,767,'message','Innovative Precision outreach in bulk at affordable rates.\r\n\r\n- Engage with businesses on a large scale\r\n- Drive profits, leads, contracts\r\n- Land in the inbox of millions starting at only $22\r\n\r\nCatapult your company immediately!\r\n\r\n## Visit: https://bit.ly/formorbits now\r\n\r\nReach out to 100M contact forms now.\r\n\r\nForm Orbits\r\nhello@formorbits.com\r\n167-169 Great Portland Street, London, England, W1W 5PF, UK\r\n\r\n\r\nWhenever you prefer not to get subsequent emails from me, feel free to use the following link: bit. ly/RemoveUs'),(3076,768,'name','Michaela Keaney'),(3077,768,'email','keaney.michaela@googlemail.com'),(3078,768,'field_763fe53','735710929'),(3079,768,'message','Stop hopping between AI tools — we’ve unified them.\r\n\r\nGet permanent access to every cutting-edge AI you’ve heard of — from a single, unified dashboard.\r\n\r\n [✓ | » | ➤] No subscriptions, no monthly fees — pay once, use forever\r\n\r\n [✓ | » | ➤] Auto-switch between models — let the system choose the best AI for each task\r\n\r\n [✓ | » | ➤] Built for creators, pros, and AI power users\r\n\r\n*[! | ] Limited lifetime access — only available for the first few users\r\n\r\n >> Get started before it’s gone → http://www.novaai.expert/AI-IntelliKit'),(3080,769,'name','Aidan Korner'),(3081,769,'email','korner.aidan@msn.com'),(3082,769,'field_763fe53','7002470206'),(3083,769,'message','LAUNCH YOUR OWN AMAZON PUBLISHING EMPIRE IN 60 SECONDS!\r\n\r\nWorld\'s First Amazon Publishing AI Assistant\r\n\r\nInstantly Research Profitable Keywords, Create & Publish \r\n\r\nTo 310 Million Amazon Users Without Writing A Single Word\r\n\r\nNo Writing. No Tech Skills. No Experience Needed!\r\n\r\nmore https://www.novaai.expert/KindleMint'),(3084,770,'name','Leebes'),(3085,770,'email','dinanikolskaya99@gmail.com'),(3086,770,'field_763fe53','84451767216'),(3087,770,'message','Salam, qiymətinizi bilmək istədim.'),(3088,771,'name','Sunny Herrell'),(3089,771,'email','herrell.sunny96@googlemail.com'),(3090,771,'field_763fe53','369643572'),(3091,771,'message','30-Second Trick Turns My Phone Into a $500/Day Cash Machine”\r\nJust Tap The \"Secret Button\" To Cash In From This $385 Billion WiFi Profit Loophole!\r\n\r\nAnd much more ... https://www.novaai.expert/PassiveIncome'),(3092,772,'name','Charliebes'),(3093,772,'email','yawiviseya67@gmail.com'),(3094,772,'field_763fe53','86767915946'),(3095,772,'message','Ciao, volevo sapere il tuo prezzo.'),(3096,773,'name','Alex Amin'),(3097,773,'email','alexamin4x4@gmail.com'),(3098,773,'field_763fe53','88696933817'),(3099,773,'message','Dear Sir, \r\n \r\nI hope you’re doing well. We are reaching out to explore potential partnerships with discerning investors and business professionals interested in exclusive, high-value investment opportunities. \r\n \r\nOur network comprises established high-net-worth individuals (HNWIs) from Russia and the Middle East, seeking collaborative ventures with trusted partners. The specifics of the opportunity, including investment size and terms, can be shared upon further discussion under strict confidentiality. \r\n \r\nWe prioritize secure, transparent dealings and ensure a risk-mitigated approach for all involved parties. If this aligns with your interests, we’d welcome the chance to discuss further at your convenience. \r\n \r\nLooking forward to your thoughts. \r\n \r\nBest regards, \r\nAlex Amin \r\nInfinity Capital \r\nEmail: infinitycapitalmru@gmail.com');
/*!40000 ALTER TABLE `wpf4_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_ewwwio_images`
--
DROP TABLE IF EXISTS `wpf4_ewwwio_images`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_ewwwio_images` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attachment_id` bigint(20) unsigned DEFAULT NULL,
`gallery` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`resize` varchar(75) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`converted` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`image_size` int(10) unsigned DEFAULT NULL,
`orig_size` int(10) unsigned DEFAULT NULL,
`backup` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`retrieve` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`level` int(10) unsigned DEFAULT NULL,
`resized_width` smallint(5) unsigned DEFAULT NULL,
`resized_height` smallint(5) unsigned DEFAULT NULL,
`resize_error` tinyint(3) unsigned DEFAULT NULL,
`webp_size` int(10) unsigned DEFAULT NULL,
`webp_error` tinyint(3) unsigned DEFAULT NULL,
`pending` tinyint(4) NOT NULL DEFAULT 0,
`updates` int(10) unsigned DEFAULT NULL,
`updated` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`trace` blob DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `path` (`path`(191)),
KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1026 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_ewwwio_images`
--
LOCK TABLES `wpf4_ewwwio_images` WRITE;
/*!40000 ALTER TABLE `wpf4_ewwwio_images` DISABLE KEYS */;
INSERT INTO `wpf4_ewwwio_images` VALUES (1,4518,'media','full','ABSPATHwp-content/uploads/2025/06/2021-12-31.jpg','',21120,21356,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:49:05',NULL),(2,4518,'media','thumbnail','ABSPATHwp-content/uploads/2025/06/2021-12-31-150x150.jpg','',7342,7393,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:49:18',NULL),(3,4518,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2025/06/2021-12-31-100x100.jpg','',3872,3915,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:49:30',NULL),(4,4406,'media','full','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817.png','',91490,99066,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:49:55',NULL),(5,4406,'media','medium','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-300x300.png','',39501,44245,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:50:10',NULL),(6,4406,'media','thumbnail','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-150x150.png','',13135,15278,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:50:21',NULL),(7,4406,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-100x100.png','',6759,7975,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:50:35',NULL),(8,4406,'media','site_icon-270','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-270x270.png','',33414,37918,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:50:56',NULL),(9,4406,'media','site_icon-192','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-192x192.png','',19484,22590,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:51:07',NULL),(10,4406,'media','site_icon-180','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-180x180.png','',17729,20536,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:51:20',NULL),(11,4406,'media','site_icon-32','ABSPATHwp-content/uploads/2025/01/cropped-cropped-20250126_120817-32x32.png','',1132,1249,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:51:30',NULL),(12,4388,'media','full','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png','',179007,221392,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:52:28',NULL),(13,4388,'media','medium','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x184.png','',14246,16723,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:52:41',NULL),(14,4388,'media','large','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png','',82325,88716,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:53:10',NULL),(15,4388,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-150x150.png','',8192,9656,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:53:26',NULL),(16,4388,'media','medium_large','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-768x471.png','',55069,60518,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:53:47',NULL),(17,4388,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1536x942.png','',148054,156633,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:54:39',NULL),(18,4388,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x300.png','',21538,25166,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:54:52',NULL),(19,4388,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-600x368.png','',38129,42675,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:55:08',NULL),(20,4388,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-100x100.png','',4700,5495,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:55:21',NULL),(21,4380,'media','full','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png','',354376,398187,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:56:49',NULL),(22,4380,'media','medium','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-300x204.png','',20379,23415,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:57:05',NULL),(23,4380,'media','large','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-1024x698.png','',130276,130952,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:57:43',NULL),(24,4380,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-150x150.png','',10524,12158,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:57:56',NULL),(25,4380,'media','medium_large','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-768x524.png','',83026,86586,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:58:18',NULL),(26,4380,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-1536x1047.png','',236563,241833,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:59:07',NULL),(27,4380,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-300x300.png','',27762,31216,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:59:24',NULL),(28,4380,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-600x409.png','',56463,60671,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:59:44',NULL),(29,4380,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-100x100.png','',6080,7121,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 13:59:56',NULL),(30,4373,'media','full','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579.png','',264288,292138,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:01:03',NULL),(31,4373,'media','medium','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-300x177.png','',17582,20242,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:01:18',NULL),(32,4373,'media','large','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-1024x603.png','',106364,110570,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:01:42',NULL),(33,4373,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-150x150.png','',10588,12154,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:01:53',NULL),(34,4373,'media','medium_large','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-768x452.png','',68638,73606,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:02:17',NULL),(35,4373,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-1536x904.png','',198625,202670,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-27 14:04:41',NULL),(36,4373,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-300x300.png','',28004,31489,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:31:57',NULL),(37,4373,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-600x353.png','',47220,51913,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:32:19',NULL),(38,4373,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-1-e1737817893579-100x100.png','',6147,7061,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:32:33',NULL),(39,4357,'media','full','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','',261754,288035,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:33:48',NULL),(40,4357,'media','medium','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-300x125.png','',17132,19798,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:34:06',NULL),(41,4357,'media','large','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png','',102191,106110,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:34:40',NULL),(42,4357,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-150x150.png','',10469,11783,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:34:54',NULL),(43,4357,'media','medium_large','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-768x319.png','',66415,70952,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:35:17',NULL),(44,4357,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1536x637.png','',190903,194454,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:36:06',NULL),(45,4357,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-300x300.png','',27632,29726,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:36:24',NULL),(46,4357,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-600x249.png','',45808,50061,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:36:44',NULL),(47,4357,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-100x100.png','',6181,7042,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:37:01',NULL),(48,4355,'media','full','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik.jpeg','',73876,77399,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:37:15',NULL),(49,4355,'media','medium','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-165x300.jpeg','',8742,8745,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:37:26',NULL),(50,4355,'media','large','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-564x1024.jpeg','',46406,48977,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:37:40',NULL),(51,4355,'media','thumbnail','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-150x150.jpeg','',5049,5050,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:37:54',NULL),(52,4355,'media','medium_large','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-768x1395.jpeg','',68280,71345,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:38:05',NULL),(53,4355,'media','1536x1536','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-846x1536.jpeg','',76774,80410,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:38:20',NULL),(54,4355,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-300x300.jpeg','',13247,13698,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:38:32',NULL),(55,4355,'media','woocommerce_single','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-600x1090.jpeg','',49515,52002,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:38:47',NULL),(56,4355,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik-100x100.jpeg','',2599,2599,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:39:04',NULL),(57,4232,'media','full','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-scaled.jpg','',280895,281480,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:39:24',NULL),(58,4232,'media','medium','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-300x169.jpg','',9498,9504,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:39:38',NULL),(59,4232,'media','large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-1024x576.jpg','',62630,62758,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:39:54',NULL),(60,4232,'media','thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-150x150.jpg','',5510,5511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:40:10',NULL),(61,4232,'media','medium_large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-768x432.jpg','',39775,39824,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:40:24',NULL),(62,4232,'media','1536x1536','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-1536x864.jpg','',120739,121320,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:40:40',NULL),(63,4232,'media','2048x2048','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-2048x1152.jpg','',194351,194910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:40:59',NULL),(64,4232,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-300x300.jpg','',15627,15752,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:41:17',NULL),(65,4232,'media','woocommerce_single','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-600x338.jpg','',27448,27448,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:41:34',NULL),(66,4232,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0212-100x100.jpg','',3105,3108,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:41:48',NULL),(67,4231,'media','full','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-scaled.jpg','',319378,322672,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:42:14',NULL),(68,4231,'media','medium','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-300x169.jpg','',10460,10460,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 09:42:32',NULL),(69,4231,'media','large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-1024x576.jpg','',70263,71084,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:05:41',NULL),(70,4231,'media','thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-150x150.jpg','',6000,6002,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:05:59',NULL),(71,4231,'media','medium_large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-768x432.jpg','',44271,44864,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:06:19',NULL),(72,4231,'media','1536x1536','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-1536x864.jpg','',136897,138625,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:06:39',NULL),(73,4231,'media','2048x2048','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-2048x1152.jpg','',221050,223658,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:06:56',NULL),(74,4231,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-300x300.jpg','',17166,17440,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:07:10',NULL),(75,4231,'media','woocommerce_single','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-600x338.jpg','',30372,30775,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:07:21',NULL),(76,4231,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0210-100x100.jpg','',3387,3387,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:07:33',NULL),(77,4230,'media','full','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-scaled.jpg','',236632,236632,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:07:49',NULL),(78,4230,'media','medium','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-300x169.jpg','',9088,9088,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:08:02',NULL),(79,4230,'media','large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-1024x576.jpg','',55491,55491,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:08:15',NULL),(80,4230,'media','thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-150x150.jpg','',4970,4970,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:08:28',NULL),(81,4230,'media','medium_large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-768x432.jpg','',35597,35597,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:08:42',NULL),(82,4230,'media','1536x1536','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-1536x864.jpg','',104688,104688,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:08:56',NULL),(83,4230,'media','2048x2048','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-2048x1152.jpg','',165748,165748,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:09:16',NULL),(84,4230,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-300x300.jpg','',13213,13213,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:09:30',NULL),(85,4230,'media','woocommerce_single','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-600x338.jpg','',24709,24709,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:09:44',NULL),(86,4230,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0209-100x100.jpg','',2907,2910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:09:57',NULL),(87,4229,'media','full','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-scaled.jpg','',423159,431131,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:10:16',NULL),(88,4229,'media','medium','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-169x300.jpg','',10625,10627,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:10:27',NULL),(89,4229,'media','large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-576x1024.jpg','',88389,90058,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:10:46',NULL),(90,4229,'media','thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-150x150.jpg','',5485,5485,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:10:58',NULL),(91,4229,'media','medium_large','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-768x1365.jpg','',145884,148693,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:11:10',NULL),(92,4229,'media','1536x1536','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-864x1536.jpg','',178613,182169,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:11:26',NULL),(93,4229,'media','2048x2048','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-1152x2048.jpg','',291719,297868,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:11:44',NULL),(94,4229,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-300x300.jpg','',17655,17816,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:11:59',NULL),(95,4229,'media','woocommerce_single','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-600x1067.jpg','',95341,97159,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:12:12',NULL),(96,4229,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2024/08/IMG-20240731-WA0206-100x100.jpg','',2992,2992,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:12:25',NULL),(97,3776,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg','',70612,79693,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:12:35',NULL),(98,3776,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-450x450.jpg','',9822,10606,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:12:48',NULL),(99,3776,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-100x100.jpg','',1430,1684,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:13:00',NULL),(100,3776,'media','woocommerce_single','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-600x432.jpg','',10468,11173,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:13:13',NULL),(101,3776,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-300x216.jpg','',4538,4794,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:13:27',NULL),(102,3776,'media','large','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-1024x737.jpg','',20569,21719,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:13:43',NULL),(103,3776,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-150x150.jpg','',2560,2815,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:13:56',NULL),(104,3776,'media','medium_large','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-768x553.jpg','',14639,15594,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:14:11',NULL),(105,3775,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg','',69629,78093,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:14:28',NULL),(106,3775,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-300x300.jpg','',6312,6567,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:14:43',NULL),(107,3775,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-100x100.jpg','',1654,1910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:14:52',NULL),(108,3775,'media','woocommerce_single','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-600x366.jpg','',10169,10796,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:15:06',NULL),(109,3775,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-300x183.jpg','',4428,4684,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:15:20',NULL),(110,3775,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-150x150.jpg','',2831,3087,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:15:38',NULL),(111,3775,'media','medium_large','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-768x468.jpg','',13728,14501,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:15:53',NULL),(112,3765,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12.jpg','',67156,72113,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:16:08',NULL),(113,3765,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-300x254.jpg','',7493,7749,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:16:21',NULL),(114,3765,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg','',2383,2639,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:16:34',NULL),(115,3765,'media','woocommerce_single','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-600x168.jpg','',10549,11163,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:16:46',NULL),(116,3765,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-300x84.jpg','',4484,4742,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:16:58',NULL),(117,3765,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg','',3639,3894,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:17:10',NULL),(118,3765,'media','medium_large','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-768x216.jpg','',13513,14223,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:17:23',NULL),(119,3764,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg','',79097,84916,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:17:35',NULL),(120,3764,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-300x232.jpg','',7327,7581,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:17:46',NULL),(121,3764,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg','',2167,2421,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:17:58',NULL),(122,3764,'media','woocommerce_single','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-600x138.jpg','',11595,11854,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:18:08',NULL),(123,3764,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-300x69.jpg','',5323,5580,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:18:20',NULL),(124,3764,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg','',3402,3656,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:18:31',NULL),(125,3764,'media','medium_large','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-768x177.jpg','',15408,15891,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:18:43',NULL),(126,3763,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg','',108352,116761,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:18:55',NULL),(127,3763,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-300x300.jpg','',14965,15335,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:19:07',NULL),(128,3763,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-100x100.jpg','',2962,3219,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:19:18',NULL),(129,3763,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-300x271.jpg','',13478,13838,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:19:29',NULL),(130,3763,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-150x150.jpg','',5279,5533,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:19:42',NULL),(131,3762,'media','full','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg','',91702,95130,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:19:53',NULL),(132,3762,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-300x300.jpg','',17185,18015,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:03',NULL),(133,3762,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg','',3625,3880,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:15',NULL),(134,3762,'media','medium','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-300x261.jpg','',14281,15040,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:23',NULL),(135,3762,'media','thumbnail','ABSPATHwp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg','',6738,6996,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:32',NULL),(136,3747,'media','full','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM.jpeg','',125543,126472,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:43',NULL),(137,3747,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-300x300.jpeg','',14830,14850,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:20:54',NULL),(138,3747,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-100x100.jpeg','',2870,2871,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:03',NULL),(139,3747,'media','woocommerce_single','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-600x450.jpeg','',34859,35256,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:13',NULL),(140,3747,'media','medium','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-300x225.jpeg','',12114,12114,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:21',NULL),(141,3747,'media','large','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-1024x768.jpeg','',78859,79519,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:33',NULL),(142,3747,'media','thumbnail','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-150x150.jpeg','',5153,5155,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:44',NULL),(143,3747,'media','medium_large','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-768x576.jpeg','',50663,51334,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:21:54',NULL),(144,3747,'media','1536x1536','ABSPATHwp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM-1536x1152.jpeg','',142860,143462,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:22:05',NULL),(145,3497,'media','full','ABSPATHwp-content/uploads/2022/09/new1.png','',4648,5539,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:22:16',NULL),(146,3497,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/09/new1-300x50.png','',4217,4256,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:22:27',NULL),(147,3497,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/09/new1-100x50.png','',2673,3014,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:22:40',NULL),(148,3497,'media','medium','ABSPATHwp-content/uploads/2022/09/new1-300x30.png','',2927,2994,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:22:52',NULL),(149,3497,'media','thumbnail','ABSPATHwp-content/uploads/2022/09/new1-150x50.png','',2877,3226,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:03',NULL),(150,3460,'media','full','ABSPATHwp-content/uploads/2022/06/ota.jpg','',67707,85623,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:11',NULL),(151,3460,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/06/ota-300x68.jpg','',6027,12460,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:22',NULL),(152,3460,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/06/ota-100x68.jpg','',1828,8149,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:34',NULL),(153,3460,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/06/ota-600x28.jpg','',7462,13910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:44',NULL),(154,3460,'media','medium','ABSPATHwp-content/uploads/2022/06/ota-300x14.jpg','',2667,3038,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:23:56',NULL),(155,3460,'media','large','ABSPATHwp-content/uploads/2022/06/ota-1024x49.jpg','',12452,13801,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:03',NULL),(156,3460,'media','thumbnail','ABSPATHwp-content/uploads/2022/06/ota-150x68.jpg','',2511,2956,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:13',NULL),(157,3460,'media','medium_large','ABSPATHwp-content/uploads/2022/06/ota-768x36.jpg','',8978,9510,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:23',NULL),(158,3456,'media','full','ABSPATHwp-content/uploads/2022/06/th.jpg','',3324,3839,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:33',NULL),(159,3456,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/06/th-100x100.jpg','',2085,2085,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:42',NULL),(160,3456,'media','thumbnail','ABSPATHwp-content/uploads/2022/06/th-130x150.jpg','',3983,4635,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:24:54',NULL),(161,2981,'media','full','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-scaled.jpg','',406741,439038,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:07',NULL),(162,2981,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-scaled-300x300.jpg','',14861,14968,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:17',NULL),(163,2981,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-scaled-100x100.jpg','',2879,2941,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:25',NULL),(164,2981,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-scaled-600x450.jpg','',35440,35952,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:36',NULL),(165,2981,'media','medium','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-300x225.jpg','',12882,13376,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:46',NULL),(166,2981,'media','large','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-1024x768.jpg','',85593,88844,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:25:56',NULL),(167,2981,'media','thumbnail','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-150x150.jpg','',5478,5852,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:26:07',NULL),(168,2981,'media','medium_large','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-768x576.jpg','',54469,56319,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:26:17',NULL),(169,2981,'media','1536x1536','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-1536x1152.jpg','',163774,171508,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:26:31',NULL),(170,2981,'media','2048x2048','ABSPATHwp-content/uploads/2022/06/IMG20211114185235-2048x1536.jpg','',269037,286036,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:26:48',NULL),(171,2855,'media','full','ABSPATHwp-content/uploads/2022/05/1.png','',221661,238187,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:27:14',NULL),(172,2855,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/05/1-300x300.png','',113909,115855,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:27:37',NULL),(173,2855,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/05/1-100x100.png','',16144,16292,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:27:47',NULL),(174,2855,'media','medium','ABSPATHwp-content/uploads/2022/05/1-300x210.png','',89488,104811,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:28:03',NULL),(175,2855,'media','thumbnail','ABSPATHwp-content/uploads/2022/05/1-150x150.png','',35612,41325,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:28:13',NULL),(176,2854,'media','full','ABSPATHwp-content/uploads/2022/05/3.png','',210024,225688,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:28:37',NULL),(177,2854,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/05/3-300x300.png','',103230,104510,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:28:54',NULL),(178,2854,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/05/3-100x100.png','',15044,15213,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:29:04',NULL),(179,2854,'media','medium','ABSPATHwp-content/uploads/2022/05/3-300x210.png','',85537,99488,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:29:19',NULL),(180,2854,'media','thumbnail','ABSPATHwp-content/uploads/2022/05/3-150x150.png','',32695,37616,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:29:29',NULL),(181,2853,'media','full','ABSPATHwp-content/uploads/2022/05/2.png','',220918,232506,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:29:51',NULL),(182,2853,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/05/2-300x300.png','',104447,105861,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:30:13',NULL),(183,2853,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/05/2-100x100.png','',14413,14581,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:30:24',NULL),(184,2853,'media','medium','ABSPATHwp-content/uploads/2022/05/2-300x210.png','',86039,100100,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:30:42',NULL),(185,2853,'media','thumbnail','ABSPATHwp-content/uploads/2022/05/2-150x150.png','',32694,37878,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:30:57',NULL),(186,2685,'media','full','ABSPATHwp-content/uploads/2022/04/mainlogo.png','',55113,58623,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:31:17',NULL),(187,2685,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-300x300.png','',44646,44916,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:31:38',NULL),(188,2685,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-100x100.png','',8975,8975,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:31:44',NULL),(189,2685,'media','medium','ABSPATHwp-content/uploads/2022/04/mainlogo-300x190.png','',31411,33613,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:32:01',NULL),(190,2685,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-150x150.png','',19967,22026,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:32:16',NULL),(191,2640,'media','full','ABSPATHwp-content/uploads/2022/04/mainlogo-2.png','',52807,56084,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:32:34',NULL),(192,2640,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-2-300x300.png','',40779,41053,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:32:56',NULL),(193,2640,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-2-100x100.png','',8448,8448,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:33:03',NULL),(194,2640,'media','medium','ABSPATHwp-content/uploads/2022/04/mainlogo-2-300x190.png','',29798,32496,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:33:18',NULL),(195,2640,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/mainlogo-2-150x150.png','',18806,21122,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:33:37',NULL),(196,2246,'media','full','ABSPATHwp-content/uploads/2022/04/new1.png','',4648,5539,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:33:52',NULL),(197,2246,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/new1-300x50.png','',4217,4256,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:05',NULL),(198,2246,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/new1-100x50.png','',2673,3014,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:18',NULL),(199,2246,'media','medium','ABSPATHwp-content/uploads/2022/04/new1-300x30.png','',3320,3498,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:24',NULL),(200,2246,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/new1-150x50.png','',2877,3226,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:36',NULL),(201,2245,'media','full','ABSPATHwp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png.jpg','',7054,8483,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:46',NULL),(202,2245,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png-300x280.jpg','',1966,1966,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:34:57',NULL),(203,2245,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png-100x100.jpg','',678,678,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:07',NULL),(204,2245,'media','medium','ABSPATHwp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png-300x168.jpg','',1392,2262,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:16',NULL),(205,2245,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png-150x150.jpg','',971,1579,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:26',NULL),(206,2243,'media','full','ABSPATHwp-content/uploads/2022/04/new.png','',1260,2865,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:38',NULL),(207,2243,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/new-300x88.png','',452,664,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:51',NULL),(208,2243,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/new-100x88.png','',268,391,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:35:59',NULL),(209,2243,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/04/new-600x83.png','',4799,7352,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:08',NULL),(210,2243,'media','medium','ABSPATHwp-content/uploads/2022/04/new-300x41.png','',4476,6054,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:19',NULL),(211,2243,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/new-150x88.png','',316,590,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:27',NULL),(212,2224,'media','full','ABSPATHwp-content/uploads/2022/04/full-top-img1-1.jpg','',21803,21803,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:39',NULL),(213,2224,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-1-300x300.jpg','',16903,16903,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:48',NULL),(214,2224,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-1-100x100.jpg','',3558,3558,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:36:58',NULL),(215,2224,'media','medium','ABSPATHwp-content/uploads/2022/04/full-top-img1-1-249x300.jpg','',11868,12271,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:07',NULL),(216,2224,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-1-150x150.jpg','',5109,5541,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:17',NULL),(217,2223,'media','full','ABSPATHwp-content/uploads/2022/04/title-icon-img.png','',767,1618,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:25',NULL),(218,2222,'media','full','ABSPATHwp-content/uploads/2022/04/full-top-img1.jpg','',21803,21803,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:36',NULL),(219,2222,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-300x300.jpg','',16903,16903,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:46',NULL),(220,2222,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-100x100.jpg','',3558,3558,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:37:57',NULL),(221,2222,'media','medium','ABSPATHwp-content/uploads/2022/04/full-top-img1-249x300.jpg','',11868,12271,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:08',NULL),(222,2222,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/full-top-img1-150x150.jpg','',5109,5541,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:20',NULL),(223,2221,'media','full','ABSPATHwp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg','',21161,21775,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:30',NULL),(224,2221,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-300x300.jpeg','',13701,13711,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:40',NULL),(225,2221,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-100x100.jpeg','',2579,2640,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:50',NULL),(226,2221,'media','medium','ABSPATHwp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-300x180.jpeg','',9676,10179,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:38:59',NULL),(227,2221,'media','thumbnail','ABSPATHwp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-150x150.jpeg','',4847,5271,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:39:06',NULL),(228,2212,'media','full','ABSPATHwp-content/uploads/2022/04/img_testimonial_Home01-7REK9UD.jpg','',3495,4769,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:39:15',NULL),(229,2057,'media','full','ABSPATHwp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg','',112047,114988,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:39:29',NULL),(230,2057,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-300x300.jpg','',23696,24862,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:39:38',NULL),(231,2057,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-100x100.jpg','',3681,4518,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:39:50',NULL),(232,2057,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-150x150.jpg','',6452,6826,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:02',NULL),(233,2056,'media','full','ABSPATHwp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg','',115039,118057,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:20',NULL),(234,2056,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-300x300.jpg','',34630,36502,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:31',NULL),(235,2056,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-100x100.jpg','',4979,5817,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:39',NULL),(236,2056,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-150x150.jpg','',8952,9382,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:45',NULL),(237,2055,'media','full','ABSPATHwp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg','',110875,113690,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:40:53',NULL),(238,2055,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-300x300.jpg','',34825,37177,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:41:02',NULL),(239,2055,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-100x100.jpg','',5451,6289,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:41:13',NULL),(240,2055,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-150x150.jpg','',9718,10154,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:41:22',NULL),(241,2051,'media','full','ABSPATHwp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI.jpg','',136555,139085,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:41:35',NULL),(242,2051,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-300x300.jpg','',15774,16341,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:41:48',NULL),(243,2051,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-100x100.jpg','',2693,3532,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:00',NULL),(244,2051,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-150x150.jpg','',4399,4778,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:13',NULL),(245,2047,'media','full','ABSPATHwp-content/uploads/2022/03/KUSHAVARTA-KUND.jpg','',135111,137750,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:25',NULL),(246,2047,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/KUSHAVARTA-KUND-300x300.jpg','',26899,28245,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:36',NULL),(247,2047,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/KUSHAVARTA-KUND-100x100.jpg','',4123,4961,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:48',NULL),(248,2047,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/KUSHAVARTA-KUND-150x150.jpg','',6955,7330,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:42:58',NULL),(249,2046,'media','full','ABSPATHwp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg','',96716,99455,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:43:12',NULL),(250,2046,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg','',25537,26944,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:43:25',NULL),(251,2046,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-100x100.jpg','',4093,4928,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:43:33',NULL),(252,2046,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-150x150.jpg','',6980,7341,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:43:46',NULL),(253,2041,'media','full','ABSPATHwp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg','',127276,130956,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:00',NULL),(254,2041,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-300x300.jpg','',36563,39001,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:13',NULL),(255,2041,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-100x100.jpg','',5220,6062,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:26',NULL),(256,2041,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-150x150.jpg','',9554,9997,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:37',NULL),(257,2040,'media','full','ABSPATHwp-content/uploads/2022/03/GANGA-DWAR.jpg','',132360,135330,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:48',NULL),(258,2040,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/GANGA-DWAR-300x300.jpg','',25055,25819,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:44:59',NULL),(259,2040,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/GANGA-DWAR-100x100.jpg','',4065,4907,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:45:12',NULL),(260,2040,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/GANGA-DWAR-150x150.jpg','',6696,7112,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:45:21',NULL),(261,2039,'media','full','ABSPATHwp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS.jpg','',125005,126890,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:45:35',NULL),(262,2039,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-300x300.jpg','',13449,14163,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:45:43',NULL),(263,2039,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-100x100.jpg','',2200,3040,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:45:52',NULL),(264,2039,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-150x150.jpg','',3428,3839,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:05',NULL),(265,2038,'media','full','ABSPATHwp-content/uploads/2022/03/MUKTIDHAM-1.jpg','',121668,123555,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:15',NULL),(266,2038,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/MUKTIDHAM-1-300x300.jpg','',18096,19031,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:23',NULL),(267,2038,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/MUKTIDHAM-1-100x100.jpg','',3411,4250,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:32',NULL),(268,2038,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/MUKTIDHAM-1-150x150.jpg','',5353,5752,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:44',NULL),(269,2034,'media','full','ABSPATHwp-content/uploads/2022/03/PANCHAWATI-1.jpg','',153183,156141,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:46:54',NULL),(270,2034,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/PANCHAWATI-1-300x300.jpg','',16820,17495,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:47:09',NULL),(271,2034,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/PANCHAWATI-1-100x100.jpg','',2919,3739,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:47:22',NULL),(272,2034,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/PANCHAWATI-1-150x150.jpg','',4821,5214,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:47:31',NULL),(273,2017,'media','full','ABSPATHwp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg','',103637,107040,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:47:45',NULL),(274,2017,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-300x300.jpg','',24519,25766,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:47:57',NULL),(275,2017,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-100x100.jpg','',4382,5221,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:06',NULL),(276,2017,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-150x150.jpg','',7453,7875,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:17',NULL),(277,2016,'media','full','ABSPATHwp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg','',99282,101554,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:31',NULL),(278,2016,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg','',21270,22520,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:39',NULL),(279,2016,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg','',3221,4060,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:50',NULL),(280,2016,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-150x150.jpg','',5842,6213,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:48:57',NULL),(281,2014,'media','full','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1.jpg','',73203,75163,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:11',NULL),(282,2014,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1-300x300.jpg','',22650,23433,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:22',NULL),(283,2014,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1-100x100.jpg','',3553,4391,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:31',NULL),(284,2014,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1-600x373.jpg','',50250,51250,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:40',NULL),(285,2014,'media','medium','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1-300x186.jpg','',12978,13506,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:50',NULL),(286,2014,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION1-150x150.jpg','',5953,6353,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:49:58',NULL),(287,2013,'media','full','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2.jpg','',57357,58903,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:10',NULL),(288,2013,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2-300x300.jpg','',18294,19009,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:19',NULL),(289,2013,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2-100x100.jpg','',3236,4074,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:28',NULL),(290,2013,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2-600x373.jpg','',39648,40526,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:38',NULL),(291,2013,'media','medium','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2-300x186.jpg','',10844,11273,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:49',NULL),(292,2013,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/ACCOMODATION2-150x150.jpg','',5123,5514,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:50:58',NULL),(293,1759,'media','full','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo.png','',75053,79909,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:51:31',NULL),(294,1759,'media','medium','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-300x300.png','',51468,56203,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:52:01',NULL),(295,1759,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-150x150.png','',14514,15541,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:52:19',NULL),(296,1759,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-100x100.png','',7279,7680,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:52:32',NULL),(297,1759,'media','site_icon-270','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-270x270.png','',43811,47767,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:52:57',NULL),(298,1759,'media','site_icon-192','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-192x192.png','',17832,19657,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:53:15',NULL),(299,1759,'media','site_icon-180','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-180x180.png','',20927,22633,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:53:32',NULL),(300,1759,'media','site_icon-32','ABSPATHwp-content/uploads/2022/03/cropped-sitelogo-32x32.png','',1120,1156,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:53:43',NULL),(301,1758,'media','full','ABSPATHwp-content/uploads/2022/03/sitelogo.png','',58758,61443,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:02',NULL),(302,1758,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/sitelogo-300x300.png','',27501,27556,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:18',NULL),(303,1758,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/sitelogo-100x100.png','',5777,5777,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:29',NULL),(304,1758,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/sitelogo-150x150.png','',13832,15021,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:37',NULL),(305,1562,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1.jpg','',70517,70528,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:48',NULL),(306,1562,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-300x300.jpg','',19115,19398,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:54:52',NULL),(307,1562,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-100x100.jpg','',3630,3631,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:02',NULL),(308,1562,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-600x305.jpg','',36877,37646,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:10',NULL),(309,1562,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-300x152.jpg','',8018,8197,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:18',NULL),(310,1562,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-1024x520.jpg','',52643,52650,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:31',NULL),(311,1562,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-150x150.jpg','',4271,4273,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:38',NULL),(312,1562,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1-768x390.jpg','',33946,33956,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:49',NULL),(313,1561,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1.jpg','',115530,115556,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:55:56',NULL),(314,1561,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-300x300.jpg','',26682,28062,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:01',NULL),(315,1561,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-100x100.jpg','',3604,3608,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:06',NULL),(316,1561,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-600x305.jpg','',49466,51995,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:12',NULL),(317,1561,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-300x152.jpg','',8153,8249,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:22',NULL),(318,1561,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-1024x520.jpg','',80061,80068,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:29',NULL),(319,1561,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-150x150.jpg','',4564,4564,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:37',NULL),(320,1561,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1-768x390.jpg','',47879,47900,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:45',NULL),(321,1560,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1.jpg','',70468,70484,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:56:58',NULL),(322,1560,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-300x300.jpg','',20131,20539,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:06',NULL),(323,1560,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-100x100.jpg','',3595,3596,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:15',NULL),(324,1560,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-600x305.jpg','',35221,36195,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:24',NULL),(325,1560,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-300x152.jpg','',7321,7412,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:32',NULL),(326,1560,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-1024x520.jpg','',52006,52015,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:40',NULL),(327,1560,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-150x150.jpg','',4410,4413,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:46',NULL),(328,1560,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1-768x390.jpg','',33304,33310,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:51',NULL),(329,1559,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1.jpg','',65876,65876,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:57:57',NULL),(330,1559,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-300x300.jpg','',16926,17021,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:01',NULL),(331,1559,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-100x100.jpg','',3258,3258,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:07',NULL),(332,1559,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-600x305.jpg','',32946,33867,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:14',NULL),(333,1559,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-300x152.jpg','',6898,7010,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:21',NULL),(334,1559,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-1024x520.jpg','',48695,48698,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:28',NULL),(335,1559,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-150x150.jpg','',3887,3889,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:33',NULL),(336,1559,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1-768x390.jpg','',31086,31096,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:39',NULL),(337,1558,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1.jpg','',63311,63311,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:45',NULL),(338,1558,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-300x300.jpg','',17538,17967,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:50',NULL),(339,1558,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-100x100.jpg','',3083,3083,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:58:56',NULL),(340,1558,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-600x305.jpg','',31599,32587,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:00',NULL),(341,1558,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-300x152.jpg','',6401,6510,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:08',NULL),(342,1558,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-1024x520.jpg','',46597,46608,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:18',NULL),(343,1558,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-150x150.jpg','',3708,3709,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:30',NULL),(344,1558,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1-768x390.jpg','',29562,29566,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:38',NULL),(345,1557,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2.jpg','',60777,60795,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:51',NULL),(346,1557,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-300x300.jpg','',17745,17874,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 10:59:57',NULL),(347,1557,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-100x100.jpg','',3394,3395,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:08',NULL),(348,1557,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-600x305.jpg','',31941,32359,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:16',NULL),(349,1557,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-300x152.jpg','',6663,6910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:27',NULL),(350,1557,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-1024x520.jpg','',44877,44894,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:37',NULL),(351,1557,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-150x150.jpg','',4021,4023,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:49',NULL),(352,1557,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-2-768x390.jpg','',29054,29055,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:00:59',NULL),(353,1555,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1.jpg','',36512,36539,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:07',NULL),(354,1555,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-300x300.jpg','',11595,11595,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:15',NULL),(355,1555,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-100x100.jpg','',2220,2220,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:22',NULL),(356,1555,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-600x305.jpg','',19654,19654,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:34',NULL),(357,1555,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-300x152.jpg','',4043,4043,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:42',NULL),(358,1555,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-1024x520.jpg','',27823,27826,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:01:53',NULL),(359,1555,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-150x150.jpg','',2522,2525,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:02:05',NULL),(360,1555,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1-768x390.jpg','',17671,17671,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:02:16',NULL),(361,1554,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1.jpg','',35913,35917,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:02:28',NULL),(362,1554,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-300x300.jpg','',9876,9879,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:02:39',NULL),(363,1554,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-100x100.jpg','',2059,2059,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:02:53',NULL),(364,1554,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-600x305.jpg','',19926,19926,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:04',NULL),(365,1554,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-300x152.jpg','',4144,4148,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:17',NULL),(366,1554,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg','',26997,26997,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:26',NULL),(367,1554,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-150x150.jpg','',2283,2285,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:30',NULL),(368,1554,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1-768x390.jpg','',17103,17103,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:36',NULL),(369,1536,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1.jpg','',453228,500221,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:44',NULL),(370,1536,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-300x300.jpg','',16297,24587,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:50',NULL),(371,1536,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-100x100.jpg','',3180,11366,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:55',NULL),(372,1536,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-600x305.jpg','',33365,41651,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:03:58',NULL),(373,1536,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-300x152.jpg','',8931,9387,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:01',NULL),(374,1536,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-1024x520.jpg','',65868,68256,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:05',NULL),(375,1536,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-150x150.jpg','',4592,4978,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:08',NULL),(376,1536,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-4-1-768x390.jpg','',40511,41815,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:13',NULL),(377,1535,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2.jpg','',487182,533486,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:27',NULL),(378,1535,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-300x300.jpg','',18241,26895,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:42',NULL),(379,1535,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-100x100.jpg','',3255,11750,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:04:52',NULL),(380,1535,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-600x305.jpg','',32774,41393,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:02',NULL),(381,1535,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-300x152.jpg','',9356,9812,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:14',NULL),(382,1535,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-1024x520.jpg','',70090,73481,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:21',NULL),(383,1535,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-150x150.jpg','',5321,5706,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:34',NULL),(384,1535,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-2-768x390.jpg','',42708,44544,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:46',NULL),(385,1534,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697.jpg','',115187,132419,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:05:59',NULL),(386,1534,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-300x300.jpg','',18394,27089,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:06:11',NULL),(387,1534,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-100x100.jpg','',3259,11757,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:06:21',NULL),(388,1534,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-600x305.jpg','',33088,41781,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:06:32',NULL),(389,1534,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-300x152.jpg','',10158,18725,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:06:43',NULL),(390,1534,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-1024x520.jpg','',85681,95166,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:06:55',NULL),(391,1534,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-150x150.jpg','',5815,14364,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:07:05',NULL),(392,1534,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-deluxe-3-1-e1675136933697-768x390.jpg','',50901,59800,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:07:17',NULL),(393,1528,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2.jpeg','',94137,94137,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:07:30',NULL),(394,1528,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-300x300.jpeg','',12583,12583,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:07:42',NULL),(395,1528,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-100x100.jpeg','',2508,2508,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:07:57',NULL),(396,1528,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-600x450.jpeg','',29836,29836,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:08:08',NULL),(397,1528,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-300x225.jpeg','',10467,10694,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:08:17',NULL),(398,1528,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-1024x767.jpeg','',74795,78128,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:08:28',NULL),(399,1528,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-150x150.jpeg','',4632,5013,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:08:39',NULL),(400,1528,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-768x575.jpeg','',46479,48292,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:08:50',NULL),(401,1524,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1.jpeg','',55224,55324,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:09:04',NULL),(402,1524,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-300x300.jpeg','',12453,12453,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:09:13',NULL),(403,1524,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-100x100.jpeg','',2562,2562,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:09:25',NULL),(404,1524,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-600x442.jpeg','',28313,28313,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:09:37',NULL),(405,1524,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-300x221.jpeg','',10419,10726,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:09:50',NULL),(406,1524,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-1024x754.jpeg','',61838,63211,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:10:04',NULL),(407,1524,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-150x150.jpeg','',4655,5042,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:10:16',NULL),(408,1524,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-768x565.jpeg','',41284,42133,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:10:28',NULL),(409,1520,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1.jpeg','',61649,63322,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:10:43',NULL),(410,1520,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-300x300.jpeg','',8505,8511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:10:58',NULL),(411,1520,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-100x100.jpeg','',2007,2007,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:11:10',NULL),(412,1520,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-600x450.jpeg','',18083,18083,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:11:22',NULL),(413,1520,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-300x225.jpeg','',6898,7383,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:11:35',NULL),(414,1520,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-1024x768.jpeg','',41454,44055,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:11:49',NULL),(415,1520,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-150x150.jpeg','',3348,3736,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:11:59',NULL),(416,1520,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-768x576.jpeg','',27226,28481,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:12:11',NULL),(417,1520,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-1536x1152.jpeg','',74030,81149,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:12:26',NULL),(418,1519,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3.jpeg','',96337,97489,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:12:43',NULL),(419,1519,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-300x300.jpeg','',12259,12259,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:12:55',NULL),(420,1519,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-100x100.jpeg','',2517,2517,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:13:11',NULL),(421,1519,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-600x450.jpeg','',27097,27097,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:13:25',NULL),(422,1519,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-300x225.jpeg','',10122,10387,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:13:39',NULL),(423,1519,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-1024x768.jpeg','',61985,64224,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:13:53',NULL),(424,1519,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-150x150.jpeg','',4622,5013,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:14:04',NULL),(425,1519,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-768x576.jpeg','',40448,41643,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:14:17',NULL),(426,1519,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-1536x1152.jpeg','',111006,116830,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:14:31',NULL),(427,1518,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3.jpeg','',133475,133916,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:14:49',NULL),(428,1518,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-300x300.jpeg','',15232,15270,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:14:59',NULL),(429,1518,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-100x100.jpeg','',2815,2815,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:15:11',NULL),(430,1518,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-600x450.jpeg','',35737,35969,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:15:26',NULL),(431,1518,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-300x225.jpeg','',12885,13396,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:15:39',NULL),(432,1518,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-1024x768.jpeg','',83124,85586,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:15:52',NULL),(433,1518,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-150x150.jpeg','',5489,5881,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:16:03',NULL),(434,1518,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-768x576.jpeg','',54079,55825,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:16:16',NULL),(435,1518,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-1536x1152.jpeg','',149740,154130,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:16:30',NULL),(436,1517,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM.jpeg','',347340,369202,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:16:44',NULL),(437,1517,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-300x300.jpeg','',11867,11867,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:16:56',NULL),(438,1517,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-100x100.jpeg','',2387,2387,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:17:06',NULL),(439,1517,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-600x448.jpeg','',28509,28509,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:17:17',NULL),(440,1517,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-300x224.jpeg','',10185,10511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:17:29',NULL),(441,1517,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-150x150.jpeg','',4392,4824,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:17:42',NULL),(442,1517,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-768x574.jpeg','',42422,43430,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:17:56',NULL),(443,1516,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1.jpeg','',66668,66668,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:18:09',NULL),(444,1516,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-300x300.jpeg','',13842,13842,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:18:24',NULL),(445,1516,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-100x100.jpeg','',2875,2875,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:18:34',NULL),(446,1516,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-600x443.jpeg','',32214,32214,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:18:45',NULL),(447,1516,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-300x221.jpeg','',11711,12089,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:18:57',NULL),(448,1516,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-1024x756.jpeg','',72286,72931,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:19:08',NULL),(449,1516,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-150x150.jpeg','',5260,5663,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:19:16',NULL),(450,1516,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-768x567.jpeg','',47975,48450,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:19:27',NULL),(451,1514,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM.jpeg','',315221,332714,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:19:43',NULL),(452,1514,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-300x300.jpeg','',11400,11400,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:19:54',NULL),(453,1514,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-100x100.jpeg','',2484,2484,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:20:06',NULL),(454,1514,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-600x440.jpeg','',29077,29077,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:20:15',NULL),(455,1514,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-300x220.jpeg','',11115,11567,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:20:25',NULL),(456,1514,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1024x751.jpeg','',63580,64650,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:20:37',NULL),(457,1514,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-150x150.jpeg','',4415,4808,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:20:50',NULL),(458,1514,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-768x563.jpeg','',42690,43395,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:21:02',NULL),(459,1513,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1.jpeg','',104672,105561,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:21:14',NULL),(460,1513,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-300x300.jpeg','',13965,13965,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:21:26',NULL),(461,1513,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-100x100.jpeg','',2713,2715,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:21:38',NULL),(462,1513,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-600x450.jpeg','',31678,31688,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:21:51',NULL),(463,1513,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-300x225.jpeg','',11694,12071,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:22:05',NULL),(464,1513,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-1024x768.jpeg','',70464,71817,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:22:17',NULL),(465,1513,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-150x150.jpeg','',5073,5481,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:22:27',NULL),(466,1513,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-768x576.jpeg','',46578,47563,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:22:38',NULL),(467,1513,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-1536x1152.jpeg','',123724,127395,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:22:53',NULL),(468,1512,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2.jpeg','',348589,370449,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:23:09',NULL),(469,1512,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-300x300.jpeg','',14294,14318,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:23:22',NULL),(470,1512,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-100x100.jpeg','',2739,2739,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:23:34',NULL),(471,1512,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-600x451.jpeg','',32731,32858,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:23:47',NULL),(472,1512,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-300x226.jpeg','',11894,12394,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:24:02',NULL),(473,1512,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-150x150.jpeg','',5250,5653,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:24:17',NULL),(474,1512,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-768x578.jpeg','',48009,49228,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:24:28',NULL),(475,1511,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1.jpeg','',134081,134081,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:24:44',NULL),(476,1511,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-300x300.jpeg','',15228,15228,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:24:53',NULL),(477,1511,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-100x100.jpeg','',2910,2910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:04',NULL),(478,1511,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-600x450.jpeg','',36175,36175,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:13',NULL),(479,1511,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-300x225.jpeg','',13101,13542,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:23',NULL),(480,1511,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-1024x768.jpeg','',83880,84720,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:31',NULL),(481,1511,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-150x150.jpeg','',5520,5939,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:44',NULL),(482,1511,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-768x576.jpeg','',54749,55600,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:25:59',NULL),(483,1511,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-1536x1152.jpeg','',151136,152953,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:26:10',NULL),(484,1510,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1.jpeg','',311831,330969,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:26:22',NULL),(485,1510,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-300x300.jpeg','',11289,11289,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:26:30',NULL),(486,1510,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-100x100.jpeg','',2272,2272,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:26:42',NULL),(487,1510,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-600x453.jpeg','',28815,28815,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:26:53',NULL),(488,1510,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-300x227.jpeg','',10449,10741,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:27:05',NULL),(489,1510,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-150x150.jpeg','',4148,4536,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:27:17',NULL),(490,1510,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-768x580.jpeg','',42562,43397,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:27:30',NULL),(491,1509,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM.jpeg','',77949,77949,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:27:42',NULL),(492,1509,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-300x300.jpeg','',15254,15254,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:27:55',NULL),(493,1509,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-100x100.jpeg','',2735,2737,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:28:08',NULL),(494,1509,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-600x453.jpeg','',36486,36486,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:28:21',NULL),(495,1509,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-300x226.jpeg','',12688,13165,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:28:32',NULL),(496,1509,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-1024x773.jpeg','',82545,84097,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:28:43',NULL),(497,1509,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-150x150.jpeg','',5214,5669,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:28:54',NULL),(498,1509,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM-768x580.jpeg','',54559,55511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:29:06',NULL),(499,1508,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1.jpeg','',329644,347831,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:29:19',NULL),(500,1508,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-300x300.jpeg','',11505,11505,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:29:32',NULL),(501,1508,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-100x100.jpeg','',2263,2263,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:29:41',NULL),(502,1508,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-600x438.jpeg','',27174,27174,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:29:54',NULL),(503,1508,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-300x219.jpeg','',9315,9914,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:30:13',NULL),(504,1508,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-150x150.jpeg','',4037,4505,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:30:25',NULL),(505,1508,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-768x560.jpeg','',40590,41713,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:30:35',NULL),(506,1507,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg','',373046,396011,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:30:48',NULL),(507,1507,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-300x300.jpeg','',12455,12455,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:31:04',NULL),(508,1507,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-100x100.jpeg','',2542,2542,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:31:16',NULL),(509,1507,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-600x445.jpeg','',33124,33170,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:31:31',NULL),(510,1507,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-300x223.jpeg','',11510,11879,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:31:42',NULL),(511,1507,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-150x150.jpeg','',4527,4926,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:31:53',NULL),(512,1507,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-768x570.jpeg','',49563,50565,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:32:05',NULL),(513,1506,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1.jpeg','',117305,118135,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:32:19',NULL),(514,1506,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-300x300.jpeg','',14526,14526,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:32:36',NULL),(515,1506,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-100x100.jpeg','',2757,2758,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:32:47',NULL),(516,1506,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-600x450.jpeg','',34046,34222,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:33:01',NULL),(517,1506,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-300x225.jpeg','',12257,12710,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:33:14',NULL),(518,1506,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-1024x768.jpeg','',76845,79155,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:33:26',NULL),(519,1506,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-150x150.jpeg','',5256,5633,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:33:39',NULL),(520,1506,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-768x576.jpeg','',50431,51853,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:33:54',NULL),(521,1506,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-1536x1152.jpeg','',137485,142174,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:34:12',NULL),(522,1505,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2.jpeg','',134081,134081,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:34:28',NULL),(523,1505,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-300x300.jpeg','',15228,15228,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:34:42',NULL),(524,1505,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-100x100.jpeg','',2910,2910,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:34:57',NULL),(525,1505,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-600x450.jpeg','',36175,36175,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:35:09',NULL),(526,1505,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-300x225.jpeg','',13101,13542,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:35:23',NULL),(527,1505,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1024x768.jpeg','',83880,84720,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:35:37',NULL),(528,1505,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-150x150.jpeg','',5520,5939,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:35:50',NULL),(529,1505,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-768x576.jpeg','',54749,55600,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:38:01',NULL),(530,1505,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1536x1152.jpeg','',151136,152953,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:38:16',NULL),(531,1504,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1.jpeg','',126499,126881,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:38:31',NULL),(532,1504,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-300x300.jpeg','',15450,15450,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:38:42',NULL),(533,1504,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-100x100.jpeg','',2891,2891,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:38:54',NULL),(534,1504,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-600x450.jpeg','',35325,35413,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:39:05',NULL),(535,1504,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-300x225.jpeg','',12743,13208,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:39:17',NULL),(536,1504,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-1024x768.jpeg','',81104,82691,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:39:29',NULL),(537,1504,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-150x150.jpeg','',5583,5979,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:39:43',NULL),(538,1504,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-768x576.jpeg','',52936,54013,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:39:54',NULL),(539,1504,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-1536x1152.jpeg','',146166,149529,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:40:09',NULL),(540,1503,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg','',61467,61769,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:40:23',NULL),(541,1503,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-300x300.jpeg','',12924,12924,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:40:36',NULL),(542,1503,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-100x100.jpeg','',2543,2543,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:40:51',NULL),(543,1503,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-600x450.jpeg','',30066,30135,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:41:03',NULL),(544,1503,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-300x225.jpeg','',10763,11031,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:41:17',NULL),(545,1503,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-1024x768.jpeg','',69582,72406,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:41:33',NULL),(546,1503,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-150x150.jpeg','',4692,5071,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:41:46',NULL),(547,1503,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-768x576.jpeg','',45122,46755,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:41:57',NULL),(548,1502,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1.jpeg','',333371,353470,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:42:09',NULL),(549,1502,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-300x300.jpeg','',12133,12133,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:42:21',NULL),(550,1502,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-100x100.jpeg','',2512,2512,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:42:33',NULL),(551,1502,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-600x454.jpeg','',31984,31989,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:42:46',NULL),(552,1502,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-300x227.jpeg','',11954,12439,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:42:59',NULL),(553,1502,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-150x150.jpeg','',4571,4985,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:43:11',NULL),(554,1502,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-768x581.jpeg','',46628,47778,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:43:23',NULL),(555,1324,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600.jpeg','',49083,50094,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:43:39',NULL),(556,1324,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-300x300.jpeg','',15291,15291,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:43:53',NULL),(557,1324,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-100x100.jpeg','',2835,2895,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:44:05',NULL),(558,1324,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-600x448.jpeg','',36722,36798,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:44:19',NULL),(559,1324,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-300x224.jpeg','',13200,13604,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:44:32',NULL),(560,1324,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-150x150.jpeg','',5429,5830,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:44:45',NULL),(561,1324,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-768x574.jpeg','',55846,57035,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:44:59',NULL),(562,1323,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM.jpeg','',111431,111551,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:45:17',NULL),(563,1323,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-300x300.jpeg','',13945,13945,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:45:29',NULL),(564,1323,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-100x100.jpeg','',2681,2681,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:45:41',NULL),(565,1323,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-600x450.jpeg','',35168,35386,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:45:50',NULL),(566,1323,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-300x225.jpeg','',12172,12616,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:46:02',NULL),(567,1323,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1024x768.jpeg','',89467,93284,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:46:13',NULL),(568,1323,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-150x150.jpeg','',4977,5384,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:46:23',NULL),(569,1323,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-768x576.jpeg','',54982,56955,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:46:34',NULL),(570,1318,'media','full','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg','',315481,330600,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:46:49',NULL),(571,1318,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x300.jpeg','',18111,18302,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:47:01',NULL),(572,1318,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-100x100.jpeg','',3351,3354,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:47:11',NULL),(573,1318,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-600x446.jpeg','',42245,42705,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:47:23',NULL),(574,1318,'media','medium','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x223.jpeg','',14888,15557,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:47:36',NULL),(575,1318,'media','large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-1024x761.jpeg','',95105,96748,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:47:49',NULL),(576,1318,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-150x150.jpeg','',6638,7030,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:48:03',NULL),(577,1318,'media','medium_large','ABSPATHwp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-768x571.jpeg','',63253,64739,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:48:14',NULL),(578,1046,'media','full','ABSPATHwp-content/uploads/woocommerce-placeholder.png','',102644,102644,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:48:57',NULL),(579,1046,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/woocommerce-placeholder-300x300.png','',10530,10547,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:49:10',NULL),(580,1046,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/woocommerce-placeholder-100x100.png','',1792,1803,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:49:22',NULL),(581,1046,'media','woocommerce_single','ABSPATHwp-content/uploads/woocommerce-placeholder-600x600.png','',31616,31929,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:49:41',NULL),(582,1046,'media','large','ABSPATHwp-content/uploads/woocommerce-placeholder-1024x1024.png','',114823,144462,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:50:41',NULL),(583,1046,'media','thumbnail','ABSPATHwp-content/uploads/woocommerce-placeholder-150x150.png','',3547,4228,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:50:52',NULL),(584,1046,'media','medium_large','ABSPATHwp-content/uploads/woocommerce-placeholder-768x768.png','',56367,67801,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:51:21',NULL),(585,1006,'media','full','ABSPATHwp-content/uploads/2022/03/hotel-banner.jpg','',207173,207173,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:51:34',NULL),(586,1006,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/hotel-banner-300x300.jpg','',15172,15174,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:51:46',NULL),(587,1006,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/hotel-banner-100x100.jpg','',2625,2625,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:51:57',NULL),(588,1006,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/hotel-banner-600x227.jpg','',22362,22537,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:52:11',NULL),(589,1006,'media','medium','ABSPATHwp-content/uploads/2022/03/hotel-banner-300x113.jpg','',7775,8259,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:52:19',NULL),(590,1006,'media','large','ABSPATHwp-content/uploads/2022/03/hotel-banner-1024x387.jpg','',59334,61442,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:52:28',NULL),(591,1006,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/hotel-banner-150x150.jpg','',5011,5450,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:52:39',NULL),(592,1006,'media','medium_large','ABSPATHwp-content/uploads/2022/03/hotel-banner-768x290.jpg','',35754,37246,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:52:51',NULL),(593,1006,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/hotel-banner-1536x580.jpg','',121837,125337,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:53:05',NULL),(594,1005,'media','full','ABSPATHwp-content/uploads/2022/03/1.jpg','',70611,70848,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:53:20',NULL),(595,1005,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/1-300x300.jpg','',10095,10761,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:53:33',NULL),(596,1005,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/1-100x100.jpg','',1888,2730,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:53:43',NULL),(597,1005,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/1-600x210.jpg','',18596,19376,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:53:54',NULL),(598,1005,'media','medium','ABSPATHwp-content/uploads/2022/03/1-300x105.jpg','',6438,6896,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:54:06',NULL),(599,1005,'media','large','ABSPATHwp-content/uploads/2022/03/1-1024x358.jpg','',46897,48828,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:54:17',NULL),(600,1005,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/1-150x150.jpg','',3541,4013,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:54:28',NULL),(601,1005,'media','medium_large','ABSPATHwp-content/uploads/2022/03/1-768x269.jpg','',29097,30288,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:54:37',NULL),(602,1005,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/1-1536x538.jpg','',88777,92278,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:54:49',NULL),(603,953,'media','full','ABSPATHwp-content/uploads/2022/03/mahabaleshwar.jpg','',28423,51731,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:02',NULL),(604,953,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/mahabaleshwar-100x100.jpg','',4674,16194,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:11',NULL),(605,853,'media','full','ABSPATHwp-content/uploads/2022/03/royal-suite.jpg','',224122,257285,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:22',NULL),(606,853,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/royal-suite-300x300.jpg','',16669,25209,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:31',NULL),(607,853,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/royal-suite-100x100.jpg','',3368,11856,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:42',NULL),(608,853,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/royal-suite-600x373.jpg','',32000,40445,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:55:54',NULL),(609,853,'media','medium','ABSPATHwp-content/uploads/2022/03/royal-suite-300x186.jpg','',8919,9347,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:05',NULL),(610,853,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/royal-suite-150x150.jpg','',4864,5244,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:16',NULL),(611,852,'media','full','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac.jpg','',249416,284885,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:25',NULL),(612,852,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac-300x300.jpg','',18395,27512,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:35',NULL),(613,852,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac-100x100.jpg','',3484,12522,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:39',NULL),(614,852,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac-600x373.jpg','',39901,49208,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:56:49',NULL),(615,852,'media','medium','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac-300x186.jpg','',10835,11253,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:01',NULL),(616,852,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-non-ac-150x150.jpg','',5110,5512,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:13',NULL),(617,851,'media','full','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac.jpg','',245977,280516,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:26',NULL),(618,851,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac-300x300.jpg','',16295,25370,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:32',NULL),(619,851,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac-100x100.jpg','',3089,11957,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:38',NULL),(620,851,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac-600x373.jpg','',37128,46291,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:45',NULL),(621,851,'media','medium','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac-300x186.jpg','',10345,10825,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:50',NULL),(622,851,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/triple-sharing-ac-150x150.jpg','',4721,5123,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:57:55',NULL),(623,850,'media','full','ABSPATHwp-content/uploads/2022/03/family-12-bed-1.jpg','',311563,349133,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:01',NULL),(624,850,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/family-12-bed-1-300x300.jpg','',23399,33134,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:06',NULL),(625,850,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/family-12-bed-1-100x100.jpg','',3846,13408,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:11',NULL),(626,850,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/family-12-bed-1-600x373.jpg','',53493,63420,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:17',NULL),(627,850,'media','medium','ABSPATHwp-content/uploads/2022/03/family-12-bed-1-300x186.jpg','',13308,13863,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:22',NULL),(628,850,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/family-12-bed-1-150x150.jpg','',5979,6381,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:29',NULL),(629,849,'media','full','ABSPATHwp-content/uploads/2022/03/family-6-bed.jpg','',230545,265048,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:42',NULL),(630,849,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/family-6-bed-300x300.jpg','',15791,24594,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:58:56',NULL),(631,849,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/family-6-bed-100x100.jpg','',3372,12271,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:59:09',NULL),(632,849,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/family-6-bed-600x373.jpg','',35160,43998,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:59:21',NULL),(633,849,'media','medium','ABSPATHwp-content/uploads/2022/03/family-6-bed-300x186.jpg','',10326,10746,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:59:31',NULL),(634,849,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/family-6-bed-150x150.jpg','',4856,5281,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:59:42',NULL),(635,848,'media','full','ABSPATHwp-content/uploads/2022/03/family-4-bed.jpg','',275477,311601,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 11:59:56',NULL),(636,848,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/family-4-bed-300x300.jpg','',21385,30810,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:00:09',NULL),(637,848,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/family-4-bed-100x100.jpg','',3649,12824,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:00:27',NULL),(638,848,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/family-4-bed-600x373.jpg','',43661,53316,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:00:39',NULL),(639,848,'media','medium','ABSPATHwp-content/uploads/2022/03/family-4-bed-300x186.jpg','',11728,12229,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:00:50',NULL),(640,848,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/family-4-bed-150x150.jpg','',5973,6370,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:01:02',NULL),(641,847,'media','full','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe.jpg','',222364,257993,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:01:15',NULL),(642,847,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe-300x300.jpg','',15364,23738,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:01:27',NULL),(643,847,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe-100x100.jpg','',3068,11428,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:01:39',NULL),(644,847,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe-600x373.jpg','',34765,43073,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:01:50',NULL),(645,847,'media','medium','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe-300x186.jpg','',9777,10226,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:02:04',NULL),(646,847,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/non-ac-deluxe-150x150.jpg','',4461,4847,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:02:23',NULL),(647,846,'media','full','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1.jpg','',245468,280198,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:02:39',NULL),(648,846,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1-300x300.jpg','',17733,26470,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:02:50',NULL),(649,846,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1-100x100.jpg','',3390,12086,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:03:04',NULL),(650,846,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1-600x373.jpg','',38515,47479,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:03:14',NULL),(651,846,'media','medium','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1-300x186.jpg','',10811,11250,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:03:26',NULL),(652,846,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-1-150x150.jpg','',5161,5556,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:03:36',NULL),(653,836,'media','full','ABSPATHwp-content/uploads/2022/03/super-deluxe.jpg','',117908,142230,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:03:47',NULL),(654,836,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/super-deluxe-300x300.jpg','',18162,28963,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:00',NULL),(655,836,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/super-deluxe-100x100.jpg','',3343,14022,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:08',NULL),(656,836,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/super-deluxe-600x373.jpg','',39419,50353,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:13',NULL),(657,836,'media','medium','ABSPATHwp-content/uploads/2022/03/super-deluxe-300x186.jpg','',11181,11696,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:18',NULL),(658,836,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/super-deluxe-150x150.jpg','',5428,5818,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:27',NULL),(659,835,'media','full','ABSPATHwp-content/uploads/2022/03/ac-deluxe.jpg','',245468,280198,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:40',NULL),(660,835,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-300x300.jpg','',17733,26470,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:04:51',NULL),(661,835,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-100x100.jpg','',3390,12086,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:05:05',NULL),(662,835,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/ac-deluxe-600x373.jpg','',38515,47479,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:05:19',NULL),(663,835,'media','medium','ABSPATHwp-content/uploads/2022/03/ac-deluxe-300x186.jpg','',10811,11250,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:05:33',NULL),(664,835,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/ac-deluxe-150x150.jpg','',5161,5556,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:05:45',NULL),(665,779,'media','full','ABSPATHwp-content/uploads/2022/03/about-1.jpg','',977367,1046472,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:01',NULL),(666,779,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/about-1-300x300.jpg','',25397,36791,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:13',NULL),(667,779,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/about-1-100x100.jpg','',4402,15558,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:24',NULL),(668,779,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/about-1-600x281.jpg','',47499,59016,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:35',NULL),(669,779,'media','medium','ABSPATHwp-content/uploads/2022/03/about-1-300x141.jpg','',12184,12845,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:46',NULL),(670,779,'media','large','ABSPATHwp-content/uploads/2022/03/about-1-1024x480.jpg','',93891,97146,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:06:56',NULL),(671,779,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/about-1-150x150.jpg','',6901,7321,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:07:05',NULL),(672,779,'media','medium_large','ABSPATHwp-content/uploads/2022/03/about-1-768x360.jpg','',59216,61395,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:07:18',NULL),(673,779,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/about-1-1536x720.jpg','',186157,191971,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:07:30',NULL),(674,755,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-royal-3.jpg','',461249,505526,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:07:46',NULL),(675,755,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-300x300.jpg','',20416,29411,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:07:58',NULL),(676,755,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-100x100.jpg','',3599,12436,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:08:07',NULL),(677,755,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-600x305.jpg','',33215,42200,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:08:18',NULL),(678,755,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-300x152.jpg','',8818,9237,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:08:30',NULL),(679,755,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-1024x520.jpg','',67954,70856,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:08:42',NULL),(680,755,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-150x150.jpg','',5449,5846,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:08:53',NULL),(681,755,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-royal-3-768x390.jpg','',41701,43068,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:09:03',NULL),(682,754,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-royal-2.jpg','',428866,473892,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:09:17',NULL),(683,754,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-300x300.jpg','',15488,23831,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:09:28',NULL),(684,754,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-100x100.jpg','',3204,11628,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:09:41',NULL),(685,754,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-600x305.jpg','',26503,34741,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:09:55',NULL),(686,754,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-300x152.jpg','',7427,7857,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:10:06',NULL),(687,754,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-1024x520.jpg','',54839,57816,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:10:19',NULL),(688,754,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-150x150.jpg','',4424,4814,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:10:34',NULL),(689,754,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-royal-2-768x390.jpg','',32812,34153,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:10:46',NULL),(690,753,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-royal-1.jpg','',412102,456066,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:00',NULL),(691,753,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-300x300.jpg','',16709,25152,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:10',NULL),(692,753,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-100x100.jpg','',3372,11783,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:22',NULL),(693,753,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-600x305.jpg','',26091,34325,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:32',NULL),(694,753,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-300x152.jpg','',7392,7793,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:44',NULL),(695,753,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-1024x520.jpg','',52289,54974,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:11:58',NULL),(696,753,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-150x150.jpg','',4881,5267,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:12:07',NULL),(697,753,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-royal-1-768x390.jpg','',31962,33177,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:12:19',NULL),(698,752,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-5.jpg','',525994,576773,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:12:34',NULL),(699,752,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-300x300.jpg','',24353,36022,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:12:49',NULL),(700,752,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-100x100.jpg','',4536,15923,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:13:02',NULL),(701,752,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-600x305.jpg','',46734,58605,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:13:15',NULL),(702,752,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-300x152.jpg','',12903,13647,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:13:29',NULL),(703,752,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-1024x520.jpg','',87828,91188,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:13:41',NULL),(704,752,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-150x150.jpg','',6861,7297,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:13:55',NULL),(705,752,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-5-768x390.jpg','',55932,58195,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:14:11',NULL),(706,751,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-4.jpg','',782959,855902,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:14:26',NULL),(707,751,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-300x300.jpg','',34930,48068,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:14:40',NULL),(708,751,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-100x100.jpg','',4641,16126,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:14:51',NULL),(709,751,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-600x305.jpg','',63751,77944,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:15:07',NULL),(710,751,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-300x152.jpg','',14443,15481,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:15:17',NULL),(711,751,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-1024x520.jpg','',132912,140657,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:15:27',NULL),(712,751,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-150x150.jpg','',8278,8690,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:15:39',NULL),(713,751,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-4-768x390.jpg','',82058,87235,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:15:51',NULL),(714,750,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-3.jpg','',505370,564798,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:06',NULL),(715,750,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-300x300.jpg','',25231,36415,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:15',NULL),(716,750,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-100x100.jpg','',4493,15270,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:23',NULL),(717,750,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-600x305.jpg','',43566,55218,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:33',NULL),(718,750,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-300x152.jpg','',11906,12704,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:45',NULL),(719,750,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-1024x520.jpg','',83813,87199,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:16:56',NULL),(720,750,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-150x150.jpg','',7192,7614,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:06',NULL),(721,750,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-3-768x390.jpg','',54163,56572,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:16',NULL),(722,749,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-2.jpg','',476316,530221,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:27',NULL),(723,749,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-300x300.jpg','',21121,31576,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:39',NULL),(724,749,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-100x100.jpg','',4083,14365,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:45',NULL),(725,749,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-600x305.jpg','',41198,52507,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:17:53',NULL),(726,749,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-300x152.jpg','',11223,11927,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:18:03',NULL),(727,749,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-1024x520.jpg','',78745,82245,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:18:18',NULL),(728,749,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-150x150.jpg','',6178,6608,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:18:32',NULL),(729,749,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-2-768x390.jpg','',50820,53332,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:18:48',NULL),(730,748,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-premise-1.jpg','',469480,526888,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:03',NULL),(731,748,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-300x300.jpg','',21562,32176,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:15',NULL),(732,748,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-100x100.jpg','',3872,13963,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:26',NULL),(733,748,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-600x305.jpg','',39033,50267,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:37',NULL),(734,748,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-300x152.jpg','',10567,11219,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:46',NULL),(735,748,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-1024x520.jpg','',75918,79180,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:19:57',NULL),(736,748,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-150x150.jpg','',6093,6473,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:07',NULL),(737,748,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-premise-1-768x390.jpg','',48768,51145,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:16',NULL),(738,747,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-family-5.jpg','',430509,478560,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:31',NULL),(739,747,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-family-5-300x300.jpg','',15057,23549,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:40',NULL),(740,747,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-family-5-100x100.jpg','',3242,11798,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:50',NULL),(741,747,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-family-5-600x305.jpg','',28986,37494,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:20:59',NULL),(742,747,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-family-5-300x152.jpg','',8584,9023,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:10',NULL),(743,747,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-family-5-1024x520.jpg','',59966,62517,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:16',NULL),(744,747,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-family-5-150x150.jpg','',4580,4975,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:28',NULL),(745,747,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-family-5-768x390.jpg','',36839,38147,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:34',NULL),(746,738,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-3.jpg','',475713,526434,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:41',NULL),(747,738,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-300x300.jpg','',20925,30975,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:50',NULL),(748,738,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-100x100.jpg','',3983,14003,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:21:55',NULL),(749,738,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-600x305.jpg','',38035,48201,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:22:05',NULL),(750,738,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-300x152.jpg','',10976,11513,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:22:15',NULL),(751,738,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-1024x520.jpg','',76728,79041,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:22:26',NULL),(752,738,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-150x150.jpg','',6470,6913,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:22:38',NULL),(753,738,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-3-768x390.jpg','',48762,50198,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:22:49',NULL),(754,737,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-2.jpg','',441289,484296,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:23:08',NULL),(755,737,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-300x300.jpg','',15805,23687,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:23:23',NULL),(756,737,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-100x100.jpg','',3051,11095,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:23:37',NULL),(757,737,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-600x305.jpg','',26006,33622,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:23:50',NULL),(758,737,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-300x152.jpg','',6497,7018,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:24:05',NULL),(759,737,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-1024x520.jpg','',51095,53978,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:24:20',NULL),(760,737,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-150x150.jpg','',3983,4448,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:24:32',NULL),(761,737,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-2-768x390.jpg','',30696,32030,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:24:46',NULL),(762,736,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-conference-1.jpg','',441216,486366,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:24:59',NULL),(763,736,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-300x300.jpg','',12458,20400,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:25:12',NULL),(764,736,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-100x100.jpg','',2654,10868,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:25:22',NULL),(765,736,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-600x305.jpg','',24542,32276,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:25:34',NULL),(766,736,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-300x152.jpg','',6820,7308,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:25:46',NULL),(767,736,'media','large','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-1024x520.jpg','',50315,53006,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:25:59',NULL),(768,736,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-150x150.jpg','',3638,4026,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:26:07',NULL),(769,736,'media','medium_large','ABSPATHwp-content/uploads/2022/03/gallery-conference-1-768x390.jpg','',30281,31554,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:26:19',NULL),(770,735,'media','full','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1.jpg','',452809,499818,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:26:34',NULL),(771,735,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-300x300.jpg','',17160,25578,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:26:47',NULL),(772,735,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-100x100.jpg','',3256,11809,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:26:54',NULL),(773,735,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-600x305.jpg','',33721,42281,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:27:05',NULL),(774,735,'media','medium','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-300x152.jpg','',9500,9936,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:27:16',NULL),(775,735,'media','large','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-1024x520.jpg','',69363,71408,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:27:29',NULL),(776,735,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-150x150.jpg','',4862,5263,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:27:40',NULL),(777,735,'media','medium_large','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-1-768x390.jpg','',43237,44519,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:27:52',NULL),(778,555,'media','full','ABSPATHwp-content/uploads/2022/03/brahmgiri.jpg','',23385,43182,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:28:04',NULL),(779,555,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/brahmgiri-100x100.jpg','',3987,14046,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:28:14',NULL),(780,554,'media','full','ABSPATHwp-content/uploads/2022/03/anjaneri.jpg','',30009,56260,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:28:27',NULL),(781,554,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/anjaneri-100x100.jpg','',5118,18026,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:28:38',NULL),(782,553,'media','full','ABSPATHwp-content/uploads/2022/03/restaurant-1.jpg','',310343,349662,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:28:53',NULL),(783,553,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/restaurant-1-300x300.jpg','',24969,36509,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:29:03',NULL),(784,553,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/restaurant-1-100x100.jpg','',4615,15874,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:29:14',NULL),(785,553,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/restaurant-1-600x373.jpg','',57684,69742,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:29:27',NULL),(786,553,'media','medium','ABSPATHwp-content/uploads/2022/03/restaurant-1-300x186.jpg','',15797,16707,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:29:40',NULL),(787,553,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/restaurant-1-150x150.jpg','',7039,7484,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:29:51',NULL),(788,552,'media','full','ABSPATHwp-content/uploads/2022/03/conference-1.jpg','',235395,267417,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:30:02',NULL),(789,552,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/conference-1-300x300.jpg','',13542,21210,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:30:21',NULL),(790,552,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/conference-1-100x100.jpg','',2901,10736,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:30:34',NULL),(791,552,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/conference-1-600x373.jpg','',29983,37498,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:30:51',NULL),(792,552,'media','medium','ABSPATHwp-content/uploads/2022/03/conference-1-300x186.jpg','',8272,8826,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:31:03',NULL),(793,552,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/conference-1-150x150.jpg','',4133,4549,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:31:20',NULL),(794,551,'media','full','ABSPATHwp-content/uploads/2022/03/accomodation-1.jpg','',250937,285804,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:31:35',NULL),(795,551,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/accomodation-1-300x300.jpg','',18551,27394,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:31:51',NULL),(796,551,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/accomodation-1-100x100.jpg','',3527,12066,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:32:03',NULL),(797,551,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/accomodation-1-600x373.jpg','',38684,48114,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:32:16',NULL),(798,551,'media','medium','ABSPATHwp-content/uploads/2022/03/accomodation-1-300x186.jpg','',10403,10799,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:32:30',NULL),(799,551,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/accomodation-1-150x150.jpg','',5160,5530,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:32:45',NULL),(800,550,'media','full','ABSPATHwp-content/uploads/2022/03/shirdi.jpg','',32263,58207,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:33:03',NULL),(801,550,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/shirdi-100x100.jpg','',5348,18175,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:33:16',NULL),(802,549,'media','full','ABSPATHwp-content/uploads/2022/03/kushavarta.jpg','',27560,52379,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:33:32',NULL),(803,549,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/kushavarta-100x100.jpg','',4687,16981,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:33:48',NULL),(804,548,'media','full','ABSPATHwp-content/uploads/2022/03/gangadvar.jpg','',27000,49448,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:34:05',NULL),(805,548,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gangadvar-100x100.jpg','',5024,16339,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:34:18',NULL),(806,547,'media','full','ABSPATHwp-content/uploads/2022/03/neel-parvat.jpg','',21524,41424,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:34:33',NULL),(807,547,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/neel-parvat-100x100.jpg','',3722,13697,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:34:51',NULL),(808,546,'media','full','ABSPATHwp-content/uploads/2022/03/nivruttinath.jpg','',23198,42424,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:35:06',NULL),(809,546,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/nivruttinath-100x100.jpg','',4016,13806,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:35:16',NULL),(810,545,'media','full','ABSPATHwp-content/uploads/2022/03/shani.jpg','',36204,63846,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:35:33',NULL),(811,545,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/shani-100x100.jpg','',5832,19476,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:35:47',NULL),(812,544,'media','full','ABSPATHwp-content/uploads/2022/03/muktidham.jpg','',21585,40286,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:36:03',NULL),(813,544,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/muktidham-100x100.jpg','',3673,13189,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:36:17',NULL),(814,543,'media','full','ABSPATHwp-content/uploads/2022/03/panchawati.jpg','',26253,50232,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:36:31',NULL),(815,543,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/panchawati-100x100.jpg','',4245,16031,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:36:44',NULL),(816,542,'media','full','ABSPATHwp-content/uploads/2022/03/gurukul.jpg','',25609,45920,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:36:57',NULL),(817,542,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gurukul-100x100.jpg','',3849,13934,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:37:10',NULL),(818,506,'media','full','ABSPATHwp-content/uploads/2022/03/otel-info-image-2.jpg','',244069,280716,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:37:24',NULL),(819,506,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-2-300x300.jpg','',16926,25857,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:37:38',NULL),(820,506,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-2-100x100.jpg','',3266,12010,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:37:54',NULL),(821,506,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/otel-info-image-2-600x382.jpg','',38939,48179,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:38:06',NULL),(822,506,'media','medium','ABSPATHwp-content/uploads/2022/03/otel-info-image-2-300x191.jpg','',11091,11669,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:38:20',NULL),(823,506,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-2-150x150.jpg','',5195,5595,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:38:33',NULL),(824,505,'media','full','ABSPATHwp-content/uploads/2022/03/otel-info-image-1.jpg','',273277,312685,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:38:49',NULL),(825,505,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-1-300x300.jpg','',23453,33771,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:39:02',NULL),(826,505,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-1-100x100.jpg','',4142,13875,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:39:18',NULL),(827,505,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/otel-info-image-1-600x382.jpg','',50982,62423,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:39:32',NULL),(828,505,'media','medium','ABSPATHwp-content/uploads/2022/03/otel-info-image-1-300x191.jpg','',13623,14412,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:39:46',NULL),(829,505,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/otel-info-image-1-150x150.jpg','',6603,6995,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:39:59',NULL),(830,497,'media','full','ABSPATHwp-content/uploads/2022/03/trimbakeshwar.jpg','',24164,43633,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:40:15',NULL),(831,497,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/trimbakeshwar-100x100.jpg','',3763,13406,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:40:31',NULL),(832,425,'media','full','ABSPATHwp-content/uploads/2022/03/footerlogo.png','',13933,21857,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:40:50',NULL),(833,425,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/footerlogo-300x282.png','',12904,13862,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:41:10',NULL),(834,425,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/footerlogo-100x100.png','',3655,3990,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:41:25',NULL),(835,425,'media','medium','ABSPATHwp-content/uploads/2022/03/footerlogo-300x169.png','',10515,17708,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:41:41',NULL),(836,425,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/footerlogo-150x150.png','',8192,13511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:41:56',NULL),(837,361,'media','full','ABSPATHwp-content/uploads/2022/03/mainlogo.png','',58700,62943,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:42:24',NULL),(838,361,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/mainlogo-300x282.png','',41322,44598,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:42:49',NULL),(839,361,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/mainlogo-100x100.png','',10692,10692,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:43:07',NULL),(840,361,'media','medium','ABSPATHwp-content/uploads/2022/03/mainlogo-300x169.png','',31918,34870,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:43:33',NULL),(841,361,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/mainlogo-150x150.png','',21002,23315,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:43:59',NULL),(842,206,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-05.jpg','',105156,108713,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:44:14',NULL),(843,206,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-05-300x300.jpg','',21172,21289,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:44:31',NULL),(844,206,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-05-100x100.jpg','',3649,3649,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:44:45',NULL),(845,206,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-05-150x150.jpg','',6357,6763,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:45:03',NULL),(846,205,'media','full','ABSPATHwp-content/uploads/2022/03/bg-breakfast.jpg','',376402,394009,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:45:17',NULL),(847,205,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-breakfast-300x300.jpg','',22183,22311,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:45:33',NULL),(848,205,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-breakfast-100x100.jpg','',4039,4039,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:45:48',NULL),(849,205,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/bg-breakfast-600x251.jpg','',33285,33746,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:45:59',NULL),(850,205,'media','medium','ABSPATHwp-content/uploads/2022/03/bg-breakfast-300x125.jpg','',9914,10532,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:46:11',NULL),(851,205,'media','large','ABSPATHwp-content/uploads/2022/03/bg-breakfast-1024x428.jpg','',68179,71172,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:46:20',NULL),(852,205,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/bg-breakfast-150x150.jpg','',6643,7075,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:46:32',NULL),(853,205,'media','medium_large','ABSPATHwp-content/uploads/2022/03/bg-breakfast-768x321.jpg','',43092,45105,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:46:41',NULL),(854,203,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-03.jpg','',99174,102514,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:46:52',NULL),(855,203,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-03-300x300.jpg','',18046,18046,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:01',NULL),(856,203,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-03-100x100.jpg','',3193,3195,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:09',NULL),(857,203,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-03-150x150.jpg','',4979,5376,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:17',NULL),(858,201,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feedback-03.png','',4056,5647,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:29',NULL),(859,201,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-03-100x100.png','',2573,2573,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:42',NULL),(860,201,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-03-150x150.png','',7440,12195,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:47:58',NULL),(861,199,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-02.jpg','',96419,100205,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:48:08',NULL),(862,199,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-02-300x300.jpg','',18970,18970,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:48:15',NULL),(863,199,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-02-100x100.jpg','',3635,3635,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:48:24',NULL),(864,199,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-02-150x150.jpg','',5478,5952,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:48:37',NULL),(865,197,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-01.jpg','',89366,93419,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:48:51',NULL),(866,197,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-01-300x300.jpg','',19847,19874,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:49:02',NULL),(867,197,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-01-100x100.jpg','',3765,3765,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:49:15',NULL),(868,197,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-01-150x150.jpg','',6232,6620,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:49:28',NULL),(869,196,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feedback-02.png','',7418,11608,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:49:44',NULL),(870,196,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-02-100x100.png','',4352,5018,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:49:56',NULL),(871,196,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-02-150x150.png','',8870,16505,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:50:13',NULL),(872,195,'media','full','ABSPATHwp-content/uploads/2022/03/bg-pricing.jpg','',278357,278357,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:50:31',NULL),(873,195,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-pricing-300x300.jpg','',21086,21170,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:50:45',NULL),(874,195,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-pricing-100x100.jpg','',3304,3305,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:50:57',NULL),(875,195,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/bg-pricing-600x238.jpg','',38216,38738,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:51:10',NULL),(876,195,'media','medium','ABSPATHwp-content/uploads/2022/03/bg-pricing-300x119.jpg','',10210,10667,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:51:22',NULL),(877,195,'media','large','ABSPATHwp-content/uploads/2022/03/bg-pricing-1024x406.jpg','',84686,88492,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:51:36',NULL),(878,195,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/bg-pricing-150x150.jpg','',5954,6350,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:51:49',NULL),(879,195,'media','medium_large','ABSPATHwp-content/uploads/2022/03/bg-pricing-768x305.jpg','',52864,55077,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:51:59',NULL),(880,195,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/bg-pricing-1536x610.jpg','',165692,173225,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:52:12',NULL),(881,194,'media','full','ABSPATHwp-content/uploads/2022/03/img-counter-01.jpg','',336291,351122,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:52:29',NULL),(882,194,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-counter-01-300x300.jpg','',32511,33511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:52:44',NULL),(883,194,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-counter-01-100x100.jpg','',5132,5132,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:52:57',NULL),(884,194,'media','medium','ABSPATHwp-content/uploads/2022/03/img-counter-01-300x275.jpg','',27630,29445,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:53:10',NULL),(885,194,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-counter-01-150x150.jpg','',8713,9133,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:53:24',NULL),(886,193,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feedback-01.png','',5181,7714,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:53:42',NULL),(887,193,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-01-100x100.png','',3068,3068,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:53:56',NULL),(888,193,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/icon-feedback-01-150x150.png','',5725,11266,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:54:14',NULL),(889,192,'media','full','ABSPATHwp-content/uploads/2022/03/bg-faq.jpg','',116448,122038,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:54:29',NULL),(890,192,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-faq-300x300.jpg','',6886,6889,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:54:42',NULL),(891,192,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-faq-100x100.jpg','',1276,1276,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:54:54',NULL),(892,192,'media','medium','ABSPATHwp-content/uploads/2022/03/bg-faq-143x300.jpg','',6501,6872,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:55:05',NULL),(893,192,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/bg-faq-150x150.jpg','',1979,2435,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:55:16',NULL),(894,191,'media','full','ABSPATHwp-content/uploads/2022/03/img_testimonial_Home01-PW2BQD5.jpg','',4025,5077,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:55:28',NULL),(895,190,'media','full','ABSPATHwp-content/uploads/2022/03/room-video-05.jpg','',186513,193859,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:55:42',NULL),(896,190,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-05-300x300.jpg','',28965,29354,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:55:54',NULL),(897,190,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-05-100x100.jpg','',4346,4346,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:56:05',NULL),(898,190,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-05-150x150.jpg','',7606,8024,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:56:16',NULL),(899,189,'media','full','ABSPATHwp-content/uploads/2022/03/img-accordin-01.jpg','',458222,474748,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:56:29',NULL),(900,189,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-accordin-01-300x300.jpg','',35168,36467,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:56:40',NULL),(901,189,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-accordin-01-100x100.jpg','',5668,5668,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:56:52',NULL),(902,189,'media','medium','ABSPATHwp-content/uploads/2022/03/img-accordin-01-264x300.jpg','',26345,28409,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:02',NULL),(903,189,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-accordin-01-150x150.jpg','',9581,10065,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:12',NULL),(904,188,'media','full','ABSPATHwp-content/uploads/2022/03/room-video-04.jpg','',194472,203452,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:24',NULL),(905,188,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-04-300x300.jpg','',27568,27878,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:30',NULL),(906,188,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-04-100x100.jpg','',4381,4381,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:35',NULL),(907,188,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-04-150x150.jpg','',6711,7124,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:38',NULL),(908,187,'media','full','ABSPATHwp-content/uploads/2022/03/bg-counter-room.jpg','',355560,364422,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:45',NULL),(909,187,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-counter-room-300x300.jpg','',12932,12932,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:50',NULL),(910,187,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/bg-counter-room-100x100.jpg','',2159,2160,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:57:55',NULL),(911,187,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/bg-counter-room-600x109.jpg','',11497,11497,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:01',NULL),(912,187,'media','medium','ABSPATHwp-content/uploads/2022/03/bg-counter-room-300x55.jpg','',3789,4282,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:08',NULL),(913,187,'media','large','ABSPATHwp-content/uploads/2022/03/bg-counter-room-1024x187.jpg','',27975,29978,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:15',NULL),(914,187,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/bg-counter-room-150x150.jpg','',3630,4252,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:19',NULL),(915,187,'media','medium_large','ABSPATHwp-content/uploads/2022/03/bg-counter-room-768x140.jpg','',16800,18035,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:23',NULL),(916,187,'media','1536x1536','ABSPATHwp-content/uploads/2022/03/bg-counter-room-1536x280.jpg','',57595,61144,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:34',NULL),(917,186,'media','full','ABSPATHwp-content/uploads/2022/03/icon-tab-12.png','',1594,1594,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:58:46',NULL),(918,185,'media','full','ABSPATHwp-content/uploads/2022/03/room-video-03.jpg','',215328,215328,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:01',NULL),(919,185,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-03-300x300.jpg','',36532,37844,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:16',NULL),(920,185,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-03-100x100.jpg','',5558,5558,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:26',NULL),(921,185,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/room-video-03-600x581.jpg','',125787,130707,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:39',NULL),(922,185,'media','medium','ABSPATHwp-content/uploads/2022/03/room-video-03-300x290.jpg','',29254,31506,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:48',NULL),(923,185,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-03-150x150.jpg','',9156,9574,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 12:59:58',NULL),(924,185,'media','medium_large','ABSPATHwp-content/uploads/2022/03/room-video-03-768x743.jpg','',155595,164735,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:00:11',NULL),(925,184,'media','full','ABSPATHwp-content/uploads/2022/03/room-video-02.jpg','',202399,210205,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:00:26',NULL),(926,184,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-02-300x300.jpg','',34983,36030,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:00:37',NULL),(927,184,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-02-100x100.jpg','',5554,5554,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:00:48',NULL),(928,184,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-02-150x150.jpg','',9327,9777,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:01:00',NULL),(929,183,'media','full','ABSPATHwp-content/uploads/2022/03/icon-open-03.png','',209,239,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:01:15',NULL),(930,182,'media','full','ABSPATHwp-content/uploads/2022/03/icon-breakfast-01.png','',4038,4806,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:01:28',NULL),(931,179,'media','full','ABSPATHwp-content/uploads/2022/03/icon-open-02.png','',231,299,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:01:39',NULL),(932,178,'media','full','ABSPATHwp-content/uploads/2022/03/room-video-01.jpg','',242768,251993,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:01:52',NULL),(933,178,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-01-300x300.jpg','',35575,36535,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:02:05',NULL),(934,178,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-01-100x100.jpg','',5218,5218,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:02:16',NULL),(935,178,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/room-video-01-150x150.jpg','',8877,9298,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:02:28',NULL),(936,176,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-18.jpg','',100439,104702,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:02:41',NULL),(937,176,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-18-300x300.jpg','',19039,19063,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:02:54',NULL),(938,176,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-18-100x100.jpg','',3277,3277,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:03:07',NULL),(939,176,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-18-278x300.jpg','',15910,16468,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:03:20',NULL),(940,176,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-18-150x150.jpg','',5447,5809,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:03:34',NULL),(941,175,'media','full','ABSPATHwp-content/uploads/2022/03/icon-open-01.png','',235,320,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:03:45',NULL),(942,174,'media','full','ABSPATHwp-content/uploads/2022/03/img-form.jpg','',138416,144338,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:04:02',NULL),(943,174,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-form-300x300.jpg','',10957,10957,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:04:16',NULL),(944,174,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-form-100x100.jpg','',2165,2166,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:04:29',NULL),(945,174,'media','medium','ABSPATHwp-content/uploads/2022/03/img-form-296x300.jpg','',9114,9676,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:04:39',NULL),(946,174,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-form-150x150.jpg','',3237,3623,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:04:50',NULL),(947,173,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-17.jpg','',107284,111368,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:05:02',NULL),(948,173,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-17-300x300.jpg','',21546,21731,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:05:12',NULL),(949,173,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-17-100x100.jpg','',3564,3564,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:05:26',NULL),(950,173,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-17-278x300.jpg','',18255,19039,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:05:38',NULL),(951,173,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-17-150x150.jpg','',6050,6490,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:05:47',NULL),(952,172,'media','full','ABSPATHwp-content/uploads/2022/03/img-shedule-01.png','',24931,25876,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:06:03',NULL),(953,172,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-shedule-01-100x100.png','',13563,13563,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:06:16',NULL),(954,171,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feature-04.png','',1511,1511,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:06:31',NULL),(955,170,'media','full','ABSPATHwp-content/uploads/2022/03/img-room-04.jpg','',133233,138752,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:06:46',NULL),(956,170,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-04-300x300.jpg','',23494,23536,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:06:57',NULL),(957,170,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-04-100x100.jpg','',3631,3635,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:07:09',NULL),(958,170,'media','medium','ABSPATHwp-content/uploads/2022/03/img-room-04-300x158.jpg','',11423,12005,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:07:20',NULL),(959,170,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-04-150x150.jpg','',6163,6575,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:07:30',NULL),(960,169,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-16.jpg','',163644,169579,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:07:43',NULL),(961,169,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-16-300x300.jpg','',35481,36588,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:07:54',NULL),(962,169,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-16-100x100.jpg','',5232,5232,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:04',NULL),(963,169,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-16-278x300.jpg','',27680,29584,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:15',NULL),(964,169,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-16-150x150.jpg','',9438,9892,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:27',NULL),(965,168,'media','full','ABSPATHwp-content/uploads/2022/03/our-room-05.jpg','',182627,189104,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:40',NULL),(966,168,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-05-300x300.jpg','',29735,30415,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:50',NULL),(967,168,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-05-100x100.jpg','',3998,4004,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:08:59',NULL),(968,168,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-05-150x150.jpg','',7783,8206,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:09:07',NULL),(969,167,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feature-03.png','',1640,1640,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:09:18',NULL),(970,165,'media','full','ABSPATHwp-content/uploads/2022/03/img-room-03.jpg','',143610,149104,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:09:33',NULL),(971,165,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-03-300x300.jpg','',23591,23647,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:09:47',NULL),(972,165,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-03-100x100.jpg','',3970,3975,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:09:57',NULL),(973,165,'media','medium','ABSPATHwp-content/uploads/2022/03/img-room-03-300x158.jpg','',11812,12398,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:10:13',NULL),(974,165,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-03-150x150.jpg','',6154,6581,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:10:25',NULL),(975,164,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-15.jpg','',87956,91196,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:10:43',NULL),(976,164,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-15-300x300.jpg','',18106,18106,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:10:54',NULL),(977,164,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-15-100x100.jpg','',3189,3189,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:11:05',NULL),(978,164,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-15-278x300.jpg','',14160,14720,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:11:16',NULL),(979,164,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-15-150x150.jpg','',5021,5447,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:11:29',NULL),(980,163,'media','full','ABSPATHwp-content/uploads/2022/03/our-room-04.jpg','',261882,273403,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:11:44',NULL),(981,163,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-04-300x300.jpg','',21457,21527,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:11:59',NULL),(982,163,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-04-100x100.jpg','',3818,3821,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:12:11',NULL),(983,163,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/our-room-04-600x289.jpg','',42630,42931,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:12:25',NULL),(984,163,'media','medium','ABSPATHwp-content/uploads/2022/03/our-room-04-300x145.jpg','',11792,12489,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:12:39',NULL),(985,163,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-04-150x150.jpg','',6191,6683,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:12:54',NULL),(986,163,'media','medium_large','ABSPATHwp-content/uploads/2022/03/our-room-04-768x370.jpg','',54643,56509,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:13:05',NULL),(987,162,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feature-02.png','',1381,1381,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:13:21',NULL),(988,159,'media','full','ABSPATHwp-content/uploads/2022/03/icon-feature-01.png','',1079,1079,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:13:35',NULL),(989,157,'media','full','ABSPATHwp-content/uploads/2022/03/img-room-02.jpg','',104706,108199,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:13:51',NULL),(990,157,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-02-300x300.jpg','',17880,17880,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:14:05',NULL),(991,157,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-02-100x100.jpg','',2999,2999,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:14:19',NULL),(992,157,'media','medium','ABSPATHwp-content/uploads/2022/03/img-room-02-300x158.jpg','',8401,9039,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:14:35',NULL),(993,157,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-02-150x150.jpg','',4915,5356,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:14:47',NULL),(994,156,'media','full','ABSPATHwp-content/uploads/2022/03/img-choose-01.jpg','',119966,124666,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:15:04',NULL),(995,156,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-choose-01-300x300.jpg','',16395,16395,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:15:16',NULL),(996,156,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-choose-01-100x100.jpg','',3357,3357,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:15:32',NULL),(997,156,'media','woocommerce_single','ABSPATHwp-content/uploads/2022/03/img-choose-01-600x387.jpg','',34821,34821,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:15:47',NULL),(998,156,'media','medium','ABSPATHwp-content/uploads/2022/03/img-choose-01-300x194.jpg','',11151,11501,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:16:05',NULL),(999,156,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-choose-01-150x150.jpg','',5142,5547,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:16:14',NULL),(1000,155,'media','full','ABSPATHwp-content/uploads/2022/03/our-room-03.jpg','',114112,118276,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:16:26',NULL),(1001,155,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-03-300x300.jpg','',20098,20098,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:16:38',NULL),(1002,155,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-03-100x100.jpg','',3840,3841,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:16:51',NULL),(1003,155,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/our-room-03-150x150.jpg','',6049,6506,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:17:04',NULL),(1004,154,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-14.jpg','',100915,104976,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:17:13',NULL),(1005,154,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-14-300x300.jpg','',21285,21376,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:17:25',NULL),(1006,154,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-14-100x100.jpg','',3802,3802,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:17:37',NULL),(1007,154,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-14-278x300.jpg','',16961,17702,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:17:51',NULL),(1008,154,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-14-150x150.jpg','',6237,6639,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:03',NULL),(1009,153,'media','full','ABSPATHwp-content/uploads/2022/03/img-room-01.jpg','',106235,110385,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:15',NULL),(1010,153,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-01-300x300.jpg','',18986,18986,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:26',NULL),(1011,153,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-01-100x100.jpg','',3365,3367,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:36',NULL),(1012,153,'media','medium','ABSPATHwp-content/uploads/2022/03/img-room-01-300x158.jpg','',9583,10086,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:44',NULL),(1013,153,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/img-room-01-150x150.jpg','',5502,5873,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:18:57',NULL),(1014,113,'media','full','ABSPATHwp-content/uploads/2022/03/gallery-06.jpg','',86896,90243,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:19:09',NULL),(1015,113,'media','woocommerce_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-06-300x300.jpg','',16409,16409,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:19:19',NULL),(1016,113,'media','woocommerce_gallery_thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-06-100x100.jpg','',3139,3139,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:19:30',NULL),(1017,113,'media','medium','ABSPATHwp-content/uploads/2022/03/gallery-06-278x300.jpg','',13275,13700,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:19:42',NULL),(1018,113,'media','thumbnail','ABSPATHwp-content/uploads/2022/03/gallery-06-150x150.jpg','',4963,5354,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:19:52',NULL),(1019,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/screenshot.png','',341734,400062,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:22:42',NULL),(1020,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/inc/activation/img/welcome-banner.png','',143584,145652,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:23:10',NULL),(1021,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/inc/activation/img/logo-128x128.png','',11047,12545,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:23:25',NULL),(1022,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/archive/screenshot.png','',279622,361009,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:25:22',NULL),(1023,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/archive/sc4.png','',313257,365398,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:28:00',NULL),(1024,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/archive/sc1.png','',313199,365655,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:30:36',NULL),(1025,NULL,NULL,NULL,'ABSPATHwp-content/themes/royal-elementor-kit/archive/sc2.png','',348272,409665,'',NULL,10,NULL,NULL,NULL,NULL,NULL,0,1,'2025-06-30 13:33:38',NULL);
/*!40000 ALTER TABLE `wpf4_ewwwio_images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_ewwwio_queue`
--
DROP TABLE IF EXISTS `wpf4_ewwwio_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_ewwwio_queue` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attachment_id` bigint(20) unsigned DEFAULT NULL,
`gallery` varchar(20) DEFAULT NULL,
`scanned` tinyint(4) NOT NULL DEFAULT 0,
`new` tinyint(4) NOT NULL DEFAULT 0,
`convert_once` tinyint(4) NOT NULL DEFAULT 0,
`force_reopt` tinyint(4) NOT NULL DEFAULT 0,
`force_smart` tinyint(4) NOT NULL DEFAULT 0,
`webp_only` tinyint(4) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1181 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_ewwwio_queue`
--
LOCK TABLES `wpf4_ewwwio_queue` WRITE;
/*!40000 ALTER TABLE `wpf4_ewwwio_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_ewwwio_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_accom_blocked`
--
DROP TABLE IF EXISTS `wpf4_hb_accom_blocked`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_accom_blocked` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`accom_id` bigint(20) NOT NULL,
`accom_all_ids` tinyint(1) NOT NULL,
`accom_num` bigint(20) NOT NULL,
`accom_all_num` tinyint(1) NOT NULL,
`from_date` date NOT NULL,
`to_date` date NOT NULL,
`linked_resa_id` bigint(20) NOT NULL,
`is_prepa_time` tinyint(1) NOT NULL,
`comment` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`uid` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_accom_blocked`
--
LOCK TABLES `wpf4_hb_accom_blocked` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_accom_blocked` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_accom_blocked` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_accom_num_name`
--
DROP TABLE IF EXISTS `wpf4_hb_accom_num_name`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_accom_num_name` (
`accom_id` bigint(20) NOT NULL,
`accom_num` bigint(20) NOT NULL,
`num_name` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`accom_id`,`accom_num`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_accom_num_name`
--
LOCK TABLES `wpf4_hb_accom_num_name` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_accom_num_name` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_accom_num_name` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_booking_rules`
--
DROP TABLE IF EXISTS `wpf4_hb_booking_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_booking_rules` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`check_in_days` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`check_out_days` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`minimum_stay` smallint(6) NOT NULL,
`maximum_stay` smallint(6) NOT NULL,
`all_accom` tinyint(1) NOT NULL,
`all_seasons` tinyint(1) NOT NULL,
`conditional_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_booking_rules`
--
LOCK TABLES `wpf4_hb_booking_rules` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_booking_rules_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_booking_rules_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_booking_rules_accom` (
`rule_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_booking_rules_accom`
--
LOCK TABLES `wpf4_hb_booking_rules_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_booking_rules_seasons`
--
DROP TABLE IF EXISTS `wpf4_hb_booking_rules_seasons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_booking_rules_seasons` (
`rule_id` bigint(20) NOT NULL,
`season_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_booking_rules_seasons`
--
LOCK TABLES `wpf4_hb_booking_rules_seasons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules_seasons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_booking_rules_seasons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_coupons`
--
DROP TABLE IF EXISTS `wpf4_hb_coupons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_coupons` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`code` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount` decimal(14,2) NOT NULL,
`amount_type` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`all_accom` tinyint(1) NOT NULL,
`all_seasons` tinyint(1) NOT NULL,
`use_count` bigint(20) NOT NULL,
`max_use_count` bigint(20) NOT NULL,
`date_limit` date NOT NULL,
`multiple_use_per_customer` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_coupons`
--
LOCK TABLES `wpf4_hb_coupons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_coupons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_coupons_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_coupons_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_coupons_accom` (
`coupon_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_coupons_accom`
--
LOCK TABLES `wpf4_hb_coupons_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_coupons_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_coupons_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_coupons_rules`
--
DROP TABLE IF EXISTS `wpf4_hb_coupons_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_coupons_rules` (
`coupon_id` bigint(20) NOT NULL,
`rule_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_coupons_rules`
--
LOCK TABLES `wpf4_hb_coupons_rules` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_coupons_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_coupons_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_coupons_seasons`
--
DROP TABLE IF EXISTS `wpf4_hb_coupons_seasons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_coupons_seasons` (
`coupon_id` bigint(20) NOT NULL,
`season_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_coupons_seasons`
--
LOCK TABLES `wpf4_hb_coupons_seasons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_coupons_seasons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_coupons_seasons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_customers`
--
DROP TABLE IF EXISTS `wpf4_hb_customers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_customers` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`email` varchar(127) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`info` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_id` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_customers`
--
LOCK TABLES `wpf4_hb_customers` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_customers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_customers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_discounts`
--
DROP TABLE IF EXISTS `wpf4_hb_discounts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_discounts` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`apply_to_type` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount` decimal(14,2) NOT NULL,
`amount_type` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`all_accom` tinyint(1) NOT NULL,
`all_seasons` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_discounts`
--
LOCK TABLES `wpf4_hb_discounts` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_discounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_discounts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_discounts_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_discounts_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_discounts_accom` (
`discount_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_discounts_accom`
--
LOCK TABLES `wpf4_hb_discounts_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_discounts_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_discounts_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_discounts_rules`
--
DROP TABLE IF EXISTS `wpf4_hb_discounts_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_discounts_rules` (
`discount_id` bigint(20) NOT NULL,
`rule_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_discounts_rules`
--
LOCK TABLES `wpf4_hb_discounts_rules` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_discounts_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_discounts_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_discounts_seasons`
--
DROP TABLE IF EXISTS `wpf4_hb_discounts_seasons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_discounts_seasons` (
`discount_id` bigint(20) NOT NULL,
`season_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_discounts_seasons`
--
LOCK TABLES `wpf4_hb_discounts_seasons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_discounts_seasons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_discounts_seasons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_document_templates`
--
DROP TABLE IF EXISTS `wpf4_hb_document_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_document_templates` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`lang` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_document_templates`
--
LOCK TABLES `wpf4_hb_document_templates` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_document_templates` DISABLE KEYS */;
INSERT INTO `wpf4_hb_document_templates` VALUES (1,'Invoice','<html>\n<head>\n\n<title>Invoice - [resa_id]</title>\n\n<style type=\"text/css\">\nhtml, body, h1, h2, h3, h4, h5, h6 {\nmargin: 0;\npadding: 0;\n}\nbody {\nfont-family: sans-serif;\nfont-size: 14px;\nline-height: 26px;\npadding: 42px;\n}\nh1 {\nfont-size: 48px;\nfont-weight: bold;\nline-height: 52px;\nmargin: 28px 0 22px;\n}\nh2 {\nfont-size: 36px;\nline-height: 39px;\nmargin: 26px 0;\n}\nh3 {\nfont-size: 18px;\nmargin: 26px 0 13px;\n}\nh4, h5, h6 {\nfont-size: 16px;\nline-height: 26px;\n}\np, h4, h5, h6 {\nmargin: 0 0 26px;\n}\n#invoice-meta {\nposition: absolute;\nright: 42px;\ntext-align: right;\ntop: 42px;\nwidth: 250px;\n}\nh1 {\ntext-transform: uppercase;\n}\n#invoice-meta span {\nfloat: left;\n}\nfooter {\nfont-size: 12px;\nmargin-top: 61px;\ntext-align: center;\n}\n</style>\n\n</head>\n\n<body>\n\n<div id=\"invoice-meta\">\n<h1>Invoice</h1>\n<span>Invoice Number:</span>[resa_id]<br>\n<span>Invoice date:</span>[resa_received_on_date]\n</div>\n\n<h2>Hotel name</h2>\n<p>\nAddress: your address here<br/>\nPhone number: your phone number here<br/>\nEmail: your email here\n</p>\n\n<h3>Bill to:</h3>\n<p>\n[customer_first_name] [customer_last_name]<br/>\n[customer_address_1] [customer_address_2]<br/>\n[customer_city] [customer_zip_code]<br/>\n[customer_country]\n</p>\n\n<p>\nArrival date: [resa_check_in]<br/>\nDeparture date: [resa_check_out]\n</p>\n\n[resa_invoice_table]\n\n<footer>Hotel name, Address, Country</footer>\n\n</body>\n</html>\n','');
/*!40000 ALTER TABLE `wpf4_hb_document_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_email_logs`
--
DROP TABLE IF EXISTS `wpf4_hb_email_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_email_logs` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`trigger_by` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`trigger_by_details` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`resa_id` bigint(20) NOT NULL,
`resa_is_parent` tinyint(1) NOT NULL,
`template_id` bigint(20) NOT NULL,
`error_msg` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`wp_error` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`sent_on` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_email_logs`
--
LOCK TABLES `wpf4_hb_email_logs` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_email_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_email_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_email_templates`
--
DROP TABLE IF EXISTS `wpf4_hb_email_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_email_templates` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`to_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`reply_to_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`from_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`subject` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`format` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`media_attachments` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`lang` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`sending_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`action` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`schedules` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`resa_status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`resa_payment_status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`multiple_accom` tinyint(1) NOT NULL,
`all_accom` tinyint(1) NOT NULL,
`bcc_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_email_templates`
--
LOCK TABLES `wpf4_hb_email_templates` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_email_templates` DISABLE KEYS */;
INSERT INTO `wpf4_hb_email_templates` VALUES (1,'Admin notification','','','','New reservation','New reservation:\n\n- Customer first name: [customer_first_name]\n- Customer last name: [customer_last_name]\n- Customer email: [customer_email]\n- Check-in date: [resa_check_in]\n- Check-out date: [resa_check_out]\n- Number of adults: [resa_adults]\n- Number of children: [resa_children]\n- Accommodation: [resa_accommodation]\n- Price: [resa_price]','TEXT','','all','','new_resa','','','',0,1,''),(2,'Customer notification','[customer_email]','','','Your reservation','Hello [customer_first_name],\n\nThank you for choosing to stay with us! We are pleased to confirm your reservation as follows:\n\nCheck-in date: [resa_check_in]\nCheck-out date: [resa_check_out]\nNumber of adults: [resa_adults]\nNumber of children: [resa_children]\nAccommodation: [resa_accommodation]\nPrice: [resa_price]\n\nSee you soon!','TEXT','','all','','new_resa','','','',0,1,''),(3,'Reservation confirmation','[customer_email]','','','Your reservation','Hello [customer_first_name],\n\nThank you for choosing to stay with us! We are pleased to confirm your reservation as follows:\n\nCheck-in date: [resa_check_in]\nCheck-out date: [resa_check_out]\nNumber of adults: [resa_adults]\nNumber of children: [resa_children]\nAccommodation: [resa_accommodation]\nPrice: [resa_price]\n\nSee you soon!','TEXT','','all','','confirmation_resa','','','',0,1,'');
/*!40000 ALTER TABLE `wpf4_hb_email_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_email_templates_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_email_templates_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_email_templates_accom` (
`email_template_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL,
PRIMARY KEY (`email_template_id`,`accom_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_email_templates_accom`
--
LOCK TABLES `wpf4_hb_email_templates_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_email_templates_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_email_templates_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_fees`
--
DROP TABLE IF EXISTS `wpf4_hb_fees`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_fees` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount` decimal(14,2) NOT NULL,
`amount_children` decimal(14,2) NOT NULL,
`apply_to_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`all_accom` tinyint(1) NOT NULL,
`global` tinyint(1) NOT NULL,
`accom_price_per_person_per_night` tinyint(1) NOT NULL,
`include_in_price` tinyint(1) NOT NULL,
`minimum_amount` decimal(14,2) NOT NULL,
`maximum_amount` decimal(14,2) NOT NULL,
`multiply_per` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_fees`
--
LOCK TABLES `wpf4_hb_fees` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_fees` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_fees` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_fees_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_fees_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_fees_accom` (
`fee_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL,
PRIMARY KEY (`fee_id`,`accom_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_fees_accom`
--
LOCK TABLES `wpf4_hb_fees_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_fees_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_fees_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_fields`
--
DROP TABLE IF EXISTS `wpf4_hb_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_fields` (
`id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`standard` tinyint(1) NOT NULL,
`displayed` tinyint(1) NOT NULL,
`required` tinyint(1) NOT NULL,
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`has_choices` tinyint(1) NOT NULL,
`order_num` bigint(20) NOT NULL,
`data_about` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`column_width` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`admin_only` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_fields`
--
LOCK TABLES `wpf4_hb_fields` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_fields` DISABLE KEYS */;
INSERT INTO `wpf4_hb_fields` VALUES ('details_form_title','Form title',1,1,0,'title',0,1,'customer','',0),('first_name','First name',1,1,1,'text',0,2,'customer','',0),('last_name','Last name',1,1,1,'text',0,3,'customer','',0),('email','Email',1,1,1,'email',0,4,'customer','',0),('phone','Phone',0,1,0,'text',0,5,'customer','',0),('address_1','Address line 1',0,1,0,'text',0,6,'customer','',0),('address_2','Address line 2',0,1,0,'text',0,7,'customer','',0),('city','City',0,1,0,'text',0,8,'customer','',0),('state_province','State / province',0,1,0,'text',0,9,'customer','',0),('zip_code','Zip code',0,1,0,'text',0,10,'customer','',0),('country','Country',0,1,0,'text',0,11,'customer','',0);
/*!40000 ALTER TABLE `wpf4_hb_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_fields_choices`
--
DROP TABLE IF EXISTS `wpf4_hb_fields_choices`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_fields_choices` (
`id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`field_id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_fields_choices`
--
LOCK TABLES `wpf4_hb_fields_choices` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_fields_choices` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_fields_choices` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_ical`
--
DROP TABLE IF EXISTS `wpf4_hb_ical`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_ical` (
`synchro_id` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`synchro_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`accom_id` bigint(20) NOT NULL,
`accom_num` bigint(20) NOT NULL,
`calendar_id` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`calendar_name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`synchro_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_ical`
--
LOCK TABLES `wpf4_hb_ical` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_ical` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_ical` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_options`
--
DROP TABLE IF EXISTS `wpf4_hb_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_options` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount` decimal(14,2) NOT NULL,
`amount_children` decimal(14,2) NOT NULL,
`choice_type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`apply_to_type` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`quantity_max_option` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`quantity_max` int(11) NOT NULL,
`quantity_max_child` int(11) NOT NULL,
`all_accom` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_options`
--
LOCK TABLES `wpf4_hb_options` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_options_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_options_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_options_accom` (
`option_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_options_accom`
--
LOCK TABLES `wpf4_hb_options_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_options_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_options_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_options_choices`
--
DROP TABLE IF EXISTS `wpf4_hb_options_choices`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_options_choices` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`option_id` bigint(20) NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount` decimal(14,2) NOT NULL,
`amount_children` decimal(14,2) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_options_choices`
--
LOCK TABLES `wpf4_hb_options_choices` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_options_choices` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_options_choices` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_parents_resa`
--
DROP TABLE IF EXISTS `wpf4_hb_parents_resa`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_parents_resa` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`price` decimal(14,2) NOT NULL,
`previous_price` decimal(14,2) NOT NULL,
`deposit` decimal(14,2) NOT NULL,
`paid` decimal(14,2) NOT NULL,
`payment_gateway` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`customer_id` bigint(20) NOT NULL,
`options` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fees` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`additional_info` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_info` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`admin_comment` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`lang` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_token` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_status` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_status_reason` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount_to_pay` decimal(14,2) NOT NULL,
`received_on` datetime NOT NULL,
`alphanum_id` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`invoice_counter` bigint(20) NOT NULL,
`origin` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`booking_form_num` tinyint(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_parents_resa`
--
LOCK TABLES `wpf4_hb_parents_resa` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_parents_resa` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_parents_resa` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_rates`
--
DROP TABLE IF EXISTS `wpf4_hb_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_rates` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`type` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`all_accom` tinyint(1) NOT NULL,
`all_seasons` tinyint(1) NOT NULL,
`amount` decimal(14,2) NOT NULL,
`nights` smallint(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_rates`
--
LOCK TABLES `wpf4_hb_rates` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_rates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_rates_accom`
--
DROP TABLE IF EXISTS `wpf4_hb_rates_accom`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_rates_accom` (
`rate_id` bigint(20) NOT NULL,
`accom_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_rates_accom`
--
LOCK TABLES `wpf4_hb_rates_accom` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_rates_accom` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_rates_accom` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_rates_rules`
--
DROP TABLE IF EXISTS `wpf4_hb_rates_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_rates_rules` (
`rate_id` bigint(20) NOT NULL,
`rule_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_rates_rules`
--
LOCK TABLES `wpf4_hb_rates_rules` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_rates_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_rates_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_rates_seasons`
--
DROP TABLE IF EXISTS `wpf4_hb_rates_seasons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_rates_seasons` (
`rate_id` bigint(20) NOT NULL,
`season_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_rates_seasons`
--
LOCK TABLES `wpf4_hb_rates_seasons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_rates_seasons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_rates_seasons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_resa`
--
DROP TABLE IF EXISTS `wpf4_hb_resa`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_resa` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`check_in` date NOT NULL,
`check_out` date NOT NULL,
`accom_id` bigint(20) NOT NULL,
`accom_num` bigint(20) NOT NULL,
`adults` smallint(10) NOT NULL,
`children` smallint(10) NOT NULL,
`accom_price` decimal(14,2) NOT NULL,
`discount` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`price` decimal(14,2) NOT NULL,
`previous_price` decimal(14,2) NOT NULL,
`deposit` decimal(14,2) NOT NULL,
`paid` decimal(14,2) NOT NULL,
`payment_gateway` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`customer_id` bigint(20) NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`options` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fees` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`additional_info` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_info` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`admin_comment` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`lang` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`coupon` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`coupon_value` decimal(14,2) NOT NULL,
`payment_token` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_status` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_status_reason` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`amount_to_pay` decimal(14,2) NOT NULL,
`received_on` datetime NOT NULL,
`updated_on` datetime NOT NULL,
`uid` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`alphanum_id` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`invoice_counter` bigint(20) NOT NULL,
`origin` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`origin_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`synchro_id` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`booking_form_num` tinyint(4) NOT NULL,
`parent_id` bigint(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_resa`
--
LOCK TABLES `wpf4_hb_resa` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_resa` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_resa` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_resa_logs`
--
DROP TABLE IF EXISTS `wpf4_hb_resa_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_resa_logs` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`resa_id` bigint(20) NOT NULL,
`is_parent` tinyint(4) NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`event` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`previous_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`msg` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`logged_on` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_resa_logs`
--
LOCK TABLES `wpf4_hb_resa_logs` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_resa_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_resa_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_seasons`
--
DROP TABLE IF EXISTS `wpf4_hb_seasons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_seasons` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`priority` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_seasons`
--
LOCK TABLES `wpf4_hb_seasons` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_seasons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_seasons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_seasons_dates`
--
DROP TABLE IF EXISTS `wpf4_hb_seasons_dates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_seasons_dates` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`season_id` bigint(20) NOT NULL,
`start_date` date NOT NULL,
`end_date` date NOT NULL,
`days` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_seasons_dates`
--
LOCK TABLES `wpf4_hb_seasons_dates` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_seasons_dates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_seasons_dates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_strings`
--
DROP TABLE IF EXISTS `wpf4_hb_strings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_strings` (
`id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_strings`
--
LOCK TABLES `wpf4_hb_strings` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_strings` DISABLE KEYS */;
INSERT INTO `wpf4_hb_strings` VALUES ('accom_available_at_chosen_dates','en_US','The %accom_name is available at the chosen dates.'),('accom_book_now_button','en_US','Book now!'),('accom_can_not_suit_nb_people','en_US','Unfortunately the %accom_name can not suit %persons_nb persons.'),('accom_deposit_amount','en_US','Deposit amount:'),('accom_not_available_at_chosen_dates','en_US','The %accom_name is not available at the chosen dates.'),('accom_no_longer_available','en_US','Unfortunately the accommodation you have selected is no longer available. Please select another accommodation or start searching again.'),('accom_page_form_title','en_US','Check price and availability for the %accom_name'),('accom_starting_price','en_US','price starting at %price'),('accom_starting_price_duration_unit','en_US','per night'),('adults','en_US','Adults'),('book_now_button','en_US','Book now!'),('change_search_button','en_US','Change search'),('check_in','en_US','Check-in'),('check_in_date_before_date','en_US','The check-in date can not be before the %date.'),('check_in_date_past','en_US','The check-in date can not be in the past.'),('check_out','en_US','Check-out'),('check_out_before_check_in','en_US','The check-out date must be after the check-in date.'),('check_out_date_after_date','en_US','The check-out date can not be after the %date.'),('children','en_US','Children'),('chosen_adults','en_US','Adults:'),('chosen_check_in','en_US','Check-in:'),('chosen_check_out','en_US','Check-out:'),('chosen_children','en_US','Children:'),('connection_error','en_US','There was a connection error. Please try again.'),('default_form_title','en_US','Search'),('details_form_title','en_US','Enter your details'),('hide_price_breakdown','en_US','Hide price breakdown'),('invalid_check_in_date','en_US','The check-in date is not valid.'),('invalid_check_in_out_date','en_US','The check-in date and the check-out date are not valid.'),('invalid_check_out_date','en_US','The check-out date is not valid.'),('invalid_email','en_US','Invalid email.'),('invalid_number','en_US','This field can only contain numbers.'),('legend_occupied','en_US','Occupied'),('no_accom_at_chosen_dates','en_US','Unfortunately we could not find any accommodation for the dates you entered.'),('no_accom_can_suit_nb_people','en_US','Unfortunately we could not find any accommodation that would suit %persons_nb persons.'),('no_check_in_date','en_US','Please enter a check-in date.'),('no_check_in_out_date','en_US','Please enter a check-in date and a check-out date.'),('no_check_out_date','en_US','Please enter a check-out date.'),('number_of_nights','en_US','Number of nights:'),('one_type_of_accommodation_found','en_US','We have found 1 type of accommodation that suit your needs.'),('external_payment_txt_deposit','en_US',' (deposit)'),('external_payment_txt_desc','en_US','%accom_name%deposit_txt - %nights_txt (from %check_in_date to %check_out_date) - %adults_txt%children_txt'),('external_payment_txt_one_adult','en_US','1 adult'),('external_payment_txt_one_child','en_US',' - 1 child'),('external_payment_txt_one_night','en_US','1 night'),('external_payment_txt_several_adults','en_US','%nb_adults adults'),('external_payment_txt_several_children','en_US',' - %nb_children children'),('external_payment_txt_several_nights','en_US','%nb_nights nights'),('price_breakdown_accom_price','en_US','Accommodation price:'),('price_breakdown_adults_several','en_US','Adults (%nb_adults):'),('price_breakdown_adult_one','en_US','Adult:'),('price_breakdown_children_several','en_US','Children (%nb_children):'),('price_breakdown_child_one','en_US','Child:'),('price_breakdown_dates','en_US','From %from_date to %to_date'),('price_breakdown_extra_adults_several','en_US','Extra adults (%nb_adults):'),('price_breakdown_extra_adult_one','en_US','Extra adult:'),('price_breakdown_extra_children_several','en_US','Extra children (%nb_children):'),('price_breakdown_extra_child_one','en_US','Extra child:'),('price_for_1_night','en_US','price for 1 night'),('price_for_several_nights','en_US','price for %nb_nights nights'),('required_field','en_US','Required field.'),('searching','en_US','Searching...'),('search_button','en_US','Search'),('selected_accom','en_US','This accommodation is selected.'),('select_accom_button','en_US','Select this accommodation'),('select_accom_title','en_US','Select your accommodation'),('several_types_of_accommodation_found','en_US','We have found %nb_types types of accommodation that suit your needs.'),('summary_accommodation','en_US','Accommodation:'),('summary_deposit','en_US','Deposit amount:'),('summary_price','en_US','Total price:'),('summary_title','en_US','Reservation summary'),('table_rates_from','en_US','From'),('table_rates_nights','en_US','Nights'),('table_rates_all_nights','en_US','All nights'),('table_rates_price','en_US','Price'),('table_rates_to','en_US','To'),('thanks_message_1','en_US','Thanks for your reservation! We have just sent you a confirmation email at %customer_email with the following details:'),('thanks_message_2','en_US','See you soon!'),('timeout_error','en_US','Your session has timed out. Please start a new booking request.'),('view_accom_at_chosen_date','en_US','View all available accommodation at the chosen dates.'),('view_accom_button','en_US','View this accommodation'),('view_accom_for_persons','en_US','View all available accommodation for %persons_nb persons.'),('view_price_breakdown','en_US','View price breakdown'),('payment_type_explanation_deposit','en_US','You will be charged %deposit_amount'),('payment_type_explanation_full','en_US','You will be charged %full_amount'),('stripe_text_before_form','en_US','Please enter your credit cards details below.'),('payment_type_explanation_offline','en_US','You will pay for your stay at a later stage. The total price is %full_amount'),('payment_type_explanation_store_credit_card','en_US','We ask for your credit card details but we will not charge it now.'),('check_in_day_not_allowed','en_US','Check-in is allowed only on specific days (%check_in_days).'),('check_out_day_not_allowed','en_US','Check-out is allowed only on specific days (%check_out_days).'),('minimum_stay','en_US','A %nb_nights-nights minimum stay policy applies. Please modify your dates.'),('maximum_stay','en_US','A %nb_nights-nights maximum stay policy applies. Please modify your dates.'),('check_out_day_not_allowed_for_check_in_day','en_US','Guests check-in on %check_in_day must check-out on specific days (%check_out_days).'),('minimum_stay_for_check_in_day','en_US','A %nb_nights-night minimum stay is required for booking starting on %check_in_day.'),('maximum_stay_for_check_in_day','en_US','A %nb_nights-night maximum stay applies for booking starting on %check_in_day.'),('table_rates_per_night','en_US','per night'),('table_rates_for_night_stay','en_US','for a %nb_nights-night stay'),('price_breakdown_discount','en_US','Discount:'),('price_breakdown_fees','en_US','Fees:'),('price_breakdown_nights_several','en_US','nights'),('price_breakdown_night_one','en_US','night'),('price_breakdown_multiple_nights','en_US','x %nb_nights-night'),('fee_details_adults_several','en_US','adults'),('fee_details_adult_one','en_US','adult'),('fee_details_children_several','en_US','children'),('fee_details_child_one','en_US','child'),('no_adults','en_US','Please select the number of adults.'),('no_adults_children','en_US','Please select the number of adults and the number of children.'),('no_children','en_US','Please select the number of children.'),('select_options_title','en_US','Select your options'),('free_option','en_US','(free)'),('each_option','en_US','each'),('summary_accom_price','en_US','Accommodation price:'),('total_options_price','en_US','Options total price:'),('summary_options_price','en_US','Options price:'),('payment_type','en_US','Select your payment type:'),('payment_type_offline','en_US','On arrival or offline payment'),('payment_type_deposit','en_US','Pay deposit now'),('payment_type_full','en_US','Pay total price now'),('txt_before_book_now_button','en_US','Please double check your reservation details before clicking on \"Book now\".'),('chosen_options','en_US','Extra services:'),('price_option','en_US','(%price%each%max)'),('legend_past','en_US','Past'),('legend_closed','en_US','Closed'),('legend_available','en_US','Available'),('legend_before_check_in','en_US','Before check-in day'),('legend_no_check_in','en_US','Not available for check-in'),('legend_no_check_out','en_US','Not available for check-out'),('legend_check_in_only','en_US','Available for check-in only'),('legend_check_out_only','en_US','Available for check-out only'),('legend_no_check_out_min_stay','en_US','Not available for check-out (due to the %nb_nights-night minimum-stay requirement)'),('legend_no_check_out_max_stay','en_US','Not available for check-out (due to the %nb_nights-night maximum-stay requirement)'),('legend_check_in','en_US','Chosen check-in day'),('legend_check_out','en_US','Chosen check-out day'),('legend_select_check_in','en_US','Select a check-in date.'),('legend_select_check_out','en_US','Select a check-out date.'),('processing','en_US','Processing...'),('payment_method','en_US','Select your payment method:'),('stripe_card_number','en_US','Card number:'),('stripe_expiration','en_US','Expiration date:'),('stripe_cvc','en_US','CVC:'),('stripe_payment_method_label','en_US','Credit or debit card'),('paypal_payment_method_label','en_US','PayPal'),('paypal_text_before_form','en_US','Click on Book Now to confirm your reservation. You will be redirected to PayPal to complete your payment.'),('terms_and_cond_title','en_US','Accept our policies for this reservation'),('terms_and_cond_text','en_US','I have read and I accept the terms and conditions for this booking.'),('terms_and_cond_error','en_US','Please confirm you have read and you accept the terms and conditions by checking the box.'),('check_in_day_not_allowed_seasonal','en_US','Check-in is allowed only on certain days. Please change your check-in date.'),('check_out_day_not_allowed_seasonal','en_US','Check-out is allowed only on certain days. Please change your check-out date.'),('minimum_stay_seasonal','en_US','A minimum stay policy applies. Please modify your dates to extend your stay.'),('maximum_stay_seasonal','en_US','A maximum stay policy applies. Please modify your dates to shorten your stay.'),('check_out_day_not_allowed_for_check_in_day_seasonal','en_US','With this check-in date check-out is allowed only on certain days. Please change your check-in or check-out dates.'),('minimum_stay_for_check_in_day_seasonal','en_US','With this check-in date a minimum stay policy applies.'),('maximum_stay_for_check_in_day_seasonal','en_US','With this check-in date a maximum stay policy applies.'),('payment_section_title','en_US','Payment'),('max_option','en_US',' - Maximum: %max_value'),('thanks_message_payment_done_1','en_US','Thanks for your reservation! We confirm that we have received your payment and have just sent you a confirmation email at %customer_email with the following details:'),('thanks_message_payment_done_2','en_US','See you soon!'),('error_season_not_defined','en_US','Error: season is not defined for %night.'),('error_rate_not_defined','en_US','Error: please add a rate for accommodation named %accom_name and season named %season_name.'),('payment_type_store_credit_card','en_US','Leave credit card details (the card will not be charged now)'),('stripe_processing_error','en_US','Could not process the payment (%error_msg).'),('accom_can_not_suit_one_person','en_US','Unfortunately the %accom_name can not suit one person only.'),('no_accom_can_suit_one_person','en_US','Unfortunately we could not find any accommodation that would suit one person only.'),('view_accom_for_one_person','en_US','View all available accommodation for one person.'),('summary_security_bond','en_US','Security bond amount:'),('summary_security_bond_explanation','en_US','This will be refunded after your stay minus possible damage costs.'),('summary_coupon_amount','en_US','Coupon amount:'),('coupons_section_title','en_US','Coupon'),('coupons_text','en_US','If you have a coupon code enter it in the field below and click on apply.'),('coupons_button','en_US','Apply'),('valid_coupon','en_US','Your coupon code is valid! We have applied a %amount discount!'),('invalid_coupon','en_US','This coupon code is not valid.'),('no_coupon','en_US','Please enter a coupon code.'),('table_rates_season','en_US','Season'),('privacy_policy_text','en_US','I have read and I accept the privacy policy and I give my consent for the information above to be collected.'),('privacy_policy_error','en_US','Please confirm you have read and you accept the privacy policy and you give your consent for the information above to be collected by checking the box.'),('stripe_text_bottom_form','en_US','Safe and secure payments SSL encrypted'),('paypal_bottom_text_line_1','en_US','Secured payments by'),('paypal_bottom_text_line_2','en_US','You can pay with your credit card'),('fee_details_persons','en_US','persons'),('select_accom_num_title','en_US','Select your accommodation number'),('select_accom_num_label','en_US','%accom_name number %accom_num'),('accom_num_no_longer_available','en_US','The %accom_name number %accom_num is no longer available. Please select another accommodation number.'),('coupon_no_longer_valid','en_US','This coupon code is no longer valid.'),('summary_discount_amount','en_US','Discount amount:'),('summary_included_fees','en_US','Price includes:'),('table_invoice_head_description','en_US','Description'),('table_invoice_head_amount','en_US','Amount'),('table_invoice_accom_title','en_US','Accommodation'),('table_invoice_discount','en_US','Discount'),('table_invoice_surcharge','en_US','Surcharge'),('table_invoice_accom_subtotal','en_US','Accommodation subtotal'),('table_invoice_accom_total','en_US','Accommodation total'),('table_invoice_extras_title','en_US','Extra services'),('table_invoice_extras_subtotal','en_US','Extra services subtotal'),('table_invoice_extras_total','en_US','Extra services total'),('table_invoice_coupon','en_US','Coupon'),('table_invoice_subtotal','en_US','Subtotal'),('table_invoice_total','en_US','Total'),('table_invoice_included_fee','en_US','Including'),('multi_accom_intro','en_US','We have found the following accommodation.'),('accom_suggestion_for_single_accom_search','en_US','More than one accommodation is needed to accommodate your stay. Please check our suggestion below.'),('accom_suggestion_for_multiple_accom_search','en_US','We could not find any result matching your search criteria. You can change your search or check our suggestion below.'),('multi_accom_select_accom_n','en_US','Select accommodation %n'),('multi_accom_accom_n','en_US','Accommodation %n'),('multi_accom_no_accom_selected','en_US','Please select an accommodation before continuing.'),('search_specific_accom_number_link','en_US','Search for a specific number of accommodation'),('chosen_accom_number','en_US','Number of accommodation:'),('one_adult_chosen_in_accom_number','en_US','(1 adult)'),('chosen_adults_in_accom_number','en_US','(%nb_adults adults)'),('chosen_persons_in_accom_number','en_US','(%nb_persons persons)'),('accom_number','en_US','Number of accommodation'),('accom_number_any','en_US','Any'),('accom_has_no_extras','en_US','This accommodation does not have any extra services.'),('summary_loading','en_US','Loading summary...'),('next_step_button','en_US','Next %arrow'),('previous_step_button','en_US','%arrow Previous'),('summary_accom_total_price','en_US','Price:'),('view_accom_details_button','en_US','Check details'),('global_options_title','en_US','Global options'),('summary_global_options_price','en_US','Global options price:'),('table_invoice_global_extras_title','en_US','Global extra services'),('table_invoice_global_extras_total','en_US','Global extra services total'),('table_invoice_accom_extras_total','en_US','%accom_name total'),('select_accom_num_select_title','en_US','Select accommodation number'),('only_x_accom','en_US','We only have %available_accom_nb %accom_name.'),('only_x_accom_available_at_chosen_dates','en_US','There are only %available_accom_nb %accom_name available at the chosen dates.'),('not_enough_accom_for_people','en_US','We do not have enough %accom_name to suit %persons_nb persons.'),('not_enough_accom_for_people_at_chosen_dates','en_US','We do not have enough %accom_name to suit %persons_nb persons at the chosen dates.'),('accom_left','en_US','There are only %available_accom_nb %accom_name left!'),('one_accom_left','en_US','There is only one %accom_name left!'),('no_accom_left','en_US','There are no %accom_name left!'),('nb_accom_selected','en_US','You have already selected %selected_accom_nb %accom_name.'),('accom_no_multiple_accom_booking','en_US','You can not book multiple %accom_name in one reservation.'),('summary_bottom_text','en_US',''),('no_accom_can_suit_nb_people_only','en_US','Unfortunately we could not find accommodation to suit %persons_nb persons only.');
/*!40000 ALTER TABLE `wpf4_hb_strings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hb_sync_errors`
--
DROP TABLE IF EXISTS `wpf4_hb_sync_errors`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hb_sync_errors` (
`error_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`synchro_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`uid` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`calendar_name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`accom_id` bigint(20) NOT NULL,
`accom_num` bigint(20) NOT NULL,
`check_in` date NOT NULL,
`check_out` date NOT NULL,
`created_on` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hb_sync_errors`
--
LOCK TABLES `wpf4_hb_sync_errors` WRITE;
/*!40000 ALTER TABLE `wpf4_hb_sync_errors` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hb_sync_errors` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hotel_booking_order_itemmeta`
--
DROP TABLE IF EXISTS `wpf4_hotel_booking_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hotel_booking_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hotel_booking_order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
UNIQUE KEY `meta_id` (`meta_id`),
KEY `hotel_booking_order_item_id` (`hotel_booking_order_item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hotel_booking_order_itemmeta`
--
LOCK TABLES `wpf4_hotel_booking_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_hotel_booking_order_itemmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hotel_booking_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hotel_booking_order_items`
--
DROP TABLE IF EXISTS `wpf4_hotel_booking_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hotel_booking_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_item_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_item_parent` bigint(20) DEFAULT NULL,
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
UNIQUE KEY `order_item_id` (`order_item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hotel_booking_order_items`
--
LOCK TABLES `wpf4_hotel_booking_order_items` WRITE;
/*!40000 ALTER TABLE `wpf4_hotel_booking_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_hotel_booking_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_hotel_booking_plans`
--
DROP TABLE IF EXISTS `wpf4_hotel_booking_plans`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_hotel_booking_plans` (
`plan_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`room_id` bigint(20) unsigned NOT NULL,
`start_time` timestamp NULL DEFAULT NULL,
`end_time` timestamp NULL DEFAULT NULL,
`pricing` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`plan_id`),
UNIQUE KEY `plan_id` (`plan_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_hotel_booking_plans`
--
LOCK TABLES `wpf4_hotel_booking_plans` WRITE;
/*!40000 ALTER TABLE `wpf4_hotel_booking_plans` DISABLE KEYS */;
INSERT INTO `wpf4_hotel_booking_plans` VALUES (1,2825,NULL,NULL,'a:7:{i:1;s:3:\"500\";i:2;s:3:\"500\";i:3;s:3:\"500\";i:4;s:3:\"500\";i:5;s:3:\"500\";i:6;s:3:\"500\";i:0;s:4:\"1000\";}'),(2,2824,NULL,NULL,'a:7:{i:1;s:3:\"500\";i:2;s:3:\"500\";i:3;s:3:\"500\";i:4;s:3:\"500\";i:5;s:3:\"500\";i:6;s:3:\"500\";i:0;s:4:\"1000\";}');
/*!40000 ALTER TABLE `wpf4_hotel_booking_plans` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_links`
--
DROP TABLE IF EXISTS `wpf4_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_links`
--
LOCK TABLES `wpf4_links` WRITE;
/*!40000 ALTER TABLE `wpf4_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_litespeed_url`
--
DROP TABLE IF EXISTS `wpf4_litespeed_url`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_litespeed_url` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`cache_tags` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `url` (`url`(191)),
KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_litespeed_url`
--
LOCK TABLES `wpf4_litespeed_url` WRITE;
/*!40000 ALTER TABLE `wpf4_litespeed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_litespeed_url_file`
--
DROP TABLE IF EXISTS `wpf4_litespeed_url_file`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_litespeed_url_file` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`url_id` bigint(20) NOT NULL,
`vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
`filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
`type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
`mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
`webp` tinyint(4) NOT NULL COMMENT 'webp=1',
`expired` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `filename` (`filename`),
KEY `type` (`type`),
KEY `url_id_2` (`url_id`,`vary`,`type`),
KEY `filename_2` (`filename`,`expired`),
KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_litespeed_url_file`
--
LOCK TABLES `wpf4_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `wpf4_litespeed_url_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_options`
--
DROP TABLE IF EXISTS `wpf4_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=942287 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_options`
--
LOCK TABLES `wpf4_options` WRITE;
/*!40000 ALTER TABLE `wpf4_options` DISABLE KEYS */;
INSERT INTO `wpf4_options` VALUES (1,'siteurl','https://hoteldhruvpalace.com','yes'),(2,'home','https://hoteldhruvpalace.com','yes'),(3,'blogname','Hotel Dhruv Palace','yes'),(4,'blogdescription','Best Hotel in Trimbakeshwar Nashik','yes'),(5,'users_can_register','1','yes'),(6,'admin_email','mapapi188@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:464:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:12:\"inventory/?$\";s:29:\"index.php?post_type=inventory\";s:42:\"inventory/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=inventory&feed=$matches[1]\";s:37:\"inventory/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=inventory&feed=$matches[1]\";s:29:\"inventory/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=inventory&paged=$matches[1]\";s:19:\"tf_header_footer/?$\";s:36:\"index.php?post_type=tf_header_footer\";s:49:\"tf_header_footer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:44:\"tf_header_footer/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:36:\"tf_header_footer/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=tf_header_footer&paged=$matches[1]\";s:20:\"whatsapp-accounts/?$\";s:37:\"index.php?post_type=whatsapp-accounts\";s:50:\"whatsapp-accounts/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=whatsapp-accounts&feed=$matches[1]\";s:45:\"whatsapp-accounts/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=whatsapp-accounts&feed=$matches[1]\";s:37:\"whatsapp-accounts/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=whatsapp-accounts&paged=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:32:\"wpcode/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?wpcode=$matches[1]&wc-api=$matches[3]\";s:43:\"wpcode/([^/]+)/wc/file/transient(/(.*))?/?$\";s:58:\"index.php?wpcode=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"wpcode/([^/]+)/view-quote(/(.*))?/?$\";s:51:\"index.php?wpcode=$matches[1]&view-quote=$matches[3]\";s:38:\"wpcode/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"wpcode/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"wpcode/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:60:\"wpcode/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"wpcode/[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:53:\"wpcode/[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_type&term=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_type&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_type&term=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=wpcode_location&term=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=wpcode_location&term=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:51:\"index.php?taxonomy=wpcode_location&term=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_tags&term=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"category/(.+?)/view-quote(/(.*))?/?$\";s:58:\"index.php?category_name=$matches[1]&view-quote=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"tag/([^/]+)/view-quote(/(.*))?/?$\";s:48:\"index.php?tag=$matches[1]&view-quote=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:54:\"book-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=dflip_category&term=$matches[1]&feed=$matches[2]\";s:49:\"book-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?taxonomy=dflip_category&term=$matches[1]&feed=$matches[2]\";s:30:\"book-category/([^/]+)/embed/?$\";s:61:\"index.php?taxonomy=dflip_category&term=$matches[1]&embed=true\";s:42:\"book-category/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?taxonomy=dflip_category&term=$matches[1]&paged=$matches[2]\";s:24:\"book-category/([^/]+)/?$\";s:50:\"index.php?taxonomy=dflip_category&term=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:51:\"e-landing-page/([^/]+)/wc/file/transient(/(.*))?/?$\";s:66:\"index.php?e-landing-page=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"e-landing-page/([^/]+)/view-quote(/(.*))?/?$\";s:59:\"index.php?e-landing-page=$matches[1]&view-quote=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:68:\"e-landing-page/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"e-landing-page/[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:61:\"e-landing-page/[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:43:\"elementskit-content/(.+?)/wc-api(/(.*))?/?$\";s:60:\"index.php?elementskit_content=$matches[1]&wc-api=$matches[3]\";s:54:\"elementskit-content/(.+?)/wc/file/transient(/(.*))?/?$\";s:71:\"index.php?elementskit_content=$matches[1]&wc/file/transient=$matches[3]\";s:47:\"elementskit-content/(.+?)/view-quote(/(.*))?/?$\";s:64:\"index.php?elementskit_content=$matches[1]&view-quote=$matches[3]\";s:49:\"elementskit-content/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:71:\"elementskit-content/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"elementskit-content/.+?/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:64:\"elementskit-content/.+?/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"product/([^/]+)/view-quote(/(.*))?/?$\";s:52:\"index.php?product=$matches[1]&view-quote=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"product/[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:54:\"product/[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"inventory/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"inventory/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"inventory/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"inventory/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"inventory/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"inventory/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"inventory/(.+?)/embed/?$\";s:42:\"index.php?inventory=$matches[1]&embed=true\";s:28:\"inventory/(.+?)/trackback/?$\";s:36:\"index.php?inventory=$matches[1]&tb=1\";s:48:\"inventory/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?inventory=$matches[1]&feed=$matches[2]\";s:43:\"inventory/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?inventory=$matches[1]&feed=$matches[2]\";s:36:\"inventory/(.+?)/page/?([0-9]{1,})/?$\";s:49:\"index.php?inventory=$matches[1]&paged=$matches[2]\";s:43:\"inventory/(.+?)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?inventory=$matches[1]&cpage=$matches[2]\";s:33:\"inventory/(.+?)/wc-api(/(.*))?/?$\";s:50:\"index.php?inventory=$matches[1]&wc-api=$matches[3]\";s:44:\"inventory/(.+?)/wc/file/transient(/(.*))?/?$\";s:61:\"index.php?inventory=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"inventory/(.+?)/view-quote(/(.*))?/?$\";s:54:\"index.php?inventory=$matches[1]&view-quote=$matches[3]\";s:39:\"inventory/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"inventory/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"inventory/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"inventory/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"inventory/.+?/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:54:\"inventory/.+?/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:32:\"inventory/(.+?)(?:/([0-9]+))?/?$\";s:48:\"index.php?inventory=$matches[1]&page=$matches[2]\";s:55:\"rnb_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?rnb_categories=$matches[1]&feed=$matches[2]\";s:50:\"rnb_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?rnb_categories=$matches[1]&feed=$matches[2]\";s:31:\"rnb_categories/([^/]+)/embed/?$\";s:47:\"index.php?rnb_categories=$matches[1]&embed=true\";s:43:\"rnb_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?rnb_categories=$matches[1]&paged=$matches[2]\";s:25:\"rnb_categories/([^/]+)/?$\";s:36:\"index.php?rnb_categories=$matches[1]\";s:49:\"resource/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?resource=$matches[1]&feed=$matches[2]\";s:44:\"resource/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?resource=$matches[1]&feed=$matches[2]\";s:25:\"resource/([^/]+)/embed/?$\";s:41:\"index.php?resource=$matches[1]&embed=true\";s:37:\"resource/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?resource=$matches[1]&paged=$matches[2]\";s:19:\"resource/([^/]+)/?$\";s:30:\"index.php?resource=$matches[1]\";s:47:\"person/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?person=$matches[1]&feed=$matches[2]\";s:42:\"person/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?person=$matches[1]&feed=$matches[2]\";s:23:\"person/([^/]+)/embed/?$\";s:39:\"index.php?person=$matches[1]&embed=true\";s:35:\"person/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?person=$matches[1]&paged=$matches[2]\";s:17:\"person/([^/]+)/?$\";s:28:\"index.php?person=$matches[1]\";s:49:\"deposite/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?deposite=$matches[1]&feed=$matches[2]\";s:44:\"deposite/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?deposite=$matches[1]&feed=$matches[2]\";s:25:\"deposite/([^/]+)/embed/?$\";s:41:\"index.php?deposite=$matches[1]&embed=true\";s:37:\"deposite/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?deposite=$matches[1]&paged=$matches[2]\";s:19:\"deposite/([^/]+)/?$\";s:30:\"index.php?deposite=$matches[1]\";s:51:\"attributes/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attributes=$matches[1]&feed=$matches[2]\";s:46:\"attributes/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attributes=$matches[1]&feed=$matches[2]\";s:27:\"attributes/([^/]+)/embed/?$\";s:43:\"index.php?attributes=$matches[1]&embed=true\";s:39:\"attributes/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?attributes=$matches[1]&paged=$matches[2]\";s:21:\"attributes/([^/]+)/?$\";s:32:\"index.php?attributes=$matches[1]\";s:49:\"features/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?features=$matches[1]&feed=$matches[2]\";s:44:\"features/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?features=$matches[1]&feed=$matches[2]\";s:25:\"features/([^/]+)/embed/?$\";s:41:\"index.php?features=$matches[1]&embed=true\";s:37:\"features/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?features=$matches[1]&paged=$matches[2]\";s:19:\"features/([^/]+)/?$\";s:30:\"index.php?features=$matches[1]\";s:56:\"pickup_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pickup_location=$matches[1]&feed=$matches[2]\";s:51:\"pickup_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pickup_location=$matches[1]&feed=$matches[2]\";s:32:\"pickup_location/([^/]+)/embed/?$\";s:48:\"index.php?pickup_location=$matches[1]&embed=true\";s:44:\"pickup_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?pickup_location=$matches[1]&paged=$matches[2]\";s:26:\"pickup_location/([^/]+)/?$\";s:37:\"index.php?pickup_location=$matches[1]\";s:57:\"dropoff_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dropoff_location=$matches[1]&feed=$matches[2]\";s:52:\"dropoff_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dropoff_location=$matches[1]&feed=$matches[2]\";s:33:\"dropoff_location/([^/]+)/embed/?$\";s:49:\"index.php?dropoff_location=$matches[1]&embed=true\";s:45:\"dropoff_location/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dropoff_location=$matches[1]&paged=$matches[2]\";s:27:\"dropoff_location/([^/]+)/?$\";s:38:\"index.php?dropoff_location=$matches[1]\";s:39:\"request_quote/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"request_quote/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"request_quote/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"request_quote/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"request_quote/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"request_quote/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"request_quote/(.+?)/embed/?$\";s:46:\"index.php?request_quote=$matches[1]&embed=true\";s:32:\"request_quote/(.+?)/trackback/?$\";s:40:\"index.php?request_quote=$matches[1]&tb=1\";s:40:\"request_quote/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?request_quote=$matches[1]&paged=$matches[2]\";s:47:\"request_quote/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?request_quote=$matches[1]&cpage=$matches[2]\";s:37:\"request_quote/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?request_quote=$matches[1]&wc-api=$matches[3]\";s:48:\"request_quote/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?request_quote=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"request_quote/(.+?)/view-quote(/(.*))?/?$\";s:58:\"index.php?request_quote=$matches[1]&view-quote=$matches[3]\";s:43:\"request_quote/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"request_quote/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"request_quote/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:65:\"request_quote/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:47:\"request_quote/.+?/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:58:\"request_quote/.+?/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:36:\"request_quote/(.+?)(?:/([0-9]+))?/?$\";s:52:\"index.php?request_quote=$matches[1]&page=$matches[2]\";s:44:\"tf_header_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"tf_header_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"tf_header_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"tf_header_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"tf_header_footer/([^/]+)/embed/?$\";s:49:\"index.php?tf_header_footer=$matches[1]&embed=true\";s:37:\"tf_header_footer/([^/]+)/trackback/?$\";s:43:\"index.php?tf_header_footer=$matches[1]&tb=1\";s:57:\"tf_header_footer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:45:\"tf_header_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&paged=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&cpage=$matches[2]\";s:42:\"tf_header_footer/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?tf_header_footer=$matches[1]&wc-api=$matches[3]\";s:53:\"tf_header_footer/([^/]+)/wc/file/transient(/(.*))?/?$\";s:68:\"index.php?tf_header_footer=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"tf_header_footer/([^/]+)/view-quote(/(.*))?/?$\";s:61:\"index.php?tf_header_footer=$matches[1]&view-quote=$matches[3]\";s:48:\"tf_header_footer/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"tf_header_footer/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"tf_header_footer/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"tf_header_footer/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:52:\"tf_header_footer/[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:63:\"tf_header_footer/[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:41:\"tf_header_footer/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&page=$matches[2]\";s:33:\"tf_header_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"tf_header_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"tf_header_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"tf_header_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"whatsapp-accounts/([^/]+)/embed/?$\";s:50:\"index.php?whatsapp-accounts=$matches[1]&embed=true\";s:38:\"whatsapp-accounts/([^/]+)/trackback/?$\";s:44:\"index.php?whatsapp-accounts=$matches[1]&tb=1\";s:58:\"whatsapp-accounts/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&feed=$matches[2]\";s:53:\"whatsapp-accounts/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&feed=$matches[2]\";s:46:\"whatsapp-accounts/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?whatsapp-accounts=$matches[1]&paged=$matches[2]\";s:53:\"whatsapp-accounts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?whatsapp-accounts=$matches[1]&cpage=$matches[2]\";s:43:\"whatsapp-accounts/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?whatsapp-accounts=$matches[1]&wc-api=$matches[3]\";s:54:\"whatsapp-accounts/([^/]+)/wc/file/transient(/(.*))?/?$\";s:69:\"index.php?whatsapp-accounts=$matches[1]&wc/file/transient=$matches[3]\";s:47:\"whatsapp-accounts/([^/]+)/view-quote(/(.*))?/?$\";s:62:\"index.php?whatsapp-accounts=$matches[1]&view-quote=$matches[3]\";s:49:\"whatsapp-accounts/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"whatsapp-accounts/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:71:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"whatsapp-accounts/[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:64:\"whatsapp-accounts/[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:42:\"whatsapp-accounts/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?whatsapp-accounts=$matches[1]&page=$matches[2]\";s:34:\"whatsapp-accounts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"whatsapp-accounts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"whatsapp-accounts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"whatsapp-accounts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"whatsapp-accounts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"whatsapp-accounts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"metform-form/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"metform-form/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"metform-form/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"metform-form/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"metform-form/(.+?)/embed/?$\";s:45:\"index.php?metform-form=$matches[1]&embed=true\";s:31:\"metform-form/(.+?)/trackback/?$\";s:39:\"index.php?metform-form=$matches[1]&tb=1\";s:39:\"metform-form/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&paged=$matches[2]\";s:46:\"metform-form/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&cpage=$matches[2]\";s:36:\"metform-form/(.+?)/wc-api(/(.*))?/?$\";s:53:\"index.php?metform-form=$matches[1]&wc-api=$matches[3]\";s:47:\"metform-form/(.+?)/wc/file/transient(/(.*))?/?$\";s:64:\"index.php?metform-form=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"metform-form/(.+?)/view-quote(/(.*))?/?$\";s:57:\"index.php?metform-form=$matches[1]&view-quote=$matches[3]\";s:42:\"metform-form/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"metform-form/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"metform-form/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:64:\"metform-form/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"metform-form/.+?/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:57:\"metform-form/.+?/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:35:\"metform-form/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?metform-form=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2269&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:24:\"request-quote(/(.*))?/?$\";s:36:\"index.php?&request-quote=$matches[2]\";s:21:\"view-quote(/(.*))?/?$\";s:33:\"index.php?&view-quote=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:30:\"comments/view-quote(/(.*))?/?$\";s:33:\"index.php?&view-quote=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"search/(.+)/view-quote(/(.*))?/?$\";s:46:\"index.php?s=$matches[1]&view-quote=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"author/([^/]+)/view-quote(/(.*))?/?$\";s:56:\"index.php?author_name=$matches[1]&view-quote=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:58:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/view-quote(/(.*))?/?$\";s:86:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&view-quote=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/view-quote(/(.*))?/?$\";s:70:\"index.php?year=$matches[1]&monthnum=$matches[2]&view-quote=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"([0-9]{4})/view-quote(/(.*))?/?$\";s:49:\"index.php?year=$matches[1]&view-quote=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"(.?.+?)/request-quote(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&request-quote=$matches[3]\";s:29:\"(.?.+?)/view-quote(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-quote=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:35:\".?.+?/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:46:\".?.+?/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"([^/]+)/view-quote(/(.*))?/?$\";s:49:\"index.php?name=$matches[1]&view-quote=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:35:\"[^/]+/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:46:\"[^/]+/attachment/([^/]+)/view-quote(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&view-quote=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:22:{i:0;s:49:\"3d-flipbook-dflip-lite/3d-flipbook-dflip-lite.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:25:\"booking/wpdev-booking.php\";i:3;s:31:\"elementor-pro/elementor-pro.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:37:\"elementskit-lite/elementskit-lite.php\";i:6;s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";i:7;s:35:\"insert-headers-and-footers/ihaf.php\";i:8;s:35:\"litespeed-cache/litespeed-cache.php\";i:9;s:19:\"metform/metform.php\";i:10;s:43:\"template-kit-import/template-kit-import.php\";i:11;s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";i:12;s:75:\"upi-qr-code-payment-for-woocommerce/upi-qr-code-payment-for-woocommerce.php\";i:14;s:35:\"whatsapp-for-wordpress/whatsapp.php\";i:15;s:29:\"woo-razorpay/woo-razorpay.php\";i:16;s:80:\"woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php\";i:17;s:59:\"woocommerce-rental-and-booking/redq-rental-and-bookings.php\";i:18;s:27:\"woocommerce/woocommerce.php\";i:19;s:24:\"wordpress-seo/wp-seo.php\";i:20;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:21;s:27:\"wp-optimize/wp-optimize.php\";i:22;s:39:\"wp24-domain-check/wp24-domain-check.php\";}','yes'),(101841,'booking_feedback_01','2022-10-10 07:56:30','yes'),(750563,'one_cc_address_sync_cron','a:5:{s:6:\"status\";s:9:\"cancelled\";s:10:\"updated_at\";i:1685163151;s:7:\"message\";s:20:\"invalid_1cc_merchant\";s:10:\"created_at\";i:1685163151;s:11:\"cron_status\";s:7:\"deleted\";}','yes'),(750568,'metform_last_entry_serial_no','1','yes'),(2657,'hbook_previous_version','2.0.4','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/style.css\";i:2;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/header.php\";i:3;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/functions.php\";i:4;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/single.php\";i:5;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/index.php\";}','yes'),(40,'template','royal-elementor-kit','yes'),(41,'stylesheet','royal-elementor-kit','yes'),(42,'comment_registration','','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','administrator','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:6:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:27:\"wp-optimize/wp-optimize.php\";a:2:{i:0;s:13:\"WPO_Uninstall\";i:1;s:7:\"actions\";}s:39:\"wp24-domain-check/wp24-domain-check.php\";a:2:{i:0;s:26:\"WP24_Domain_Check_Settings\";i:1;s:9:\"uninstall\";}s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','2269','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','4406','on'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1762597249','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'initial_db_version','51917','yes'),(100,'wpf4_user_roles','a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:136:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"publish_hb_rooms\";b:1;s:15:\"delete_hb_rooms\";b:1;s:25:\"delete_published_hb_rooms\";b:1;s:23:\"delete_private_hb_rooms\";b:1;s:22:\"delete_others_hb_rooms\";b:1;s:20:\"edit_others_hb_rooms\";b:1;s:13:\"edit_hb_rooms\";b:1;s:23:\"edit_published_hb_rooms\";b:1;s:21:\"edit_private_hb_rooms\";b:1;s:19:\"publish_hb_bookings\";b:1;s:18:\"delete_hb_bookings\";b:1;s:28:\"delete_published_hb_bookings\";b:1;s:26:\"delete_private_hb_bookings\";b:1;s:25:\"delete_others_hb_bookings\";b:1;s:23:\"edit_others_hb_bookings\";b:1;s:16:\"edit_hb_bookings\";b:1;s:26:\"edit_published_hb_bookings\";b:1;s:24:\"edit_private_hb_bookings\";b:1;s:17:\"manage_hb_booking\";b:1;s:20:\"wpseo_manage_options\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:18:\"wphb_hotel_manager\";a:2:{s:4:\"name\";s:13:\"Hotel Manager\";s:12:\"capabilities\";a:22:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:15:\"delete_hb_rooms\";b:1;s:16:\"publish_hb_rooms\";b:1;s:25:\"delete_published_hb_rooms\";b:1;s:23:\"delete_private_hb_rooms\";b:1;s:22:\"delete_others_hb_rooms\";b:1;s:20:\"edit_others_hb_rooms\";b:1;s:13:\"edit_hb_rooms\";b:1;s:23:\"edit_published_hb_rooms\";b:1;s:21:\"edit_private_hb_rooms\";b:1;s:19:\"publish_hb_bookings\";b:1;s:18:\"delete_hb_bookings\";b:1;s:28:\"delete_published_hb_bookings\";b:1;s:26:\"delete_private_hb_bookings\";b:1;s:25:\"delete_others_hb_bookings\";b:1;s:23:\"edit_others_hb_bookings\";b:1;s:16:\"edit_hb_bookings\";b:1;s:26:\"edit_published_hb_bookings\";b:1;s:24:\"edit_private_hb_bookings\";b:1;s:12:\"upload_files\";b:1;s:17:\"manage_hb_booking\";b:1;}}s:19:\"wphb_booking_editor\";a:2:{s:4:\"name\";s:14:\"Booking Editor\";s:12:\"capabilities\";a:21:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:16:\"publish_hb_rooms\";b:1;s:15:\"delete_hb_rooms\";b:1;s:25:\"delete_published_hb_rooms\";b:1;s:23:\"delete_private_hb_rooms\";b:1;s:22:\"delete_others_hb_rooms\";b:1;s:20:\"edit_others_hb_rooms\";b:1;s:13:\"edit_hb_rooms\";b:1;s:23:\"edit_published_hb_rooms\";b:1;s:21:\"edit_private_hb_rooms\";b:1;s:19:\"publish_hb_bookings\";b:1;s:18:\"delete_hb_bookings\";b:1;s:28:\"delete_published_hb_bookings\";b:1;s:26:\"delete_private_hb_bookings\";b:1;s:25:\"delete_others_hb_bookings\";b:1;s:23:\"edit_others_hb_bookings\";b:1;s:16:\"edit_hb_bookings\";b:1;s:26:\"edit_published_hb_bookings\";b:1;s:24:\"edit_private_hb_bookings\";b:1;s:12:\"upload_files\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','on'),(101,'fresh_site','0','off'),(102,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:38:{i:1751609093;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1751609122;a:1:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1751609148;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1751609286;a:1:{s:21:\"rzp_webhook_exec_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:25:\"rzp_webhook_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1751609366;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1751611294;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1751611333;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1751611470;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1751612692;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1751615069;a:5:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1751615089;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751615090;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751615327;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751616272;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751616302;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751626870;a:1:{s:19:\"wpo_purge_old_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:19:\"wpo_purge_old_cache\";s:4:\"args\";a:0:{}s:8:\"interval\";i:36000;}}}i:1751627102;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1751627287;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751631960;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1751634839;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751634840;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751635178;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751635574;a:1:{s:37:\"wpo_reset_webp_conversion_test_result\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"wpo_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751673600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751679037;a:1:{s:26:\"wpo_minify_purge_old_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751691912;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751692166;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1751699884;a:1:{s:27:\"rocket_update_dynamic_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1751700484;a:1:{s:36:\"rocket_preload_clean_rows_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752005176;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752067196;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752067574;a:1:{s:19:\"wpo_prune_webp_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752123670;a:1:{s:20:\"wpo_prune_cache_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752206266;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752784983;a:1:{s:23:\"one_cc_plugin_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1752901562;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1754054378;a:1:{s:28:\"wpo_smush_clear_failed_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"wpo_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(841382,'woocommerce_share_key','7vUtrX1iQonZsqJLXK8CNYypGtD5GQxS','auto'),(750528,'woocommerce_navigation_enabled','no','yes'),(750529,'woocommerce_new_product_management_enabled','no','yes'),(750530,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(3057,'woocommerce_shipping_debug_mode','no','yes'),(2752,'hb_flush_rewrite','no_flush','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:1:{s:22:\"Nf3pyhVQ3XwLjBIZzVezND\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$58QupKSy2MS3-JQ2HuWu-TlM9CQYOiX4beKBn95x\";s:10:\"created_at\";i:1751524473;}}','off'),(119,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1646293693;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(1429,'rocket_cache_dir_size_check','1','yes'),(133,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','off'),(176,'elementor_active_kit','7','yes'),(179,'elementor_version','3.23.4','yes'),(180,'elementor_install_history','a:6:{s:5:\"3.5.6\";i:1646822231;s:5:\"3.6.0\";i:1648005734;s:5:\"3.6.1\";i:1648108899;s:5:\"3.6.3\";i:1690521387;s:6:\"3.14.1\";i:1690521388;s:6:\"3.23.4\";i:1724391235;}','yes'),(169,'recently_activated','a:1:{s:33:\"w3-total-cache/w3-total-cache.php\";i:1751464083;}','off'),(164,'current_theme','Royal Elementor Kit','yes'),(165,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:5;}s:18:\"custom_css_post_id\";i:1097;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1690616801;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(166,'theme_switched','','yes'),(160,'finished_updating_comment_type','1','yes'),(840,'elementor_log','a:42:{s:32:\"f66019770d4d543216cda28f9e9ebf0a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:83:\"/home/hoteldhr/public_html/wp-content/plugins/elementor/core/page-assets/loader.php\";s:7:\"\0*\0line\";i:87;s:7:\"\0*\0date\";s:19:\"2022-06-28 08:29:28\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:39:\"Undefined array key "version"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:503;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2022-06-28 11:02:06\";i:1;s:19:\"2022-06-28 11:02:07\";i:2;s:19:\"2022-06-28 11:02:16\";i:3;s:19:\"2022-06-28 11:02:23\";i:4;s:19:\"2022-06-28 11:02:23\";i:5;s:19:\"2022-06-28 11:02:23\";i:6;s:19:\"2022-06-28 11:02:23\";i:7;s:19:\"2022-06-28 11:02:24\";i:8;s:19:\"2022-06-28 11:02:31\";i:9;s:19:\"2022-06-28 11:02:35\";i:10;s:19:\"2022-06-28 11:02:36\";i:11;s:19:\"2022-06-28 11:02:36\";i:12;s:19:\"2022-06-28 11:02:36\";i:13;s:19:\"2022-06-28 11:02:37\";i:14;s:19:\"2022-06-28 11:02:44\";i:15;s:19:\"2022-06-28 11:02:48\";i:16;s:19:\"2022-06-28 11:02:50\";i:17;s:19:\"2024-08-23 05:19:44\";i:18;s:19:\"2024-08-23 05:20:09\";i:19;s:19:\"2024-08-23 05:20:32\";i:20;s:19:\"2024-08-23 05:21:18\";i:21;s:19:\"2024-08-23 05:21:30\";i:22;s:19:\"2024-08-23 05:21:31\";i:23;s:19:\"2024-08-23 05:21:56\";i:24;s:19:\"2024-08-23 05:22:47\";i:25;s:19:\"2024-08-23 05:22:49\";i:26;s:19:\"2024-08-23 05:23:06\";i:27;s:19:\"2024-08-23 05:23:11\";i:28;s:19:\"2024-08-23 05:23:21\";i:29;s:19:\"2024-08-23 05:23:27\";i:30;s:19:\"2024-08-23 05:24:57\";i:31;s:19:\"2024-08-23 05:24:58\";i:32;s:19:\"2024-08-23 05:25:10\";i:33;s:19:\"2024-08-23 05:25:11\";i:34;s:19:\"2024-08-23 05:25:18\";i:35;s:19:\"2024-08-23 05:26:43\";i:36;s:19:\"2024-08-23 05:29:14\";i:37;s:19:\"2024-08-23 05:29:30\";i:38;s:19:\"2024-08-23 05:29:31\";i:39;s:19:\"2024-08-23 05:29:43\";i:40;s:19:\"2024-08-23 05:33:33\";i:41;s:19:\"2024-08-23 05:37:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:29:\"Undefined array key \"version\"\";s:4:\"file\";s:83:\"/home/hoteldhr/public_html/wp-content/plugins/elementor/core/page-assets/loader.php\";s:4:\"line\";i:87;s:5:\"trace\";b:1;}}s:32:\"1ebea55dd593f8d55f32be2aae7d61c9\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"336011\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-06-28 10:49:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Blocked a frame with origin \\"https://hoteldhruvpalace.com\\" from accessing a cross-origin frame.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-28 10:49:43\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1656413383\";s:7:\"message\";s:97:\"Blocked a frame with origin \\\"https://hoteldhruvpalace.com\\\" from accessing a cross-origin frame.\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"336011\";}}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:87;s:7:\"\0*\0date\";s:19:\"2022-09-08 19:39:49\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:87;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-07-29 07:17:03\";i:1;s:19:\"2023-10-15 04:24:00\";i:2;s:19:\"2023-10-15 04:24:42\";i:3;s:19:\"2023-10-15 04:38:24\";i:4;s:19:\"2024-02-10 02:51:53\";i:5;s:19:\"2024-02-10 08:21:49\";i:6;s:19:\"2024-02-10 08:25:41\";i:7;s:19:\"2024-02-10 08:33:53\";i:8;s:19:\"2024-02-10 08:42:14\";i:9;s:19:\"2024-02-10 08:46:06\";i:10;s:19:\"2024-02-10 11:00:49\";i:11;s:19:\"2024-02-15 14:44:31\";i:12;s:19:\"2024-03-20 11:01:00\";i:13;s:19:\"2024-04-02 08:43:16\";i:14;s:19:\"2024-04-02 15:03:18\";i:15;s:19:\"2024-04-02 15:08:31\";i:16;s:19:\"2024-04-13 13:35:11\";i:17;s:19:\"2024-04-20 17:03:19\";i:18;s:19:\"2024-07-01 07:52:44\";i:19;s:19:\"2024-07-01 08:18:29\";i:20;s:19:\"2024-08-08 12:42:47\";i:21;s:19:\"2024-08-09 05:25:18\";i:22;s:19:\"2025-05-16 12:40:46\";i:23;s:19:\"2025-05-16 12:42:41\";i:24;s:19:\"2025-05-20 08:20:57\";i:25;s:19:\"2025-05-20 08:21:57\";i:26;s:19:\"2025-05-20 08:29:22\";i:27;s:19:\"2025-06-01 19:16:44\";i:28;s:19:\"2025-06-01 19:17:42\";i:29;s:19:\"2025-06-05 18:32:05\";i:30;s:19:\"2025-06-06 10:29:31\";i:31;s:19:\"2025-06-06 14:39:57\";i:32;s:19:\"2025-06-06 14:58:06\";i:33;s:19:\"2025-06-06 15:02:41\";i:34;s:19:\"2025-06-07 04:22:26\";i:35;s:19:\"2025-06-07 04:24:24\";i:36;s:19:\"2025-06-11 04:27:59\";i:37;s:19:\"2025-06-11 04:35:59\";i:38;s:19:\"2025-06-12 10:52:11\";i:39;s:19:\"2025-06-12 11:11:40\";i:40;s:19:\"2025-06-28 02:41:16\";i:41;s:19:\"2025-07-01 11:08:53\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:87;s:5:\"trace\";b:1;}}s:32:\"3e6c5a2a7dc06513e2f2c4c612ea9b38\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"18769\";s:7:\"\0*\0file\";s:97:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.5.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-09-14 13:00:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:38:\"this.$element.sticky is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:24;s:14:\"\0*\0times_dates\";a:24:{i:0;s:19:\"2022-09-14 13:00:44\";i:1;s:19:\"2022-09-14 13:00:52\";i:2;s:19:\"2022-09-14 13:04:07\";i:3;s:19:\"2022-09-14 13:04:15\";i:4;s:19:\"2022-09-14 13:04:33\";i:5;s:19:\"2022-09-14 13:05:30\";i:6;s:19:\"2022-09-14 13:05:33\";i:7;s:19:\"2022-09-14 13:05:36\";i:8;s:19:\"2022-09-14 13:05:48\";i:9;s:19:\"2022-09-14 13:05:54\";i:10;s:19:\"2022-09-14 13:05:58\";i:11;s:19:\"2022-09-14 13:06:03\";i:12;s:19:\"2022-09-14 13:06:06\";i:13;s:19:\"2022-09-14 13:06:14\";i:14;s:19:\"2022-09-14 13:06:34\";i:15;s:19:\"2022-09-14 13:07:00\";i:16;s:19:\"2022-09-14 13:09:21\";i:17;s:19:\"2022-09-14 13:09:25\";i:18;s:19:\"2022-09-14 13:09:29\";i:19;s:19:\"2022-09-14 13:09:33\";i:20;s:19:\"2022-09-14 13:09:49\";i:21;s:19:\"2022-09-14 13:12:38\";i:22;s:19:\"2022-09-15 04:41:39\";i:23;s:19:\"2022-09-15 04:48:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1663160444\";s:7:\"message\";s:38:\"this.$element.sticky is not a function\";s:3:\"url\";s:97:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.5.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"18769\";}}s:32:\"bad98f762cbcc36424949b9b5fa255ce\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2022-09-14 13:01:33\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key "data"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2022-09-14 13:01:33\";i:1;s:19:\"2022-09-15 05:11:31\";i:2;s:19:\"2022-10-11 05:07:45\";i:3;s:19:\"2022-10-11 05:08:47\";i:4;s:19:\"2022-10-30 04:46:45\";i:5;s:19:\"2022-12-17 12:31:53\";i:6;s:19:\"2024-07-01 08:34:30\";i:7;s:19:\"2024-08-14 05:41:40\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"data\"\";s:4:\"file\";s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"3d91a19807715111eaddffd9c68c1ab1\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-09-15 04:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/query-control/module.php\";s:4:\"line\";i:826;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:171;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-22 08:31:12\";i:1;s:19:\"2023-04-29 09:38:14\";i:2;s:19:\"2023-04-29 16:11:08\";i:3;s:19:\"2023-04-30 02:30:31\";i:4;s:19:\"2023-04-30 03:35:29\";i:5;s:19:\"2023-04-30 19:02:29\";i:6;s:19:\"2023-04-30 20:13:41\";i:7;s:19:\"2023-05-01 02:34:46\";i:8;s:19:\"2023-05-01 04:15:36\";i:9;s:19:\"2023-05-20 02:56:24\";i:10;s:19:\"2023-05-20 03:35:59\";i:11;s:19:\"2023-05-20 04:11:42\";i:12;s:19:\"2023-05-20 07:04:17\";i:13;s:19:\"2023-05-20 07:49:51\";i:14;s:19:\"2023-05-20 07:58:19\";i:15;s:19:\"2023-05-26 12:50:27\";i:16;s:19:\"2023-05-26 13:04:26\";i:17;s:19:\"2023-05-26 13:05:32\";i:18;s:19:\"2023-05-27 04:28:11\";i:19;s:19:\"2023-05-27 04:41:34\";i:20;s:19:\"2023-05-27 05:32:57\";i:21;s:19:\"2023-05-27 05:53:13\";i:22;s:19:\"2023-05-27 06:05:56\";i:23;s:19:\"2023-05-27 06:10:28\";i:24;s:19:\"2023-05-27 06:38:07\";i:25;s:19:\"2023-05-27 06:48:46\";i:26;s:19:\"2023-05-28 17:41:25\";i:27;s:19:\"2023-05-28 18:20:55\";i:28;s:19:\"2023-05-28 19:29:24\";i:29;s:19:\"2023-05-31 18:53:52\";i:30;s:19:\"2023-06-25 13:56:48\";i:31;s:19:\"2023-06-26 05:39:48\";i:32;s:19:\"2023-06-28 08:39:20\";i:33;s:19:\"2023-07-03 23:06:48\";i:34;s:19:\"2023-07-04 05:56:09\";i:35;s:19:\"2023-07-04 06:06:50\";i:36;s:19:\"2023-07-04 15:22:59\";i:37;s:19:\"2023-07-05 19:35:26\";i:38;s:19:\"2023-07-05 20:36:14\";i:39;s:19:\"2023-07-06 01:59:20\";i:40;s:19:\"2023-07-17 12:43:10\";i:41;s:19:\"2023-07-17 12:59:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"479f9c5a8633a1b5f812a03e54cca4ce\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-09-15 04:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/module.php\";s:4:\"line\";i:162;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:171;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-22 08:31:12\";i:1;s:19:\"2023-04-29 09:38:14\";i:2;s:19:\"2023-04-29 16:11:08\";i:3;s:19:\"2023-04-30 02:30:31\";i:4;s:19:\"2023-04-30 03:35:29\";i:5;s:19:\"2023-04-30 19:02:29\";i:6;s:19:\"2023-04-30 20:13:41\";i:7;s:19:\"2023-05-01 02:34:46\";i:8;s:19:\"2023-05-01 04:15:36\";i:9;s:19:\"2023-05-20 02:56:24\";i:10;s:19:\"2023-05-20 03:35:59\";i:11;s:19:\"2023-05-20 04:11:42\";i:12;s:19:\"2023-05-20 07:04:17\";i:13;s:19:\"2023-05-20 07:49:51\";i:14;s:19:\"2023-05-20 07:58:19\";i:15;s:19:\"2023-05-26 12:50:27\";i:16;s:19:\"2023-05-26 13:04:26\";i:17;s:19:\"2023-05-26 13:05:32\";i:18;s:19:\"2023-05-27 04:28:11\";i:19;s:19:\"2023-05-27 04:41:34\";i:20;s:19:\"2023-05-27 05:32:57\";i:21;s:19:\"2023-05-27 05:53:13\";i:22;s:19:\"2023-05-27 06:05:56\";i:23;s:19:\"2023-05-27 06:10:28\";i:24;s:19:\"2023-05-27 06:38:07\";i:25;s:19:\"2023-05-27 06:48:46\";i:26;s:19:\"2023-05-28 17:41:25\";i:27;s:19:\"2023-05-28 18:20:55\";i:28;s:19:\"2023-05-28 19:29:24\";i:29;s:19:\"2023-05-31 18:53:52\";i:30;s:19:\"2023-06-25 13:56:48\";i:31;s:19:\"2023-06-26 05:39:48\";i:32;s:19:\"2023-06-28 08:39:20\";i:33;s:19:\"2023-07-03 23:06:48\";i:34;s:19:\"2023-07-04 05:56:09\";i:35;s:19:\"2023-07-04 06:06:51\";i:36;s:19:\"2023-07-04 15:22:59\";i:37;s:19:\"2023-07-05 19:35:26\";i:38;s:19:\"2023-07-05 20:36:14\";i:39;s:19:\"2023-07-06 01:59:20\";i:40;s:19:\"2023-07-17 12:43:10\";i:41;s:19:\"2023-07-17 12:59:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"62b6af2aaedc0aae46e754c2891a8218\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-09-15 04:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/module.php\";s:4:\"line\";i:74;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:172;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-22 08:31:12\";i:1;s:19:\"2023-04-29 09:38:14\";i:2;s:19:\"2023-04-29 16:11:09\";i:3;s:19:\"2023-04-30 02:30:31\";i:4;s:19:\"2023-04-30 03:35:30\";i:5;s:19:\"2023-04-30 19:02:29\";i:6;s:19:\"2023-04-30 20:13:41\";i:7;s:19:\"2023-05-01 02:34:46\";i:8;s:19:\"2023-05-01 04:15:36\";i:9;s:19:\"2023-05-20 02:56:24\";i:10;s:19:\"2023-05-20 03:35:59\";i:11;s:19:\"2023-05-20 04:11:42\";i:12;s:19:\"2023-05-20 07:04:17\";i:13;s:19:\"2023-05-20 07:49:51\";i:14;s:19:\"2023-05-20 07:58:19\";i:15;s:19:\"2023-05-26 12:50:27\";i:16;s:19:\"2023-05-26 13:04:26\";i:17;s:19:\"2023-05-26 13:05:32\";i:18;s:19:\"2023-05-27 04:28:11\";i:19;s:19:\"2023-05-27 04:41:34\";i:20;s:19:\"2023-05-27 05:32:57\";i:21;s:19:\"2023-05-27 05:53:13\";i:22;s:19:\"2023-05-27 06:05:56\";i:23;s:19:\"2023-05-27 06:10:28\";i:24;s:19:\"2023-05-27 06:38:07\";i:25;s:19:\"2023-05-27 06:48:46\";i:26;s:19:\"2023-05-28 17:41:25\";i:27;s:19:\"2023-05-28 18:20:55\";i:28;s:19:\"2023-05-28 19:29:24\";i:29;s:19:\"2023-05-31 18:53:52\";i:30;s:19:\"2023-06-25 13:56:48\";i:31;s:19:\"2023-06-26 05:39:48\";i:32;s:19:\"2023-06-28 08:39:20\";i:33;s:19:\"2023-07-03 23:06:48\";i:34;s:19:\"2023-07-04 05:56:09\";i:35;s:19:\"2023-07-04 06:06:51\";i:36;s:19:\"2023-07-04 15:22:59\";i:37;s:19:\"2023-07-05 19:35:26\";i:38;s:19:\"2023-07-05 20:36:14\";i:39;s:19:\"2023-07-06 01:59:20\";i:40;s:19:\"2023-07-17 12:43:10\";i:41;s:19:\"2023-07-17 12:59:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"451624ecf097f690423b6fcfcddfd336\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-09-15 04:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/module.php\";s:4:\"line\";i:75;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:172;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-22 08:31:12\";i:1;s:19:\"2023-04-29 09:38:14\";i:2;s:19:\"2023-04-29 16:11:09\";i:3;s:19:\"2023-04-30 02:30:31\";i:4;s:19:\"2023-04-30 03:35:30\";i:5;s:19:\"2023-04-30 19:02:29\";i:6;s:19:\"2023-04-30 20:13:41\";i:7;s:19:\"2023-05-01 02:34:46\";i:8;s:19:\"2023-05-01 04:15:36\";i:9;s:19:\"2023-05-20 02:56:24\";i:10;s:19:\"2023-05-20 03:35:59\";i:11;s:19:\"2023-05-20 04:11:42\";i:12;s:19:\"2023-05-20 07:04:17\";i:13;s:19:\"2023-05-20 07:49:51\";i:14;s:19:\"2023-05-20 07:58:19\";i:15;s:19:\"2023-05-26 12:50:27\";i:16;s:19:\"2023-05-26 13:04:26\";i:17;s:19:\"2023-05-26 13:05:32\";i:18;s:19:\"2023-05-27 04:28:11\";i:19;s:19:\"2023-05-27 04:41:34\";i:20;s:19:\"2023-05-27 05:32:57\";i:21;s:19:\"2023-05-27 05:53:13\";i:22;s:19:\"2023-05-27 06:05:56\";i:23;s:19:\"2023-05-27 06:10:28\";i:24;s:19:\"2023-05-27 06:38:07\";i:25;s:19:\"2023-05-27 06:48:46\";i:26;s:19:\"2023-05-28 17:41:25\";i:27;s:19:\"2023-05-28 18:20:55\";i:28;s:19:\"2023-05-28 19:29:24\";i:29;s:19:\"2023-05-31 18:53:52\";i:30;s:19:\"2023-06-25 13:56:48\";i:31;s:19:\"2023-06-26 05:39:48\";i:32;s:19:\"2023-06-28 08:39:20\";i:33;s:19:\"2023-07-03 23:06:48\";i:34;s:19:\"2023-07-04 05:56:09\";i:35;s:19:\"2023-07-04 06:06:51\";i:36;s:19:\"2023-07-04 15:22:59\";i:37;s:19:\"2023-07-05 19:35:26\";i:38;s:19:\"2023-07-05 20:36:14\";i:39;s:19:\"2023-07-06 01:59:20\";i:40;s:19:\"2023-07-17 12:43:10\";i:41;s:19:\"2023-07-17 12:59:30\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"4137b9677fe8b59807031f199064b953\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;s:7:\"\0*\0date\";s:19:\"2022-09-15 04:41:56\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls/base.php\";s:4:\"line\";i:46;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:149;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-03-17 15:28:37\";i:1;s:19:\"2023-03-17 15:46:42\";i:2;s:19:\"2023-03-17 23:22:16\";i:3;s:19:\"2023-03-18 03:31:00\";i:4;s:19:\"2023-03-18 07:56:50\";i:5;s:19:\"2023-03-28 10:10:57\";i:6;s:19:\"2023-03-28 10:29:43\";i:7;s:19:\"2023-03-28 11:11:04\";i:8;s:19:\"2023-04-02 13:08:36\";i:9;s:19:\"2023-04-02 17:20:45\";i:10;s:19:\"2023-04-02 17:24:20\";i:11;s:19:\"2023-04-02 17:25:38\";i:12;s:19:\"2023-04-08 06:47:39\";i:13;s:19:\"2023-04-08 06:54:54\";i:14;s:19:\"2023-04-08 06:57:17\";i:15;s:19:\"2023-04-08 07:18:57\";i:16;s:19:\"2023-04-08 10:57:36\";i:17;s:19:\"2023-04-08 11:08:32\";i:18;s:19:\"2023-04-08 11:10:15\";i:19;s:19:\"2023-04-22 08:31:09\";i:20;s:19:\"2023-04-22 08:31:10\";i:21;s:19:\"2023-04-22 08:31:12\";i:22;s:19:\"2023-04-22 08:31:12\";i:23;s:19:\"2023-04-29 09:38:14\";i:24;s:19:\"2023-04-29 16:11:09\";i:25;s:19:\"2023-04-30 02:30:31\";i:26;s:19:\"2023-04-30 03:35:30\";i:27;s:19:\"2023-04-30 19:02:29\";i:28;s:19:\"2023-04-30 20:13:41\";i:29;s:19:\"2023-05-01 02:34:46\";i:30;s:19:\"2023-05-01 04:15:36\";i:31;s:19:\"2023-05-20 02:56:24\";i:32;s:19:\"2023-05-20 03:35:59\";i:33;s:19:\"2023-05-20 04:11:42\";i:34;s:19:\"2023-05-20 07:04:17\";i:35;s:19:\"2023-05-20 07:49:51\";i:36;s:19:\"2023-05-20 07:58:19\";i:37;s:19:\"2023-05-26 12:50:27\";i:38;s:19:\"2023-05-26 13:04:26\";i:39;s:19:\"2023-05-26 13:05:32\";i:40;s:19:\"2023-05-27 04:28:11\";i:41;s:19:\"2023-05-27 04:41:34\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}}s:32:\"c41dcc1b3e8e69edddcf045e89a76002\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php\";s:7:\"\0*\0line\";i:179;s:7:\"\0*\0date\";s:19:\"2022-09-16 02:29:48\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:40:\"Undefined array key "referrer"\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:220;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-02-11 03:53:17\";i:1;s:19:\"2023-02-11 09:06:29\";i:2;s:19:\"2023-02-11 14:21:33\";i:3;s:19:\"2023-02-11 19:40:10\";i:4;s:19:\"2023-02-12 01:31:42\";i:5;s:19:\"2023-02-16 11:47:18\";i:6;s:19:\"2023-02-19 06:14:09\";i:7;s:19:\"2023-02-19 06:19:00\";i:8;s:19:\"2023-02-20 20:38:15\";i:9;s:19:\"2023-02-21 12:54:34\";i:10;s:19:\"2023-02-27 18:50:26\";i:11;s:19:\"2023-03-03 10:05:40\";i:12;s:19:\"2023-03-03 16:04:58\";i:13;s:19:\"2023-03-06 15:25:16\";i:14;s:19:\"2023-03-12 03:53:52\";i:15;s:19:\"2023-03-19 20:02:18\";i:16;s:19:\"2023-03-19 23:27:35\";i:17;s:19:\"2023-03-24 06:07:36\";i:18;s:19:\"2023-03-27 02:34:49\";i:19;s:19:\"2023-04-02 04:41:54\";i:20;s:19:\"2023-04-04 07:35:34\";i:21;s:19:\"2023-04-16 10:29:08\";i:22;s:19:\"2023-04-24 02:38:46\";i:23;s:19:\"2023-05-11 07:21:00\";i:24;s:19:\"2023-05-11 09:37:05\";i:25;s:19:\"2023-05-23 04:19:28\";i:26;s:19:\"2023-05-26 00:28:16\";i:27;s:19:\"2023-05-26 21:10:42\";i:28;s:19:\"2023-05-29 15:43:43\";i:29;s:19:\"2023-06-13 23:00:40\";i:30;s:19:\"2023-06-15 19:10:35\";i:31;s:19:\"2023-06-19 21:53:15\";i:32;s:19:\"2023-06-21 18:52:56\";i:33;s:19:\"2023-06-23 06:34:54\";i:34;s:19:\"2023-06-23 09:49:23\";i:35;s:19:\"2023-06-27 20:06:16\";i:36;s:19:\"2023-06-30 09:03:22\";i:37;s:19:\"2023-07-08 20:08:44\";i:38;s:19:\"2023-07-12 13:55:13\";i:39;s:19:\"2023-07-16 11:26:54\";i:40;s:19:\"2023-07-22 17:42:29\";i:41;s:19:\"2023-07-23 22:06:48\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:30:\"Undefined array key \"referrer\"\";s:4:\"file\";s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php\";s:4:\"line\";i:179;s:5:\"trace\";b:1;}}s:32:\"12d76e638da6d0af6ac6365594cddcde\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1060434\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2022-10-13 09:49:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:76:\"Cannot read properties of null (reading \\'getBoundingClientRect\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-13 09:49:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1665654540\";s:7:\"message\";s:66:\"Cannot read properties of null (reading \\\'getBoundingClientRect\\\')\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1060434\";}}s:32:\"86261fed63aaed6a360c4126c665ec75\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"767290\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2022-10-13 10:04:42\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading \\'localized\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:11;s:14:\"\0*\0times_dates\";a:11:{i:0;s:19:\"2022-10-13 10:04:42\";i:1;s:19:\"2022-10-13 10:04:42\";i:2;s:19:\"2022-10-13 10:04:42\";i:3;s:19:\"2022-10-13 10:04:42\";i:4;s:19:\"2022-10-13 10:04:42\";i:5;s:19:\"2022-10-13 10:04:42\";i:6;s:19:\"2023-04-02 13:52:02\";i:7;s:19:\"2023-04-02 13:52:02\";i:8;s:19:\"2023-04-02 13:52:02\";i:9;s:19:\"2023-04-02 13:52:05\";i:10;s:19:\"2023-04-02 13:52:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1665655482\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \\\'localized\\\')\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"767290\";}}s:32:\"47b82892de3204c23ab54da640fed8ae\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"294654\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2022-10-13 10:26:11\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:64:\"Cannot read properties of undefined (reading \\'html\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-13 10:26:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1665656771\";s:7:\"message\";s:54:\"Cannot read properties of undefined (reading \\\'html\\\')\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"294654\";}}s:32:\"ab7c7e045dcb8c60c9b8c02885cf0f2c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"51824\";s:7:\"\0*\0file\";s:227:\"https://hoteldhruvpalace.com/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,regenerator-runtime,wp-polyfill,underscore,backbone,jquery-ui-core,jquery-ui-mouse,wp-api-request,wp-&loadchunk_1=hooks&ver=6.1.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-03-28 10:19:13\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading \\'replace\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-03-28 10:19:13\";i:1;s:19:\"2023-03-28 10:30:56\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1679998753\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \\\'replace\\\')\";s:3:\"url\";s:227:\"https://hoteldhruvpalace.com/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,regenerator-runtime,wp-polyfill,underscore,backbone,jquery-ui-core,jquery-ui-mouse,wp-api-request,wp-&loadchunk_1=hooks&ver=6.1.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"51824\";}}s:32:\"782240f4df2ebb98a2acfd99ad0b5cd2\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"766783\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-04-02 13:51:55\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:71:\"Cannot read properties of undefined (reading \\'toLowerCase\\')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-02 13:51:55\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680443515\";s:7:\"message\";s:61:\"Cannot read properties of undefined (reading \\\'toLowerCase\\\')\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"766783\";}}s:32:\"7a5f07ab833b9ede3dedd8c5ea2446c4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"646659\";s:7:\"\0*\0file\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-04-02 17:24:38\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:41:\"this.model.isValidChild is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-04-02 17:24:38\";i:1;s:19:\"2023-04-02 17:24:46\";i:2;s:19:\"2023-04-02 17:26:25\";i:3;s:19:\"2023-04-02 17:26:40\";i:4;s:19:\"2023-04-02 17:27:00\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680456278\";s:7:\"message\";s:41:\"this.model.isValidChild is not a function\";s:3:\"url\";s:91:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"646659\";}}s:32:\"d767d9ab319d5a2661d57d12cc3ae1f6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"7603\";s:7:\"\0*\0file\";s:102:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading 'contains')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:28;s:14:\"\0*\0times_dates\";a:28:{i:0;s:19:\"2023-07-28 05:16:03\";i:1;s:19:\"2023-07-28 05:59:20\";i:2;s:19:\"2023-07-29 07:06:10\";i:3;s:19:\"2023-07-29 07:06:10\";i:4;s:19:\"2023-07-29 07:06:11\";i:5;s:19:\"2023-07-29 07:06:11\";i:6;s:19:\"2023-07-29 07:06:20\";i:7;s:19:\"2023-07-29 07:13:55\";i:8;s:19:\"2023-07-29 07:42:18\";i:9;s:19:\"2023-07-29 07:42:18\";i:10;s:19:\"2023-07-29 07:42:19\";i:11;s:19:\"2023-07-29 07:42:19\";i:12;s:19:\"2023-07-29 07:43:50\";i:13;s:19:\"2024-02-07 04:41:49\";i:14;s:19:\"2024-02-07 04:41:49\";i:15;s:19:\"2024-02-07 04:46:15\";i:16;s:19:\"2024-02-07 04:46:15\";i:17;s:19:\"2024-02-07 04:46:16\";i:18;s:19:\"2024-02-10 14:21:33\";i:19;s:19:\"2024-03-20 11:03:11\";i:20;s:19:\"2024-04-20 17:06:13\";i:21;s:19:\"2024-08-08 12:48:18\";i:22;s:19:\"2024-08-08 12:48:18\";i:23;s:19:\"2024-08-08 13:05:24\";i:24;s:19:\"2024-08-14 06:32:40\";i:25;s:19:\"2024-08-14 17:10:09\";i:26;s:19:\"2024-08-14 17:10:15\";i:27;s:19:\"2024-08-14 17:12:05\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1690521363\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'contains\')\";s:3:\"url\";s:102:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"7603\";}}s:32:\"1a5cf35eecc326b3e255ed550155239a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.3\";s:2:\"to\";s:6:\"3.14.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.3\";s:2:\"to\";s:6:\"3.14.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ae3b392467debaec1dd4ffa0ef8ef5f1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4eb7fd3d5b18356259f064cd7c1fcd36\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"422ccff0690d6ed3afadd7a8bbf5a792\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"faa898c4d0b157edea0dc3f0377b79a5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"dfbeade5612b3d3232b52f8b1d2bb38f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f42dd935326efc5bb7cb0c2d1590f0a3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-28 05:16:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.3\";s:2:\"to\";s:6:\"3.14.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:16:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.3\";s:2:\"to\";s:6:\"3.14.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"82952d85ee39aacbcaf61849da819747\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:7:\"\0*\0line\";i:363;s:7:\"\0*\0date\";s:19:\"2023-07-28 05:55:17\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-28 05:55:17\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}}s:32:\"8e1a8eeb39bd126cff0be088b8353363\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"37833\";s:7:\"\0*\0file\";s:74:\"https://hoteldhruvpalace.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-08-08 16:59:52\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:77:\"Cannot create property 'guid' on string 'c43widgetsticky'\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:12;s:14:\"\0*\0times_dates\";a:12:{i:0;s:19:\"2024-08-08 16:59:52\";i:1;s:19:\"2024-08-08 16:59:56\";i:2;s:19:\"2024-08-08 17:00:00\";i:3;s:19:\"2024-08-08 17:00:05\";i:4;s:19:\"2024-08-08 17:03:39\";i:5;s:19:\"2024-08-08 17:05:29\";i:6;s:19:\"2024-08-08 17:07:17\";i:7;s:19:\"2024-08-08 17:07:17\";i:8;s:19:\"2024-08-08 17:17:20\";i:9;s:19:\"2024-08-08 17:17:23\";i:10;s:19:\"2024-08-08 17:19:17\";i:11;s:19:\"2024-08-08 17:22:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1723136392\";s:7:\"message\";s:57:\"Cannot create property \'guid\' on string \'c43widgetsticky\'\";s:3:\"url\";s:74:\"https://hoteldhruvpalace.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"37833\";}}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"807015\";s:7:\"\0*\0file\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-08-09 17:53:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading 'toLowerCase')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2024-08-09 17:53:28\";i:1;s:19:\"2024-08-09 17:53:30\";i:2;s:19:\"2024-08-09 17:53:30\";i:3;s:19:\"2024-08-17 14:44:33\";i:4;s:19:\"2025-01-25 14:45:16\";i:5;s:19:\"2025-01-25 18:21:22\";i:6;s:19:\"2025-01-25 18:24:20\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1723226008\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"807015\";}}s:32:\"7cef13479fed64e344d6603e55c71abd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php\";s:7:\"\0*\0line\";i:132;s:7:\"\0*\0date\";s:19:\"2024-08-14 06:02:00\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:94:\"rmdir(/home/hoteldhruvpalace.com/public_html/wp-content/mu-plugins): No such file or directory\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-14 06:02:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:94:\"rmdir(/home/hoteldhruvpalace.com/public_html/wp-content/mu-plugins): No such file or directory\";s:4:\"file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php\";s:4:\"line\";i:132;s:5:\"trace\";b:1;}}s:32:\"44eca98aa256e36ce636b80180582d86\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php\";s:7:\"\0*\0line\";i:77;s:7:\"\0*\0date\";s:19:\"2024-08-23 05:17:24\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1541:\"Uncaught Error: Class "\\ElementorPro\\Modules\\QueryControl\\Module" not found in /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php:77\nStack trace:\n#0 /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/plugin.php(369): ElementorPro\\Core\\Modules_Manager->__construct()\n#1 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(324): ElementorPro\\Plugin->on_elementor_init()\n#2 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#3 /home/hoteldhruvpalace.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#4 /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/plugin.php(658): do_action()\n#5 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(324): Elementor\\Plugin->init()\n#6 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#7 /home/hoteldhruvpalace.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#8 /home/hoteldhruvpalace.com/public_html/wp-settings.php(700): do_action()\n#9 /home/hoteldhruvpalace.com/public_html/wp-config.php(91): require_once('...')\n#10 /home/hoteldhruvpalace.com/public_html/wp-load.php(50): require_once('...')\n#11 /home/hoteldhruvpalace.com/public_html/wp-blog-header.php(13): require_once('...')\n#12 /home/hoteldhruvpalace.com/public_html/index.php(17): require('...')\n#13 {main}\n thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:17:24\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1470:\"Uncaught Error: Class \"\\ElementorPro\\Modules\\QueryControl\\Module\" not found in /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php:77\nStack trace:\n#0 /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/plugin.php(369): ElementorPro\\Core\\Modules_Manager->__construct()\n#1 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(324): ElementorPro\\Plugin->on_elementor_init()\n#2 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#3 /home/hoteldhruvpalace.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#4 /home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/plugin.php(658): do_action()\n#5 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(324): Elementor\\Plugin->init()\n#6 /home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#7 /home/hoteldhruvpalace.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#8 /home/hoteldhruvpalace.com/public_html/wp-settings.php(700): do_action()\n#9 /home/hoteldhruvpalace.com/public_html/wp-config.php(91): require_once(\'...\')\n#10 /home/hoteldhruvpalace.com/public_html/wp-load.php(50): require_once(\'...\')\n#11 /home/hoteldhruvpalace.com/public_html/wp-blog-header.php(13): require_once(\'...\')\n#12 /home/hoteldhruvpalace.com/public_html/index.php(17): require(\'...\')\n#13 {main}\n thrown\";s:4:\"file\";s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php\";s:4:\"line\";i:77;s:5:\"trace\";b:1;}}s:32:\"2c3fb76631af1736115ff0cc1c40bb60\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:33:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:33:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"90ae7c081019caee0ad362d81a09b01a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:33:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:33:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d235e6a8ff19a213c96c290ee93399b5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:33:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:33:55\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"494f6948c42ae49b6f5342dd913c11f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:33:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.1\";s:2:\"to\";s:6:\"3.23.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:33:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.1\";s:2:\"to\";s:6:\"3.23.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"27a2106897550669c6ed401d146ab263\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:39:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.23.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:39:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.23.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aed286fbfda260bd6dc86a3504f118dc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:39:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:39:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"aa48ae90526baa2ee0f510b630ad9dee\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:39:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:39:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c415fd0dd72c7879eb745c213dd4863b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:39:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:39:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b0ddf4e3008f4f7074e36a80a588b27e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-08-23 05:39:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.23.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-08-23 05:39:25\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.23.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0901b7e51b4280e3653b1f4acdad2300\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"920336\";s:7:\"\0*\0file\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-06-06 15:56:36\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading 'route')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-06-06 15:56:36\";i:1;s:19:\"2025-06-06 15:56:59\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749225396\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'route\')\";s:3:\"url\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"920336\";}}s:32:\"675acde6085e1e3747b6a336d8e53e6c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"663451\";s:7:\"\0*\0file\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-06-06 18:59:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:70:\"Cannot read properties of undefined (reading 'isDesignable')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2025-06-06 18:59:40\";i:1;s:19:\"2025-06-07 12:32:57\";i:2;s:19:\"2025-06-07 17:11:59\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749236380\";s:7:\"message\";s:60:\"Cannot read properties of undefined (reading \'isDesignable\')\";s:3:\"url\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"663451\";}}s:32:\"e6e076c9d7c1040e07469a28b2906569\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"622440\";s:7:\"\0*\0file\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-06-07 04:21:46\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read properties of null (reading 'id')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-06-07 04:21:46\";i:1;s:19:\"2025-06-26 10:35:04\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749270106\";s:7:\"message\";s:45:\"Cannot read properties of null (reading \'id\')\";s:3:\"url\";s:92:\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.23.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"622440\";}}}','off'),(167,'hello_theme_version','2.6.1','yes'),(1161,'elementor_fonts_manager_font_types','a:0:{}','yes'),(1162,'elementor_fonts_manager_fonts','a:0:{}','yes'),(1154,'elementor_pro_license_key','activated','yes'),(1157,'elementor_pro_version','3.23.3','yes'),(1158,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1159,'_elementor_pro_installed_time','1646378001','yes'),(1160,'elementor_submissions_db_version','5','yes'),(1163,'elementor_custom_icon_sets_config','a:0:{}','yes'),(509,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(183,'elementor_disable_color_schemes','yes','yes'),(184,'elementor_disable_typography_schemes','yes','yes'),(6995,'elementor_editor_break_lines','','yes'),(6996,'elementor_font_display','auto','yes'),(6997,'elementor_load_fa4_shim','','yes'),(6998,'elementor_experiment-e_optimized_assets_loading','default','yes'),(6999,'elementor_experiment-e_optimized_css_loading','default','yes'),(11182,'elementor_events_db_version','1.0.0','no'),(841387,'elementor_controls_usage','a:2:{s:7:\"wp-page\";a:24:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:78;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:78;s:10:\"column_gap\";i:6;s:12:\"text_columns\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:5:\"align\";i:55;s:10:\"text_color\";i:59;s:21:\"typography_typography\";i:61;s:22:\"typography_font_family\";i:61;s:22:\"typography_line_height\";i:52;s:20:\"typography_font_size\";i:59;s:22:\"typography_font_weight\";i:16;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:3;s:25:\"typography_letter_spacing\";i:1;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:8:{s:7:\"_margin\";i:8;s:21:\"_element_width_mobile\";i:4;s:8:\"_padding\";i:19;s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_custom_width\";i:3;s:14:\"_margin_mobile\";i:3;s:28:\"_element_custom_width_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:16:\"_animation_delay\";i:5;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:287;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:281;s:16:\"content_position\";i:30;s:5:\"align\";i:16;s:19:\"_inline_size_tablet\";i:15;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:105;s:7:\"padding\";i:73;s:13:\"margin_mobile\";i:22;s:13:\"margin_tablet\";i:12;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:4:{s:9:\"animation\";i:34;s:15:\"animation_delay\";i:11;s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:43;s:16:\"background_image\";i:21;s:19:\"background_position\";i:19;s:15:\"background_size\";i:15;s:16:\"background_color\";i:13;s:17:\"background_repeat\";i:18;}s:14:\"section_border\";a:7:{s:13:\"border_radius\";i:17;s:13:\"border_border\";i:38;s:12:\"border_width\";i:39;s:12:\"border_color\";i:33;s:21:\"box_shadow_box_shadow\";i:11;s:27:\"box_shadow_hover_box_shadow\";i:11;s:26:\"box_shadow_box_shadow_type\";i:11;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:10;s:26:\"background_overlay_opacity\";i:10;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:183;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:105;s:7:\"padding\";i:80;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:16;s:14:\"padding_mobile\";i:11;s:13:\"margin_mobile\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:20;s:11:\"hide_tablet\";i:21;s:11:\"hide_mobile\";i:19;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:6:\"height\";i:19;s:13:\"custom_height\";i:19;s:13:\"content_width\";i:109;s:12:\"height_inner\";i:22;s:19:\"custom_height_inner\";i:39;s:3:\"gap\";i:20;s:6:\"layout\";i:14;s:15:\"stretch_section\";i:2;s:20:\"custom_height_mobile\";i:2;s:20:\"custom_height_tablet\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:66;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:15:{s:21:\"background_background\";i:79;s:16:\"background_image\";i:19;s:19:\"background_position\";i:19;s:17:\"background_repeat\";i:19;s:15:\"background_size\";i:19;s:16:\"background_color\";i:48;s:28:\"background_slideshow_gallery\";i:2;s:37:\"background_slideshow_slide_transition\";i:2;s:36:\"background_slideshow_background_size\";i:2;s:22:\"background_hover_color\";i:6;s:18:\"background_color_b\";i:29;s:23:\"background_color_b_stop\";i:29;s:28:\"background_gradient_position\";i:29;s:26:\"background_position_mobile\";i:2;s:23:\"background_image_mobile\";i:1;}s:26:\"section_background_overlay\";a:11:{s:29:\"background_overlay_background\";i:22;s:26:\"background_overlay_opacity\";i:22;s:24:\"background_overlay_image\";i:7;s:27:\"background_overlay_position\";i:7;s:23:\"background_overlay_xpos\";i:7;s:23:\"background_overlay_ypos\";i:7;s:25:\"background_overlay_repeat\";i:7;s:23:\"background_overlay_size\";i:7;s:27:\"background_overlay_bg_width\";i:7;s:24:\"background_overlay_color\";i:11;s:33:\"background_overlay_opacity_mobile\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_radius\";i:8;s:12:\"border_width\";i:33;s:12:\"border_color\";i:34;s:30:\"box_shadow_box_shadow_position\";i:29;s:13:\"border_border\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;}s:21:\"section_shape_divider\";a:10:{s:17:\"shape_divider_top\";i:37;s:24:\"shape_divider_top_height\";i:40;s:22:\"shape_divider_top_flip\";i:5;s:20:\"shape_divider_bottom\";i:4;s:23:\"shape_divider_top_color\";i:2;s:23:\"shape_divider_top_width\";i:35;s:26:\"shape_divider_top_negative\";i:4;s:31:\"shape_divider_top_above_content\";i:1;s:27:\"shape_divider_bottom_height\";i:3;s:26:\"shape_divider_bottom_color\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:147;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:147;s:11:\"header_size\";i:65;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:5:\"align\";i:55;s:21:\"typography_typography\";i:117;s:22:\"typography_font_family\";i:85;s:20:\"typography_font_size\";i:115;s:22:\"typography_font_weight\";i:62;s:11:\"title_color\";i:26;s:22:\"typography_line_height\";i:8;s:25:\"typography_text_transform\";i:1;s:27:\"typography_font_size_tablet\";i:19;s:27:\"typography_font_size_mobile\";i:19;s:23:\"text_stroke_text_stroke\";i:4;s:24:\"text_stroke_stroke_color\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:8:{s:7:\"_margin\";i:65;s:8:\"_padding\";i:62;s:14:\"_element_width\";i:36;s:21:\"_element_custom_width\";i:6;s:21:\"_element_width_mobile\";i:6;s:23:\"_element_vertical_align\";i:15;s:8:\"_z_index\";i:4;s:14:\"_margin_mobile\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:11;s:16:\"_animation_delay\";i:11;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:29;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:29;s:4:\"link\";i:24;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:5:\"align\";i:21;s:21:\"typography_typography\";i:12;s:12:\"text_padding\";i:21;s:13:\"border_radius\";i:15;s:15:\"hover_animation\";i:15;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:16:\"background_color\";i:15;s:17:\"button_text_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"border_width\";i:11;s:12:\"border_color\";i:11;s:19:\"text_padding_tablet\";i:11;s:21:\"typography_font_style\";i:7;s:26:\"typography_text_decoration\";i:7;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:17;s:8:\"_padding\";i:15;s:8:\"_z_index\";i:4;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:58;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:58;s:4:\"view\";i:10;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:31;s:17:\"icon_align_mobile\";i:2;s:10:\"icon_align\";i:22;}s:18:\"section_icon_style\";a:4:{s:9:\"icon_size\";i:31;s:11:\"text_indent\";i:8;s:10:\"icon_color\";i:7;s:16:\"icon_color_hover\";i:3;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:44;s:26:\"icon_typography_typography\";i:43;s:27:\"icon_typography_font_family\";i:43;s:25:\"icon_typography_font_size\";i:30;s:31:\"icon_typography_text_decoration\";i:2;s:27:\"icon_typography_line_height\";i:10;s:16:\"text_color_hover\";i:10;s:27:\"icon_typography_font_weight\";i:17;s:32:\"icon_typography_font_size_tablet\";i:29;s:32:\"icon_typography_font_size_mobile\";i:29;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:25;s:8:\"_padding\";i:25;s:14:\"_element_width\";i:10;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;}s:15:\"section_buttons\";a:3:{s:11:\"button_size\";i:1;s:12:\"button_width\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:2:{s:13:\"email_subject\";i:1;s:15:\"email_from_name\";i:1;}s:15:\"section_email_2\";a:2:{s:15:\"email_subject_2\";i:1;s:17:\"email_from_name_2\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_form_style\";a:3:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:8;s:4:\"view\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:8;s:12:\"icon_padding\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:92;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:92;s:10:\"image_size\";i:81;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:18:{s:5:\"align\";i:13;s:5:\"width\";i:71;s:19:\"image_border_border\";i:6;s:18:\"image_border_width\";i:6;s:6:\"height\";i:22;s:19:\"image_border_radius\";i:7;s:10:\"object-fit\";i:2;s:5:\"space\";i:2;s:18:\"image_border_color\";i:1;s:28:\"css_filters_hover_css_filter\";i:10;s:28:\"css_filters_hover_brightness\";i:11;s:27:\"background_hover_transition\";i:10;s:12:\"width_mobile\";i:13;s:13:\"height_mobile\";i:8;s:7:\"opacity\";i:9;s:12:\"width_tablet\";i:3;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:16:{s:14:\"_element_width\";i:2;s:9:\"_position\";i:4;s:9:\"_offset_x\";i:7;s:9:\"_offset_y\";i:4;s:7:\"_margin\";i:20;s:8:\"_padding\";i:8;s:21:\"_offset_orientation_v\";i:3;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:1;s:13:\"_offset_y_end\";i:1;s:16:\"_offset_x_mobile\";i:3;s:16:\"_offset_y_mobile\";i:3;s:21:\"_element_custom_width\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_y_tablet\";i:1;s:14:\"_margin_tablet\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:2;s:14:\"_border_radius\";i:1;}s:16:\"_section_masking\";a:1:{s:12:\"_mask_switch\";i:13;}}}}s:14:\"image-carousel\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:9:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:14:\"slides_to_show\";i:2;s:10:\"navigation\";i:2;s:26:\"thumbnail_custom_dimension\";i:1;s:16:\"slides_to_scroll\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:23:\"slides_to_scroll_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_style_navigation\";a:2:{s:11:\"arrows_size\";i:1;s:13:\"dots_position\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:13;s:10:\"title_text\";i:13;s:16:\"description_text\";i:13;s:4:\"view\";i:10;s:5:\"shape\";i:10;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:15:{s:27:\"title_typography_typography\";i:13;s:28:\"title_typography_font_family\";i:13;s:26:\"title_typography_font_size\";i:13;s:28:\"title_typography_font_weight\";i:10;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:39:\"description_typography_font_size_mobile\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;s:35:\"description_typography_word_spacing\";i:3;}s:17:\"section_style_box\";a:4:{s:8:\"position\";i:10;s:10:\"icon_space\";i:10;s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;}s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:10;s:9:\"icon_size\";i:10;s:12:\"icon_padding\";i:10;s:13:\"border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:13;s:8:\"_padding\";i:13;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:3;s:15:\"_padding_tablet\";i:3;}s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;s:28:\"_background_hover_background\";i:3;}}}}s:20:\"testimonial-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:4:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;s:19:\"_background_color_b\";i:1;s:17:\"_background_image\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:11:\"testimonial\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:3:{s:17:\"testimonial_image\";i:2;s:16:\"testimonial_name\";i:2;s:15:\"testimonial_job\";i:2;}}s:5:\"style\";a:3:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;}s:30:\"section_style_testimonial_name\";a:1:{s:26:\"name_typography_typography\";i:1;}s:29:\"section_style_testimonial_job\";a:1:{s:25:\"job_typography_typography\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:12;s:5:\"style\";i:3;s:5:\"align\";i:7;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:5:{s:5:\"color\";i:9;s:6:\"weight\";i:11;s:3:\"gap\";i:12;s:14:\"pattern_height\";i:3;s:12:\"pattern_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:5;s:14:\"_element_width\";i:5;s:23:\"_element_vertical_align\";i:5;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:4:\"rows\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:22:{s:10:\"column_gap\";i:1;s:17:\"column_gap_mobile\";i:1;s:7:\"row_gap\";i:1;s:14:\"row_gap_mobile\";i:1;s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:11:\"price_color\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:33:\"price_typography_font_size_mobile\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:34:\"button_typography_font_size_mobile\";i:1;}s:18:\"section_design_box\";a:3:{s:17:\"box_border_radius\";i:1;s:11:\"box_padding\";i:1;s:12:\"box_bg_color\";i:1;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:8;s:14:\"title_html_tag\";i:8;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:4:{s:26:\"section_toggle_style_title\";a:11:{s:27:\"title_typography_typography\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_family\";i:8;s:11:\"title_color\";i:8;s:28:\"title_typography_line_height\";i:3;s:28:\"title_typography_font_weight\";i:8;s:16:\"tab_active_color\";i:3;s:33:\"title_typography_font_size_tablet\";i:5;s:33:\"title_typography_font_size_mobile\";i:5;s:35:\"title_typography_line_height_tablet\";i:5;s:16:\"title_background\";i:5;}s:28:\"section_toggle_style_content\";a:8:{s:15:\"content_padding\";i:8;s:13:\"content_color\";i:8;s:29:\"content_typography_typography\";i:8;s:30:\"content_typography_font_family\";i:8;s:30:\"content_typography_line_height\";i:3;s:28:\"content_typography_font_size\";i:8;s:30:\"content_typography_font_weight\";i:8;s:35:\"content_typography_font_size_mobile\";i:5;}s:20:\"section_toggle_style\";a:2:{s:12:\"border_width\";i:8;s:12:\"border_color\";i:8;}s:25:\"section_toggle_style_icon\";a:2:{s:10:\"icon_align\";i:8;s:10:\"icon_space\";i:8;}}}}s:7:\"gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:13:\"image-gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:2:{s:13:\"ending_number\";i:4;s:5:\"title\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}s:7:\"reviews\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:3:{s:6:\"slides\";i:12;s:15:\"slides_per_view\";i:12;s:16:\"slides_to_scroll\";i:12;}s:26:\"section_additional_options\";a:1:{s:10:\"pagination\";i:12;}}s:5:\"style\";a:3:{s:20:\"section_slides_style\";a:8:{s:13:\"space_between\";i:12;s:22:\"slide_background_color\";i:12;s:17:\"slide_border_size\";i:12;s:19:\"slide_border_radius\";i:12;s:13:\"slide_padding\";i:12;s:23:\"header_background_color\";i:12;s:11:\"content_gap\";i:12;s:14:\"separator_size\";i:12;}s:21:\"section_content_style\";a:6:{s:10:\"name_color\";i:12;s:26:\"name_typography_typography\";i:12;s:27:\"name_typography_font_family\";i:12;s:25:\"name_typography_font_size\";i:12;s:32:\"name_typography_font_size_tablet\";i:12;s:32:\"name_typography_font_size_mobile\";i:12;}s:20:\"section_rating_style\";a:3:{s:10:\"star_style\";i:12;s:9:\"star_size\";i:12;s:11:\"stars_color\";i:12;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:23:\"elementskit-testimonial\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:41:\"ekit_testimonial_layout_section_tab_style\";a:1:{s:22:\"ekit_testimonial_style\";i:2;}s:34:\"ekit_testimonial_section_tab_style\";a:4:{s:34:\"ekit_testimonial_wartermark_enable\";i:2;s:30:\"ekit_testimonial_rating_enable\";i:2;s:21:\"ekit_testimonial_data\";i:2;s:36:\"ekit_testimonial_wartermark_position\";i:1;}s:32:\"ekit_testimonial_layout_settings\";a:6:{s:35:\"ekit_testimonial_left_right_spacing\";i:1;s:28:\"ekit_testimonial_slidetoshow\";i:2;s:31:\"ekit_testimonial_slidesToScroll\";i:1;s:35:\"ekit_testimonial_slidetoshow_mobile\";i:2;s:35:\"ekit_testimonial_slidetoshow_tablet\";i:2;s:38:\"ekit_testimonial_slidesToScroll_tablet\";i:1;}}s:5:\"style\";a:4:{s:37:\"ekit_testimonial_section_wraper_style\";a:3:{s:42:\"ekit_testimonial_section_wraper_use_height\";i:1;s:31:\"ekit_testimonial_section_height\";i:1;s:50:\"ekit_testimonial_section_wraper_vertical_alignment\";i:1;}s:31:\"ekit_testimonial_section_layout\";a:4:{s:30:\"ekit_testimonial_layout_margin\";i:1;s:37:\"ekit_testimonial_layout_border_border\";i:1;s:36:\"ekit_testimonial_layout_border_width\";i:1;s:36:\"ekit_testimonial_layout_border_color\";i:1;}s:36:\"ekit_testimonial_title_separetor_tab\";a:2:{s:38:\"ekit_testimonial_title_separator_width\";i:1;s:39:\"ekit_testimonial_title_separator_height\";i:1;}s:39:\"ekit_testimonial_client_content_section\";a:2:{s:43:\"ekit_testimonial_client_name_spacing_bottom\";i:1;s:34:\"ekit_testimonial_client_image_size\";i:1;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:16:\"title_background\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}}}}}s:7:\"wp-post\";a:12:{s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:1;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;}s:18:\"section_icon_style\";a:8:{s:10:\"icon_color\";i:1;s:16:\"icon_size_mobile\";i:1;s:11:\"text_indent\";i:2;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;s:16:\"icon_color_hover\";i:3;s:24:\"icon_self_vertical_align\";i:1;s:31:\"icon_self_vertical_align_mobile\";i:1;}s:18:\"section_text_style\";a:7:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:25:\"icon_typography_font_size\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:1;s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_mobile\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_mobile\";i:8;s:23:\"content_position_mobile\";i:2;s:16:\"content_position\";i:5;s:19:\"_inline_size_tablet\";i:3;s:12:\"align_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:14:\"z_index_mobile\";i:1;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:4:{s:6:\"sticky\";i:3;s:28:\"sticky_effects_offset_mobile\";i:1;s:9:\"sticky_on\";i:1;s:20:\"sticky_offset_mobile\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:6:\"layout\";i:1;}}}}s:13:\"ekit-nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:23:\"elementskit_content_tab\";a:3:{s:20:\"elementskit_nav_menu\";i:1;s:37:\"elementskit_main_menu_position_mobile\";i:1;s:27:\"elementskit_one_page_enable\";i:1;}s:23:\"elementskit_mobile_menu\";a:2:{s:25:\"elementskit_nav_menu_logo\";i:1;s:26:\"elementskit_hamburger_icon\";i:1;}}s:5:\"style\";a:4:{s:30:\"elementskit_style_tab_menuitem\";a:6:{s:41:\"elementskit_content_typography_typography\";i:1;s:47:\"elementskit_content_typography_font_size_mobile\";i:1;s:42:\"elementskit_content_typography_font_weight\";i:1;s:34:\"elementskit_menu_text_color_mobile\";i:1;s:35:\"elementskit_item_color_hover_mobile\";i:1;s:45:\"elementskit_nav_menu_active_text_color_mobile\";i:1;}s:34:\"elementskit_style_tab_submenu_item\";a:4:{s:43:\"elementskit_menu_item_typography_typography\";i:1;s:49:\"elementskit_menu_item_typography_font_size_mobile\";i:1;s:44:\"elementskit_menu_item_typography_font_weight\";i:1;s:37:\"elementskit_submenu_item_color_mobile\";i:1;}s:33:\"elementskit_menu_toggle_style_tab\";a:8:{s:44:\"elementskit_menu_toggle_icon_position_mobile\";i:1;s:39:\"elementskit_menu_open_typography_mobile\";i:1;s:45:\"elementskit_menu_toggle_background_background\";i:1;s:40:\"elementskit_menu_toggle_background_color\";i:1;s:34:\"elementskit_menu_toggle_icon_color\";i:1;s:36:\"elementskit_menu_close_border_border\";i:1;s:33:\"elementskit_menu_close_icon_color\";i:1;s:39:\"elementskit_menu_close_icon_color_hover\";i:1;}s:38:\"elementskit_mobile_menu_logo_style_tab\";a:2:{s:41:\"elementskit_mobile_menu_logo_width_mobile\";i:1;s:42:\"elementskit_mobile_menu_logo_height_mobile\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:22:\"image_custom_dimension\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:10:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:21:\"_element_width_tablet\";i:1;s:28:\"_element_custom_width_tablet\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"width_mobile\";i:1;}}}}s:25:\"elementskit-header-search\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"ekit_header_search\";a:3:{s:26:\"ekit_search_icon_font_size\";i:2;s:33:\"ekit_search_icon_font_size_mobile\";i:1;s:33:\"ekit_search_icon_font_size_tablet\";i:1;}}s:5:\"style\";a:1:{s:36:\"ekit_header_search_section_tab_style\";a:2:{s:27:\"ekit_search_icon_text_align\";i:2;s:23:\"ekit_searech_icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:10:\"icon_align\";i:2;s:4:\"link\";i:2;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:5:\"align\";i:2;s:12:\"border_width\";i:2;s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:2;s:12:\"align_mobile\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:1;s:12:\"border_color\";i:2;s:19:\"text_padding_mobile\";i:1;s:13:\"border_radius\";i:2;s:11:\"hover_color\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:3:{s:22:\"section_style_dropdown\";a:6:{s:19:\"color_dropdown_item\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_family\";i:1;s:36:\"dropdown_typography_font_size_tablet\";i:1;s:36:\"dropdown_typography_font_size_mobile\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;}s:12:\"style_toggle\";a:2:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"pointer\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:10:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:13:\"border_radius\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:18:\"icon_primary_color\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;}s:20:\"section_social_hover\";a:2:{s:15:\"hover_animation\";i:1;s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_mobile\";i:3;s:30:\"_element_vertical_align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:3;s:12:\"align_mobile\";i:1;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}}}','off'),(841405,'elementor_pro_install_history','a:2:{s:6:\"3.14.0\";i:1724391564;s:6:\"3.23.3\";i:1724391565;}','auto'),(43516,'user_count','91','off'),(43517,'db_upgraded','','on'),(6987,'elementor_pro_activecampaign_api_url','','yes'),(6988,'elementor_pro_getresponse_api_key','','yes'),(6989,'elementor_pro_convertkit_api_key','','yes'),(6990,'elementor_pro_mailerlite_api_key','','yes'),(6991,'elementor_use_mini_cart_template','initial','yes'),(6992,'elementor_typekit-kit-id','','yes'),(6993,'elementor_font_awesome_pro_kit_id','','yes'),(6994,'elementor_css_print_method','external','yes'),(937,'elementor_unfiltered_files_upload','1','yes'),(187,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(941699,'_transient_timeout_elementor_remote_info_api_data_3.23.4','1751562085','off'),(941700,'_transient_elementor_remote_info_api_data_3.23.4','a:4:{s:9:\"timestamp\";s:10:\"1751515684\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(942107,'_transient_timeout_wc_tracks_blog_details','1751635703','off'),(942108,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:28:\"https://hoteldhruvpalace.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";b:0;s:8:\"store_id\";s:36:\"33ba3dbe-221a-459b-b203-44a34a96f8f0\";s:14:\"products_count\";s:1:\"9\";s:10:\"wc_version\";s:5:\"9.2.2\";}','off'),(941716,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1751562235','off'),(941715,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Jun 2025 18:17:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.9-alpha-60407\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordCamp US 2025: See You in Portland, Oregon!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2025/06/wordcamp-us-2025-see-you-in-portland-oregon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Jun 2025 18:14:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18884\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"WordCamp US 2025 is heading to vibrant Portland, Oregon, from August 26–29, 2025! Join fellow open source enthusiasts, developers, designers, and WordPress professionals from across the United States and around the world for four days of learning, networking, and collaboration at the Oregon Convention Center. Nestled in the Pacific Northwest, Portland is famous for its […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8253:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=1024%2C576&ssl=1\" alt=\"\" class=\"wp-image-18885\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=300%2C169&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=768%2C432&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?w=1200&ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordCamp US 2025 is heading to vibrant Portland, Oregon, from August 26–29, 2025! Join fellow open source enthusiasts, developers, designers, and WordPress professionals from across the United States and around the world for four days of learning, networking, and collaboration at the Oregon Convention Center.</p>\n\n\n\n<p>Nestled in the Pacific Northwest, Portland is famous for its creative spirit, lush green spaces, and riverside trails, making it an inspiring backdrop for this year’s WordCamp. Whether building your first site or leading a digital agency, WordCamp US offers something for everyone, all set against the city’s stunning natural scenery.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Contributor Day: August 26</h3>\n\n\n\n<p>Kick off your WordCamp US experience by giving back. Contributor Day welcomes all skill levels to collaborate on teams that help make WordPress better, from code to community to documentation. You can make a difference to the project, and build new friendships or rekindle old ones, perhaps even while enjoying views of Portland’s skyline and tree-lined streets.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Main Conference: August 27–29</h3>\n\n\n\n<h4 class=\"wp-block-heading\">Showcase Day – August 27</h4>\n\n\n\n<p>As part of the main conference, day one will give us a look at project showcases, discover innovative uses of WordPress, see how people push the platform’s boundaries, and get inspired to try something new.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Session Days + Expo Hall – August 28-29</h4>\n\n\n\n<p>Experience another two days filled with inspiring keynotes, practical sessions, and deep dives into the latest trends in web development, design, content, accessibility, and more. Hear from some of the brightest minds in the WordPress ecosystem and explore topics that get to the heart of what makes WordPress unique. Also, take some time to explore the main floors of WCUS, like the Sponsors Hall.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Networking and Community</h3>\n\n\n\n<p>Meet WordPress friends new and old, exchange ideas with community leaders, and collaborate with people who share your passion for open source. Enjoy daily lunches and a memorable social event, all included with your ticket. Stroll along the Willamette River or explore nearby parks in between sessions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Venue & Accommodations</h3>\n\n\n\n<p>This year, we’re gathering at the Oregon Convention Center in the heart of Portland—a city known for its vibrant neighborhoods and abundant green spaces. We’ve secured a special hotel block right across the street at the Hyatt Regency Portland for convenient, comfortable lodging during your stay.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f3e2.png\" alt=\"🏢\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></strong> <strong>Oregon Convention Center<br></strong>777 NE Martin Luther King Jr Blvd<br>Portland, OR 97232<br></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f6cf.png\" alt=\"🛏\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Hyatt Regency Portland</strong><br>375 NE Holladay Street<br>Portland, OR 97232<br><a href=\"https://www.hyatt.com/en-US/group-booking/PDXRP/G-CAMP\">Book your room!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Registration and Tickets</h2>\n\n\n\n<p>Registration officially kicked off last month. Secure your spot early; tickets are selling quickly.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to Plan Your WordCamp US Experience?</h2>\n\n\n\n<p>Keep checking the <a href=\"https://us.wordcamp.org/2025/\">WordCamp US site</a> for travel tips, to book accommodations, and to watch for the whole event schedule—coming soon! While here, why not plan to take in some of Portland’s scenic hiking trails, bike-friendly streets, or local food scene?</p>\n\n\n\n<p>Stay tuned for updates and announcements on <a href=\"https://make.wordpress.org/marketing/handbook/social-media/\">WordPress social media channels</a>, and join the conversation.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p>Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags and tell your story on social!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18898\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?w=2048&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Portland is calling—see you at WordCamp US 2025! <img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f332.png\" alt=\"🌲\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Dropping security updates for WordPress versions 4.1 through 4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2025 15:26:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18872\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"As of July 2025, the WordPress Security Team will no longer provide security updates for WordPress versions 4.1 through 4.6. These versions were first released nine or more years ago and over 99% of WordPress installations run a more recent version. The chances this will affect your site, or sites, is very small. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3111:\"\n<p>As of July 2025, the WordPress Security Team will no longer provide security updates for WordPress versions 4.1 through 4.6.</p>\n\n\n\n<p>These versions were first released nine or more years ago and over 99% of WordPress installations run a more recent version. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1048\" height=\"122\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=1048%2C122&ssl=1\" alt=\"Dashboard notice: "WordPress 6.8.1 is available! Please update now."\" class=\"has-border-color has-luminous-vivid-amber-border-color wp-image-18873\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?w=1048&ssl=1 1048w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=300%2C35&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=1024%2C119&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=768%2C89&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The version you are running is displayed in the bottom of the “At a Glance” section of the dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"281\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1024%2C281&ssl=1\" alt=\"At a glance widget showing a site running WordPress 4.1.41\" class=\"has-border-color has-cyan-bluish-gray-border-color wp-image-18875\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1024%2C281&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=300%2C82&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=768%2C211&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1536%2C421&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?w=1798&ssl=1 1798w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>As a reminder, the only <em>actively</em> supported version of WordPress is the most recent one. Security updates are only backported to older branches as a courtesy.</p>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2025/06/18/security-updates-will-cease-for-wordpress-versions-4-1-through-4-6/\" data-type=\"link\" data-id=\"https://make.wordpress.org/security/2025/06/18/security-updates-will-cease-for-wordpress-versions-4-1-through-4-6/\">the process to end support</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18872\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WCEU 2025: A Community Celebration in the Swiss Sun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 19:19:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18776\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025. I’m personally very excited… There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond. Matt Mullenweg, WordPress Cofounder The flagship WordPress event kicked […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:61400:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18837\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Nilo Velez</em></figcaption></figure>\n\n\n\n<p>Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>I’m personally very excited… There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event kicked off in Basel, Switzerland, with a dedicated Contributor Day. It was followed by two days of engaging talks, panels, hands-on workshops, and vibrant community connections. WordPress Cofounder Matt Mullenweg and Executive Director Mary Hubbard joined a diverse lineup of speakers and panelists, sharing insights in the heart of one of Europe’s most charming cities.</p>\n\n\n\n<p>Set against the backdrop of Basel’s historic streets and Rhine-side views, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest innovations, offered live demos, and connected with attendees. Each day, participants refueled with a range of local and international cuisine — from Swiss specialties to global favorites — making mealtime a lively space for networking, collaboration, and sparking new ideas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Basel</h2>\n\n\n\n<p>WordCamp Europe has long been one of the most anticipated WordPress events of the year — a space where community, creativity, and collaboration thrive. This year in Basel, the conference delivered an exciting and diverse program that reached every corner of the WordPress ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> – Across two full days, the conference featured informative talks, captivating keynotes, and dynamic discussions exploring WordPress and the broader web.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> – The stage welcomed 52 speakers from 23 countries across five continents, each bringing unique insights and global perspectives.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> – The schedule included 45 sessions and four hands-on workshops across three tracks, covering:\n<ul class=\"wp-block-list\">\n<li>Accessibility and key policy updates like the European Accessibility Act and the Cyber Resilience Act</li>\n\n\n\n<li>The evolving role of Artificial Intelligence in the open web</li>\n\n\n\n<li>Cutting-edge web design, development best practices, SEO, and content strategy</li>\n\n\n\n<li>Real-world case studies and showcases from across the community</li>\n</ul>\n</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> – Interactive workshops allowed attendees to roll up their sleeves and develop practical skills in a collaborative setting.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> – Whether developer, designer, content creator, or entrepreneur, every attendee found space to connect, learn, and grow within a vibrant and welcoming community.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Europe began with a vibrant Contributor Day that brought together 640 contributors—including many first-timers—to collaborate, share knowledge, and support the WordPress project. Guided by 33 dedicated table leads, with 21 teams, attendees of all experience levels came together to exchange ideas, solve real challenges, and make meaningful contributions to open source. From accessibility improvements to theme development and translation efforts, every table played a part in moving WordPress forward.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{"imageId":"68660e8f2f22b"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f2f22b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18798\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18798\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f2f521"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f2f521\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18799\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18799\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f2f829"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f2f829\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18800\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18800\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f2fafa"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f2fafa\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18801\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Roan de Vries</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f2fe01"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f2fe01\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18802\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&ssl=1\" alt=\"\" class=\"wp-image-18802\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f300e4"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f300e4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18803\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18803\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f303c4"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f303c4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18804\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18804\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f30681"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f30681\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18805\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18805\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3095b"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3095b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18806\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18806\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f30c35"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f30c35\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18807\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18807\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f30ef6"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f30ef6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18808\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18808\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Sebastián Echeverri Jaramillo</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f311b6"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f311b6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18809\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18809\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f31481"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f31481\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18810\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18810\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Contributor Day at WordCamp Europe 2025 brought together a mix of first-time and returning contributors across a wide range of teams, from Core and Accessibility to Polyglots, Training, and Community. Attendees tackled everything from onboarding and ticket triage to translating strings, improving documentation, and enhancing tools and workflows. Development-focused teams explored performance and testing improvements and worked through live coding exercises. Meanwhile, accessibility testers, support volunteers, and photo moderators contributed to efforts that directly impact users around the world.</p>\n\n\n\n<p>In parallel, teams like Marketing, Meta, Hosting, and Sustainability focused on future-facing initiatives—from promoting WordPress through the Showcase and social media campaigns to refining infrastructure, increasing accessibility, and preparing for long-term project growth. Whether contributing to plugins, themes, documentation, or new contributor experiences, participants reinforced the values that power the WordPress project: collaboration, inclusivity, and openness. The day served as a reminder that WordPress is not just software—it’s a community built by and for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tomorrow Starts with WordPress</h2>\n\n\n\n<p>The first full day of WordCamp Europe 2025 brought the community together to celebrate the power of open source collaboration and innovation. Opening remarks from both global and local event leads reflected on the journey of WordCamp Europe—from its beginnings in 2013 in Leiden, Netherlands, to the vibrant event in Basel today. This full-circle moment underscored the growth of the WordPress community, united by a shared commitment to an open web.</p>\n\n\n\n<p>The day launched into an inspiring program with the keynote session, <em>WordPress Without Borders – The Fight for Digital Freedom</em>, delivered by Noel Tock. Drawing from his experiences—including time on the frontlines in Ukraine—Tock illustrated how open source supports global resilience and serves as a digital human right. His message called on contributors to see their work as part of something greater, offering a compelling and forward-looking vision to energize and unify the WordPress community.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordPress without Borders — The Fight for Digital Freedom | Noel Tock\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/tb_A-ABehnY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, the program unfolded across multiple tracks—each one sparking new conversations and insights. One standout session highlighted social entrepreneurship in Bulgaria, where WordPress is helping grassroots organizations drive change in education, journalism, and social justice. Petya Raykovska shared how nonprofits like Teenovator and the Bulgarian Fund for Women are using WordPress to amplify their work and strengthen their communities.</p>\n\n\n\n<p>Designers and developers explored ways to improve workflows and collaboration. In <em>Bridging Design and Development</em>, attendees learned how Figma Design Systems can connect design and development through shared structures mapped to block themes. Real-world examples, like the Novus Media Newspaper Design System, demonstrated how scalable, consistent design can power multi-brand platforms.</p>\n\n\n\n<p>Workshops played a key role throughout the day, including the interactive <em>Block Developer Cookbook: WCEU 2025 Edition</em>, where attendees worked through community-voted code recipes featuring the latest WordPress APIs. Sessions also dove into emerging technologies, such as <em>Automating WordPress Setup with Modern AI Tools</em>, which showcased how WP-CLI, scripting, and AI can accelerate project setup and reduce repetitive tasks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18817\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Marc Wieland</em></figcaption></figure>\n\n\n\n<p>Day Two of WordCamp Europe 2025 opened with a focus on the evolving role of the WordPress community in a rapidly changing digital world. Sessions explored how contributors—from local meetup organizers to global advocates—play a vital part in shaping WordPress’s future. Talks on inclusivity, such as <em>Over the Rainbow</em>, encouraged attendees to consider how individual actions can help build a more welcoming, representative open source ecosystem. Throughout the morning, the spirit of collaboration and shared purpose remained front and center.</p>\n\n\n\n<p>As the day progressed, attention turned to the tools and technologies pushing WordPress forward. From sessions on scaling multilingual sites and managing observability to hands-on workshops, developers explored new ways to streamline workflows and enhance performance. Highlights included <em>WordPress Gems for Devs</em>, which introduced the Interactivity API through live coding, and <em>Client-side Web AI Agents</em>, a look at cutting-edge browser-based AI that unlocks new possibilities for web experiences. These talks reflected the platform’s growing capacity to adapt to emerging trends while staying true to its open foundations.</p>\n\n\n\n<p>The afternoon brought a blend of practical guidance and inspiring stories across tracks. A case study on accessibility from Switzerland showed how thoughtful design can benefit all users, while a session on brand-building for women entrepreneurs highlighted the creative and economic opportunities WordPress enables. With topics spanning content strategy, business growth, regulatory readiness, and more, the second day of WCEU 2025 affirmed the strength of the WordPress ecosystem—not only as a technology platform, but as a global movement fueled by people, purpose, and possibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fireside Chat</h2>\n\n\n\n<p>As the final day drew to a close, Matt and Mary shared some thoughts on EU regulation (Open Web Alliance), AI, and the introduction of the WordPress AI team, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Fireside chat with Q&A | Mary Hubbard and Matt Mullenweg\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/mzJwYejWUbY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>A heartfelt thank you to the dedicated organizers who brought WordCamp Europe 2025 to life in Basel, the speakers who shared their insights, the attendees who joined us in person, and those who followed along from afar. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{"imageId":"68660e8f31c2f"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f31c2f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18827\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18827\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f31f13"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f31f13\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18825\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18825\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f321d7"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f321d7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18824\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18824\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f324a8"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f324a8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18823\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18823\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f327ac"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f327ac\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18822\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18822\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=768%2C513&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1536%2C1025&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Maksym Kaharlytskyi</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f32a62"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f32a62\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"533\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18821\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=799%2C533&ssl=1\" alt=\"\" class=\"wp-image-18821\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?w=799&ssl=1 799w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=768%2C512&ssl=1 768w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f32d3f"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f32d3f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18820\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18820\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Atsushi Ando</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f32ffd"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f32ffd\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18819\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18819\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f332b3"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f332b3\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18829\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18829\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?w=2048&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3357a"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3357a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18859\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-18859\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1536%2C1023&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?w=1600&ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the final major WordPress events in 2025: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> (Portland, Oregon, USA). Then join us in <a href=\"https://europe.wordcamp.org/2026/\">Kraków, Poland for WordCamp Europe 2026</a>! Also, if you want to get involved with WCEU, the call for organisers is already open for 2026. </p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Announcing the Formation of the WordPress AI Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 16:28:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18769\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"Today, I’m pleased to announce the formation of a new WordPress AI Team, a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem. AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2961:\"\n<p>Today, I’m pleased to announce the formation of a new <strong>WordPress AI Team,</strong> a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem.</p>\n\n\n\n<p>AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in the open, guided by community values, and built to core standards.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Matters</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strategic focus</strong>: A unified team stewards AI development thoughtfully, avoids fragmentation, and ensures alignment with the long-term goals of WordPress. </li>\n\n\n\n<li><strong>Shared innovation</strong>: Contributors and companies are actively exploring AI across the ecosystem. This team provides a central place to collaborate, share ideas, and build together.</li>\n\n\n\n<li><strong>Rapid iteration</strong>: Like the Performance Team, we’ll take a plugin-first approach. <a href=\"https://make.wordpress.org/core/2022/09/11/canonical-plugins-revisited/\">Canonical Plugins</a> will allow us to move quickly, gather feedback, and deliver real value without waiting on the Core release cycle.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<p>The AI Team will:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coordinate cross-team efforts to explore AI-powered features responsibly and inclusively.</li>\n\n\n\n<li>Publish and maintain a public roadmap of AI initiatives and Canonical Plugins.</li>\n\n\n\n<li>Collaborate closely with Core, Design, Accessibility, and other teams to ensure strong integration and shared standards.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Meet the Team</h2>\n\n\n\n<p>The WordPress AI Team brings deep experience in open-source, performance, and product development and a strong commitment to building AI features the WordPress way. The team will launch with the following team contributors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>James LePage</strong> – Automattic</li>\n\n\n\n<li><strong>Felix Arntz</strong> – Google</li>\n\n\n\n<li><strong>Pascal Birchler</strong> – Google</li>\n\n\n\n<li><strong>Jeff Paul</strong> – 10up</li>\n</ul>\n\n\n\n<p>To help get things started, James and Felix will serve as the initial <a href=\"https://make.wordpress.org/updates/team-reps/\">Team Reps</a> in supporting team organization, communication, and coordination with other Make WordPress teams.</p>\n\n\n\n<p>This is an exciting and important step in WordPress’s evolution. I look forward to seeing what we’ll create together and in the open.</p>\n\n\n\n<p>If you’re interested in contributing or following along, please join the conversations in <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai</a> and watch for upcoming meeting announcements on <a href=\"https://make.wordpress.org/ai/\">https://make.wordpress.org/ai/</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress Campus Connect Expands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2025/05/wordpress-campus-connect-expands/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 May 2025 12:40:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18726\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:391:\"WordPress Campus Connect, initially launched in October 2024 as a pilot program, has now been formally established as an official event series due to its resounding success. The inaugural program, spearheaded by myself, Anand Upadhyay, garnered immense enthusiasm from 400 Indian students who were eager to engage in hands-on WordPress training. WordPress Campus Connect transcends […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Anand Upadhyay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:28141:\"\n<p>WordPress Campus Connect, <a href=\"https://central.wordcamp.org/news/2024/12/wp-campus-connect-recap-a-journey-of-empowering-students-and-building-community/\">initially launched in October 2024 as a pilot program</a>, has now been formally established as an official event series due to its resounding success. The inaugural program, spearheaded by myself, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, garnered immense enthusiasm from 400 Indian students who were eager to engage in hands-on WordPress training.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{"imageId":"68660e8f3d3c7"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3d3c7\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18733\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18733\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3d6de"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3d6de\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18735\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18735\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3d9d5"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3d9d5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18732\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3dc92"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3dc92\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18728\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-18728\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1536%2C1023&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?w=1600&ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3df52"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3df52\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18729\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-18729\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1536%2C1023&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?w=1600&ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3e224"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3e224\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18730\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-18730\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1536%2C1023&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?w=1600&ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3e50b"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3e50b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18737\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18737\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3e7b5"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3e7b5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18731\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-18731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1536%2C1023&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?w=1600&ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3ea73"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3ea73\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18739\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18739\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3ed2b"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3ed2b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18734\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18734\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3eff2"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3eff2\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18741\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18741\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n\n\n\n<figure data-wp-context=\"{"imageId":"68660e8f3f2b9"}\" data-wp-interactive=\"core/image\" data-wp-key=\"68660e8f3f2b9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18740\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18740\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n class=\"lightbox-trigger\"\n type=\"button\"\n aria-haspopup=\"dialog\"\n aria-label=\"Enlarge\"\n data-wp-init=\"callbacks.initTriggerButton\"\n data-wp-on-async--click=\"actions.showLightbox\"\n data-wp-style--right=\"state.imageButtonRight\"\n data-wp-style--top=\"state.imageButtonTop\"\n >\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n <path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n </svg>\n </button></figure>\n</figure>\n\n\n\n<p>WordPress Campus Connect transcends the conventional workshop model by fostering a holistic learning community. It couples on-campus event learning with a diverse range of post-event activities, including meetups, website challenges, scholarships, and volunteering opportunities, all geared towards nurturing student development. The program’s efficacy has prompted other organizations in India to express interest in replicating its structure.</p>\n\n\n\n<p>Looking ahead, multiple local WordPress communities in India aim to reach more students in India through WordPress Campus Connect events. The curriculum will include beginner content, delve into more advanced WordPress concepts, and feature specialized sessions tailored for students with prior WordPress experience. </p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-8a400663 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"351\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent.png?resize=1024%2C351&ssl=1\" alt=\"\" class=\"wp-image-18743\" style=\"object-fit:cover\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=1024%2C351&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=300%2C103&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=768%2C263&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=1536%2C527&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=2048%2C702&ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<p>The official recognition of WordPress Campus Connect as an event series paves the way for further expansion, giving the series similar support and standing as WordCamps but with a student education-first goal and focus. Future plans include organizing large-scale student events, establishing WordPress clubs on college campuses, and facilitating mentorship connections for students.</p>\n\n\n\n<p>To support these ambitious goals, volunteers identified several key next steps:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Volunteer Handbook Development:</strong> Creating a comprehensive guidebook to equip volunteers with the necessary resources and information.</li>\n\n\n\n<li><strong>GatherPress Integration:</strong> Exploring the feasibility of integrating GatherPress as a tool for student groups.</li>\n\n\n\n<li><strong>Volunteer Recruitment:</strong> Actively seeking and onboarding volunteers to support WordPress Campus Connect initiatives through activities such as:\n<ol class=\"wp-block-list\">\n<li>Creating a workflow and guidelines for processing Student Club applications</li>\n\n\n\n<li>On-site facilitation or assistance for WordPress Campus Connect events</li>\n</ol>\n</li>\n\n\n\n<li><strong>Landing Page Creation</strong>: Creating a landing page describing what WordPress Campus Connect is all about</li>\n\n\n\n<li><strong>Student Groups: </strong>Drafting a framework for students to create their own groups for hosting WordPress events and activities. </li>\n</ul>\n\n\n\n<p>The overwhelming success of WordPress Campus Connect and the enthusiasm it has generated serve as a testament to the transformative power of passion and dedication. As WordPress Campus Connect continues to evolve and expand, it holds the promise of shaping the future of WordPress education and community engagement.</p>\n\n\n\n<p class=\"has-off-white-background-color has-background\">If you’re interested in helping shape the future of education with WordPress, <a href=\"https://wordpress.slack.com/archives/C08QK4V94AF\">join us in the #campusconnect Make Slack channel</a> today!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/04/wordpress-6-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Apr 2025 17:17:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18721\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordPress 6.8.1 is now available! This minor release includes fixes for 15 bugs throughout Core and the Block Editor addressing issues affecting multiple areas of WordPress including the block editor, multisite, and REST API. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 6.8.1 is a short-cycle maintenance release. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6967:\"\n<h2 class=\"wp-block-heading\">WordPress 6.8.1 is now available!</h2>\n\n\n\n<p>This minor release includes fixes for 15 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&milestone=6.8.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">throughout Core</a> and <a href=\"https://github.com/WordPress/wordpress-develop/pull/8752\">the Block Editor</a> addressing issues affecting multiple areas of WordPress including the block editor, multisite, and REST API. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2025/04/28/wordpress-6-8-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p>WordPress 6.8.1 is a short-cycle maintenance release. More maintenance releases will be made available throughout 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.8.1.zip\">download WordPress 6.8.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-8-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.8.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/ankitmaru\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/codeamp\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/justlevine\">David Levine</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dsawyers\">dsawyers</a>, <a href=\"https://profiles.wordpress.org/eduwass\">eduwass</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/kabir93\">H. Kabir</a>, <a href=\"https://profiles.wordpress.org/hideishi\">hideishi</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/jarekmorawski\">jarekmorawski</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/JeffPaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeffr0\">Jeffro</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/verygoode\">Joshua Goode</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/iamkingsleyf\">Kingsley Felix</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/lilgames\">LilGames</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"https://profiles.wordpress.org/marktimemedia\">Michelle Schulp Hunt</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickwilmot\">nickwilmot</a>, <a href=\"https://profiles.wordpress.org/nikunj8866\">Nikunj Hatkar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pratiklondhe\">Pratik Londhe</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/SirLouen\">SirLouen</a>, <a href=\"https://profiles.wordpress.org/soean\">Sören Wünsch</a>, <a href=\"https://profiles.wordpress.org/sourav08\">Sourav Pahwa</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/takuword\">takuword</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a> and <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Jubilee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2025/04/jubilee/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Apr 2025 02:07:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18716\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:289:\"As I said, we’re dropping all the human blocks. Community guidelines, directory guidelines, and such will need to be followed going forward, but whatever blocks were in place before are now cleared. It may take a few days, but any pre-existing blocks are considered bugs to be fixed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"\n<p>As I said, we’re dropping all the human blocks. Community guidelines, directory guidelines, and such will need to be followed going forward, but whatever blocks were in place before are now cleared. It may take a few days, but any pre-existing blocks are considered bugs to be fixed.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 6.8 “Cecil”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2025/04/cecil/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2025 17:00:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18701\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordPress 6.8, code-named “Cecil,” refines your creative workflow with a streamlined Style Book, now available in select Classic themes. Enjoy faster navigation via speculative loading, stronger security with bcrypt password hashing, and over 100 accessibility improvements. With thoughtful editor upgrades and behind-the-scenes performance boosts, 6.8 delivers polish, power, and precision.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:80564:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1024%2C535&ssl=1\" alt=\"Simulated record album featuring a grid of brightly-colored duotone portraits of Cecil Taylor\" class=\"wp-image-18708\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1024%2C535&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=300%2C157&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=768%2C401&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1536%2C802&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=2048%2C1070&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?w=3000&ssl=1 3000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Each WordPress release celebrates an artist who has left an indelible mark on music. WordPress 6.8, code-named “Cecil,” honors the legendary pianist and jazz pioneer Cecil Taylor.</p>\n\n\n\n<p>Classically trained yet relentlessly unconventional, Taylor reimagined the piano as a percussive instrument—layering tone clusters, polyphony, and rhythm into a sound both chaotic and precise. His music defied expectation, finding form in disorder and harmony in dissonance.</p>\n\n\n\n<p>That same spirit drives WordPress 6.8. Embrace its bold new features with the same curiosity and experimentation that defined Cecil’s sound.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.8!</h2>\n\n\n\n<p>WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage. The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles. Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.8.zip\">Download WordPress 6.8 “Cecil”</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">A release polished to a high sheen.</h2>\n\n\n\n<h3 class=\"wp-block-heading\">The Style Book gets a cleaner look—and a few new tricks.</h3>\n\n\n\n<p>The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.</p>\n\n\n\n<p>Plus, now you can see it in Classic themes that have editor-styles or a theme.json file. Find the Style Book under Appearance > Design and use it to preview your theme’s evolution, as you edit CSS or make changes in the Customizer.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18703\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=768%2C768&ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Editor improvements</h3>\n\n\n\n<p>Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop. Plus, you’ll find lots of little improvements in the editor that smooth your way through everything you build.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18705\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=768%2C768&ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Near-instant page loads, thanks to Speculative Loading</h3>\n\n\n\n<p>In WordPress 6.8, pages load faster than ever. When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code. This feature only works in modern browsers—older ones will simply ignore it without any impact.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18706\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=768%2C768&ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Stronger password security with bcrypt</h3>\n\n\n\n<p>Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break. This strengthens overall security, as do other encryption improvements across WordPress. You don’t need to do anything—everything updates automatically.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=900%2C900&ssl=1\" alt=\"\" class=\"wp-image-18707\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?w=900&ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=768%2C768&ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility improvements</h3>\n\n\n\n<p>100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience. This release includes fixes to every bundled theme, improvements to the navigation menu management, the customizer, and simplified labeling. The Block Editor has over 70 improvements to blocks, DataViews, and to its overall user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance updates</h3>\n\n\n\n<p>WordPress 6.8 packs a wide range of performance fixes and enhancements to speed up everything from editing to browsing. Beyond speculative loading, WordPress 6.8 pays special attention to the block editor, block type registration, and query caching. Plus, imagine never waiting longer than 50 milliseconds—for any interaction. In WordPress 6.8, the Interactivity API takes a first step toward that goal.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.8, please visit the feature-showcase website.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-8/\">Check out what’s new</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.8</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.8\">WordPress 6.8 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.8 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 6.8 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> and <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li>\n\n\n\n<li>Triage Lead: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank you, contributors</strong></h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.8 reflects the tireless efforts and passion of more than 900 contributors in more than 60 countries all over the world. This release also welcomed over 250 first-time contributors! </p>\n\n\n\n<p>Their collaboration delivered more than 320 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n<p class=\"has-small-font-size\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hiabhaykulkarni/\">Abhay Kulkarni</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">Abhishek Sharma</a> · <a href=\"https://profiles.wordpress.org/adakaleh/\">AdaKaleh</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/stromhalm/\">Adrian Jagusch</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/hemant-ahir/\">Ahir Hemant</a> · <a href=\"https://profiles.wordpress.org/ahmarzaidi/\">Ahmar Zaidi</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> · <a href=\"https://profiles.wordpress.org/aishwarryapande/\">Aishwarrya Pande</a> · <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/aks30498/\">aks30498</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a> · <a href=\"https://profiles.wordpress.org/ralessio/\">Alessio</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexflorisca/\">Alex Florisca</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexschmitz/\">alexschmitz</a> · <a href=\"https://profiles.wordpress.org/alireyad/\">Ali Akbar Reyad</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro Gómez</a> · <a href=\"https://profiles.wordpress.org/akrocks/\">Amaan Khan</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amimulihsanmahdi/\">Amimul Ihsan</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/amincharoliya/\">Amin Charoliya</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/ammarmassoud/\">Ammar Mohamed Fath Allah Abd-Elaaty Massoud</a> · <a href=\"https://profiles.wordpress.org/amolebonde/\">amolebonde</a> · <a href=\"https://profiles.wordpress.org/anandraj346/\">Anand Raj</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/bowedk/\">Andreas Pedersen</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/andrewssanya/\">Andrew Ssanya</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/ankitpatel1578/\">Ankit Patel</a> · <a href=\"https://profiles.wordpress.org/anmolverma404/\">Anmol Verma</a> · <a href=\"https://profiles.wordpress.org/annchichi/\">annchichi</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arielmaidana/\">Ariel Maidana</a> · <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a> · <a href=\"https://profiles.wordpress.org/arnoutblueshell/\">arnoutblueshell</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/mrashishjain/\">Ashish Jain</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/auareyou/\">Au</a> · <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharderaiya/\">Azhar Deraiya</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">Béryl de La Grandière</a> · <a href=\"https://profiles.wordpress.org/back2backdvm/\">back2backdvm</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">BackuPs</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bayejid00/\">Bayejid Ahmed</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bsutcliffe/\">Ben Sutcliffe</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/berislavgrgicak/\">Bero</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bijit027/\">Bijit Deb</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a> · <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/veryard/\">Brad</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brettsmason/\">brettsmason</a> · <a href=\"https://profiles.wordpress.org/brevilo/\">brevilo</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/burakkaptan/\">burak</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/cgastrell/\">cgastrell</a> · <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chintanmachhi207/\">chintanmachhi207</a> · <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a> · <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a> · <a href=\"https://profiles.wordpress.org/codebymikey/\">codebymikey</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/colinleroy/\">colinleroy</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cbusquets1989/\">Cris Busquets</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/ctienshi/\">ctienshi</a> · <a href=\"https://profiles.wordpress.org/cweiske/\">cweiske</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/coquardcyr/\">Cyrille</a> · <a href=\"https://profiles.wordpress.org/css31/\">Cyrille Sanson</a> · <a href=\"https://profiles.wordpress.org/daedalon/\">Daedalon</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dpknauss/\">Dan Knauss</a> · <a href=\"https://profiles.wordpress.org/danht/\">danht</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danielpataki/\">danielpataki</a> · <a href=\"https://profiles.wordpress.org/danielvann/\">danielvann</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/dhewercorus/\">Darren Hewer</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">David Arenas</a> · <a href=\"https://profiles.wordpress.org/darnado/\">David Arnado</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dafargier/\">David FARGIER</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/david-innes/\">David Innes</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/deadduck169/\">deadduck169</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/devansh2002/\">Devansh Chaudhary</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhavalkapadane/\">Dhaval Kapadane</a> · <a href=\"https://profiles.wordpress.org/dheeraj2995/\">Dheeraj Bhosale</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/diguj/\">Digvijay Zite</a> · <a href=\"https://profiles.wordpress.org/dilipom13/\">dilip</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/diliphingarajiya/\">Dilip Hingarajiya</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dingguodong/\">DingGuodong</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divyeshk71/\">Divyesh_kakrecha</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/mediaformat/\">Django</a> · <a href=\"https://profiles.wordpress.org/dnnsjsk/\">dnnsjsk</a> · <a href=\"https://profiles.wordpress.org/doekenorg/\">Doeke Norg</a> · <a href=\"https://profiles.wordpress.org/dogee/\">dogee</a> · <a href=\"https://profiles.wordpress.org/domenicdenicola/\">domenicdenicola</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dsawyers/\">dsawyers</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/earthman100/\">Earthman Media</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/eduwass/\">eduwass</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/eceleste/\">efc</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/elizaan36/\">elizaan36</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/eatse/\">Emmanuel Atsé</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fazyshah/\">Faizan Nabi</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/franciscabusas22/\">Francis Cabusas</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/frankbiganski/\">Frank B.</a> · <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/frkly/\">frkly</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/fxbenard/\">FX Bénard</a> · <a href=\"https://profiles.wordpress.org/gaellebesson/\">gaellebesson</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galibh/\">Galib Hayder</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/ghinamt/\">ghinamt</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuriani/\">giuriani</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/glynnquelch/\">Glynn Quelch</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/grgarside/\">grgarside</a> · <a href=\"https://profiles.wordpress.org/growwbuddy/\">GrowwBuddy</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/kabir93/\">H. Kabir</a> · <a href=\"https://profiles.wordpress.org/gencmedya/\">Halil Kaya</a> · <a href=\"https://profiles.wordpress.org/yahaly/\">Halyna Yampolska</a> · <a href=\"https://profiles.wordpress.org/hameem1102/\">Hameem Mahdad Kader</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">Hannes Leismann</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardipparmar/\">Hardip Parmar</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harishanker/\">Hari Shanker R</a> · <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/hekuranredev/\">hekuranredev</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/hdkothari81/\">Hemant Kothari</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/rvouill/\">Herve THOMAS</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">Hidenori ISHIKAWA</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hiteshhuptechweb/\">Hitesh Dhokai</a> · <a href=\"https://profiles.wordpress.org/hovhanneshovakimyan/\">Hovhannes Hovakimyan</a> · <a href=\"https://profiles.wordpress.org/hueitan/\">hueitan</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/hussain896/\">hussain896</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/imranh920/\">Imran Hossain (a11n)</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/indithemes/\">indithemes</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/isuke01/\">Isu</a> · <a href=\"https://profiles.wordpress.org/ivankristianto/\">Ivan Kristianto</a> · <a href=\"https://profiles.wordpress.org/moxie/\">Jack</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jainil07/\">Jainil Shah</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/jopdop30/\">James Payne</a> · <a href=\"https://profiles.wordpress.org/imaginarymedia/\">James Robinson</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/jammycakes/\">jammycakes</a> · <a href=\"https://profiles.wordpress.org/lysyjan87/\">Jan Lysý</a> · <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">Jaydip Ahir</a> · <a href=\"https://profiles.wordpress.org/jdnd/\">jdnd</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/maverick3x6/\">Jeff Golenski</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeffro</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a> · <a href=\"https://profiles.wordpress.org/jeremyroman/\">jeremyroman</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jartes/\">Joan Artes</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joecsmalley/\">joecsmalley</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes Jülg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/arrcorona/\">Jomar Jay Corona</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkilä</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonnyauk/\">jonnyauk</a> · <a href=\"https://profiles.wordpress.org/joomskys/\">joomskys</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/blogitsolutions/\">Josef Seidl</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/joshuawold/\">Joshua Wold</a> · <a href=\"https://profiles.wordpress.org/jottevanger/\">jottevanger</a> · <a href=\"https://profiles.wordpress.org/jokanane/\">Jouni Kananen</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanbuis/\">juanbuis</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juanwp22/\">juanwp22</a> · <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a> · <a href=\"https://profiles.wordpress.org/julianmar/\">julianmar</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/juzar/\">Juzar</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/ikamal/\">Kamal Hosen</a> · <a href=\"https://profiles.wordpress.org/kapasias/\">KAP ASIAs</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kel-dc/\">Kel Santiago-Pilarski</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/ketanniruke/\">Ketan Niruke</a> · <a href=\"https://profiles.wordpress.org/patelketan/\">Ketan Patel</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevin Leary</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/iamkingsleyf/\">Kingsley Felix</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kjroelke/\">KJ Roelke</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kohheepeace/\">kohheepeace</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kmgalanakis/\">Konstantinos Galanakis</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupaly2k/\">Krupal Lakhia</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a> · <a href=\"https://profiles.wordpress.org/lcarevic/\">lcarevic</a> · <a href=\"https://profiles.wordpress.org/leecollings/\">Lee</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/leszeks/\">leszeks</a> · <a href=\"https://profiles.wordpress.org/leup/\">leup</a> · <a href=\"https://profiles.wordpress.org/levskipg/\">levskipg</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/lilgames/\">LilGames</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/louwie17/\">Lourens</a> · <a href=\"https://profiles.wordpress.org/lovesoni1999/\">Love Soni</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovewpmu/\">lovewpmu</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/ltrihan/\">ltrihan</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/gadelhas/\">Mário Santos</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madpeter/\">madpeter</a> · <a href=\"https://profiles.wordpress.org/magdarogier/\">Magda Rogier</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mp518/\">Mahesh Prajapati</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/maikelraow/\">maikelraow</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand G. Mane</a> · <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/marchalyoan/\">marchalyoan</a> · <a href=\"https://profiles.wordpress.org/afmarchetti/\">Marchetti Design</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mariayohana/\">Maria Yohana</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> · <a href=\"https://profiles.wordpress.org/immasud/\">Masud Rana</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/iammattthomas/\">Matt (Thomas) Miklic</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/kinggmobb/\">Matthew</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/maximebj/\">maximebj</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/itsmhrahman/\">Md Hafijur Rahman</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/mehdi01/\">Md Mahdi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdibrahimk48/\">Md. Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/leeseoftbc/\">MelissaH</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/websiteredev/\">Michael Willman</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp Hunt</a> · <a href=\"https://profiles.wordpress.org/micromadness/\">micromadness</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mijotj/\">Mijo T J</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/modi2918/\">Modi Sahil</a> · <a href=\"https://profiles.wordpress.org/antwortzeit/\">modulbuero</a> · <a href=\"https://profiles.wordpress.org/aboelfotoh/\">Mohamed Aboelfotoh Mohamed</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/mojorob/\">mojorob</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mosne/\">Mosne / Paolo Tesei</a> · <a href=\"https://profiles.wordpress.org/mr660/\">mr660</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrunalkulkarni/\">mrunalkulkarni</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtdkei/\">mt</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/my1xt/\">My1</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/nandow/\">nandow</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Nasim Miah</a> · <a href=\"https://profiles.wordpress.org/nataliat2004/\">Natalia T</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navneet/\">navneet</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/mcqueen22/\">NerQuiles</a> · <a href=\"https://profiles.wordpress.org/krstarica/\">net</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nickgalvez/\">nickgalvez</a> · <a href=\"https://profiles.wordpress.org/nickwilmot/\">nickwilmot</a> · <a href=\"https://profiles.wordpress.org/undefinedfr/\">Nicolas RIVIERE</a> · <a href=\"https://profiles.wordpress.org/nicolasleroy/\">nicolasleroy</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/snilesh/\">Nilesh Shiragave</a> · <a href=\"https://profiles.wordpress.org/nirajgirixd/\">Niraj Giri</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/mrtortai/\">Noam Eppel</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">Noel Santos</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/finalwebsites/\">Olaf Lederer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/jbkkd/\">Omer Korner</a> · <a href=\"https://profiles.wordpress.org/arzola/\">Oscar Arzola</a> · <a href=\"https://profiles.wordpress.org/groenroos/\">Oskari Groenroos</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pampfelimetten/\">pampfelimetten</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/dparthj/\">Parth Dodiya</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/eartboard/\">Paul</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/bbpaule/\">Paul English</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paullb/\">paullb</a> · <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/creadordev/\">Pawan Kumar</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/peter8nss/\">peter8nss</a> · <a href=\"https://profiles.wordpress.org/peterdavehello/\">peterdavehello</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philliproth/\">philliproth</a> · <a href=\"https://profiles.wordpress.org/philwebs/\">philwebs</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pixlpirate/\">pixlpirate</a> · <a href=\"https://profiles.wordpress.org/podpirate/\">podpirate</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja Killekar (Muchandikar)</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prashant/\">prashant</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/contactprashantpp/\">Prashant Patil</a> · <a href=\"https://profiles.wordpress.org/prathamesh24/\">Prathamesh Shirke</a> · <a href=\"https://profiles.wordpress.org/prathameshbhagat1511/\">prathameshbhagat1511</a> · <a href=\"https://profiles.wordpress.org/pkbhatt/\">Pratik Bhatt</a> · <a href=\"https://profiles.wordpress.org/pratikgandhi/\">Pratik Gandhi</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/digitalpritam/\">Pritam Sonone</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank Vadhavana</a> · <a href=\"https://profiles.wordpress.org/pushpenderindia/\">Pushpender Singh</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/qhaensler/\">qhaensler</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rahulsprajapati/\">Rahul Prajapati</a> · <a href=\"https://profiles.wordpress.org/imrraaj/\">Raj Patel</a> · <a href=\"https://profiles.wordpress.org/rajat1192/\">Rajat Patel</a> · <a href=\"https://profiles.wordpress.org/raj198/\">Rajendra Patel</a> · <a href=\"https://profiles.wordpress.org/rajendrapatilraj/\">Rajendra Patil</a> · <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a> · <a href=\"https://profiles.wordpress.org/rajeshrathodwp/\">Rajesh Rathod</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/redkite/\">redkite</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/rembem/\">Remco</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a> · <a href=\"https://profiles.wordpress.org/ooraiser69/\">Renz Jay Sanchez</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/rkyburz/\">rkyburz</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/harmr/\">Robert Seyfriedsberger</a> · <a href=\"https://profiles.wordpress.org/robertstaddon/\">robertstaddon</a> · <a href=\"https://profiles.wordpress.org/robinmartijn/\">Robin Martijn</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogierlankhorst/\">Rogier Lankhorst</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rohitmathur7/\">rohitmathur7</a> · <a href=\"https://profiles.wordpress.org/rohjay/\">rohjay</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy Orbitson</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/roybellingan/\">roybellingan</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/rudrakshigupta/\">Rudrakshi Gupta</a> · <a href=\"https://profiles.wordpress.org/rupesh5438/\">Rupesh Patil</a> · <a href=\"https://profiles.wordpress.org/rupw/\">rupw</a> · <a href=\"https://profiles.wordpress.org/ruturajraval2305/\">Ruturaj Raval</a> · <a href=\"https://profiles.wordpress.org/rvoigt/\">rvoigt</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/ryanhellyer/\">Ryan Hellyer</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wünsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabrineg/\">sabrineg</a> · <a href=\"https://profiles.wordpress.org/isaeedam/\">Saeed Piri</a> · <a href=\"https://profiles.wordpress.org/sagarlakhani/\">Sagar Lakhani</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sallyruchman/\">sally</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/ranafge/\">Samsul Islam Rana</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/codexdemon/\">Sanyogg Shelar</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiya Venkatesan</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/infosatech/\">Sayan Datta</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbathompson/\">sbathompson</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Scott Arciszewski</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/seanlanglands/\">seanlanglands</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sergiogutierrez/\">sergiogutierrez</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/severinepozzo/\">Severine Pozzo</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/spdft/\">Shoe</a> · <a href=\"https://profiles.wordpress.org/shraddhagore/\">Shraddha Gore</a> · <a href=\"https://profiles.wordpress.org/shreyashd21/\">shreyashd21</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a> · <a href=\"https://profiles.wordpress.org/shyamkariya/\">Shyam Kariya</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> · <a href=\"https://profiles.wordpress.org/sjefen6/\">sjefen6</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/mslavco/\">Slavco Mihajloski</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/snehal5774/\">snehal5774</a> · <a href=\"https://profiles.wordpress.org/sohamjoshi8275/\">Soham sham joshi</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar/\">soyeb salar</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spmultidots/\">spmultidots</a> · <a href=\"https://profiles.wordpress.org/spncr/\">spncr</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stefahn/\">Stefan Seidner-Britting</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stein2nd/\">stein2nd</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/stuartmcalpine/\">Stuart McAlpine</a> · <a href=\"https://profiles.wordpress.org/subodhrajpopat/\">Subodh Rajpopat</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sketchboy/\">SUHAS SUTAR</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/surajswalstar/\">Suraj Sutar</a> · <a href=\"https://profiles.wordpress.org/swalkinshaw/\">swalkinshaw</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/tschwarz-1/\">t.schwarz</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/gonom9/\">Taegon Kim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/takuword/\">Takuro</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/th23/\">th23</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/themebeans/\">ThemeBeans</a> · <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a> · <a href=\"https://profiles.wordpress.org/tiagogoncalves/\">tiago</a> · <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Krüss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brathärig</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tkama/\">Timur Kamaev</a> · <a href=\"https://profiles.wordpress.org/tirth03/\">Tirth Doshi</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias Bäthge</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn “Tobi” Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tgsrvrs/\">Tom Gugel</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/trushaamin/\">Trusha</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tyb/\">TyB</a> · <a href=\"https://profiles.wordpress.org/tysonlmao/\">tysonlmao</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utrenkner/\">utrenkner</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vaibhavsweb/\">Vaibhav Singh Web</a> · <a href=\"https://profiles.wordpress.org/vaibhav2527/\">Vaibhav Tukaram Nawale</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">Valérie Galassi</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/okvee/\">vee</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/fylgjur/\">Victoria - a11n</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">Vijayan</a> · <a href=\"https://profiles.wordpress.org/vijaysinh9094/\">Vijaysinh Zala</a> · <a href=\"https://profiles.wordpress.org/vikrampm/\">Vikram</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/virgildia/\">Virgildia</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a> · <a href=\"https://profiles.wordpress.org/vishy-moghan/\">Vishy Moghan</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/wadowad/\">wadowad</a> · <a href=\"https://profiles.wordpress.org/pctevree/\">Web-Pepper</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/worldweb/\">World Web Technology</a> · <a href=\"https://profiles.wordpress.org/wpgerd/\">wpgerd</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">wplmillet</a> · <a href=\"https://profiles.wordpress.org/wprockstar2/\">wprockstar2</a> · <a href=\"https://profiles.wordpress.org/wwdes/\">wwdes</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xpurichan/\">xpurichan</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani</a> · <a href=\"https://profiles.wordpress.org/yashrocz/\">Yash Kukreja</a> · <a href=\"https://profiles.wordpress.org/yellowafterlife/\">yellowafterlife</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/yudhisthirnahar/\">yudhisthirnahar</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaoyao/\">zaoyao</a> · <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">60 locales have fully translated</a> WordPress 6.8 into their language making this one of the most translated releases ever on day one. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get involved</strong></h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding. And learning more and getting involved is easy. Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp Europe 2025: Sali, Basel!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/04/wordcamp-europe-2025-sali-basel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2025 19:16:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18683\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"WordCamp Europe 2025 will be held in gorgeous Basel, Switzerland, from June 5 to 7. It will bring together open source enthusiasts, developers, and WordPress professionals from across the region—and the world! This year’s event offers fresh perspectives, engaging conversations, and countless opportunities to connect with the WordPress community, agencies, and innovators over three action-packed […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6552:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"390\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=1024%2C390&ssl=1\" alt=\"\" class=\"wp-image-18690\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=1024%2C390&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=300%2C114&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=768%2C292&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?w=1230&ssl=1 1230w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordCamp Europe 2025 will be held in gorgeous Basel, Switzerland, from June 5 to 7. It will bring together open source enthusiasts, developers, and WordPress professionals from across the region—and the world!</p>\n\n\n\n<p>This year’s event offers fresh perspectives, engaging conversations, and countless opportunities to connect with the WordPress community, agencies, and innovators over three action-packed days of learning, networking, and collaboration.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://europe.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h2>\n\n\n\n<p>The main conference, which will be held on June 6th and 7th, will feature <a href=\"https://europe.wordcamp.org/2025/schedule/\">a lineup of notable keynote sessions</a>, including diverse sessions on business strategy and building innovative modern features, open-source advocacy, accessibility, and more. For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, speed-builds, and leveraging AI.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&A Fireside Chat</h2>\n\n\n\n<p>You can join Mary Hubbard, the WordPress Executive Director, and Matt Mullenweg, co-founder of the WordPress project on June 7th to discuss WordPress and its community, followed by an in-person Q&A session here in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Basel</h2>\n\n\n\n<p>Basel, the third-largest city in Switzerland, <a href=\"https://europe.wordcamp.org/2025/location/\">is filled with historical buildings, a cathedral, museums, and hidden gems</a>! You can get around Basel and experience it yourself using your BaselCard, which allows you to hop on and off all public transportation without a worry. A walk down Basel’s river Rhine could be the perfect evening during your visit to WordCamp Europe!</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f6cf.png\" alt=\"🛏\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/accommodation/\"> Find accommodations in Basel<br></a><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f68c.png\" alt=\"🚌\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/getting-around-in-basel/\"> Learn about BaselCard benefits<br></a><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f4c4.png\" alt=\"📄\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/visa/\"> Need a visa? Apply by May 10, 2025</a></p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Plan Your WordCamp Europe Experience</strong> See the <a href=\"https://europe.wordcamp.org/2025/schedule/\">full schedule</a>, plan your sessions, and maximize your time in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordCamp-ready</h2>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Make sure to secure your <a href=\"https://europe.wordcamp.org/2025/tickets/\">WordCamp Europe 2025 tickets</a></strong> (if you haven’t already!)</p>\n\n\n\n<p>Follow WordCamp Europe news on <a href=\"https://bsky.app/profile/wordpress.org\">Bluesky</a>, <a href=\"https://instagram.com/wordpress/\">Instagram</a>, <a href=\"https://www.facebook.com/WordPress\">Facebook</a>, <a href=\"https://www.linkedin.com/company/wordpress/\">LinkedIn</a>, <a href=\"https://www.threads.net/@wordpress\">Threads</a>, <a href=\"https://mastodon.world/@wordpress\">Mastodon</a>, and <a href=\"https://twitter.com/WordPress\">X/Twitter</a> for real-time updates!</p>\n\n\n\n<p>You can also help us spread the word about WordCamp Europe this year! Post about your attendance <a href=\"https://europe.wordcamp.org/2025/press/spread-the-word/\">using our ready-made texts</a> or we also encourage you to use your own voice – you know your community best.</p>\n\n\n\n<p>And as always, be part of the conversation! Whether you’re attending in-person in Basel or following along online, share your experiences using the tags #WCEU and #WordPress on all social media networks!</p>\n\n\n\n<p>Basel is calling—see you at WordCamp Europe 2025! <img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to <a href=\"https://profiles.wordpress.org/dolgelukkig/\">@dolgelukkig</a> for drafting this copy.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2025 15:54:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18673\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:260:\"WordPress 6.8 RC 3 is ready for download and testing! The scheduled final release date for WordPress 6.8 is April 15, 2025. Your help testing over the next week is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8765:\"\n<p>The third release candidate (“RC3”) for WordPress 6.8 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.8 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.8 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <code>wp core update --version=6.8-RC3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&wp=beta&networking=no&language=&multisite=no&random=y4q1rn88xn\">6.8 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.8 release is <strong>April 15, 2025</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> leading up to next week’s release for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.8 RC3?</h2>\n\n\n\n<p>Get a recap of WordPress 6.8’s highlighted features in the <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since <a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\">RC2</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-04-02&until=2025-04-08\">GitHub commits for 6.8</a> since April 1</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/log/branches/6.8?action=stop_on_copy&mode=stop_on_copy&rev=60145&stop_rev=60125&limit=100&sfp_email=&sfph_mail=\">Changes committed</a> since April 1</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community that collaborates and contributes to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8. For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.8 (scheduled for April 15, 2025), the <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users. For more details on developer-related changes in 6.8, please review the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.8 beta releases. With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.8.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo> <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo> <bdo lang=\"ru\" dir=\"ltr\">Русский?</bdo> <bdo lang=\"ja\" dir=\"ltr\">日本語?</bdo> <bdo lang=\"hi\" dir=\"ltr\">हिन्दी?</bdo> <bdo lang=\"mr\" dir=\"ltr\">मराठी?</bdo> <bdo lang=\"bn\" dir=\"ltr\">বাংলা?</bdo> You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC3 haiku</h2>\n\n\n\n<p><em>The launch draws closer,</em><em><br></em><em>Six-eight sings through RC3,</em><em><br></em><em>Almost time to shine.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/mamaduka/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mamaduka</a>, <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a>, <a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a>, <a href=\'https://profiles.wordpress.org/narenin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>narenin</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/joemcgill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joemcgill</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/kmgalanakis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kmgalanakis</a>, <a href=\'https://profiles.wordpress.org/umeshsinghin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>umeshsinghin</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/mkrndmane/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mkrndmane</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 03 Jul 2025 05:03:49 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 27 Jun 2025 18:17:09 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727716820;s:21:\"cache_expiration_time\";i:1751562230;s:23:\"__cache_expiration_time\";i:1751562230;}','off'),(941183,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1751562230','off'),(941184,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1751519030','off'),(188,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(191,'metform__banner_last_check','1751549291','yes'),(192,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10018688\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018688;s:5:\"title\";s:42:\"Wpmet 4th of July Flash Sale 2025 Ownpages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018687\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018687;s:5:\"title\";s:43:\"Wpmet 4th of July Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018221;s:5:\"title\";s:43:\"WordPress Birthday Flash Sale 2025 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018220;s:5:\"title\";s:44:\"WordPress Birthday Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017503\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017503;s:5:\"title\";s:33:\"Wpmet Summer Notice ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017501\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017501;s:5:\"title\";s:34:\"Wpmet Summer Notice Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012223\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012223;s:5:\"title\";s:30:\"Wpmet BFCM Notice OwnPage 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012221;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(193,'elementskit-lite__banner_last_check','1751549292','yes'),(194,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10018688\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018688;s:5:\"title\";s:42:\"Wpmet 4th of July Flash Sale 2025 Ownpages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018687\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018687;s:5:\"title\";s:43:\"Wpmet 4th of July Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018221;s:5:\"title\";s:43:\"WordPress Birthday Flash Sale 2025 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018220;s:5:\"title\";s:44:\"WordPress Birthday Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017503\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017503;s:5:\"title\";s:33:\"Wpmet Summer Notice ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017501\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017501;s:5:\"title\";s:34:\"Wpmet Summer Notice Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012223\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012223;s:5:\"title\";s:30:\"Wpmet BFCM Notice OwnPage 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012221;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(195,'_elementor_installed_time','1646295746','yes'),(202,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(203,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(204,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(657,'wp_calendar_block_has_published_posts','','yes'),(213,'elementskit-lite_install_date','2022-03-03 08:34:40','yes'),(214,'litespeed.conf.__activation','-1','yes'),(215,'litespeed.purge.queue','-1','yes'),(216,'litespeed.purge.queue2','-1','yes'),(217,'litespeed.cloud._summary','{\"curr_request.ver\":0,\"last_request.ver\":1690616684,\"news.utime\":1751015289,\"curr_request.news\":0,\"last_request.news\":1751015289,\"curr_request.ver_check\":0,\"last_request.ver_check\":1751518875,\"news.id\":6245,\"news.plugin\":\"\",\"news.title\":\"<div class=\\\"litespeed_icon\\\" style=\\\"padding-top:10px;\\\">Warning<\\/div>\",\"news.content\":\"Vulnerabilities have been discovered in your installed version of the LiteSpeed Cache plugin. Please update to the latest version (v6.5+) as soon as possible.\",\"news.zip\":\"\",\"news.new\":1}','yes'),(900095,'litespeed.conf._version','6.4.1','auto'),(219,'litespeed.conf.hash','SdY2kluhEPz8q8W29kcjGbnJIqCl5Ddb','yes'),(220,'litespeed.conf.auto_upgrade','','yes'),(221,'litespeed.conf.api_key','','yes'),(222,'litespeed.conf.server_ip','','yes'),(223,'litespeed.conf.guest','','yes'),(224,'litespeed.conf.guest_optm','','yes'),(225,'litespeed.conf.news','1','yes'),(226,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes'),(227,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),(228,'litespeed.conf.cache','1','yes'),(229,'litespeed.conf.cache-priv','1','yes'),(230,'litespeed.conf.cache-commenter','1','yes'),(231,'litespeed.conf.cache-rest','1','yes'),(232,'litespeed.conf.cache-page_login','1','yes'),(233,'litespeed.conf.cache-favicon','1','yes'),(234,'litespeed.conf.cache-resources','1','yes'),(235,'litespeed.conf.cache-mobile','','yes'),(236,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','yes'),(237,'litespeed.conf.cache-browser','','yes'),(238,'litespeed.conf.cache-exc_useragents','[]','yes'),(239,'litespeed.conf.cache-exc_cookies','[]','yes'),(240,'litespeed.conf.cache-exc_qs','[]','yes'),(241,'litespeed.conf.cache-exc_cat','[]','yes'),(242,'litespeed.conf.cache-exc_tag','[]','yes'),(243,'litespeed.conf.cache-force_uri','[]','yes'),(244,'litespeed.conf.cache-force_pub_uri','[]','yes'),(245,'litespeed.conf.cache-priv_uri','[]','yes'),(246,'litespeed.conf.cache-exc','[]','yes'),(247,'litespeed.conf.cache-exc_roles','[]','yes'),(248,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','yes'),(249,'litespeed.conf.cache-ttl_pub','604800','yes'),(250,'litespeed.conf.cache-ttl_priv','1800','yes'),(251,'litespeed.conf.cache-ttl_frontpage','604800','yes'),(252,'litespeed.conf.cache-ttl_feed','604800','yes'),(253,'litespeed.conf.cache-ttl_rest','604800','yes'),(254,'litespeed.conf.cache-ttl_browser','31557600','yes'),(255,'litespeed.conf.cache-ttl_status','[\"403 3600\",\"404 3600\",\"500 3600\"]','yes'),(256,'litespeed.conf.cache-login_cookie','','yes'),(257,'litespeed.conf.cache-vary_group','[]','yes'),(258,'litespeed.conf.purge-upgrade','1','yes'),(259,'litespeed.conf.purge-stale','','yes'),(260,'litespeed.conf.purge-post_all','','yes'),(261,'litespeed.conf.purge-post_f','1','yes'),(262,'litespeed.conf.purge-post_h','1','yes'),(263,'litespeed.conf.purge-post_p','1','yes'),(264,'litespeed.conf.purge-post_pwrp','1','yes'),(265,'litespeed.conf.purge-post_a','1','yes'),(266,'litespeed.conf.purge-post_y','','yes'),(267,'litespeed.conf.purge-post_m','1','yes'),(268,'litespeed.conf.purge-post_d','','yes'),(269,'litespeed.conf.purge-post_t','1','yes'),(270,'litespeed.conf.purge-post_pt','1','yes'),(271,'litespeed.conf.purge-timed_urls','[]','yes'),(272,'litespeed.conf.purge-timed_urls_time','','yes'),(273,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','yes'),(274,'litespeed.conf.esi','','yes'),(275,'litespeed.conf.esi-cache_admbar','1','yes'),(276,'litespeed.conf.esi-cache_commform','1','yes'),(277,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','yes'),(278,'litespeed.conf.util-instant_click','','yes'),(279,'litespeed.conf.util-no_https_vary','','yes'),(280,'litespeed.conf.debug-disable_all','','yes'),(281,'litespeed.conf.debug','','yes'),(282,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','yes'),(283,'litespeed.conf.debug-level','','yes'),(284,'litespeed.conf.debug-filesize','3','yes'),(285,'litespeed.conf.debug-cookie','','yes'),(286,'litespeed.conf.debug-collaps_qs','','yes'),(287,'litespeed.conf.debug-inc','[]','yes'),(288,'litespeed.conf.debug-exc','[]','yes'),(289,'litespeed.conf.db_optm-revisions_max','0','yes'),(290,'litespeed.conf.db_optm-revisions_age','0','yes'),(291,'litespeed.conf.optm-css_min','','yes'),(292,'litespeed.conf.optm-css_comb','','yes'),(293,'litespeed.conf.optm-css_comb_ext_inl','1','yes'),(294,'litespeed.conf.optm-ucss','','yes'),(295,'litespeed.conf.optm-ucss_inline','','yes'),(296,'litespeed.conf.optm-ucss_whitelist','[]','yes'),(297,'litespeed.conf.optm-ucss_exc','[]','yes'),(298,'litespeed.conf.optm-css_exc','[]','yes'),(299,'litespeed.conf.optm-js_min','','yes'),(300,'litespeed.conf.optm-js_comb','','yes'),(301,'litespeed.conf.optm-js_comb_ext_inl','1','yes'),(302,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','yes'),(303,'litespeed.conf.optm-html_min','','yes'),(304,'litespeed.conf.optm-html_lazy','[]','yes'),(305,'litespeed.conf.optm-qs_rm','','yes'),(306,'litespeed.conf.optm-ggfonts_rm','','yes'),(307,'litespeed.conf.optm-css_async','','yes'),(308,'litespeed.conf.optm-ccss_per_url','','yes'),(309,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','yes'),(310,'litespeed.conf.optm-ccss_sep_uri','[]','yes'),(311,'litespeed.conf.optm-css_async_inline','1','yes'),(312,'litespeed.conf.optm-css_font_display','','yes'),(313,'litespeed.conf.optm-js_defer','','yes'),(314,'litespeed.conf.optm-emoji_rm','','yes'),(315,'litespeed.conf.optm-noscript_rm','','yes'),(316,'litespeed.conf.optm-ggfonts_async','','yes'),(317,'litespeed.conf.optm-exc_roles','[]','yes'),(318,'litespeed.conf.optm-ccss_con','','yes'),(319,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','yes'),(320,'litespeed.conf.optm-gm_js_exc','[]','yes'),(321,'litespeed.conf.optm-dns_prefetch','[]','yes'),(322,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),(323,'litespeed.conf.optm-exc','[]','yes'),(324,'litespeed.conf.optm-guest_only','1','yes'),(325,'litespeed.conf.object','','yes'),(326,'litespeed.conf.object-kind','','yes'),(327,'litespeed.conf.object-host','localhost','yes'),(328,'litespeed.conf.object-port','11211','yes'),(329,'litespeed.conf.object-life','360','yes'),(330,'litespeed.conf.object-persistent','1','yes'),(331,'litespeed.conf.object-admin','1','yes'),(332,'litespeed.conf.object-transients','1','yes'),(333,'litespeed.conf.object-db_id','0','yes'),(334,'litespeed.conf.object-user','','yes'),(335,'litespeed.conf.object-pswd','','yes'),(336,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','yes'),(337,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','yes'),(338,'litespeed.conf.discuss-avatar_cache','','yes'),(339,'litespeed.conf.discuss-avatar_cron','','yes'),(340,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),(341,'litespeed.conf.media-lazy','','yes'),(342,'litespeed.conf.media-lazy_placeholder','','yes'),(343,'litespeed.conf.media-placeholder_resp','','yes'),(344,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),(345,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','yes'),(346,'litespeed.conf.media-lqip','','yes'),(347,'litespeed.conf.media-lqip_qual','4','yes'),(348,'litespeed.conf.media-lqip_min_w','150','yes'),(349,'litespeed.conf.media-lqip_min_h','150','yes'),(350,'litespeed.conf.media-placeholder_resp_async','1','yes'),(351,'litespeed.conf.media-iframe_lazy','','yes'),(352,'litespeed.conf.media-add_missing_sizes','','yes'),(353,'litespeed.conf.media-lazy_exc','[]','yes'),(354,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','yes'),(355,'litespeed.conf.media-lazy_parent_cls_exc','[]','yes'),(356,'litespeed.conf.media-iframe_lazy_cls_exc','[]','yes'),(357,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','yes'),(358,'litespeed.conf.media-lazy_uri_exc','[]','yes'),(359,'litespeed.conf.media-lqip_exc','[]','yes'),(360,'litespeed.conf.img_optm-auto','','yes'),(361,'litespeed.conf.img_optm-cron','1','yes'),(362,'litespeed.conf.img_optm-ori','1','yes'),(363,'litespeed.conf.img_optm-rm_bkup','','yes'),(364,'litespeed.conf.img_optm-webp','1','yes'),(365,'litespeed.conf.img_optm-lossless','','yes'),(366,'litespeed.conf.img_optm-exif','1','yes'),(367,'litespeed.conf.img_optm-webp_replace','','yes'),(368,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"video.poster\"]','yes'),(369,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),(370,'litespeed.conf.img_optm-jpg_quality','82','yes'),(371,'litespeed.conf.crawler','','yes'),(372,'litespeed.conf.crawler-usleep','500','yes'),(373,'litespeed.conf.crawler-run_duration','400','yes'),(374,'litespeed.conf.crawler-run_interval','600','yes'),(375,'litespeed.conf.crawler-crawl_interval','302400','yes'),(376,'litespeed.conf.crawler-threads','3','yes'),(377,'litespeed.conf.crawler-timeout','30','yes'),(378,'litespeed.conf.crawler-load_limit','1','yes'),(379,'litespeed.conf.crawler-sitemap','','yes'),(380,'litespeed.conf.crawler-drop_domain','1','yes'),(381,'litespeed.conf.crawler-map_timeout','120','yes'),(382,'litespeed.conf.crawler-roles','[]','yes'),(383,'litespeed.conf.crawler-cookies','[]','yes'),(384,'litespeed.conf.misc-heartbeat_front','','yes'),(385,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),(386,'litespeed.conf.misc-heartbeat_back','','yes'),(387,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),(388,'litespeed.conf.misc-heartbeat_editor','','yes'),(389,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),(390,'litespeed.conf.cdn','','yes'),(391,'litespeed.conf.cdn-ori','[]','yes'),(392,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','yes'),(393,'litespeed.conf.cdn-exc','[]','yes'),(394,'litespeed.conf.cdn-quic','','yes'),(395,'litespeed.conf.cdn-cloudflare','','yes'),(396,'litespeed.conf.cdn-cloudflare_email','','yes'),(397,'litespeed.conf.cdn-cloudflare_key','','yes'),(398,'litespeed.conf.cdn-cloudflare_name','','yes'),(399,'litespeed.conf.cdn-cloudflare_zone','','yes'),(400,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','yes'),(401,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','yes'),(403,'litespeed.gui.lscwp_whm_install','-1','yes'),(404,'litespeed.gui.dismiss','-1','yes'),(405,'litespeed.gui._summary','{\"new_version\":1749642462,\"score\":1647506095,\"new_version.last_check\":1751518875,\"new_version.v\":\"7.2\"}','yes'),(406,'litespeed.data.upgrading','-1','yes'),(407,'litespeed.admin_display.messages','-1','yes'),(408,'litespeed.admin_display.msg_pin','-1','yes'),(409,'elementskit_options','a:4:{s:11:\"widget_list\";a:43:{s:15:\"image-accordion\";a:5:{s:4:\"slug\";s:15:\"image-accordion\";s:5:\"title\";s:15:\"Image Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:9:\"accordion\";a:5:{s:4:\"slug\";s:9:\"accordion\";s:5:\"title\";s:9:\"Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"button\";a:5:{s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"heading\";a:5:{s:4:\"slug\";s:7:\"heading\";s:5:\"title\";s:7:\"Heading\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"blog-posts\";a:5:{s:4:\"slug\";s:10:\"blog-posts\";s:5:\"title\";s:10:\"Blog Posts\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"icon-box\";a:5:{s:4:\"slug\";s:8:\"icon-box\";s:5:\"title\";s:8:\"Icon Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"image-box\";a:5:{s:4:\"slug\";s:9:\"image-box\";s:5:\"title\";s:9:\"Image Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"countdown-timer\";a:5:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:11:\"client-logo\";a:5:{s:4:\"slug\";s:11:\"client-logo\";s:5:\"title\";s:11:\"Client Logo\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:3:\"faq\";a:5:{s:4:\"slug\";s:3:\"faq\";s:5:\"title\";s:3:\"FAQ\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"funfact\";a:5:{s:4:\"slug\";s:7:\"funfact\";s:5:\"title\";s:7:\"Funfact\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:16:\"image-comparison\";a:5:{s:4:\"slug\";s:16:\"image-comparison\";s:5:\"title\";s:16:\"Image Comparison\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:11:\"testimonial\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:5:\"title\";s:11:\"Testimonial\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"pricing\";a:5:{s:4:\"slug\";s:7:\"pricing\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"team\";a:5:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"social\";a:5:{s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"progressbar\";a:5:{s:4:\"slug\";s:11:\"progressbar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"category-list\";a:5:{s:4:\"slug\";s:13:\"category-list\";s:5:\"title\";s:13:\"Category List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"page-list\";a:5:{s:4:\"slug\";s:9:\"page-list\";s:5:\"title\";s:9:\"Page List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:9:\"post-grid\";a:5:{s:4:\"slug\";s:9:\"post-grid\";s:5:\"title\";s:9:\"Post Grid\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:8:\"inactive\";}s:9:\"post-list\";a:5:{s:4:\"slug\";s:9:\"post-list\";s:5:\"title\";s:9:\"Post List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"post-tab\";a:5:{s:4:\"slug\";s:8:\"post-tab\";s:5:\"title\";s:8:\"Post Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:8:\"inactive\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:20:\"ElementsKit Nav Menu\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:10:\"mail-chimp\";a:5:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"MailChimp\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"header-info\";a:5:{s:4:\"slug\";s:11:\"header-info\";s:5:\"title\";s:11:\"Header Info\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"piechart\";a:5:{s:4:\"slug\";s:8:\"piechart\";s:5:\"title\";s:9:\"Pie Chart\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"header-search\";a:5:{s:4:\"slug\";s:13:\"header-search\";s:5:\"title\";s:13:\"Header Search\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:16:\"header-offcanvas\";a:5:{s:4:\"slug\";s:16:\"header-offcanvas\";s:5:\"title\";s:16:\"Header Offcanvas\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:3:\"tab\";a:5:{s:4:\"slug\";s:3:\"tab\";s:5:\"title\";s:3:\"Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"contact-form7\";a:5:{s:4:\"slug\";s:13:\"contact-form7\";s:5:\"title\";s:13:\"Contact Form7\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"business-hours\";a:5:{s:4:\"slug\";s:14:\"business-hours\";s:5:\"title\";s:14:\"Business Hours\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:9:\"drop-caps\";a:5:{s:4:\"slug\";s:9:\"drop-caps\";s:5:\"title\";s:9:\"Drop Caps\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:12:\"social-share\";a:5:{s:4:\"slug\";s:12:\"social-share\";s:5:\"title\";s:12:\"Social Share\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:11:\"dual-button\";a:5:{s:4:\"slug\";s:11:\"dual-button\";s:5:\"title\";s:11:\"Dual Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"caldera-forms\";a:5:{s:4:\"slug\";s:13:\"caldera-forms\";s:5:\"title\";s:13:\"Caldera Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"we-forms\";a:5:{s:4:\"slug\";s:8:\"we-forms\";s:5:\"title\";s:8:\"We Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"wp-forms\";a:5:{s:4:\"slug\";s:8:\"wp-forms\";s:5:\"title\";s:8:\"Wp Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"ninja-forms\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:5:\"title\";s:11:\"Ninja Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:10:\"tablepress\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:5:\"title\";s:10:\"TablePress\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:12:\"fluent-forms\";a:5:{s:4:\"slug\";s:12:\"fluent-forms\";s:5:\"title\";s:12:\"Fluent Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"back-to-top\";a:5:{s:4:\"slug\";s:11:\"back-to-top\";s:5:\"title\";s:11:\"Back To Top\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}}s:11:\"module_list\";a:5:{s:21:\"elementskit-icon-pack\";a:5:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:21:\"ElementsKit Icon Pack\";s:7:\"package\";s:4:\"free\";s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:13:\"header-footer\";a:4:{s:4:\"slug\";s:13:\"header-footer\";s:5:\"title\";s:13:\"Header Footer\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:8:\"megamenu\";a:4:{s:4:\"slug\";s:8:\"megamenu\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:9:\"Mega Menu\";s:6:\"status\";s:6:\"active\";}s:14:\"onepage-scroll\";a:4:{s:4:\"slug\";s:14:\"onepage-scroll\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Onepage Scroll\";s:6:\"status\";s:8:\"inactive\";}s:14:\"widget-builder\";a:4:{s:4:\"slug\";s:14:\"widget-builder\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Widget Builder\";s:6:\"status\";s:8:\"inactive\";}}s:8:\"settings\";a:3:{s:20:\"filter_widget_module\";s:5:\"basic\";s:16:\"newsletter_email\";s:19:\"mapapi188@gmail.com\";s:8:\"tut_term\";s:11:\"user_agreed\";}s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_5\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(410,'elements_kit_onboard_status','onboarded','yes'),(469,'WPLANG','','yes'),(470,'new_admin_email','mapapi188@gmail.com','yes'),(508,'litespeed.optimize.timestamp_purge_css','1751526408','yes'),(1403,'_elementor_pro_api_requests_lock','a:2:{s:11:\"get_version\";i:1751527830;s:16:\"get_license_data\";i:1646968805;}','yes'),(26879,'category_children','a:0:{}','yes'),(26880,'elementor_library_category_children','a:0:{}','yes'),(721,'elementskit-lite__stories_last_check','1751549285','yes'),(722,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10018690\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018690;s:5:\"title\";s:36:\"GetGenie 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:27:\"https://getgenie.ai/story45\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/GetGenie__Gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018685\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018685;s:5:\"title\";s:33:\"Wpmet 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1751846400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:25:\"https://wpmet.com/story35\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/WpMet.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018273\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018273;s:5:\"title\";s:24:\"WordPress Birthday Deals\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:21:\"www.wpmet.com/wpbdays\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017504\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017504;s:5:\"title\";s:25:\"GetGenie Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/summer \";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017499\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017499;s:5:\"title\";s:22:\"Wpmet Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"www.wpmet.com/story/summer-sale\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015497\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015497;s:5:\"title\";s:26:\"GetGenie Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://getgenie.ai/SRamadan25/ \";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/getgenie_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015490\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015490;s:5:\"title\";s:23:\"Wpmet Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:30:\"https://wpmet.com/SRamadan25/ \";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/wpmet_story-2.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014894\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014894;s:5:\"title\";s:21:\"Genie Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"www.getgenie.ai/Sflash25\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/getgenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014892\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014892;s:5:\"title\";s:21:\"Wpmet Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"www.wpmet.com/Sflash25\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10013002\";O:8:\"stdClass\":9:{s:2:\"id\";i:10013002;s:5:\"title\";s:18:\"Genie Holiday 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/NYstory\";s:11:\"story_image\";s:67:\"https://api.wpmet.com/auth/wp-content/uploads/2024/12/genie-gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(723,'metform_install_date','2022-03-03 12:06:56','yes'),(732,'metform_onboard_options','a:1:{s:8:\"settings\";a:2:{s:8:\"tut_term\";s:11:\"user_agreed\";s:16:\"newsletter_email\";s:19:\"mapapi188@gmail.com\";}}','yes'),(733,'met_form_onboard_status','onboarded','yes'),(734,'metform_option__settings','a:6:{s:20:\"mf_recaptcha_version\";s:12:\"recaptcha-v2\";s:21:\"mf_recaptcha_site_key\";s:0:\"\";s:23:\"mf_recaptcha_secret_key\";s:0:\"\";s:24:\"mf_recaptcha_site_key_v3\";s:0:\"\";s:26:\"mf_recaptcha_secret_key_v3\";s:0:\"\";s:20:\"mf_mailchimp_api_key\";s:0:\"\";}','yes'),(811,'litespeed.conf.optm-localize','','yes'),(812,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/www.google.com\\/recaptcha\\/api.js\",\"https:\\/\\/www.google-analytics.com\\/analytics.js\",\"https:\\/\\/www.googletagmanager.com\\/gtm.js\",\"https:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','yes'),(3339,'upiwc_plugin_installed_time','1646646646','yes'),(3340,'upiwc_plugin_installed_time_donate','1646646646','yes'),(3344,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";a:0:{}s:18:\"enable_for_virtual\";s:3:\"yes\";}','yes'),(3345,'woocommerce_wc-upi_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Pay with UPI QR Code\";s:11:\"description\";s:94:\"It uses UPI apps like BHIM, Paytm, Google Pay, PhonePe or any Banking UPI app to make payment.\";s:12:\"instructions\";s:408:\"Scan the QR Code with any UPI apps like BHIM, Paytm, Google Pay, PhonePe or any Banking UPI app to make payment for this order. After successful payment, enter the UPI Reference ID or Transaction Number and your UPI ID in the next screen and submit the form. We will manually verify this payment against your 12-digits UPI Reference ID or Transaction Number starts with 1 (e.g. 101422121258) and your UPI ID.\";s:19:\"instructions_mobile\";s:408:\"Scan the QR Code with any UPI apps like BHIM, Paytm, Google Pay, PhonePe or any Banking UPI app to make payment for this order. After successful payment, enter the UPI Reference ID or Transaction Number and your UPI ID in the next screen and submit the form. We will manually verify this payment against your 12-digits UPI Reference ID or Transaction Number starts with 1 (e.g. 101422121258) and your UPI ID.\";s:15:\"confirm_message\";s:116:\"Click Confirm, only after amount deducted from your account. We will manually verify your transaction. Are you sure?\";s:9:\"thank_you\";s:221:\"Thank you for your payment. Your transaction has been completed, and your order has been successfully placed. Please check you Email inbox for details. Please check your bank account statement to view transaction details.\";s:14:\"payment_status\";s:7:\"on-hold\";s:4:\"name\";s:16:\"Hoteldhruvpalace\";s:3:\"vpa\";s:30:\"BHARATPE09904941003@yesbankltd\";s:10:\"pay_button\";s:18:\"Scan & Pay Now\";s:5:\"theme\";s:5:\"light\";s:11:\"upi_address\";s:4:\"hide\";s:11:\"require_upi\";s:2:\"no\";s:14:\"transaction_id\";s:4:\"hide\";s:13:\"qrcode_mobile\";s:3:\"yes\";s:5:\"email\";s:0:\"\";s:13:\"email_enabled\";s:3:\"yes\";s:13:\"email_subject\";s:47:\"[{site_title}]: Payment pending #{order_number}\";s:13:\"email_heading\";s:24:\"Thank you for your order\";s:18:\"additional_content\";s:99:\"Please complete the payment via UPI by going to this link: {upi_pay_link} (ignore if already done).\";s:7:\"mc_code\";s:4:\"5411\";s:14:\"hide_on_mobile\";s:2:\"no\";}','yes'),(3351,'woocommerce_razorpay_settings','a:12:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:33:\"Credit Card/Debit Card/NetBanking\";s:11:\"description\";s:74:\"Pay securely by Credit or Debit card or Internet Banking through Razorpay.\";s:6:\"key_id\";s:0:\"\";s:10:\"key_secret\";s:0:\"\";s:14:\"payment_action\";s:7:\"capture\";s:21:\"order_success_message\";s:136:\"Thank you for shopping with us. Your account has been charged and your transaction is successful. We will be processing your order soon.\";s:14:\"enable_webhook\";s:2:\"no\";s:14:\"webhook_events\";s:0:\"\";s:14:\"webhook_secret\";s:20:\"M(L_2]#&H|q:Z[-1stay\";s:12:\"route_enable\";s:2:\"no\";s:21:\"enable_1cc_debug_mode\";s:3:\"yes\";}','yes'),(3373,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3374,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3405,'wpo_wcpdf_settings_general','a:12:{s:16:\"download_display\";s:7:\"display\";s:13:\"template_path\";s:14:\"default/Simple\";s:10:\"paper_size\";s:2:\"a4\";s:13:\"currency_font\";s:1:\"1\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}','yes'),(3406,'wpo_wcpdf_documents_settings_invoice','a:10:{s:7:\"enabled\";s:1:\"1\";s:19:\"attach_to_email_ids\";a:8:{s:9:\"new_order\";s:1:\"1\";s:15:\"cancelled_order\";s:1:\"1\";s:12:\"failed_order\";s:1:\"1\";s:22:\"customer_on_hold_order\";s:1:\"1\";s:25:\"customer_processing_order\";s:1:\"1\";s:24:\"customer_completed_order\";s:1:\"1\";s:23:\"customer_refunded_order\";s:1:\"1\";s:13:\"customer_note\";s:1:\"1\";}s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:13:\"number_format\";a:3:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:7:\"padding\";s:0:\"\";}s:18:\"my_account_buttons\";s:9:\"available\";}','yes'),(3407,'wpo_wcpdf_documents_settings_packing-slip','a:1:{s:7:\"enabled\";i:1;}','yes'),(3408,'wpo_wcpdf_settings_debug','a:2:{s:14:\"enable_cleanup\";i:1;s:12:\"cleanup_days\";i:7;}','yes'),(3411,'wpo_wcpdf_version','3.8.6','yes'),(3068,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(3069,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(3070,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(3071,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(3072,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(3073,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(3074,'woocommerce_email_from_name','Hoteldhruvpalace','no'),(3075,'woocommerce_email_from_address','wordpress@hoteldhruvpalace.com','no'),(3076,'woocommerce_email_header_image','','no'),(3077,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(3078,'woocommerce_email_base_color','#96588a','no'),(3079,'woocommerce_email_background_color','#f7f7f7','no'),(3080,'woocommerce_email_body_background_color','#ffffff','no'),(3081,'woocommerce_email_text_color','#3c3c3c','no'),(3082,'woocommerce_merchant_email_notifications','no','no'),(3083,'woocommerce_cart_page_id','1048','no'),(3084,'woocommerce_checkout_page_id','1049','no'),(3085,'woocommerce_myaccount_page_id','1050','no'),(3086,'woocommerce_terms_page_id','','no'),(3087,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(3088,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(3089,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(3090,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(3091,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(3092,'woocommerce_myaccount_orders_endpoint','orders','yes'),(3093,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(3094,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(3095,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(3096,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(3097,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(3098,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(3099,'woocommerce_logout_endpoint','customer-logout','yes'),(3100,'woocommerce_api_enabled','no','yes'),(3101,'woocommerce_allow_tracking','no','no'),(3102,'woocommerce_show_marketplace_suggestions','yes','no'),(3103,'woocommerce_single_image_width','600','yes'),(3104,'woocommerce_thumbnail_image_width','300','yes'),(3105,'woocommerce_checkout_highlight_required_fields','yes','yes'),(3106,'woocommerce_demo_store','no','no'),(3107,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(3108,'current_theme_supports_woocommerce','yes','yes'),(3109,'woocommerce_queue_flush_rewrite_rules','no','yes'),(3341,'woocommerce_task_list_tracked_completed_tasks','a:7:{i:0;s:8:\"payments\";i:1;s:13:\"store_details\";i:2;s:8:\"purchase\";i:3;s:14:\"store_creation\";i:4;s:8:\"products\";i:5;s:17:\"launch-your-store\";i:6;s:15:\"customize-store\";}','yes'),(932109,'product_cat_children','a:0:{}','auto'),(3112,'default_product_cat','19','yes'),(3056,'woocommerce_ship_to_destination','billing','no'),(2661,'hb_multiple_accom_booking','disabled','yes'),(2662,'hb_multiple_accom_booking_front_end','disabled','yes'),(2663,'hb_resa_unpaid_has_confirmation','no','yes'),(2664,'hb_resa_paid_has_confirmation','no','yes'),(2665,'hb_resa_admin_status','confirmed','yes'),(2666,'hb_resa_website_status','new','yes'),(2667,'hb_ical_import_resa_status','new','yes'),(2668,'hb_resa_invoice_id','%year-%counter','yes'),(2669,'hb_invoice_counter_next_value','1','yes'),(2670,'hb_invoice_counter_reset_frequency','yearly','yes'),(2671,'hb_resa_alphanum','no','yes'),(2672,'hb_max_date_months','12','yes'),(2673,'hb_display_terms_and_cond','no','yes'),(2674,'hb_display_privacy_policy','no','yes'),(2675,'hb_admin_language','user','yes'),(2676,'hb_resa_archiving_delay','2','yes'),(2677,'hb_email_logs_retention_period','30','yes'),(2678,'hb_accommodation_slug','hb_accommodation','yes'),(2679,'hb_uninstall_delete_all','no','yes'),(2680,'hb_image_resizing','dynamic','yes'),(2681,'hb_ajax_timeout','40000','yes'),(2682,'hb_admin_ajax_timeout','40000','yes'),(2683,'hb_ical_record_sync_errors','yes','yes'),(2684,'hb_ical_notification_option','yes','yes'),(2685,'hb_ical_frequency','3660','yes'),(2686,'hb_ical_update_resa_dates','no','yes'),(2687,'hb_ical_update_status_resa','no','yes'),(2688,'hb_ical_import_booking_window','','yes'),(2689,'hb_ical_advanced_notice','','yes'),(2690,'hb_ical_exclude_one_day_reservations','no','yes'),(2691,'hb_ical_export_cancelled_resa','no','yes'),(2692,'hb_ical_export_blocked_dates','yes','yes'),(2693,'hb_ical_export_preparation_time','no','yes'),(2694,'hb_ical_export_only_confirmed','no','yes'),(2695,'hb_ical_summary','HBook reservation - [customer_first_name] [customer_last_name] - Resa id: [resa_id]','yes'),(2696,'hb_ical_description','NAME: [customer_first_name] [customer_last_name]\r\nEMAIL: [customer_email]','yes'),(2697,'hb_resa_payment_multiple_choice','no','yes'),(2698,'hb_resa_payment','offline','yes'),(2699,'hb_resa_payment_offline','yes','yes'),(2700,'hb_resa_payment_store_credit_card','no','yes'),(2701,'hb_resa_payment_deposit','no','yes'),(2702,'hb_resa_payment_full','no','yes'),(2703,'hb_security_bond','no','yes'),(2704,'hb_security_bond_online_payment','no','yes'),(2705,'hb_deposit_type','none','yes'),(2706,'hb_deposit_bond','no','yes'),(2707,'hb_currency','USD','yes'),(2708,'hb_currency_position','before','yes'),(2709,'hb_price_precision','two_decimals','yes'),(2710,'hb_search_form_max_width','','yes'),(2711,'hb_accom_selection_form_max_width','800','yes'),(2712,'hb_details_form_max_width','800','yes'),(2713,'hb_forms_position','center','yes'),(2714,'hb_horizontal_form_min_width','500','yes'),(2715,'hb_details_form_stack_width','500','yes'),(2716,'hb_page_padding_top','','yes'),(2717,'hb_buttons_style','theme','yes'),(2718,'hb_inputs_selects_style','theme','yes'),(2719,'hb_tables_style','theme','yes'),(2720,'hb_calendar_shadows','yes','yes'),(2721,'hb_people_popup_bg','#ffffff','yes'),(2722,'hb_people_popup_shadows','yes','yes'),(2723,'hb_display_accom_number_field','no','yes'),(2724,'hb_maximum_accom_number','5','yes'),(2725,'hb_display_adults_field','yes','yes'),(2726,'hb_display_children_field','yes','yes'),(2727,'hb_minimum_adults','1','yes'),(2728,'hb_maximum_adults','5','yes'),(2729,'hb_maximum_children','5','yes'),(2730,'hb_minimum_occupancy_search_fields_on_accom_page','yes','yes'),(2731,'hb_maximum_occupancy_search_fields_on_accom_page','yes','yes'),(2732,'hb_search_form_placeholder','no','yes'),(2733,'hb_select_accom_num','no','yes'),(2734,'hb_title_accom_link','no','yes'),(2735,'hb_thumb_display','yes','yes'),(2736,'hb_thumb_accom_link','no','yes'),(2737,'hb_search_accom_thumb_width','100','yes'),(2738,'hb_search_accom_thumb_height','100','yes'),(2739,'hb_button_accom_link','no','yes'),(2740,'hb_display_price','yes','yes'),(2741,'hb_display_price_breakdown','yes','yes'),(2742,'hb_price_breakdown_default_state','closed','yes'),(2743,'hb_display_detailed_accom_price','yes','yes'),(2744,'hb_stripe_mode','test','yes'),(2745,'hb_paypal_mode','sandbox','yes'),(2746,'hb_curl_set_timeout','no','yes'),(2747,'hb_curl_set_ssl_version','no','yes'),(2748,'hb_store_credit_card','no','yes'),(2749,'hb_paypal_icons','[\"paypal\"]','yes'),(2750,'hb_stripe_powered_by','no','yes'),(2751,'hbook_version','2.0.9','yes'),(2753,'hb_invoice_counter_last_reset','2022-03-05 12:14:06','yes'),(2995,'action_scheduler_hybrid_store_demarkation','1045','yes'),(2996,'schema-ActionScheduler_StoreSchema','7.0.1690520966','yes'),(2997,'schema-ActionScheduler_LoggerSchema','3.0.1646639324','yes'),(3000,'woocommerce_schema_version','920','yes'),(3001,'woocommerce_store_address','','yes'),(3002,'woocommerce_store_address_2','','yes'),(3003,'woocommerce_store_city','','yes'),(3004,'woocommerce_default_country','IN:MH','yes'),(3005,'woocommerce_store_postcode','','yes'),(3006,'woocommerce_allowed_countries','all','yes'),(3007,'woocommerce_all_except_countries','a:0:{}','yes'),(3008,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(3009,'woocommerce_ship_to_countries','','yes'),(3010,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(3011,'woocommerce_default_customer_address','base','yes'),(3012,'woocommerce_calc_taxes','no','yes'),(3013,'woocommerce_enable_coupons','yes','yes'),(3014,'woocommerce_calc_discounts_sequentially','no','no'),(3015,'woocommerce_currency','INR','yes'),(3016,'woocommerce_currency_pos','left','yes'),(3017,'woocommerce_price_thousand_sep',',','yes'),(3018,'woocommerce_price_decimal_sep','.','yes'),(3019,'woocommerce_price_num_decimals','2','yes'),(3020,'woocommerce_shop_page_id','1047','yes'),(3021,'woocommerce_cart_redirect_after_add','yes','on'),(3022,'woocommerce_enable_ajax_add_to_cart','no','on'),(3023,'woocommerce_placeholder_image','1046','yes'),(3024,'woocommerce_weight_unit','kg','yes'),(3025,'woocommerce_dimension_unit','cm','yes'),(3026,'woocommerce_enable_reviews','yes','yes'),(3027,'woocommerce_review_rating_verification_label','yes','no'),(3028,'woocommerce_review_rating_verification_required','no','no'),(3029,'woocommerce_enable_review_rating','yes','yes'),(3030,'woocommerce_review_rating_required','yes','no'),(3031,'woocommerce_manage_stock','yes','yes'),(3032,'woocommerce_hold_stock_minutes','60','no'),(3033,'woocommerce_notify_low_stock','yes','no'),(3034,'woocommerce_notify_no_stock','yes','no'),(3035,'woocommerce_stock_email_recipient','mapapi188@gmail.com','no'),(3036,'woocommerce_notify_low_stock_amount','2','no'),(3037,'woocommerce_notify_no_stock_amount','0','yes'),(3038,'woocommerce_hide_out_of_stock_items','no','yes'),(3039,'woocommerce_stock_format','','yes'),(3040,'woocommerce_file_download_method','force','no'),(3041,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(3042,'woocommerce_downloads_require_login','no','no'),(3043,'woocommerce_downloads_grant_access_after_payment','yes','no'),(3044,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(3045,'woocommerce_prices_include_tax','no','yes'),(3046,'woocommerce_tax_based_on','shipping','yes'),(3047,'woocommerce_shipping_tax_class','inherit','yes'),(3048,'woocommerce_tax_round_at_subtotal','no','yes'),(3049,'woocommerce_tax_classes','','yes'),(3050,'woocommerce_tax_display_shop','excl','yes'),(3051,'woocommerce_tax_display_cart','excl','yes'),(3052,'woocommerce_price_display_suffix','','yes'),(3053,'woocommerce_tax_total_display','itemized','no'),(3054,'woocommerce_enable_shipping_calc','no','no'),(3055,'woocommerce_shipping_cost_requires_address','yes','yes'),(2755,'hb_last_synced','2022-12-16 12:21:41','yes'),(2756,'hb_last_scheduled_emails_execution','1671193242','yes'),(2916,'elementor_pro_theme_builder_conditions','a:2:{s:14:\"elementor_head\";a:1:{i:4342;a:1:{i:0;s:15:\"include/general\";}}s:6:\"single\";a:1:{i:4123;a:1:{i:0;s:21:\"include/singular/page\";}}}','yes'),(2929,'elementor_allow_tracking','yes','yes'),(2930,'elementor_tracker_last_send','1751013870','yes'),(2935,'recovery_mode_email_last_sent','1751524473','yes'),(3058,'woocommerce_enable_guest_checkout','yes','no'),(3059,'woocommerce_enable_checkout_login_reminder','no','no'),(3060,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(3061,'woocommerce_enable_myaccount_registration','yes','no'),(3062,'woocommerce_registration_generate_username','yes','no'),(3063,'woocommerce_registration_generate_password','no','no'),(3064,'woocommerce_erasure_request_removes_order_data','no','no'),(3065,'woocommerce_erasure_request_removes_download_data','no','no'),(3066,'woocommerce_allow_bulk_remove_personal_data','no','no'),(3067,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(3154,'wc_blocks_surface_cart_checkout_probability','100','yes'),(3114,'woocommerce_refund_returns_page_id','1051','yes'),(3156,'woocommerce_meta_box_errors','a:0:{}','yes'),(3117,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:19:\"mapapi188@gmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:19:\"mapapi188@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(3118,'woocommerce_version','9.2.2','yes'),(3119,'woocommerce_db_version','9.2.2','yes'),(3120,'woocommerce_inbox_variant_assignment','7','yes'),(3127,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"6LfvOfy2hS6HRkB2e6GsLS2P7kMYx0Gb\";}','yes'),(3125,'action_scheduler_lock_async-request-runner','68676f21b1ce32.14816149|1751609181','yes'),(3126,'woocommerce_admin_notices','a:0:{}','yes'),(3129,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3130,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3131,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3132,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3133,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3134,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3135,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3136,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3137,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3138,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3139,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3140,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3403,'wpo_wcpdf_random_string','e3ad0cf07eced4d700816f99df993d76','yes'),(3144,'woocommerce_admin_install_timestamp','1646639327','yes'),(3145,'wc_remote_inbox_notifications_wca_updated','','off'),(17347,'woocommerce_admin_version','3.3.2','yes'),(3148,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','no'),(3149,'wc_admin_show_legacy_coupon_menu','0','yes'),(3155,'wc_blocks_db_schema_version','260','yes'),(3170,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','yes'),(3176,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-header\";}s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-footer\";}s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-header\";}s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-footer\";}s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";a:1:{i:0;s:22:\"orders-list-empty-body\";}s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-header\";}s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-footer\";}s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";a:1:{i:0;s:24:\"products-list-empty-body\";}s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1751525269;}','off'),(3185,'rnb_installed','1646639567','yes'),(3186,'rnb_version','12.0.1','yes'),(3451,'rnb_lang_domain','','no'),(3452,'rnb_instance_payment','','no'),(3453,'rnb_shop_page_button','Read More','no'),(3441,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:48:\"mapapi188@gmail.com,enquiry@hoteldhruvpalace.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(3454,'rnb_holidays','','no'),(3455,'rnb_day_of_week_start','1','yes'),(3456,'rnb_enable_rfq_without_user_pass','yes','yes'),(3457,'rnb_enable_rft_endpoint','yes','yes'),(3458,'rnb_enable_gmap','yes','yes'),(3459,'rnb_gmap_api_key','','no'),(3460,'rnb_attribute_tab','Attributes','no'),(3461,'rnb_feature_tab','Features','no'),(3462,'rnb_total_days_label','Total Days','no'),(3463,'rnb_total_hours_label','Total Hours','no'),(3464,'rnb_payment_due_label','Payment Due','no'),(3465,'rnb_pickup_location_cost','Pickup Location Cost','no'),(3466,'rnb_return_location_cost','Return Location Cost','no'),(3467,'rnb_distance_cost','Distance Cost','no'),(3468,'rnb_duration_cost','Duration Cost','no'),(3469,'rnb_discount_amount','Discount Amount','no'),(3470,'rnb_resource_cost','Resource Cost','no'),(3471,'rnb_category_cost','Category Cost','no'),(3472,'rnb_adult_cost','Adult Cost','no'),(3473,'rnb_child_cost','Child Cost','no'),(3474,'rnb_deposit_amount','Deposit Amount','yes'),(3475,'rnb_instant_pay_amount','Instant Pay Amount','yes'),(3476,'rnb_initial_value_amount','Initial Value','yes'),(3477,'rnb_total_instant_pay_amount','Total Instant Pay Amount','yes'),(3478,'rnb_payment_due_amount','Payment Due','yes'),(3479,'rnb_quote_total_amount','Quote Total','yes'),(3480,'rnb_subtotal','Subtotal','no'),(3481,'rnb_grand_total','Grand Total','no'),(3482,'rnb_rfq_admin_profile_email','','no'),(3483,'rnb_rfq_admin_profile_name','','no'),(3484,'rnb_rfq_gdpr_enable','no','yes'),(3485,'rnb_rfq_gdpr_text','Please accept to consent to your data being stored in line with the guidelines set out in our','no'),(3486,'rnb_rfq_gdpr_page','223','yes'),(3758,'rnb_single_day_booking','yes','yes'),(3575,'woocommerce_admin_last_orders_milestone','10','yes'),(3688,'wpo_wcpdf_install_notice_dismissed','1','yes'),(3754,'rnb_choose_date_format','m/d/Y','no'),(3755,'rnb_choose_time_format','24-hours','yes'),(3756,'rnb_max_time_late','0','no'),(3757,'rnb_pay_extra_hours','yes','no'),(3759,'rnb_include_trailing_date','yes','yes'),(3760,'rnb_max_book_day','','no'),(3761,'rnb_min_book_day','','no'),(3762,'rnb_staring_block_days','0','no'),(3763,'rnb_before_block_days','','no'),(3764,'rnb_post_block_days','','no'),(3765,'rnb_time_intervals','30','no'),(3766,'rnb_allowed_times','','no'),(3767,'rnb_show_price_type','daily','no'),(3768,'rnb_weekends','a:0:{}','yes'),(3769,'rnb_booking_layout','layout_one','no'),(4095,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(4568,'rnb_enable_datetime_fields','yes','yes'),(4569,'rnb_show_pickup_date','yes','no'),(4570,'rnb_show_pickup_time','yes','no'),(4571,'rnb_show_dropoff_date','yes','no'),(4572,'rnb_show_dropoff_time','yes','no'),(4573,'rnb_enable_quantity','no','yes'),(4574,'rnb_enable_book_now_btn','yes','yes'),(4575,'rnb_enable_rfq_btn','no','yes'),(4576,'rnb_enable_price_flipbox','yes','yes'),(4577,'rnb_enable_price_discount','no','yes'),(4578,'rnb_enable_instance_payment','no','yes'),(4830,'woocommerce_sales_record_date','2022-03-07','yes'),(4831,'woocommerce_sales_record_amount','171500','yes'),(7000,'elementor_experiment-e_font_icon_svg','default','yes'),(7001,'elementor_experiment-e_import_export','default','yes'),(5744,'woocommerce_attribute_lookup_direct_updates','no','yes'),(7002,'elementor_experiment-additional_custom_breakpoints','default','yes'),(7003,'elementor_experiment-e_hidden_wordpress_widgets','default','yes'),(7004,'elementor_experiment-favorite-widgets','default','yes'),(7005,'elementor_experiment-page-transitions','default','yes'),(7006,'elementor_experiment-e_dom_optimization','default','yes'),(7007,'elementor_experiment-a11y_improvements','default','yes'),(7008,'elementor_experiment-theme_builder_v2','default','yes'),(7009,'elementor_experiment-hello-theme-header-footer','default','yes'),(7010,'elementor_experiment-landing-pages','default','yes'),(7011,'elementor_experiment-elements-color-picker','default','yes'),(7012,'elementor_experiment-admin-top-bar','default','yes'),(7013,'elementor_experiment-form-submissions','default','yes'),(7014,'elementor_experiment-e_scroll_snap','default','yes'),(6973,'_elementor_settings_update_time','1646822970','yes'),(6983,'elementor_pro_mailchimp_api_key','','yes'),(6984,'elementor_validate_api_data','','yes'),(6985,'elementor_pro_drip_api_token','','yes'),(6986,'elementor_pro_activecampaign_api_key','','yes'),(6974,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(6975,'elementor_notice','','yes'),(6976,'elementor_google_maps_api_key','','yes'),(6977,'elementor_pro_recaptcha_site_key','','yes'),(6913,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1647055206;s:5:\"value\";s:50:\"{\"error\":\"subscription not found\",\"success\":false}\";}','no'),(765998,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1751652563;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','yes'),(5793,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(6978,'elementor_pro_recaptcha_secret_key','','yes'),(6979,'elementor_pro_recaptcha_v3_site_key','','yes'),(6980,'elementor_pro_recaptcha_v3_secret_key','','yes'),(6981,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(5896,'auto_update_plugins','a:0:{}','no'),(6954,'elementor_connect_site_key','4f32b4590921cb90819b1d0a4a3c1cd3','yes'),(6982,'elementor_pro_facebook_app_id','','yes'),(7030,'_elementor_pro_editor_activate_license_notice_dismissed','1646997518','yes'),(5745,'woocommerce_analytics_enabled','yes','yes'),(5746,'rnb_inventory_title','Choose Inventory','no'),(5747,'rnb_pricing_flipbox_info_title','Pricing Info','no'),(5748,'rnb_unit_price','Unit Price','no'),(5749,'rnb_pickup_location_title','Pickup Location','no'),(5750,'rnb_pickup_location_placeholder','Pickup Location','no'),(5751,'rnb_dropoff_location_title','Dropoff Location','no'),(5752,'rnb_dropoff_location_placeholder','Dropoff Location','no'),(5753,'rnb_pickup_datetime_title','Check in Date & Time','no'),(5754,'rnb_pickup_date_placeholder','Check in Date','no'),(5755,'rnb_pickup_time_placeholder','Check in Time','no'),(5756,'rnb_dropoff_datetime_title','Checkout Date & Time','no'),(5757,'rnb_dropoff_date_placeholder','checkout Date','no'),(5758,'rnb_dropoff_time_placeholder','checkout Time','no'),(5759,'rnb_quantity_title','Quantity','no'),(5760,'rnb_resources_title','Resources','no'),(5761,'rnb_categories_title','Categories','no'),(5762,'rnb_deposit_title','Deposit','no'),(5763,'rnb_adults_title','Adults','no'),(5764,'rnb_adults_placeholder','Choose Adults','no'),(5765,'rnb_childs_title','Childs','no'),(5766,'rnb_childs_placeholder','Choose Childs','no'),(5767,'rnb_book_now_text','Book Now','no'),(5768,'rnb_rfq_text','Request For Quote','no'),(5769,'rnb_username_title','Username','no'),(5770,'rnb_username_placeholder','Username','no'),(5771,'rnb_password_title','password','no'),(5772,'rnb_password_placeholder','password','no'),(5773,'rnb_first_name_title','First name','no'),(5774,'rnb_first_name_placeholder','First name','no'),(5775,'rnb_last_name_title','Last name','no'),(5776,'rnb_last_name_placeholder','Last name','no'),(5777,'rnb_email_title','Email','no'),(5778,'rnb_email_placeholder','Email','no'),(5779,'rnb_phone_title','Phone','no'),(5780,'rnb_phone_placeholder','Phone','no'),(5781,'rnb_message_title','Message','no'),(5782,'rnb_message_placeholder','Message','no'),(5783,'rnb_submit_button_text','Submit','no'),(5784,'rnb_required_fields','yes','yes'),(5785,'rnb_required_pickup_loc','no','no'),(5786,'rnb_required_dropoff_loc','no','no'),(5787,'rnb_required_pickup_time','yes','no'),(5788,'rnb_required_dropoff_time','yes','no'),(5789,'rnb_required_person','no','no'),(5790,'rnb_overall_color_display_option','#b07aa4','no'),(7425,'updraft_task_manager_dbversion','1.1','yes'),(7430,'Re_Smush_It_Task','1646899661','yes'),(9087,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"mapapi188@gmail.com\";s:7:\"version\";s:5:\"6.8.1\";s:9:\"timestamp\";i:1746042724;}','off'),(9650,'woocommerce_task_list_prompt_shown','1','yes'),(9651,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(20126,'upiwc_plugin_dismiss_rating_notice','1','yes'),(13033,'rnb_invalid_date_range_notice','','no'),(13034,'rnb_max_day_notice','','no'),(13035,'rnb_min_day_notice','','no'),(13036,'rnb_quantity_notice','','no'),(20299,'hotel_booking_rooms_page_id','2810','yes'),(20300,'tp_hotel_booking_rooms_page_id','2810','yes'),(20301,'hotel_booking_cart_page_id','2811','yes'),(20302,'tp_hotel_booking_cart_page_id','2811','yes'),(20303,'hotel_booking_checkout_page_id','2812','yes'),(20304,'tp_hotel_booking_checkout_page_id','2812','yes'),(20305,'hotel_booking_search_page_id','2813','yes'),(20306,'tp_hotel_booking_search_page_id','2813','yes'),(20307,'hotel_booking_account_page_id','2814','yes'),(20308,'tp_hotel_booking_account_page_id','2814','yes'),(20309,'hotel_booking_terms_page_id','2815','yes'),(20310,'tp_hotel_booking_terms_page_id','2815','yes'),(20311,'hotel_booking_thankyou_page_id','2816','yes'),(20312,'tp_hotel_booking_thankyou_page_id','2816','yes'),(20412,'tp_hotel_booking_go_page_after_booking','','yes'),(20423,'tp_hotel_booking_offline-payment','a:2:{s:6:\"enable\";s:2:\"on\";s:11:\"instruction\";s:0:\"\";}','yes'),(20456,'hb_room_type_children','a:0:{}','yes'),(20127,'upiwc_plugin_dismiss_donate_notice','1','yes'),(20132,'elementskit-lite_never_show','yes','yes'),(20180,'fm_key','te9xn2SkLTldWYJQOzrZhHXKc','yes'),(20188,'filemanager_email_verified_2','yes','yes'),(20189,'mk_fm_close_fm_help_c_fm','done','yes'),(20255,'tp_hotel_booking_single_purchase','1','yes'),(20256,'tp_hotel_booking_custom_process','1','yes'),(20257,'tp_hotel_booking_currency','INR','yes'),(20258,'tp_hotel_booking_price_currency_position','right','yes'),(20259,'tp_hotel_booking_price_thousands_separator',',','yes'),(20260,'tp_hotel_booking_price_decimals_separator','.','yes'),(20261,'tp_hotel_booking_price_number_of_decimal','1','yes'),(20262,'tp_hotel_booking_minimum_booking_day','1','yes'),(20263,'tp_hotel_booking_tax','10','yes'),(20264,'tp_hotel_booking_price_including_tax','1','yes'),(20265,'tp_hotel_booking_price_display','min','yes'),(20266,'tp_hotel_booking_advance_payment','50','yes'),(20267,'tp_hotel_booking_hotel_name','Hotel Dhruv Palace','yes'),(20268,'tp_hotel_booking_hotel_address','Sri Krishna Colony, Satyanarayan Temple Main Road','yes'),(20269,'tp_hotel_booking_hotel_city','Trimbakeshwar','yes'),(20270,'tp_hotel_booking_hotel_state','Maharashtra','yes'),(20271,'tp_hotel_booking_hotel_country','India','yes'),(20272,'tp_hotel_booking_hotel_zip_code','422212','yes'),(20273,'tp_hotel_booking_hotel_phone_number','+919423160953','yes'),(20274,'tp_hotel_booking_hotel_fax_number','','yes'),(20275,'tp_hotel_booking_hotel_email_address','enquiry@hoteldhruvpalace.com','yes'),(20276,'tp_hotel_booking_email_general_from_name','Hoteldhruvpalace','yes'),(20277,'tp_hotel_booking_email_general_from_email','mapapi188@gmail.com','yes'),(20278,'tp_hotel_booking_email_general_subject','Dhruv palace Hotel Room Reservation','yes'),(20279,'tp_hotel_booking_cancel_payment','12','yes'),(20280,'tp_hotel_booking_guest_checkout','1','yes'),(20281,'tp_hotel_booking_catalog_number_column','4','yes'),(20282,'tp_hotel_booking_posts_per_page','8','yes'),(20283,'tp_hotel_booking_catalog_image','a:2:{s:5:\"width\";i:270;s:6:\"height\";i:270;}','yes'),(20284,'tp_hotel_booking_catalog_display_rating','1','yes'),(20285,'tp_hotel_booking_room_image_gallery','a:2:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;}','yes'),(20286,'tp_hotel_booking_room_thumbnail','a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}','yes'),(20287,'tp_hotel_booking_display_pricing_plans','1','yes'),(20288,'tp_hotel_booking_enable_review_rating','1','yes'),(20289,'tp_hotel_booking_review_rating_required','1','yes'),(20290,'tp_hotel_booking_enable_gallery_lightbox','1','yes'),(20291,'hotel_booking_version','1.10.2','yes'),(23542,'booking_activation_process','Off','yes'),(23543,'booking_admin_cal_count','2','yes'),(23544,'booking_skin','/css/skins/traditional.css','yes'),(23545,'booking_num_per_page','10','yes'),(23546,'booking_sort_order','','yes'),(23547,'booking_default_toolbar_tab','filter','yes'),(23548,'booking_listing_default_view_mode','vm_calendar','yes'),(23549,'booking_view_days_num','90','yes'),(23550,'booking_calendar_overview__day_mode__days_number_show','7','yes'),(23551,'booking_timeline__month_mode__days_number_show','7','yes'),(23552,'booking_max_monthes_in_calendar','1y','yes'),(23553,'booking_client_cal_count','1','yes'),(23554,'booking_start_day_weeek','0','yes'),(23555,'booking_title_after_reservation','Thank you for your online booking. We will send confirmation of your booking as soon as possible.','yes'),(23556,'booking_title_after_reservation_time','7000','yes'),(23557,'booking_type_of_thank_you_message','message','yes'),(23558,'booking_thank_you_page_URL','/wpbc-booking-received','yes'),(23559,'booking_is_use_autofill_4_logged_user','Off','yes'),(23560,'booking_date_format','F j, Y','yes'),(23561,'booking_is_use_localized_time_format','On','yes'),(23562,'booking_date_view_type','short','yes'),(23563,'booking_is_delete_if_deactive','Off','yes'),(23564,'booking_dif_colors_approval_pending','On','yes'),(23565,'booking_is_use_hints_at_admin_panel','On','yes'),(23566,'booking_is_not_load_bs_script_in_client','Off','yes'),(23567,'booking_is_not_load_bs_script_in_admin','Off','yes'),(23568,'booking_is_load_js_css_on_specific_pages','Off','yes'),(23569,'booking_is_show_system_debug_log','Off','yes'),(23570,'booking_is_time_disable_in_multidays','Off','yes'),(23571,'booking_pages_for_load_js_css','','yes'),(23572,'booking_type_of_day_selections','multiple','yes'),(23573,'booking_timeslot_picker','On','yes'),(23574,'booking_timeslot_picker_skin','/css/time_picker_skins/grey.css','yes'),(23575,'booking_timeslot_day_bg_as_available','On','yes'),(23576,'booking_form_is_using_bs_css','Off','yes'),(23577,'booking_form_format_type','vertical','yes'),(23578,'booking_form_field_active1','On','yes'),(23579,'booking_form_field_required1','On','yes'),(23580,'booking_form_field_label1','First Name','yes'),(23581,'booking_form_field_active2','On','yes'),(23582,'booking_form_field_required2','On','yes'),(23583,'booking_form_field_label2','Last Name','yes'),(23584,'booking_form_field_active3','On','yes'),(23585,'booking_form_field_required3','On','yes'),(23586,'booking_form_field_label3','Email','yes'),(23587,'booking_form_field_active4','On','yes'),(23588,'booking_form_field_required4','Off','yes'),(23589,'booking_form_field_label4','Phone','yes'),(23590,'booking_form_field_active5','On','yes'),(23591,'booking_form_field_required5','Off','yes'),(23592,'booking_form_field_label5','Details','yes'),(23593,'booking_form_field_active6','Off','yes'),(23594,'booking_form_field_required6','Off','yes'),(23595,'booking_form_field_label6','Visitors','yes'),(23596,'booking_form_field_values6','1\n2\n3\n4','yes'),(23597,'booking_is_days_always_available','Off','yes'),(23598,'booking_is_show_pending_days_as_available','Off','yes'),(23599,'booking_check_on_server_if_dates_free','Off','yes'),(23600,'booking_unavailable_days_num_from_today','0','yes'),(23601,'booking_unavailable_day0','Off','yes'),(23602,'booking_unavailable_day1','Off','yes'),(23603,'booking_unavailable_day2','Off','yes'),(23604,'booking_unavailable_day3','Off','yes'),(23605,'booking_unavailable_day4','Off','yes'),(23606,'booking_unavailable_day5','Off','yes'),(23607,'booking_unavailable_day6','Off','yes'),(23608,'booking_menu_position','top','yes'),(23609,'booking_translation_load_from','wp.org','yes'),(23610,'booking_user_role_booking','editor','yes'),(23611,'booking_user_role_addbooking','editor','yes'),(23612,'booking_user_role_resources','editor','yes'),(23613,'booking_user_role_settings','administrator','yes'),(23614,'booking_is_email_reservation_adress','On','yes'),(23615,'booking_email_reservation_adress','"Booking system" <mapapi188@gmail.com>','yes'),(23616,'booking_email_reservation_from_adress','[visitoremail]','yes'),(23617,'booking_email_reservation_subject','New booking','yes'),(23618,'booking_email_reservation_content','You need to approve a new booking [bookingtype] for: [dates]<br/><br/> Person detail information:<br/> [content]<br/><br/> Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]','yes'),(23619,'booking_is_email_newbookingbyperson_adress','Off','yes'),(23620,'booking_email_newbookingbyperson_adress','"Booking system" <mapapi188@gmail.com>','yes'),(23621,'booking_email_newbookingbyperson_subject','New booking','yes'),(23622,'booking_email_newbookingbyperson_content','Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, Hoteldhruvpalace<br/>[siteurl]','yes'),(23623,'booking_is_email_approval_adress','On','yes'),(23624,'booking_is_email_approval_send_copy_to_admin','Off','yes'),(23625,'booking_email_approval_adress','"Booking system" <mapapi188@gmail.com>','yes'),(23626,'booking_email_approval_subject','Your booking has been approved','yes'),(23627,'booking_email_approval_content','Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]','yes'),(23628,'booking_is_email_deny_adress','On','yes'),(23629,'booking_is_email_deny_send_copy_to_admin','Off','yes'),(23630,'booking_email_deny_adress','"Booking system" <mapapi188@gmail.com>','yes'),(23631,'booking_email_deny_subject','Your booking has been declined','yes'),(23632,'booking_email_deny_content','Your booking [bookingtype] for: [dates] has been canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]','yes'),(23633,'booking_widget_title','Booking form','yes'),(23634,'booking_widget_show','booking_form','yes'),(23635,'booking_widget_type','1','yes'),(23636,'booking_widget_calendar_count','1','yes'),(23637,'booking_widget_last_field','','yes'),(23638,'booking_wpdev_copyright_adminpanel','On','yes'),(23639,'booking_is_show_powered_by_notice','On','yes'),(23640,'booking_is_use_captcha','Off','yes'),(23641,'booking_is_show_legend','Off','yes'),(23642,'booking_send_button_title','Send','yes'),(23643,'booking_legend_is_show_item_available','On','yes'),(23644,'booking_legend_text_for_item_available','Available','yes'),(23645,'booking_legend_is_show_item_pending','On','yes'),(23646,'booking_legend_text_for_item_pending','Pending','yes'),(23647,'booking_legend_is_show_item_approved','On','yes'),(23648,'booking_legend_text_for_item_approved','Booked','yes'),(23649,'booking_legend_is_show_numbers','Off','yes'),(23650,'booking_email_new_admin','a:15:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:28:\"enquiry@hoteldhruvpalace.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"enquiry@hoteldhruvpalace.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:283:\"<p>You need to approve a new booking [bookingtype] for: [dates]<br /><br />Person detail information:<br />[content]<br /><br />Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br /><br />Thank you, Hoteldhruvpalace<br />[siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23651,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:170:\"Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, Hoteldhruvpalace<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23652,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:19:\"mapapi188@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been approved\";s:7:\"content\";s:128:\"Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23653,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:19:\"mapapi188@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:147:\"Your booking [bookingtype] for: [dates] has been canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23654,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:19:\"mapapi188@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:147:\"Your booking [bookingtype] for: [dates] has been canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23655,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:19:\"mapapi188@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:147:\"Your booking [bookingtype] for: [dates] has been canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Hoteldhruvpalace<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(23656,'booking_form_structure_type','vertical','yes'),(23657,'booking_menu_go_pro','show','yes'),(23658,'booking_ics_force_import','Off','yes'),(23659,'booking_ics_force_trash_before_import','Off','yes'),(23660,'booking_translation_update_status','0','yes'),(23661,'booking_form','<div class=\"wpbc_booking_form_structure wpbc_vertical\">\n <div class=\"wpbc_structure_calendar\">\n [calendar]\n </div>\n <div class=\"wpbc_structure_form\">\n <p>First Name*:<br />[text* name]</p>\n <p>Last Name*:<br />[text* secondname]</p>\n <p>Email*:<br />[email* email]</p>\n <p>Phone:<br />[text phone]</p>\n <p>Details:<br />[textarea details]</p>\n <p>[captcha]</p>\n <p>[submit class:btn \"Send\"]</p>\n </div>\n</div>\n<div class=\"wpbc_booking_form_footer\"></div>','yes'),(23662,'booking_form_show','<div style=\"text-align:left;word-wrap: break-word;\">\n <strong>First Name</strong>: <span class=\"fieldvalue\">[name]</span><br/>\n <strong>Last Name</strong>: <span class=\"fieldvalue\">[secondname]</span><br/>\n <strong>Email</strong>: <span class=\"fieldvalue\">[email]</span><br/>\n <strong>Phone</strong>: <span class=\"fieldvalue\">[phone]</span><br/>\n <strong>Details</strong>: <span class=\"fieldvalue\">[details]</span><br/>\n</div>','yes'),(23663,'booking_form_visual','a:9:{i:0;a:2:{s:4:\"type\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";}i:1;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:10:\"First Name\";}i:2;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:9:\"Last Name\";}i:3;a:6:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:5:\"Email\";}i:4;a:7:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:7:\"1\n2\n3\n4\";}i:5;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:5:\"Phone\";}i:6;a:6:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:7:\"Details\";}i:7;a:6:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:0:\"\";}i:8;a:6:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:4:\"Send\";}}','yes'),(23664,'booking_gcal_feed','','yes'),(23665,'booking_gcal_events_from','month-start','yes'),(23666,'booking_gcal_events_from_offset','','yes'),(23667,'booking_gcal_events_from_offset_type','','yes'),(23668,'booking_gcal_events_until','any','yes'),(23669,'booking_gcal_events_until_offset','','yes'),(23670,'booking_gcal_events_until_offset_type','','yes'),(23671,'booking_gcal_events_max','25','yes'),(23672,'booking_gcal_api_key','','yes'),(23673,'booking_gcal_timezone','','yes'),(23674,'booking_gcal_is_send_email','Off','yes'),(23675,'booking_gcal_auto_import_is_active','Off','yes'),(23676,'booking_gcal_auto_import_time','24','yes'),(23677,'booking_gcal_events_form_fields','s:101:\"a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:5:\"text^\";}\";','yes'),(23678,'booking_version_num','10.11','yes'),(23682,'booking_activation_redirect_for_version','10.11','yes'),(23681,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20294,'widget_hb_widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20295,'widget_hb_widget_carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20296,'widget_hb_widget_best_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20297,'widget_hb_widget_lastest_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20298,'widget_hb_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20142,'metform_never_show','yes','yes'),(20889,'woocommerce_task_list_reminder_bar_hidden','yes','yes'),(577427,'person_children','a:0:{}','yes'),(24397,'njt_wa_review','1','yes'),(24398,'njt_wa_first_time_active','1','yes'),(24399,'njt_wa_version','3.1','yes'),(24400,'nta_wa_restored','1','yes'),(24404,'nta_wa_widget_styles','a:17:{s:5:\"title\";s:20:\"Start a Conversation\";s:12:\"responseText\";s:44:\"The team typically replies in a few minutes.\";s:11:\"description\";s:70:\"Hi! Click one of our member below to chat on <strong>WhatsApp</strong>\";s:15:\"backgroundColor\";s:7:\"#2db742\";s:9:\"textColor\";s:4:\"#fff\";s:12:\"scrollHeight\";s:3:\"500\";s:12:\"isShowScroll\";s:3:\"OFF\";s:18:\"isShowResponseText\";s:3:\"OFF\";s:8:\"btnLabel\";s:40:\"Need Help? <strong>Chat with us</strong>\";s:13:\"btnLabelWidth\";s:3:\"156\";s:11:\"btnPosition\";s:4:\"left\";s:15:\"btnLeftDistance\";s:2:\"30\";s:16:\"btnRightDistance\";s:2:\"30\";s:17:\"btnBottomDistance\";s:2:\"30\";s:14:\"isShowBtnLabel\";s:3:\"OFF\";s:10:\"isShowGDPR\";s:3:\"OFF\";s:11:\"gdprContent\";s:115:\"Please accept our <a href=\"https://ninjateam.org/privacy-policy/\">privacy policy</a> first to start a conversation.\";}','yes'),(26072,'nta_wa_widget_display','a:6:{s:16:\"displayCondition\";s:12:\"excludePages\";s:12:\"includePages\";a:0:{}s:12:\"excludePages\";a:0:{}s:13:\"showOnDesktop\";s:2:\"ON\";s:12:\"showOnMobile\";s:2:\"ON\";s:12:\"time_symbols\";s:3:\"h:m\";}','yes'),(26882,'rnb_categories_children','a:0:{}','yes'),(26883,'resource_children','a:0:{}','yes'),(26885,'deposite_children','a:0:{}','yes'),(26886,'attributes_children','a:0:{}','yes'),(26887,'features_children','a:0:{}','yes'),(26888,'pickup_location_children','a:0:{}','yes'),(26889,'dropoff_location_children','a:0:{}','yes'),(72955,'woocommerce_force_ssl_checkout','no','yes'),(79815,'webhook_enable_flag','1734960320','yes'),(92758,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"wc-upi\";i:3;s:8:\"razorpay\";i:4;}','yes'),(86517,'wpo_wcpdf_installed_template_paths','a:1:{s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple\";s:14:\"default/Simple\";}','yes'),(86570,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:48:\"mapapi188@gmail.com,enquiry@hoteldhruvpalace.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(86571,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:48:\"mapapi188@gmail.com,enquiry@hoteldhruvpalace.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:146:\"Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(75015,'booking_is_use_old_booking_listing','Off','yes'),(75018,'wp24_domaincheck','a:65:{s:10:\"fieldLabel\";s:4:\"www.\";s:16:\"fieldPlaceholder\";s:14:\"desired-domain\";s:10:\"fieldWidth\";i:250;s:9:\"fieldUnit\";s:2:\"px\";s:15:\"fieldnameDomain\";s:18:\"domaincheck_domain\";s:12:\"fieldnameTld\";s:15:\"domaincheck_tld\";s:13:\"selectionType\";s:8:\"dropdown\";s:4:\"tlds\";s:63:\"com, net, org, info, eu, tk, de, uk, nl, ru, br, fr, it, ca, pl\";s:8:\"checkAll\";b:1;s:13:\"checkAllLabel\";s:3:\"all\";s:15:\"checkAllDefault\";b:0;s:10:\"multicheck\";b:0;s:10:\"textButton\";s:5:\"check\";s:9:\"showWhois\";b:0;s:9:\"textWhois\";s:5:\"whois\";s:11:\"displayType\";s:7:\"default\";s:17:\"excludeRegistered\";b:0;s:13:\"textNoResults\";s:21:\"No free domain found.\";s:12:\"displayLimit\";i:0;s:12:\"textLoadMore\";s:4:\"more\";s:13:\"textAvailable\";s:12:\"is available\";s:14:\"colorAvailable\";s:7:\"#008b00\";s:14:\"textRegistered\";s:13:\"is registered\";s:15:\"colorRegistered\";s:0:\"\";s:9:\"textError\";s:5:\"error\";s:10:\"colorError\";s:7:\"#8c0000\";s:11:\"textInvalid\";s:10:\"is invalid\";s:12:\"colorInvalid\";s:7:\"#8c0000\";s:9:\"textLimit\";s:19:\"query limit reached\";s:10:\"colorLimit\";s:7:\"#ff8c00\";s:15:\"textWhoisserver\";s:20:\"whois server unknown\";s:16:\"colorWhoisserver\";s:7:\"#8c0000\";s:15:\"textUnsupported\";s:23:\".[tld] is not supported\";s:16:\"colorUnsupported\";s:7:\"#ff8c00\";s:14:\"textTldMissing\";s:31:\"Please enter a domain extension\";s:15:\"colorTldMissing\";s:0:\"\";s:14:\"textEmptyField\";s:0:\"\";s:15:\"colorEmptyField\";s:0:\"\";s:16:\"textInvalidField\";s:0:\"\";s:17:\"colorInvalidField\";s:0:\"\";s:12:\"priceEnabled\";b:0;s:12:\"priceDefault\";s:0:\"\";s:11:\"linkEnabled\";b:0;s:11:\"linkDefault\";s:0:\"\";s:12:\"textPurchase\";s:32:\"[link]buy now[/link] for [price]\";s:20:\"priceTransferEnabled\";b:0;s:20:\"priceTransferDefault\";s:0:\"\";s:19:\"linkTransferEnabled\";b:0;s:19:\"linkTransferDefault\";s:0:\"\";s:12:\"textTransfer\";s:37:\"[link]transfer now[/link] for [price]\";s:8:\"prefixes\";s:0:\"\";s:8:\"suffixes\";s:0:\"\";s:14:\"linkRegistered\";b:0;s:11:\"dotInSelect\";b:0;s:9:\"useNonces\";b:0;s:11:\"multipleUse\";b:0;s:8:\"htmlForm\";b:1;s:19:\"removeWhoisComments\";b:0;s:12:\"hooksEnabled\";b:0;s:13:\"reviewMessage\";b:1;s:11:\"unsupported\";a:5:{s:7:\"enabled\";b:0;s:4:\"text\";s:21:\"is probably available\";s:5:\"color\";s:7:\"#008b00\";s:6:\"verify\";b:0;s:10:\"verifyText\";s:6:\"verify\";}s:11:\"woocommerce\";a:12:{s:7:\"enabled\";b:0;s:18:\"addToCartBehaviour\";i:0;s:14:\"customPageLink\";s:0:\"\";s:13:\"addToCartText\";s:11:\"add to cart\";s:15:\"addedToCartText\";s:13:\"added to cart\";s:11:\"domainLabel\";s:6:\"Domain\";s:17:\"productidPurchase\";i:0;s:12:\"textPurchase\";s:32:\"[link]buy now[/link] for [price]\";s:15:\"transferEnabled\";b:0;s:17:\"productidTransfer\";i:0;s:12:\"textTransfer\";s:37:\"[link]transfer now[/link] for [price]\";s:14:\"suffixTransfer\";s:10:\"(Transfer)\";}s:9:\"recaptcha\";a:9:{s:4:\"type\";s:4:\"none\";s:7:\"siteKey\";s:0:\"\";s:9:\"secretKey\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"size\";s:6:\"normal\";s:8:\"position\";s:11:\"bottomright\";s:5:\"score\";d:0.5;s:4:\"text\";s:22:\"reCAPTCHA check failed\";s:5:\"color\";s:7:\"#8c0000\";}s:12:\"query_limits\";a:1:{s:10:\"centralnic\";i:60;}s:16:\"database_version\";s:5:\"1.3.0\";}','yes'),(75019,'widget_wp24_domaincheck_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(72956,'woocommerce_unforce_ssl_checkout','no','yes'),(86646,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1664021417;s:9:\"dismissed\";b:0;}','yes'),(86640,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1751600998;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(86988,'wp_mail_smtp_debug','a:1154:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:23;i:24;i:24;i:25;i:25;i:26;i:26;i:27;i:27;i:28;i:28;i:29;i:29;i:30;i:30;i:31;i:31;i:32;i:32;i:33;i:33;i:34;i:34;i:35;i:35;i:36;i:36;i:37;i:37;i:38;i:38;i:39;i:39;i:40;i:40;i:41;i:41;i:42;i:42;i:43;i:43;i:44;i:44;i:45;i:45;i:46;i:46;i:47;i:47;i:48;i:48;i:49;i:49;i:50;i:50;i:51;i:51;i:52;i:52;i:53;i:53;i:54;i:54;i:55;i:55;i:56;i:56;i:57;i:57;i:58;i:58;i:59;i:59;i:60;i:60;i:61;i:61;i:62;i:62;i:63;i:63;i:64;i:64;i:65;i:65;i:66;i:66;i:67;i:67;i:68;i:68;i:69;i:69;i:70;i:70;i:71;i:71;i:72;i:72;i:73;i:73;i:74;i:74;i:75;i:75;i:76;i:76;i:77;i:77;i:78;i:78;i:79;i:79;i:80;i:80;i:81;i:81;i:82;i:82;i:83;i:83;i:84;i:84;i:85;i:85;i:86;i:86;i:87;i:87;i:88;i:88;i:89;i:89;i:90;i:90;i:91;i:91;i:92;i:92;i:93;i:93;i:94;i:94;i:95;i:95;i:96;i:96;i:97;i:97;i:98;i:98;i:99;i:99;i:100;i:100;i:101;i:101;i:102;i:102;i:103;i:103;i:104;i:104;i:105;i:105;i:106;i:106;i:107;i:107;i:108;i:108;i:109;i:109;i:110;i:110;i:111;i:111;i:112;i:112;i:113;i:113;i:114;i:114;i:115;i:115;i:116;i:116;i:117;i:117;i:118;i:118;i:119;i:119;i:120;i:120;i:121;i:121;i:122;i:122;i:123;i:123;i:124;i:124;i:125;i:125;i:126;i:126;i:127;i:127;i:128;i:128;i:129;i:129;i:130;i:130;i:131;i:131;i:132;i:132;i:133;i:133;i:134;i:134;i:135;i:135;i:136;i:136;i:137;i:137;i:138;i:138;i:139;i:139;i:140;i:140;i:141;i:141;i:142;i:142;i:143;i:143;i:144;i:144;i:145;i:145;i:146;i:146;i:147;i:147;i:148;i:148;i:149;i:149;i:150;i:150;i:151;i:151;i:152;i:152;i:153;i:153;i:154;i:154;i:155;i:155;i:156;i:156;i:157;i:157;i:158;i:158;i:159;i:159;i:160;i:160;i:161;i:161;i:162;i:162;i:163;i:163;i:164;i:164;i:165;i:165;i:166;i:166;i:167;i:167;i:168;i:168;i:169;i:169;i:170;i:170;i:171;i:171;i:172;i:172;i:173;i:173;i:174;i:174;i:175;i:175;i:176;i:176;i:177;i:177;i:178;i:178;i:179;i:179;i:180;i:180;i:181;i:181;i:182;i:182;i:183;i:183;i:184;i:184;i:185;i:185;i:186;i:186;i:187;i:187;i:188;i:188;i:189;i:189;i:190;i:190;i:191;i:191;i:192;i:192;i:193;i:193;i:194;i:194;i:195;i:195;i:196;i:196;i:197;i:197;i:198;i:198;i:199;i:199;i:200;i:200;i:201;i:201;i:202;i:202;i:203;i:203;i:204;i:204;i:205;i:205;i:206;i:206;i:207;i:207;i:208;i:208;i:209;i:209;i:210;i:210;i:211;i:211;i:212;i:212;i:213;i:213;i:214;i:214;i:215;i:215;i:216;i:216;i:217;i:217;i:218;i:218;i:219;i:219;i:220;i:220;i:221;i:221;i:222;i:222;i:223;i:223;i:224;i:224;i:225;i:225;i:226;i:226;i:227;i:227;i:228;i:228;i:229;i:229;i:230;i:230;i:231;i:231;i:232;i:232;i:233;i:233;i:234;i:234;i:235;i:235;i:236;i:236;i:237;i:237;i:238;i:238;i:239;i:239;i:240;i:240;i:241;i:241;i:242;i:242;i:243;i:243;i:244;i:244;i:245;i:245;i:246;i:246;i:247;i:247;i:248;i:248;i:249;i:249;i:250;i:250;i:251;i:251;i:252;i:252;i:253;i:253;i:254;i:254;i:255;i:255;i:256;i:256;i:257;i:257;i:258;i:258;i:259;i:259;i:260;i:260;i:261;i:261;i:262;i:262;i:263;i:263;i:264;i:264;i:265;i:265;i:266;i:266;i:267;i:267;i:268;i:268;i:269;i:269;i:270;i:270;i:271;i:271;i:272;i:272;i:273;i:273;i:274;i:274;i:275;i:275;i:276;i:276;i:277;i:277;i:278;i:278;i:279;i:279;i:280;i:280;i:281;i:281;i:282;i:282;i:283;i:283;i:284;i:284;i:285;i:285;i:286;i:286;i:287;i:287;i:288;i:288;i:289;i:289;i:290;i:290;i:291;i:291;i:292;i:292;i:293;i:293;i:294;i:294;i:295;i:295;i:296;i:296;i:297;i:297;i:298;i:298;i:299;i:299;i:300;i:300;i:301;i:301;i:302;i:302;i:303;i:303;i:304;i:304;i:305;i:305;i:306;i:306;i:307;i:307;i:308;i:308;i:309;i:309;i:310;i:310;i:311;i:311;i:312;i:312;i:313;i:313;i:314;i:314;i:315;i:315;i:316;i:316;i:317;i:317;i:318;i:318;i:319;i:319;i:320;i:320;i:321;i:321;i:322;i:322;i:323;i:323;i:324;i:324;i:325;i:325;i:326;i:326;i:327;i:327;i:328;i:328;i:329;i:329;i:330;i:330;i:331;i:331;i:332;i:332;i:333;i:333;i:334;i:334;i:335;i:335;i:336;i:336;i:337;i:337;i:338;i:338;i:339;i:339;i:340;i:340;i:341;i:341;i:342;i:342;i:343;i:343;i:344;i:344;i:345;i:345;i:346;i:346;i:347;i:347;i:348;i:348;i:349;i:349;i:350;i:350;i:351;i:351;i:352;i:352;i:353;i:353;i:354;i:354;i:355;i:355;i:356;i:356;i:357;i:357;i:358;i:358;i:359;i:359;i:360;i:360;i:361;i:361;i:362;i:362;i:363;i:363;i:364;i:364;i:365;i:365;i:366;i:366;i:367;i:367;i:368;i:368;i:369;i:369;i:370;i:370;i:371;i:371;i:372;i:372;i:373;i:373;i:374;i:374;i:375;i:375;i:376;i:376;i:377;i:377;i:378;i:378;i:379;i:379;i:380;i:380;i:381;i:381;i:382;i:382;i:383;i:383;i:384;i:384;i:385;i:385;i:386;i:386;i:387;i:387;i:388;i:388;i:389;i:389;i:390;i:390;i:391;i:391;i:392;i:392;i:393;i:393;i:394;i:394;i:395;i:395;i:396;i:396;i:397;i:397;i:398;i:398;i:399;i:399;i:400;i:400;i:401;i:401;i:402;i:402;i:403;i:403;i:404;i:404;i:405;i:405;i:406;i:406;i:407;i:407;i:408;i:408;i:409;i:409;i:410;i:410;i:411;i:411;i:412;i:412;i:413;i:413;i:414;i:414;i:415;i:415;i:416;i:416;i:417;i:417;i:418;i:418;i:419;i:419;i:420;i:420;i:421;i:421;i:422;i:422;i:423;i:423;i:424;i:424;i:425;i:425;i:426;i:426;i:427;i:427;i:428;i:428;i:429;i:429;i:430;i:430;i:431;i:431;i:432;i:432;i:433;i:433;i:434;i:434;i:435;i:435;i:436;i:436;i:437;i:437;i:438;i:438;i:439;i:439;i:440;i:440;i:441;i:441;i:442;i:442;i:443;i:443;i:444;i:444;i:445;i:445;i:446;i:446;i:447;i:447;i:448;i:448;i:449;i:449;i:450;i:450;i:451;i:451;i:452;i:452;i:453;i:453;i:454;i:454;i:455;i:455;i:456;i:456;i:457;i:457;i:458;i:458;i:459;i:459;i:460;i:460;i:461;i:461;i:462;i:462;i:463;i:463;i:464;i:464;i:465;i:465;i:466;i:466;i:467;i:467;i:468;i:468;i:469;i:469;i:470;i:470;i:471;i:471;i:472;i:472;i:473;i:473;i:474;i:474;i:475;i:475;i:476;i:476;i:477;i:477;i:478;i:478;i:479;i:479;i:480;i:480;i:481;i:481;i:482;i:482;i:483;i:483;i:484;i:484;i:485;i:485;i:486;i:486;i:487;i:487;i:488;i:488;i:489;i:489;i:490;i:490;i:491;i:491;i:492;i:492;i:493;i:493;i:494;i:494;i:495;i:495;i:496;i:496;i:497;i:497;i:498;i:498;i:499;i:499;i:500;i:500;i:501;i:501;i:502;i:502;i:503;i:503;i:504;i:504;i:505;i:505;i:506;i:506;i:507;i:507;i:508;i:508;i:509;i:509;i:510;i:510;i:511;i:511;i:512;i:512;i:513;i:513;i:514;i:514;i:515;i:515;i:516;i:516;i:517;i:517;i:518;i:518;i:519;i:519;i:520;i:520;i:521;i:521;i:522;i:522;i:523;i:523;i:524;i:524;i:525;i:525;i:526;i:526;i:527;i:527;i:528;i:528;i:529;i:529;i:530;i:530;i:531;i:531;i:532;i:532;i:533;i:533;i:534;i:534;i:535;i:535;i:536;i:536;i:537;i:537;i:538;i:538;i:539;i:539;i:540;i:540;i:541;i:541;i:542;i:542;i:543;i:543;i:544;i:544;i:545;i:545;i:546;i:546;i:547;i:547;i:548;i:548;i:549;i:549;i:550;i:550;i:551;i:551;i:552;i:552;i:553;i:553;i:554;i:554;i:555;i:555;i:556;i:556;i:557;i:557;i:558;i:558;i:559;i:559;i:560;i:560;i:561;i:561;i:562;i:562;i:563;i:563;i:564;i:564;i:565;i:565;i:566;i:566;i:567;i:567;i:568;i:568;i:569;i:569;i:570;i:570;i:571;i:571;i:572;i:572;i:573;i:573;i:574;i:574;i:575;i:575;i:576;i:576;i:577;i:577;i:578;i:578;i:579;i:579;i:580;i:580;i:581;i:581;i:582;i:582;i:583;i:583;i:584;i:584;i:585;i:585;i:586;i:586;i:587;i:587;i:588;i:588;i:589;i:589;i:590;i:590;i:591;i:591;i:592;i:592;i:593;i:593;i:594;i:594;i:595;i:595;i:596;i:596;i:597;i:597;i:598;i:598;i:599;i:599;i:600;i:600;i:601;i:601;i:602;i:602;i:603;i:603;i:604;i:604;i:605;i:605;i:606;i:606;i:607;i:607;i:608;i:608;i:609;i:609;i:610;i:610;i:611;i:611;i:612;i:612;i:613;i:613;i:614;i:614;i:615;i:615;i:616;i:616;i:617;i:617;i:618;i:618;i:619;i:619;i:620;i:620;i:621;i:621;i:622;i:622;i:623;i:623;i:624;i:624;i:625;i:625;i:626;i:626;i:627;i:627;i:628;i:628;i:629;i:629;i:630;i:630;i:631;i:631;i:632;i:632;i:633;i:633;i:634;i:634;i:635;i:635;i:636;i:636;i:637;i:637;i:638;i:638;i:639;i:639;i:640;i:640;i:641;i:641;i:642;i:642;i:643;i:643;i:644;i:644;i:645;i:645;i:646;i:646;i:647;i:647;i:648;i:648;i:649;i:649;i:650;i:650;i:651;i:651;i:652;i:652;i:653;i:653;i:654;i:654;i:655;i:655;i:656;i:656;i:657;i:657;i:658;i:658;i:659;i:659;i:660;i:660;i:661;i:661;i:662;i:662;i:663;i:663;i:664;i:664;i:665;i:665;i:666;i:666;i:667;i:667;i:668;i:668;i:669;i:669;i:670;i:670;i:671;i:671;i:672;i:672;i:673;i:673;i:674;i:674;i:675;i:675;i:676;i:676;i:677;i:677;i:678;i:678;i:679;i:679;i:680;i:680;i:681;i:681;i:682;i:682;i:683;i:683;i:684;i:684;i:685;i:685;i:686;i:686;i:687;i:687;i:688;i:688;i:689;i:689;i:690;i:690;i:691;i:691;i:692;i:692;i:693;i:693;i:694;i:694;i:695;i:695;i:696;i:696;i:697;i:697;i:698;i:698;i:699;i:699;i:700;i:700;i:701;i:701;i:702;i:702;i:703;i:703;i:704;i:704;i:705;i:705;i:706;i:706;i:707;i:707;i:708;i:708;i:709;i:709;i:710;i:710;i:711;i:711;i:712;i:712;i:713;i:713;i:714;i:714;i:715;i:715;i:716;i:716;i:717;i:717;i:718;i:718;i:719;i:719;i:720;i:720;i:721;i:721;i:722;i:722;i:723;i:723;i:724;i:724;i:725;i:725;i:726;i:726;i:727;i:727;i:728;i:728;i:729;i:729;i:730;i:730;i:731;i:731;i:732;i:732;i:733;i:733;i:734;i:734;i:735;i:735;i:736;i:736;i:737;i:737;i:738;i:738;i:739;i:739;i:740;i:740;i:741;i:741;i:742;i:742;i:743;i:743;i:744;i:744;i:745;i:745;i:746;i:746;i:747;i:747;i:748;i:748;i:749;i:749;i:750;i:750;i:751;i:751;i:752;i:752;i:753;i:753;i:754;i:754;i:755;i:755;i:756;i:756;i:757;i:757;i:758;i:758;i:759;i:759;i:760;i:760;i:761;i:761;i:762;i:762;i:763;i:763;i:764;i:764;i:765;i:765;i:766;i:766;i:767;i:767;i:768;i:768;i:769;i:769;i:770;i:770;i:771;i:771;i:772;i:772;i:773;i:773;i:774;i:774;i:775;i:775;i:776;i:776;i:777;i:777;i:778;i:778;i:779;i:779;i:780;i:780;i:781;i:781;i:782;i:782;i:783;i:783;i:784;i:784;i:785;i:785;i:786;i:786;i:787;i:787;i:788;i:788;i:789;i:789;i:790;i:790;i:791;i:791;i:792;i:792;i:793;i:793;i:794;i:794;i:795;i:795;i:796;i:796;i:797;i:797;i:798;i:798;i:799;i:799;i:800;i:800;i:801;i:801;i:802;i:802;i:803;i:803;i:804;i:804;i:805;i:805;i:806;i:806;i:807;i:807;i:808;i:808;i:809;i:809;i:810;i:810;i:811;i:811;i:812;i:812;i:813;i:813;i:814;i:814;i:815;i:815;i:816;i:816;i:817;i:817;i:818;i:818;i:819;i:819;i:820;i:820;i:821;i:821;i:822;i:822;i:823;i:823;i:824;i:824;i:825;i:825;i:826;i:826;i:827;i:827;i:828;i:828;i:829;i:829;i:830;i:830;i:831;i:831;i:832;i:832;i:833;i:833;i:834;i:834;i:835;i:835;i:836;i:836;i:837;i:837;i:838;i:838;i:839;i:839;i:840;i:840;i:841;i:841;i:842;i:842;i:843;i:843;i:844;i:844;i:845;i:845;i:846;i:846;i:847;i:847;i:848;i:848;i:849;i:849;i:850;i:850;i:851;i:851;i:852;i:852;i:853;i:853;i:854;i:854;i:855;i:855;i:856;i:856;i:857;i:857;i:858;i:858;i:859;i:859;i:860;i:860;i:861;i:861;i:862;i:862;i:863;i:863;i:864;i:864;i:865;i:865;i:866;i:866;i:867;i:867;i:868;i:868;i:869;i:869;i:870;i:870;i:871;i:871;i:872;i:872;i:873;i:873;i:874;i:874;i:875;i:875;i:876;i:876;i:877;i:877;i:878;i:878;i:879;i:879;i:880;i:880;i:881;i:881;i:882;i:882;i:883;i:883;i:884;i:884;i:885;i:885;i:886;i:886;i:887;i:887;i:888;i:888;i:889;i:889;i:890;i:890;i:891;i:891;i:892;i:892;i:893;i:893;i:894;i:894;i:895;i:895;i:896;i:896;i:897;i:897;i:898;i:898;i:899;i:899;i:900;i:900;i:901;i:901;i:902;i:902;i:903;i:903;i:904;i:904;i:905;i:905;i:906;i:906;i:907;i:907;i:908;i:908;i:909;i:909;i:910;i:910;i:911;i:911;i:912;i:912;i:913;i:913;i:914;i:914;i:915;i:915;i:916;i:916;i:917;i:917;i:918;i:918;i:919;i:919;i:920;i:920;i:921;i:921;i:922;i:922;i:923;i:923;i:924;i:924;i:925;i:925;i:926;i:926;i:927;i:927;i:928;i:928;i:929;i:929;i:930;i:930;i:931;i:931;i:932;i:932;i:933;i:933;i:934;i:934;i:935;i:935;i:936;i:936;i:937;i:937;i:938;i:938;i:939;i:939;i:940;i:940;i:941;i:941;i:942;i:942;i:943;i:943;i:944;i:944;i:945;i:945;i:946;i:946;i:947;i:947;i:948;i:948;i:949;i:949;i:950;i:950;i:951;i:951;i:952;i:952;i:953;i:953;i:954;i:954;i:955;i:955;i:956;i:956;i:957;i:957;i:958;i:958;i:959;i:959;i:960;i:960;i:961;i:961;i:962;i:962;i:963;i:963;i:964;i:964;i:965;i:965;i:966;i:966;i:967;i:967;i:968;i:968;i:969;i:969;i:970;i:970;i:971;i:971;i:972;i:972;i:973;i:973;i:974;i:974;i:975;i:975;i:976;i:976;i:977;i:977;i:978;i:978;i:979;i:979;i:980;i:980;i:981;i:981;i:982;i:982;i:983;i:983;i:984;i:984;i:985;i:985;i:986;i:986;i:987;i:987;i:988;i:988;i:989;i:989;i:990;i:990;i:991;i:991;i:992;i:992;i:993;i:993;i:994;i:994;i:995;i:995;i:996;i:996;i:997;i:997;i:998;i:998;i:999;i:999;i:1000;i:1000;i:1001;i:1001;i:1002;i:1002;i:1003;i:1003;i:1004;i:1004;i:1005;i:1005;i:1006;i:1006;i:1007;i:1007;i:1008;i:1008;i:1009;i:1009;i:1010;i:1010;i:1011;i:1011;i:1012;i:1012;i:1013;i:1013;i:1014;i:1014;i:1015;i:1015;i:1016;i:1016;i:1017;i:1017;i:1018;i:1018;i:1019;i:1019;i:1020;i:1020;i:1021;i:1021;i:1022;i:1022;i:1023;i:1023;i:1024;i:1024;i:1025;i:1025;i:1026;i:1026;i:1027;i:1027;i:1028;i:1028;i:1029;i:1029;i:1030;i:1030;i:1031;i:1031;i:1032;i:1032;i:1033;i:1033;i:1034;i:1034;i:1035;i:1035;i:1036;i:1036;i:1037;i:1037;i:1038;i:1038;i:1039;i:1039;i:1040;i:1040;i:1041;i:1041;i:1042;i:1042;i:1043;i:1043;i:1044;i:1044;i:1045;i:1045;i:1046;i:1046;i:1047;i:1047;i:1048;i:1048;i:1049;i:1049;i:1050;i:1050;i:1051;i:1051;i:1052;i:1052;i:1053;i:1053;i:1054;i:1054;i:1055;i:1055;i:1056;i:1056;i:1057;i:1057;i:1058;i:1058;i:1059;i:1059;i:1060;i:1060;i:1061;i:1061;i:1062;i:1062;i:1063;i:1063;i:1064;i:1064;i:1065;i:1065;i:1066;i:1066;i:1067;i:1067;i:1068;i:1068;i:1069;i:1069;i:1070;i:1070;i:1071;i:1071;i:1072;i:1072;i:1073;i:1073;i:1074;i:1074;i:1075;i:1075;i:1076;i:1076;i:1077;i:1077;i:1078;i:1078;i:1079;i:1079;i:1080;i:1080;i:1081;i:1081;i:1082;i:1082;i:1083;i:1083;i:1084;i:1084;i:1085;i:1085;i:1086;i:1086;i:1087;i:1087;i:1088;i:1088;i:1089;i:1089;i:1090;i:1090;i:1091;i:1091;i:1092;i:1092;i:1093;i:1093;i:1094;i:1094;i:1095;i:1095;i:1096;i:1096;i:1097;i:1097;i:1098;i:1098;i:1099;i:1099;i:1100;i:1100;i:1101;i:1101;i:1102;i:1102;i:1103;i:1103;i:1104;i:1104;i:1105;i:1105;i:1106;i:1106;i:1107;i:1107;i:1108;i:1108;i:1109;i:1109;i:1110;i:1110;i:1111;i:1111;i:1112;i:1112;i:1113;i:1113;i:1114;i:1114;i:1115;i:1115;i:1116;i:1116;i:1117;i:1117;i:1118;i:1118;i:1119;i:1119;i:1120;i:1120;i:1121;i:1121;i:1122;i:1122;i:1123;i:1123;i:1124;i:1124;i:1125;i:1125;i:1126;i:1126;i:1127;i:1127;i:1128;i:1128;i:1129;i:1129;i:1130;i:1130;i:1131;i:1131;i:1132;i:1132;i:1133;i:1133;i:1134;i:1134;i:1135;i:1135;i:1136;i:1136;i:1137;i:1137;i:1138;i:1138;i:1139;i:1139;i:1140;i:1140;i:1141;i:1141;i:1142;i:1142;i:1143;i:1143;i:1144;i:1144;i:1145;i:1145;i:1146;i:1146;i:1147;i:1147;i:1148;i:1148;i:1149;i:1149;i:1150;i:1150;i:1151;i:1151;i:1152;i:1152;i:1153;i:1153;i:1154;}','off'),(86989,'wp_mail_smtp_lite_sent_email_counter','1153','on'),(86990,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:16;i:7;i:17;i:11;i:18;i:7;i:19;i:2;i:20;i:2;i:21;i:4;i:22;i:6;i:23;i:3;i:24;i:2;i:25;i:5;i:26;i:10;i:27;i:6;}','on'),(86606,'wp_mail_smtp_initial_version','3.5.2','no'),(86607,'wp_mail_smtp_version','3.5.2','no'),(86608,'wp_mail_smtp','a:4:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:19:\"mapapi188@gmail.com\";s:9:\"from_name\";s:16:\"Hoteldhruvpalace\";s:6:\"mailer\";s:5:\"gmail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:2:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:0;}s:5:\"gmail\";a:5:{s:9:\"client_id\";s:72:\"311875395766-3u493co2nso0qmo9hb6v9v1909u0pegf.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:20:\"is_setup_wizard_auth\";b:1;}}','no'),(86609,'wp_mail_smtp_activated_time','1664020594','no'),(86610,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1664020594;}','yes'),(86615,'wp_mail_smtp_activation_prevent_redirect','1','yes'),(86616,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1664020603;s:14:\"completed_time\";i:0;s:14:\"was_successful\";b:0;}','no'),(86613,'wp_mail_smtp_migration_version','5','yes'),(86614,'wp_mail_smtp_debug_events_db_version','1','yes'),(584442,'advancediFrameAdminOptions','a:167:{s:11:\"securitykey\";s:0:\"\";s:3:\"src\";s:45:\"//www.tinywebgallery.com/blog/advanced-iframe\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:3:\"600\";s:9:\"scrolling\";s:4:\"none\";s:11:\"marginwidth\";s:1:\"0\";s:12:\"marginheight\";s:1:\"0\";s:11:\"frameborder\";s:1:\"0\";s:12:\"transparency\";s:4:\"true\";s:7:\"loading\";s:4:\"lazy\";s:10:\"content_id\";s:0:\"\";s:14:\"content_styles\";s:0:\"\";s:13:\"hide_elements\";s:0:\"\";s:5:\"class\";s:0:\"\";s:20:\"shortcode_attributes\";s:4:\"true\";s:21:\"url_forward_parameter\";s:0:\"\";s:2:\"id\";s:15:\"advanced_iframe\";s:4:\"name\";s:0:\"\";s:6:\"onload\";s:0:\"\";s:13:\"onload_resize\";s:5:\"false\";s:17:\"onload_scroll_top\";s:5:\"false\";s:13:\"additional_js\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:22:\"store_height_in_cookie\";s:5:\"false\";s:17:\"additional_height\";s:1:\"0\";s:17:\"iframe_content_id\";s:0:\"\";s:21:\"iframe_content_styles\";s:0:\"\";s:20:\"iframe_hide_elements\";s:0:\"\";s:15:\"version_counter\";s:1:\"1\";s:24:\"onload_show_element_only\";s:0:\"\";s:11:\"include_url\";s:0:\"\";s:15:\"include_content\";s:0:\"\";s:14:\"include_height\";s:0:\"\";s:12:\"include_fade\";s:0:\"\";s:30:\"include_hide_page_until_loaded\";s:5:\"false\";s:15:\"donation_bottom\";s:5:\"false\";s:19:\"onload_resize_width\";s:5:\"false\";s:14:\"resize_on_ajax\";s:0:\"\";s:21:\"resize_on_ajax_jquery\";s:4:\"true\";s:15:\"resize_on_click\";s:0:\"\";s:24:\"resize_on_click_elements\";s:1:\"a\";s:22:\"hide_page_until_loaded\";s:5:\"false\";s:19:\"show_part_of_iframe\";s:5:\"false\";s:21:\"show_part_of_iframe_x\";s:3:\"100\";s:21:\"show_part_of_iframe_y\";s:3:\"100\";s:25:\"show_part_of_iframe_width\";s:3:\"400\";s:26:\"show_part_of_iframe_height\";s:3:\"300\";s:30:\"show_part_of_iframe_new_window\";s:0:\"\";s:27:\"show_part_of_iframe_new_url\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_hide\";s:5:\"false\";s:34:\"show_part_of_iframe_next_viewports\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_loop\";s:5:\"false\";s:5:\"style\";s:0:\"\";s:29:\"use_shortcode_attributes_only\";s:5:\"false\";s:33:\"enable_external_height_workaround\";s:8:\"external\";s:20:\"keep_overflow_hidden\";s:5:\"false\";s:31:\"hide_page_until_loaded_external\";s:5:\"false\";s:19:\"onload_resize_delay\";s:0:\"\";s:11:\"expert_mode\";s:5:\"false\";s:44:\"show_part_of_iframe_allow_scrollbar_vertical\";s:5:\"false\";s:46:\"show_part_of_iframe_allow_scrollbar_horizontal\";s:5:\"false\";s:19:\"hide_part_of_iframe\";s:0:\"\";s:26:\"change_parent_links_target\";s:0:\"\";s:19:\"change_iframe_links\";s:0:\"\";s:26:\"change_iframe_links_target\";s:0:\"\";s:7:\"browser\";s:0:\"\";s:25:\"show_part_of_iframe_style\";s:0:\"\";s:20:\"map_parameter_to_url\";s:0:\"\";s:11:\"iframe_zoom\";s:0:\"\";s:14:\"accordeon_menu\";s:2:\"no\";s:18:\"show_iframe_loader\";s:5:\"false\";s:11:\"tab_visible\";s:0:\"\";s:10:\"tab_hidden\";s:0:\"\";s:24:\"enable_responsive_iframe\";s:5:\"false\";s:15:\"allowfullscreen\";s:5:\"false\";s:19:\"iframe_height_ratio\";s:0:\"\";s:16:\"enable_lazy_load\";s:5:\"false\";s:26:\"enable_lazy_load_threshold\";s:4:\"3000\";s:25:\"enable_lazy_load_fadetime\";s:1:\"0\";s:23:\"enable_lazy_load_manual\";s:5:\"false\";s:14:\"pass_id_by_url\";s:0:\"\";s:25:\"include_scripts_in_footer\";s:4:\"true\";s:18:\"write_css_directly\";s:5:\"false\";s:24:\"resize_on_element_resize\";s:0:\"\";s:30:\"resize_on_element_resize_delay\";s:3:\"250\";s:20:\"add_css_class_parent\";s:5:\"false\";s:9:\"auto_zoom\";s:5:\"false\";s:18:\"auto_zoom_by_ratio\";s:0:\"\";s:18:\"single_save_button\";s:4:\"true\";s:31:\"enable_lazy_load_manual_element\";s:0:\"\";s:21:\"alternative_shortcode\";s:0:\"\";s:14:\"show_menu_link\";s:4:\"true\";s:19:\"iframe_redirect_url\";s:0:\"\";s:12:\"install_date\";i:0;s:40:\"show_part_of_iframe_last_viewport_remove\";s:5:\"false\";s:11:\"load_jquery\";s:4:\"true\";s:20:\"show_iframe_as_layer\";s:5:\"false\";s:23:\"add_iframe_url_as_param\";s:5:\"false\";s:30:\"add_iframe_url_as_param_direct\";s:5:\"false\";s:30:\"add_iframe_url_as_param_prefix\";s:0:\"\";s:27:\"use_iframe_title_for_parent\";s:5:\"false\";s:15:\"reload_interval\";s:0:\"\";s:18:\"iframe_content_css\";s:0:\"\";s:25:\"additional_js_file_iframe\";s:0:\"\";s:26:\"additional_css_file_iframe\";s:0:\"\";s:20:\"add_css_class_iframe\";s:5:\"false\";s:12:\"editorbutton\";s:16:\"src,width,height\";s:15:\"iframe_zoom_ie8\";s:5:\"false\";s:30:\"enable_lazy_load_reserve_space\";s:4:\"true\";s:31:\"hide_content_until_iframe_color\";s:0:\"\";s:21:\"use_zoom_absolute_fix\";s:5:\"false\";s:12:\"include_html\";s:0:\"\";s:26:\"enable_ios_mobile_scolling\";s:5:\"false\";s:7:\"sandbox\";s:0:\"\";s:32:\"show_iframe_as_layer_header_file\";s:0:\"\";s:34:\"show_iframe_as_layer_header_height\";s:3:\"100\";s:36:\"show_iframe_as_layer_header_position\";s:3:\"top\";s:17:\"resize_min_height\";s:1:\"1\";s:25:\"show_iframe_as_layer_full\";s:5:\"false\";s:4:\"demo\";s:5:\"false\";s:24:\"show_part_of_iframe_zoom\";s:5:\"false\";s:32:\"external_height_workaround_delay\";s:1:\"0\";s:19:\"add_document_domain\";s:5:\"false\";s:15:\"document_domain\";s:14:\"unknown domain\";s:20:\"multi_domain_enabled\";s:4:\"true\";s:15:\"check_shortcode\";s:5:\"false\";s:16:\"use_post_message\";s:4:\"true\";s:25:\"element_to_measure_offset\";s:1:\"0\";s:17:\"data_post_message\";s:0:\"\";s:18:\"element_to_measure\";s:7:\"default\";s:33:\"show_iframe_as_layer_keep_content\";s:4:\"true\";s:5:\"roles\";s:4:\"none\";s:18:\"parent_content_css\";s:0:\"\";s:26:\"include_scripts_in_content\";s:5:\"false\";s:8:\"debug_js\";s:5:\"false\";s:20:\"check_iframe_cronjob\";s:5:\"false\";s:26:\"check_iframe_cronjob_email\";s:0:\"\";s:21:\"enable_content_filter\";s:5:\"false\";s:21:\"add_ai_external_local\";s:5:\"false\";s:5:\"title\";s:0:\"\";s:23:\"check_iframes_when_save\";s:5:\"false\";s:16:\"admin_was_loaded\";b:1;s:26:\"check_iframe_url_when_load\";s:4:\"true\";s:23:\"modify_iframe_if_cookie\";s:5:\"false\";s:5:\"allow\";s:0:\"\";s:14:\"safari_fix_url\";s:0:\"\";s:19:\"external_scroll_top\";s:0:\"\";s:24:\"change_iframe_links_href\";s:0:\"\";s:17:\"delete_options_db\";s:5:\"false\";s:18:\"inline_config_file\";s:4:\"none\";s:19:\"replace_iframe_tags\";s:5:\"false\";s:23:\"check_iframe_batch_size\";i:100;s:33:\"check_iframe_cronjob_email_always\";s:4:\"true\";s:27:\"remove_elements_from_height\";s:0:\"\";s:19:\"add_ai_to_all_pages\";s:5:\"false\";s:31:\"show_part_of_iframe_media_query\";s:0:\"\";s:28:\"remove_page_param_from_query\";s:5:\"false\";s:8:\"src_hide\";s:0:\"\";s:13:\"purchase_code\";s:0:\"\";s:22:\"cookie_samesite_filter\";s:0:\"\";s:36:\"show_iframe_as_layer_autoclick_delay\";s:1:\"0\";s:40:\"show_iframe_as_layer_autoclick_hide_time\";s:1:\"0\";s:17:\"fullscreen_button\";s:5:\"false\";s:18:\"optimize_rendering\";s:5:\"false\";s:14:\"referrerpolicy\";s:0:\"\";s:17:\"add_surrounding_p\";s:5:\"false\";s:6:\"custom\";s:0:\"\";}','yes'),(177503,'template_kit_import_version','1.0.16','yes'),(177504,'template_kit_import_install_time','1666184227','yes'),(101619,'wc_downloads_approved_directories_mode','disabled','yes'),(137337,'woocommerce_downloads_deliver_inline','','no'),(577183,'hb_multiple_accom_booking_suggest_occupancy','normal','yes'),(577184,'hb_multiple_accom_booking_avoid_singleton','yes','yes'),(577185,'hb_invoice_counter_skip_ical_resa','no','yes'),(577186,'hb_resa_page_default_filter','none','yes'),(577187,'hb_resa_page_default_filter_check_in_from','','yes'),(577188,'hb_resa_page_default_filter_check_in_to','','yes'),(577189,'hb_resa_page_default_filter_check_out_from','','yes'),(577190,'hb_resa_page_default_filter_check_out_to','','yes'),(577191,'hb_resa_page_default_filter_check_in_out_from','','yes'),(577192,'hb_resa_page_default_filter_check_in_out_to','','yes'),(577193,'hb_resa_page_default_filter_active_resa_from','','yes'),(577194,'hb_resa_page_default_filter_active_resa_to','','yes'),(577195,'hb_resa_page_default_filter_accom','all','yes'),(577196,'hb_resa_page_default_filter_status','confirmed','yes'),(577197,'hb_email_default_address','','yes'),(577198,'hb_ical_import_only_resa','yes','yes'),(577199,'hb_ical_export_only_website_reservations','no','yes'),(577200,'hb_display_accom_left','no','yes'),(577201,'hb_display_accom_left_threshold','10','yes'),(577202,'hb_charge_per_day','no','yes'),(577203,'hb_ical_reimport_status','confirmed','yes'),(584443,'widget_advanced-iframe-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(750579,'booking_admin_panel_skin','modern_1','yes'),(750580,'booking_disable_timeslots_in_tooltip','Off','yes'),(750581,'booking_highlight_timeslot_word','Booked Times:','yes'),(750582,'booking_user_role_availability','editor','yes'),(750583,'booking_legend_is_vertical','Off','yes'),(750584,'booking_ics_import_append_checkout_day','Off','yes'),(763350,'litespeed.conf.debug-exc_strings','[]','yes'),(763351,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),(763352,'litespeed.conf.media-vpi','','yes'),(763353,'litespeed.conf.media-vpi_cron','','yes'),(763354,'litespeed.conf.qc-token','','yes'),(763355,'litespeed.conf.qc-nameservers','','yes'),(761248,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(765714,'litespeed.admin_display._summary','{\"new_version.last_check\":1690615120,\"new_version.v\":\"5.5.1\"}','yes'),(765846,'wc_blocks_use_blockified_product_grid_block_as_template','no','yes'),(765847,'wc_blocks_version','11.8.0-dev','yes'),(765848,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','yes'),(765852,'woocommerce_feature_product_block_editor_enabled','no','yes'),(765868,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1751606714;}','yes'),(766828,'theme_mods_royal-elementor-kit','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"main\";i:5;}s:18:\"custom_css_post_id\";i:4736;s:11:\"custom_logo\";i:4380;}','yes'),(838588,'woocommerce_attribute_lookup_optimized_updates','no','on'),(838589,'woocommerce_product_match_featured_image_by_sku','no','on'),(838590,'woocommerce_custom_orders_table_created','no','auto'),(838591,'woocommerce_custom_orders_table_enabled','no','on'),(838592,'woocommerce_feature_order_attribution_enabled','yes','on'),(838593,'woocommerce_hpos_fts_index_enabled','no','on'),(838594,'woocommerce_store_id','33ba3dbe-221a-459b-b203-44a34a96f8f0','auto'),(838626,'rzp_rtb_enable','no','auto'),(838610,'wcpay_was_in_use','no','auto'),(766818,'theme_mods_twentytwentythree','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:19:\"wp_classic_sidebars\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1690616811;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(766829,'rek_activation_time','1690616812','yes'),(791056,'wp_attachment_pages_enabled','1','yes'),(838476,'rek_rating_dismiss_notice','1','auto'),(766921,'litespeed.admin_display.thirdparty_litespeed_check','1','yes'),(838507,'booking_feedback_03','2024-08-16 06:07:40','auto'),(838508,'booking_time_format','g:i a','on'),(838509,'booking_confirmation_header_enabled','On','on'),(838510,'booking_confirmation_header','Your booking id: <strong>[booking_id]</strong>','on'),(838511,'booking_confirmation__personal_info__header_enabled','On','on'),(838512,'booking_confirmation__personal_info__title','Personal information','on'),(838513,'booking_confirmation__personal_info__content','[content]','on'),(838514,'booking_confirmation__booking_details__header_enabled','On','on'),(838515,'booking_confirmation__booking_details__title','Booking details','on'),(838516,'booking_confirmation__booking_details__content','[readable_dates][readable_times]\n[add_to_google_cal_button]','on'),(838517,'booking_is_nonce_at_front_end','Off','on'),(838518,'booking_load_balancer_max_threads','3','on'),(838519,'booking_form_theme','','on'),(838520,'booking_legend_is_show_item_unavailable','Off','on'),(838521,'booking_legend_text_for_item_unavailable','Unavailable','on'),(838522,'booking_legend_is_show_item_partially','On','on'),(838523,'booking_legend_text_for_item_partially','Partially booked','on'),(838524,'booking_form_layout_width','440','on'),(838525,'booking_form_layout_width_px_pr','px','on'),(838526,'booking_condition_import_only_new','On','on'),(838527,'booking_condition_import_if_available','Off','on'),(838528,'booking_recurrent_time','On','on'),(838532,'booking_cache__new_bookings__number','1','auto'),(838533,'booking_cache__new_bookings__saved_date','2025-07-03 13:31:19','auto'),(838595,'woocommerce_remote_variant_assignment','108','auto'),(870293,'updraft_lock_wpo_wcpdf_main_semaphore_lock_order_4353_email_customer_on_hold_order','0','no'),(877040,'woocommerce_admin_customize_store_completed','yes','auto'),(841282,'woocommerce_attribute_lookup_enabled','yes','auto'),(841227,'woocommerce_downloads_count_partial','yes','on'),(925891,'_elementor_global_css','a:7:{s:4:\"time\";i:1749225204;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','auto'),(925892,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:38:{s:9:\"icon-list\";a:2:{s:7:\"content\";s:124:\"<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.23.4\";}s:13:\"ekit-nav-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:25:\"elementskit-header-search\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:8:\"nav-menu\";a:2:{s:7:\"content\";s:142:\"<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=1724391319\">\";s:7:\"version\";s:6:\"3.23.3\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"mf-text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:8:\"mf-email\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:12:\"mf-telephone\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"mf-textarea\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"mf-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:12:\"mf-recaptcha\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"mf-select\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"mf-date\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"woocommerce\";a:2:{s:7:\"content\";s:145:\"<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce.min.css?ver=1724391320\">\";s:7:\"version\";s:6:\"3.23.3\";}s:6:\"toggle\";a:2:{s:7:\"content\";s:1554:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"gallery\";a:2:{s:7:\"content\";s:6203:\"<style>/*! elementor-pro - v3.23.0 - 05-08-2024 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.23.3\";}s:13:\"image-gallery\";a:2:{s:7:\"content\";s:2474:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:123:\"<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"divider\";a:2:{s:7:\"content\";s:4311:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:23:\"elementskit-testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"counter\";a:2:{s:7:\"content\";s:808:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:21:\"elementskit-accordion\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:5:\"forms\";a:2:{s:7:\"content\";s:6882:\"<style>/*! elementor-pro - v3.23.0 - 05-08-2024 */\n.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:\"\"!important}.elementor-message-svg:before{content:\"\";width:1em;height:1em;background-image:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTVMMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yIDQuNzUgOC4xNXoiIGZpbGw9IiMwMDhBMjAiLz48L3N2Zz4=\");background-position:50%;background-repeat:no-repeat}</style>\";s:7:\"version\";s:6:\"3.23.3\";}s:23:\"wp-widget-bookingwidget\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:30:\"wp-widget-woocommerce_products\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:8:\"carousel\";a:2:{s:7:\"content\";s:142:\"<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css?ver=1724391319\">\";s:7:\"version\";s:6:\"3.23.3\";}s:11:\"testimonial\";a:2:{s:7:\"content\";s:1695:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-inline-end:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:start}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"accordion\";a:2:{s:7:\"content\";s:1744:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"star-rating\";a:2:{s:7:\"content\";s:2718:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"\\e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-inline-end:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-inline-end:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-inline-end:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"★\"}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:4:\"html\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}}}}','auto'),(870294,'updraft_lock_wpo_wcpdf_invoice_semaphore_lock','0','no'),(870301,'webhook_secret','M(L_2]#&H|q:Z[-1stay','auto'),(870335,'updraft_lock_wpo_wcpdf_main_semaphore_lock_order_4354_email_customer_on_hold_order','0','no'),(870339,'updraft_lock_wpo_wcpdf_main_semaphore_lock_order_4354_email_new_order','0','no'),(841353,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1751371669;s:5:\"value\";s:12765:\"[{\"id\":\"host-google-cloud\",\"title\":\"Deliver fast, secure websites at scale - free migration included!\",\"description\":\"Host your site on Elementor\\u2019s infrastructure - built for speed, security, and scale. Powered by Google Cloud, with free migration and 24\\/7 expert support.\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/host-google-cloud.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/elementor-host-google-cloud\",\"readMoreText\":\"Read More\"},{\"id\":\"send-notification-june\",\"title\":\"A whole new onboarding experience\",\"description\":\"Try the new onboarding now: Launch abandoned cart recovery, welcome flows & more in minutes. No setup stress\\u2014just smarter automation from day one.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-june.png\",\"chipTags\":[\"New Features\"],\"cta\":\"Check Out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/New_June\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates\\/\"},{\"id\":\"classes-3.29\",\"title\":\"Classes: Style Once, Apply Everywhere\",\"description\":\"Create Classes to define styling patterns once and apply them across your entire site with a single click. Add States for stunning hover and focus effects\\u2014no coding needed!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"style-tab-3.29\",\"title\":\"Consistent Styling Everywhere\",\"description\":\"Every V4 element shares the same styling capabilities in the same logical order and location. Plus, we\'ve streamlined from 3 tabs to just 2\\u2014content in one, styling in the other!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-style-tab.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"responsive-3.29\",\"title\":\"Fully Responsive Design\",\"description\":\"With Editor V4, every single style property can be customized per device. Complete creative control for desktop, tablet, and mobile!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-responsive.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"send-connect\",\"title\":\"More Integrations, More Impact\",\"description\":\"Discover Send\\u2019s new features: Behavior-based triggers, win-back email campaigns, expanded form integrations, and more! Explore how marketing automation features can boost your store.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-connect.png\",\"chipTags\":[\"New Features\"],\"cta\":\"Check Out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/newmay\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"performance-3.29\",\"title\":\"Blazing fast performance\",\"description\":\"In Editor V4, each element uses one clean div instead of multiple nested divs like in the current version\\u2014your sites will load lightning-fast with cleaner code!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-performance.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"migration-host\",\"title\":\"Move to Better Cloud Hosting, Painlessly\",\"description\":\"Migrate your Elementor website for free to a home that\\u2019s perfect for it, in minutes, with a combination of\\u2028advanced automation and free expert support\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/migration-host.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\",\"readMoreText\":\"Learn More\",\"cta\":\"Migrate for free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),(841389,'woocommerce_show_lys_tour','yes','auto'),(876318,'can_compress_scripts','0','on'),(842713,'wp_mail_smtp_summary_report_email_last_sent_week','26','auto'),(900064,'booking_setup_wizard_page_steps_is_done','a:10:{s:7:\"welcome\";b:1;s:12:\"general_info\";b:1;s:17:\"date_time_formats\";b:1;s:14:\"bookings_types\";b:1;s:14:\"form_structure\";b:1;s:16:\"cal_availability\";b:1;s:11:\"color_theme\";b:1;s:23:\"optional_other_settings\";b:1;s:14:\"wizard_publish\";b:1;s:11:\"get_started\";b:1;}','auto'),(900065,'booking_form_layout_max_cols','1','auto'),(900066,'booking_calendar_allow_several_months_on_mobile','Off','auto'),(941410,'updraft_lock_wpo_minify_preloader_creating_tasks','0','no'),(941409,'wp-optimize-is_gzip_compression_enabled','gzip','auto'),(941293,'w3tc_state','{\"common.install\":1751459931,\"common.install_version\":\"2.8.10\",\"tasks.generic.last_run_version\":\"2.8.10\",\"tasks.last_run_version\":null,\"tasks.admin.last_run_version\":\"2.8.10\",\"license.status\":\"no_key\",\"license.next_check\":1751891957,\"license.terms\":\"\",\"license.community_terms\":\"accept\",\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1751463253,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1751463253,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1751463253}','off'),(941294,'w3tc_post_update_generic_tasks_ran_versions','a:1:{i:0;s:5:\"2.8.6\";}','off'),(941295,'w3tc_post_update_admin_tasks_ran_versions','a:2:{i:0;s:5:\"2.8.1\";i:1;s:5:\"2.8.6\";}','off'),(941296,'w3tc_install_date','2025-07-02 12:38:53','auto'),(941377,'elementor_pro_remote_info_api_data_3.23.3','a:2:{s:7:\"timeout\";i:1751571032;s:5:\"value\";s:244293:\"{\"stable_version\":\"3.30.0\",\"last_updated\":\"2025-07-01 09:42:02\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:228626:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated "Optimized Markup" feature on new sites<\\/li>\\n<li>Tweak: Activated "Menu" feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with "Access to edit content only" are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an "External URL" source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.30.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NTE1Mjc4MzEsImV4cCI6MTc1MTYxNDIzMX0.oGtGgrODchJuQ4FA-rleMgL1MDJi7iBnf-U2LYJFxII\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NTE1Mjc4MzEsImV4cCI6MTc1MTYxNDIzMX0.oGtGgrODchJuQ4FA-rleMgL1MDJi7iBnf-U2LYJFxII\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.8.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImlhdCI6MTc1MTUyNzgzMSwiZXhwIjoxNzUxNjE0MjMxfQ.7qEHmTJcGAr_mGG6FdFdeGDjSTMW7S2JchpY849-EVI\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImlhdCI6MTc1MTUyNzgzMSwiZXhwIjoxNzUxNjE0MjMxfQ.7qEHmTJcGAr_mGG6FdFdeGDjSTMW7S2JchpY849-EVI\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),(935536,'ai1wm_secret_key','utefoTphyXYE','auto'),(935538,'_site_transient_ai1wm_last_check_for_updates','1751572139','off'),(935539,'ai1wm_updater','a:0:{}','auto'),(935550,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:374:\"<a href=\"https://hoteldhruvpalace.com/wp-content/ai1wm-backups/hoteldhruvpalace-com-20250627-111154-5vcmvpe1v1z6.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"hoteldhruvpalace.com\" download=\"hoteldhruvpalace-com-20250627-111154-5vcmvpe1v1z6.wpress\">\n <span>Download hoteldhruvpalace.com</span>\n <em>Size: 532 MB</em>\n </a>\";}','auto'),(935757,'ewww_image_optimizer_scan_args','','auto'),(935756,'ewww_image_optimizer_aux_folders_completed','a:0:{}','off'),(935724,'ewww_image_optimizer_ngg_attachments','','off'),(935725,'ewww_image_optimizer_review_time','1751635349','off'),(935726,'ewww_image_optimizer_version','814','auto'),(935727,'ewww_image_optimizer_dismiss_utf8','1','auto'),(935723,'ewww_image_optimizer_flag_attachments','','off'),(935722,'ewww_image_optimizer_aux_resume','','auto'),(935718,'ewww_image_optimizer_webp_rewrite_exclude','','auto'),(935719,'ewww_image_optimizer_ll_autoscale','1','off'),(935720,'exactdn_never_been_active','1','off'),(935721,'ewww_image_optimizer_bulk_resume','','auto'),(935611,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),(935612,'jetpack_private_options','a:0:{}','auto'),(942201,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1751572152;s:8:\"response\";a:16:{s:49:\"3d-flipbook-dflip-lite/3d-flipbook-dflip-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/3d-flipbook-dflip-lite\";s:4:\"slug\";s:22:\"3d-flipbook-dflip-lite\";s:6:\"plugin\";s:49:\"3d-flipbook-dflip-lite/3d-flipbook-dflip-lite.php\";s:11:\"new_version\";s:6:\"2.3.75\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/3d-flipbook-dflip-lite/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/3d-flipbook-dflip-lite.2.3.75.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/3d-flipbook-dflip-lite/assets/icon-128x128.gif?rev=3175518\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/3d-flipbook-dflip-lite/assets/banner-772x250.png?rev=3174834\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:25:\"booking/wpdev-booking.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/booking\";s:4:\"slug\";s:7:\"booking\";s:6:\"plugin\";s:25:\"booking/wpdev-booking.php\";s:11:\"new_version\";s:7:\"10.12.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/booking/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/booking.10.12.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/booking/assets/icon-256x256.gif?rev=3309844\";s:2:\"1x\";s:60:\"https://ps.w.org/booking/assets/icon-128x128.gif?rev=3309844\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/booking/assets/banner-1544x500.png?rev=3313496\";s:2:\"1x\";s:62:\"https://ps.w.org/booking/assets/banner-772x250.png?rev=3313496\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.30.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.5.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:19:\"metform/metform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=3260686\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=3260686\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.jpg?rev=3260686\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.jpg?rev=3260686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:80:\"woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:52:\"w.org/plugins/woocommerce-pdf-invoices-packing-slips\";s:4:\"slug\";s:38:\"woocommerce-pdf-invoices-packing-slips\";s:6:\"plugin\";s:80:\"woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php\";s:11:\"new_version\";s:5:\"4.5.2\";s:3:\"url\";s:69:\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\";s:7:\"package\";s:87:\"https://downloads.wordpress.org/plugin/woocommerce-pdf-invoices-packing-slips.4.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.png?rev=2189942\";s:2:\"1x\";s:91:\"https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-128x128.png?rev=2189942\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:94:\"https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/banner-1544x500.png?rev=2189942\";s:2:\"1x\";s:93:\"https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/banner-772x250.png?rev=2189942\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/sticky-header-effects-for-elementor\";s:4:\"slug\";s:35:\"sticky-header-effects-for-elementor\";s:6:\"plugin\";s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/sticky-header-effects-for-elementor/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/sticky-header-effects-for-elementor.2.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/sticky-header-effects-for-elementor/assets/icon-256x256.gif?rev=3301413\";s:2:\"1x\";s:88:\"https://ps.w.org/sticky-header-effects-for-elementor/assets/icon-128x128.gif?rev=3301413\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/sticky-header-effects-for-elementor/assets/banner-1544x500.png?rev=3301413\";s:2:\"1x\";s:90:\"https://ps.w.org/sticky-header-effects-for-elementor/assets/banner-772x250.png?rev=3301413\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:45:\"w.org/plugins/themesflat-addons-for-elementor\";s:4:\"slug\";s:31:\"themesflat-addons-for-elementor\";s:6:\"plugin\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/themesflat-addons-for-elementor/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/themesflat-addons-for-elementor.2.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=3216220\";s:2:\"1x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=3216220\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/themesflat-addons-for-elementor/assets/banner-772x250.png?rev=3216220\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"5.2\";s:16:\"requires_plugins\";a:0:{}}s:75:\"upi-qr-code-payment-for-woocommerce/upi-qr-code-payment-for-woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/upi-qr-code-payment-for-woocommerce\";s:4:\"slug\";s:35:\"upi-qr-code-payment-for-woocommerce\";s:6:\"plugin\";s:75:\"upi-qr-code-payment-for-woocommerce/upi-qr-code-payment-for-woocommerce.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/upi-qr-code-payment-for-woocommerce/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/upi-qr-code-payment-for-woocommerce.1.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/upi-qr-code-payment-for-woocommerce/assets/icon-256x256.png?rev=2857458\";s:2:\"1x\";s:88:\"https://ps.w.org/upi-qr-code-payment-for-woocommerce/assets/icon-128x128.png?rev=2857458\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/upi-qr-code-payment-for-woocommerce/assets/banner-1544x500.png?rev=2857458\";s:2:\"1x\";s:90:\"https://ps.w.org/upi-qr-code-payment-for-woocommerce/assets/banner-772x250.png?rev=2857458\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.9.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"wp24-domain-check/wp24-domain-check.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/wp24-domain-check\";s:4:\"slug\";s:17:\"wp24-domain-check\";s:6:\"plugin\";s:39:\"wp24-domain-check/wp24-domain-check.php\";s:11:\"new_version\";s:6:\"1.11.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp24-domain-check/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp24-domain-check.1.11.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp24-domain-check/assets/icon-256x256.png?rev=2127775\";s:2:\"1x\";s:70:\"https://ps.w.org/wp24-domain-check/assets/icon-128x128.png?rev=2127775\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:5:\"7.0.0\";s:16:\"requires_plugins\";a:0:{}}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.2.9\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.5\";s:16:\"requires_plugins\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"25.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.30.0\";s:12:\"last_updated\";s:19:\"2025-07-01 09:42:02\";s:11:\"new_version\";s:6:\"3.30.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:332:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NTE1Mjc4MzEsImV4cCI6MTc1MTYxNDIzMX0.oGtGgrODchJuQ4FA-rleMgL1MDJi7iBnf-U2LYJFxII/package_download\";s:13:\"download_link\";s:332:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NTE1Mjc4MzEsImV4cCI6MTc1MTYxNDIzMX0.oGtGgrODchJuQ4FA-rleMgL1MDJi7iBnf-U2LYJFxII/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:309:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImlhdCI6MTc1MTUyNzgzMSwiZXhwIjoxNzUxNjE0MjMxfQ.7qEHmTJcGAr_mGG6FdFdeGDjSTMW7S2JchpY849-EVI/previous_download\";s:13:\"download_link\";s:309:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9ob3RlbGRocnV2cGFsYWNlLmNvbSIsImlhdCI6MTc1MTUyNzgzMSwiZXhwIjoxNzUxNjE0MjMxfQ.7qEHmTJcGAr_mGG6FdFdeGDjSTMW7S2JchpY849-EVI/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:29:\"woo-razorpay/woo-razorpay.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/woo-razorpay\";s:4:\"slug\";s:12:\"woo-razorpay\";s:6:\"plugin\";s:29:\"woo-razorpay/woo-razorpay.php\";s:11:\"new_version\";s:5:\"4.7.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/woo-razorpay/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woo-razorpay.4.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/woo-razorpay/assets/icon-256x256.png?rev=2257034\";s:2:\"1x\";s:65:\"https://ps.w.org/woo-razorpay/assets/icon-128x128.png?rev=1273156\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/woo-razorpay/assets/banner-772x250.png?rev=2963015\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.9.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.95\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.95.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3264554\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3264554\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"8.1.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.8.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.16\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=3129153\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=3129153\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:6:\"2.8.10\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.8.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-optimize.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}}s:7:\"checked\";a:24:{s:29:\"woo-razorpay/woo-razorpay.php\";s:5:\"4.7.4\";s:49:\"3d-flipbook-dflip-lite/3d-flipbook-dflip-lite.php\";s:6:\"2.3.65\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.95\";s:25:\"booking/wpdev-booking.php\";s:5:\"10.11\";s:23:\"elementor/elementor.php\";s:6:\"3.23.4\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.30.0\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.2.6\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"8.1.4\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"6.4.1\";s:19:\"metform/metform.php\";s:5:\"3.9.0\";s:80:\"woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php\";s:5:\"3.8.6\";s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";s:6:\"1.6.11\";s:43:\"template-kit-import/template-kit-import.php\";s:6:\"1.0.16\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:5:\"2.1.8\";s:75:\"upi-qr-code-payment-for-woocommerce/upi-qr-code-payment-for-woocommerce.php\";s:5:\"1.4.5\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"2.8.10\";s:35:\"whatsapp-for-wordpress/whatsapp.php\";s:5:\"3.1.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.2.2\";s:59:\"woocommerce-rental-and-booking/redq-rental-and-bookings.php\";s:6:\"12.0.1\";s:27:\"wp-optimize/wp-optimize.php\";s:5:\"4.2.2\";s:39:\"wp24-domain-check/wp24-domain-check.php\";s:7:\"1.10.12\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.2.8\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.1.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"25.1\";}}','off'),(941714,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1751562230','off'),(941882,'_transient_timeout_wc_related_1080','1751611283','off'),(941883,'_transient_wc_related_1080','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1080\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1082\";i:4;s:4:\"1083\";i:5;s:4:\"1084\";i:6;s:4:\"1085\";i:7;s:4:\"1086\";}}','off'),(942000,'_transient_timeout_wc_related_1086','1751615851','off'),(942001,'_transient_wc_related_1086','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1086\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1080\";i:4;s:4:\"1082\";i:5;s:4:\"1083\";i:6;s:4:\"1084\";i:7;s:4:\"1085\";}}','off'),(941606,'_transient_timeout_wc_related_1085','1751574469','off'),(941607,'_transient_wc_related_1085','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1085\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1080\";i:4;s:4:\"1082\";i:5;s:4:\"1083\";i:6;s:4:\"1084\";i:7;s:4:\"1086\";}}','off'),(900096,'litespeed.conf.cache-ajax_ttl','[]','auto'),(900097,'litespeed.conf.cache-vary_cookies','[]','auto'),(900098,'litespeed.conf.debug-collapse_qs','','auto'),(900099,'litespeed.conf.optm-js_delay_inc','[]','auto'),(900100,'litespeed.conf.optm-html_skip_comment','[]','auto'),(900101,'litespeed.conf.optm-dns_preconnect','[]','auto'),(900056,'rzp_webhook_setup','yes','auto'),(900592,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'),(900593,'_transient_wc_attribute_taxonomies','a:0:{}','on'),(900619,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'),(923057,'_transient_product-transient-version','1751529359','on'),(900607,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1751572134;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(942196,'_transient_timeout__woocommerce_helper_subscriptions','1751573039','off'),(942197,'_transient__woocommerce_helper_subscriptions','a:0:{}','off'),(942198,'_site_transient_timeout_theme_roots','1751573939','off'),(942199,'_site_transient_theme_roots','a:1:{s:19:\"royal-elementor-kit\";s:7:\"/themes\";}','off'),(917115,'_transient_health-check-site-status-result','{\"good\":19,\"recommended\":4,\"critical\":0}','on'),(913085,'_transient_shipping-transient-version','1747304394','on'),(918995,'wpcode_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1751279898;s:9:\"dismissed\";b:1;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1747639541;s:9:\"dismissed\";b:0;}}','on'),(918990,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:3;s:6:\"minute\";i:57;s:6:\"second\";i:46;s:6:\"offset\";i:446266;s:8:\"initsend\";i:1748577466;}','off'),(903704,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1752133758','off');
INSERT INTO `wpf4_options` VALUES (903705,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"en_US\";a:62:{s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Discover what drives your sales\";s:7:\"content\";s:216:\"Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:78:\"woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-analytics\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-23 09:56:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:21:\"woocommerce-analytics\";}}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:12;}s:7:\"default\";i:0;s:9:\"operation\";s:5:\"range\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:24:\"uk-vat-notice-2025-04-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"uk-vat-notice-2025-04-30\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"UK VAT numbers are no longer supported\";s:7:\"content\";s:322:\"Due to recent HM Revenue & Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"uk-vat-notice-button-2025-04-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:31:\"Learn more about this extension\";}}s:3:\"url\";s:53:\"https://wordpress.org/plugins/eu-vat-for-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-eu-vat-number\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-05 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-05-15 00:00:00\";}}}s:22:\"payson-retirement-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"payson-retirement-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:22:\"Payson Form Retirement\";s:7:\"content\";s:208:\"Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"payson-retirement-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:35:\"Explore alternative payment methods\";}}s:3:\"url\";s:218:\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-13 01:35:31\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-payson\";}}}}s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Action required: Update the PayPal Braintree extension\";s:7:\"content\";s:228:\"Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-05-30-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Update now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-29 17:56:45\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:31:\"woopayments-new-lpms-2025-06-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"woopayments-new-lpms-2025-06-30\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:43:\"Boost global sales with more local payments\";s:7:\"content\";s:267:\"Support for AliPay, GrabPay, Multibanco, and WeChat Pay is now built into WooPayments in applicable regions. Enable them today to give customers around the globe the convenience of local payment methods — and boost your international sales with a few simple clicks.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"woopayments-new-lpms-2025-06-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Try WooPayments\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woopayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:6:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-06-30 08:00:15\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-07-03 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:3;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:10;s:9:\"operation\";s:1:\">\";}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AT\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BG\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"HR\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CY\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CZ\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DK\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"EE\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FI\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DE\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GR\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"HK\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"HU\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"JP\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LV\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LT\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LU\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"MT\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NZ\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NO\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"PL\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"PT\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"RO\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SG\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SK\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SI\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SE\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CH\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AE\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}}}s:29:\"tiktok-webinar-promo-july2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"tiktok-webinar-promo-july2025\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"You\'re Invited: TikTok for WooCommerce Webinar\";s:7:\"content\";s:179:\"Join us for a free webinar with our friends at TikTok on Tuesday, July 8, at 4 pm UTC. We\'ll cover creative tips and best practices for making content that turns views into sales.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"tiktok-webinar-promo-july2025-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"RSVP today\";}}s:3:\"url\";s:44:\"https://tiktokandwoocommerce.splashthat.com/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-06-30 08:40:56\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-07-03 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:15000;s:9:\"operation\";s:1:\">\";}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:26:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AT\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"UK\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BR\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CZ\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DK\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FI\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GE\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GR\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"MX\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ML\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NO\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"PL\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"PT\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"RO\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SE\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CH\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AE\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"TR\";}}}}}}}','off'),(900620,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1754201423','off'),(900621,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"eb5ac71a827c4c81fed8\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"bda84b1be3361607d04a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"ca04183222edaf8a26be\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"0e434c6572b93f79dc50\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"d9d7fcceb0c5bebdd22e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"e3cff70739d4f4ef0a13\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"00ce86264fca4977b16a\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"6eb6865831aa5a75475d\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"4f21a9f43ea5bfa7f02e\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"483d2180eda1f53dc60d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"14a323ef57eb3ed7e6d7\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"2ac95ec54eaf9af5414f\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"06f242f4287f114435ce\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"b17cecfe19e23a3899e0\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"da0f5cdfc687e857c2c8\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"8997b5406dcf18064a4e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"91e00bc6d68f5554d45f\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"07254c2f32c26d21c0ef\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/active-filters-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"6c48702f58c24bb97f66\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/all-products.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"ade530385a5847b8e2f1\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"d3b2da0916f9d8584854\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"4421b2ba149150ba3a80\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-escape-html\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/reviews-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"403abda05b51a9c06a58\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/attribute-filter.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"be80c8f5f8fcb0ad5075\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/attribute-filter-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"61292cafbcfbb0d769e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/breadcrumbs.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"c78bceea82834e964257\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"6c2e6a0a2cd09107cf04\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/legacy-template.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"29c54d60b87e558b319b\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/classic-shortcode.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"77bba6e2f771a40e1cec\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/coming-soon.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/coming-soon.js\",\"version\":\"eda5aa7c09bf71414023\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"7b218585a46958b8a170\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/featured-category.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"c7075e8fffe37d9ad21d\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/featured-product.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"d3af59655b446a53100c\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/filter-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"7f2269e03957a553e47c\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"be90313602d88db405f9\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/handpicked-products.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"acf80e15b27dca063f23\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"bf3254a6e47fc6d85fc6\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"de93ee7eb69dd39340fa\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"2e8dc38e57382d79fce0\",\"dependencies\":[\"react\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"67ddaae590e2c2e1d5ff\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/price-filter-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"9b60270349d493bd0f8b\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"421922b42cf4c6de6a74\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-button.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\",\"version\":\"cb28f5957f4ece0c48e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-data-store\",\"wc-interactivity\",\"wp-a11y\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"19dfea34dec3553590a0\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\"]},\"assets\\/client\\/blocks\\/product-category.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"2cb7ddb399fe6f29c932\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"3630c621d2a0481ab5b9\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-frontend.js\",\"version\":\"37b3a37d0211278e6a0c\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"d1c4e65a98c9f79e8930\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery.js\",\"version\":\"c7b111b60716451682e0\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-frontend.js\",\"version\":\"c340254c6c31444370fb\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image.js\",\"version\":\"32b186af1c3d64a75d46\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\",\"version\":\"dd8201c48d0f0223ee5a\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"8af7bb3cd67cd0e42b9a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-on-sale.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"a056ece38962718de3a1\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-template.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"eca1e74855f51d321260\",\"dependencies\":[\"react\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"a7d5f3d226515cbdae09\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"f5e7da47100ae9363279\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"1a4b65a4e4891b2f8194\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-summary.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-summary.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"342af558ffb7a1357f15\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-title.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"6fb347850bc724a274ea\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/products-by-attribute.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"d543c49700a68f5c6c79\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/rating-filter.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"3636cb77f3b3dfd04265\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/reviews-by-category.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"4cb7066b850f401e4c1b\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/reviews-by-product.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"e8a05f6b98cd05f62626\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/single-product.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"0e8dba50189e03650508\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-store-data\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"e8e06c19a750590aefee\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/stock-filter-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"61da2cb317321e6acc8f\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/page-content-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"b17d813006ab6721c0bf\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-status.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"40afdaffd6a6bd8365ec\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"bce30c87f99abc744d6b\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-date\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"3578f6bba1fdfa8f4584\",\"dependencies\":[\"react\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"186984378635e6e08423\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"1d9816820e49da031b6c\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"7d7efbae89a188570068\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-address.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"129b99c02e2f0bbd408a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"0371dc375c63dd728238\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"fce4c23d911cc8526506\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"b923bf1dbf6392c32509\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-information.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"f4a1c3f8c632681e85dd\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\",\"version\":\"4b25a3e20f302075ad71\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\",\"version\":\"da73c5eb34820cd26854\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"f7f6d7c941de52ee8da2\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"0c8c5e9e37d57f42a825\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"51872d6fb59f4108070e\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"01ca023b099c8689df96\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-additional-information-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-additional-information-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"14e25599dbb3d905d529\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"a16b6f8290305eec2716\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"447ce0aa15c86b3fb36e\",\"dependencies\":[\"react\",\"react-dom\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\":{\"src\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\",\"version\":\"c9d3f65e9ce3db18b33f\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-edit-site\",\"wp-element\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\"]}},\"version\":\"wc-9.2.2\",\"hash\":\"b0c8349ecd78af2ce2a7ea1a968d502f\"}','off'),(900628,'_transient_royal-elementor-kit_activation_notice','1','on'),(900631,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1754201012','off'),(900632,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"eb5ac71a827c4c81fed8\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"bda84b1be3361607d04a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"ca04183222edaf8a26be\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"0e434c6572b93f79dc50\",\"dependencies\":[\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"d9d7fcceb0c5bebdd22e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"e3cff70739d4f4ef0a13\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"00ce86264fca4977b16a\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"6eb6865831aa5a75475d\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"4f21a9f43ea5bfa7f02e\",\"dependencies\":[\"react\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"483d2180eda1f53dc60d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"14a323ef57eb3ed7e6d7\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"2ac95ec54eaf9af5414f\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"06f242f4287f114435ce\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"b17cecfe19e23a3899e0\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"da0f5cdfc687e857c2c8\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-dropdown.js\",\"version\":\"8997b5406dcf18064a4e\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-interactivity-checkbox-list.js\",\"version\":\"91e00bc6d68f5554d45f\",\"dependencies\":[\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"07254c2f32c26d21c0ef\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/active-filters-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"6c48702f58c24bb97f66\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/all-products.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"ade530385a5847b8e2f1\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"d3b2da0916f9d8584854\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"4421b2ba149150ba3a80\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-escape-html\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/reviews-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"403abda05b51a9c06a58\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/attribute-filter.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"be80c8f5f8fcb0ad5075\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/attribute-filter-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"61292cafbcfbb0d769e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/breadcrumbs.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"c78bceea82834e964257\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"6c2e6a0a2cd09107cf04\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/legacy-template.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"29c54d60b87e558b319b\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/classic-shortcode.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"77bba6e2f771a40e1cec\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/coming-soon.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/coming-soon.js\",\"version\":\"eda5aa7c09bf71414023\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"7b218585a46958b8a170\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/featured-category.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"c7075e8fffe37d9ad21d\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/featured-product.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"d3af59655b446a53100c\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/filter-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"7f2269e03957a553e47c\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"be90313602d88db405f9\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/handpicked-products.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"acf80e15b27dca063f23\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"bf3254a6e47fc6d85fc6\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"de93ee7eb69dd39340fa\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"2e8dc38e57382d79fce0\",\"dependencies\":[\"react\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"67ddaae590e2c2e1d5ff\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/price-filter-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"9b60270349d493bd0f8b\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"421922b42cf4c6de6a74\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-button.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button-interactivity-frontend.js\",\"version\":\"cb28f5957f4ece0c48e5\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"wc-blocks-data-store\",\"wc-interactivity\",\"wp-a11y\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"19dfea34dec3553590a0\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\"]},\"assets\\/client\\/blocks\\/product-category.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"2cb7ddb399fe6f29c932\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"3630c621d2a0481ab5b9\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-frontend.js\",\"version\":\"37b3a37d0211278e6a0c\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"d1c4e65a98c9f79e8930\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery.js\",\"version\":\"c7b111b60716451682e0\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-frontend.js\",\"version\":\"c340254c6c31444370fb\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image.js\",\"version\":\"32b186af1c3d64a75d46\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image-frontend.js\",\"version\":\"dd8201c48d0f0223ee5a\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"wc-interactivity\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"8af7bb3cd67cd0e42b9a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-on-sale.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"a056ece38962718de3a1\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-template.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"eca1e74855f51d321260\",\"dependencies\":[\"react\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"a7d5f3d226515cbdae09\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"f5e7da47100ae9363279\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"1a4b65a4e4891b2f8194\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-summary.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-summary.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"342af558ffb7a1357f15\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-title.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"6fb347850bc724a274ea\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/products-by-attribute.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"d543c49700a68f5c6c79\",\"dependencies\":[\"react\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/rating-filter.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"3636cb77f3b3dfd04265\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/reviews-by-category.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"4cb7066b850f401e4c1b\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/reviews-by-product.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"e8a05f6b98cd05f62626\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/single-product.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"0e8dba50189e03650508\",\"dependencies\":[\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-store-data\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"e8e06c19a750590aefee\",\"dependencies\":[\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/stock-filter-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"61da2cb317321e6acc8f\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/page-content-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"b17d813006ab6721c0bf\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-status.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"40afdaffd6a6bd8365ec\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"bce30c87f99abc744d6b\",\"dependencies\":[\"react\",\"wc-price-format\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-date\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"3578f6bba1fdfa8f4584\",\"dependencies\":[\"react\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"186984378635e6e08423\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"1d9816820e49da031b6c\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"7d7efbae89a188570068\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-address.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"129b99c02e2f0bbd408a\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"0371dc375c63dd728238\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"fce4c23d911cc8526506\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"b923bf1dbf6392c32509\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-information.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"f4a1c3f8c632681e85dd\",\"dependencies\":[\"react\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\",\"version\":\"4b25a3e20f302075ad71\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\",\"version\":\"da73c5eb34820cd26854\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"f7f6d7c941de52ee8da2\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"0c8c5e9e37d57f42a825\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"51872d6fb59f4108070e\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"01ca023b099c8689df96\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-additional-information-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-additional-information-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"14e25599dbb3d905d529\",\"dependencies\":[\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"a16b6f8290305eec2716\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.2.2\",\"dependencies\":[]}},\"version\":\"wc-9.2.2\",\"hash\":\"b0c8349ecd78af2ce2a7ea1a968d502f\"}','off'),(900635,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"590d5c1015647c8e14b20fe965065d95\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(900670,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"9.9.5\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:12:\"contributors\";a:50:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73edc627541112a447e978843cf72f516bdbf6350e7cbac10016c71ab1b8c8a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:11:\"woocommerce\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/woocommerce/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7781a3c13bcc86b57064b9539ec22da52fd5ef1902fbc020d0a4a8595b14ea0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"WooCommerce\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mikejolley/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8295774fc174b6a5b9bd960709949f4de88cd0b8708d711dc5b6676693d41432?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/jameskoster/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/94b5473c03a46cb204f0a868dfe65f8199ef483242814ec1bcaf6770ba90d203?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/claudiosanches/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/rodrigosprimo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1dc85457417601db220b14e7fa96c842700fbd1cceecd21d65306c26fffb92cc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:15:\"peterfabian1000\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/peterfabian1000/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c25372df076206b9fe44dddd7ec6af6ba427d3fe2a457fa301fcb9cf90b23ddd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Peter Fabian\";}s:7:\"vedjain\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/vedjain/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/eb19da24784b2f86d310a213b60c903b0a5464a6c725cf5fcabfd274383337c4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Vedanshu - a11n\";}s:8:\"jamosova\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/jamosova/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73f150b0172cbb319293e372b3b20f4b78f0d5fbe70558318f69aad70908e95a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Julia Amosova\";}s:16:\"obliviousharmony\";a:3:{s:7:\"profile\";s:48:\"https://profiles.wordpress.org/obliviousharmony/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/67851e0deeb2c6a7a4c238cf45c0e9694a919e2c5e02706c5852e67c4ad279c9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"obliviousharmony\";}s:9:\"konamiman\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/konamiman/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:23:\"Néstor Soriano Vilchez\";}s:8:\"sadowski\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/sadowski/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cee318a6ec06e747df7f70f274da4e0cf4adba60c59e12d660d0f5a6ba78658a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"sadowski\";}s:8:\"wpmuguru\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/wpmuguru/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23afb25faac780cb6ec9533b2ac9e5daedf7a1faf444b41db471b9529701f87e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Ron Rennick\";}s:5:\"royho\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/royho/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1beda14f19fa93030ba2c66359dc270286820af6c667cdfeb4e87833c747f3a0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"royho\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/barryhughes-1/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6ce0f4afb77f8d32da9c43e9a39c84fcfb3ed0e9cac24f440c46a151946cdec8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/claudiulodro/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/34a74527d3859bd9fb0b477cd80c9f78b3610259a251c32a31023ead285ac124?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:12:\"tiagonoronha\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tiagonoronha/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0352cd451932c8a2ab15b8457933e6d90cc919bbf23db63e3bc35ee41d56577e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Tiago Noronha\";}s:6:\"ryelle\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/ryelle/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6d860975d8bd4b166268bba8da8c1ea0e861a7d7f4ef0aee52fa727fc69e12b2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Kelly Choyce-Dwan\";}s:10:\"levinmedia\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/levinmedia/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/657d301b3683f02c75e4b2363681518e94485770056cc51526f19818884ba6aa?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"levinmedia\";}s:7:\"aljullu\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/aljullu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/784f29a6d06799d1d40adc32b115da932cd1ee2b22d91cd8597e9fe6e4ee1420?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:21:\"Albert Juhé Lluveras\";}s:6:\"nerrad\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/nerrad/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1bd692736861bd20949789e4a3d922736480efcacb0e44041616c5a79eaa54c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:22:\"Darren Ethier (nerrad)\";}s:10:\"joshuawold\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joshuawold/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f98224d78e12fcc0e9686dbf15f8c37b1967835212f25a92fceb6caafdc5b08d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Joshua Wold\";}s:13:\"assassinateur\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/assassinateur/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/00ec8d736cf51890768bcfd3614fc7eea91eec753262bc37cea7c8e988d4d3a3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Nadir Seghir\";}s:7:\"haszari\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/haszari/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5478c55437f47714a4dae1016cf521e803dfc4633ce5781b2f24d749d1623f69?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Rua Haszard\";}s:10:\"mppfeiffer\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mppfeiffer/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0fe64f1ef1e4abe1825653bcb17113a4a14c755f5b6f77d2f27494fe349d7081?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Michael P. Pfeiffer\";}s:10:\"nielslange\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/nielslange/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0894ec0d7e5d70306a16431b36249b1928cad88a572de9b5211a54d75ad5d77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Niels Lange\";}s:9:\"ralucastn\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ralucastn/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65d79886499f47ee368495f5016117deef427d5abca9d3ed76c4bfaa42e7c0a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Raluca\";}s:11:\"tjcafferkey\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/tjcafferkey/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23d134901eef453e721759c9d84810f5748a84fc8681ed230c7d78e53583c77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"tjcafferkey\";}s:13:\"danielwrobert\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/danielwrobert/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f1f823ffbe2a6adb7f94c6998079fd6ae6636d3b6272dd8c54385783360e2cf8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"danielwrobert\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:51:\"https://profiles.wordpress.org/patriciahillebrandt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/13f5707fad9a68e5cf9c3c0ebb9c7179c862dcb279c761d20c9b40bd2fff9f4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:7:\"albarin\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/albarin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0dd150b60949026a3c34f49d40089e3a8cf97dc331e2f5b27e805ffd34648e22?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"albarin\";}s:10:\"dinhtungdu\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/dinhtungdu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/07e79c32b1abba868f8c5e3ee0c85b9150c74e2c2a946088a268e6be486d9114?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Tung Du\";}s:10:\"imanish003\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/imanish003/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/59ff646ede2dd6475f24762ac21ee2afd7d72fdcade7b9d2915cf1c3c2d984a2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Manish Menaria\";}s:12:\"karolmanijak\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/karolmanijak/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Karol Manijak\";}s:13:\"sunyatasattva\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/sunyatasattva/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73ce316f9775441698b601e6902728a80837f7fd6df0846e3c5a82448dce447c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:20:\"sunyatasattva (a11n)\";}s:13:\"alexandrelara\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/alexandrelara/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c0c71a072f798066e4661395461e73e0fb6692eaddcced2a0e457ef01a458e8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Alexandre Lara\";}s:7:\"gigitux\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/gigitux/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2dcd003f15403180364c56b093b48e6edca9a88c8f1470b965b87fc230c66d7f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Luigi Teschio\";}s:12:\"danieldudzic\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/danieldudzic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b689767c4b308b8f5910cef3a2f44c2acdadcb3b63326b0d5c865d2c208c668e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"danieldudzic\";}s:11:\"samueljseay\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/samueljseay/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/4c4a5e8fd5b99749ed9ac735c31d0370254356e40feea46bcf51b2b607f8ab0e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"Sam\";}s:12:\"alexflorisca\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/alexflorisca/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b68615471f527e6224909ce0726dda68b074e6cbcf89e0d4b5ecc483a96557ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Alex Florisca\";}s:5:\"opr18\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/opr18/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e083a0759b8ea01b11c1f154a3087ddfaf65a93011cf97a85fdbfc0cda709538?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"opr18\";}s:12:\"tarunvijwani\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tarunvijwani/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/fa4a4b2688afb8d238bb035f31fda4d07dabd67ccf41576276e5eb084463d617?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"tarunvijwani\";}s:12:\"pauloarromba\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/pauloarromba/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ab6034aa12c0e53f21978df9e470f161f06810d814082cbe3ab74450f0618818?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Paulo Arromba\";}s:9:\"saadtarhi\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/saadtarhi/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f4fd0df69b8c7bf3a3e6526df3b42c3854de544904ef825bfd549afc9829f645?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Saad T.\";}s:4:\"bor0\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/bor0/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/787d8ea71701ced680cd80411d656c20e0e600be5d34f6ce3478143d43dc9fd9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Boro Sitnikovski\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/kloon/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7c708f5b0957714ab48e00220b0f74acccb43b70fa0d4b5ee091d59951ae751?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:12:\"coreymckrill\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/coreymckrill/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9cc64cf0f650f165ac55f1294105259f82f2b72c4c24903a79af6d6cd1ad2a9a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Corey McKrill\";}s:12:\"jorgeatorres\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/jorgeatorres/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Jorge A. Torres\";}s:10:\"leifsinger\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leifsinger/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8107603a6bbc5ff73e07e2450f260335af41a5adb2cccd80cba20cdd28b96651?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Leif Singer\";}s:9:\"neosinner\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/neosinner/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/68b52d53a3c6dd39841f697853a1965057c6f3aeb9e89f7d960d1921ffa90d29?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Ján Mikláš\";}}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3747;i:4;i:184;i:3;i:101;i:2;i:109;i:1;i:403;}s:11:\"num_ratings\";i:4544;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:778;s:24:\"support_threads_resolved\";i:679;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:22:\"2025-06-23 11:50am GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:12364:\"<p><a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> is the open-source ecommerce platform for WordPress.</p>\n<p>Our core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.</p>\n<p>Whether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.</p>\n<ul>\n<li><strong>Create beautiful, enticing storefronts</strong> with <a href=\"https://woocommerce.com/product-category/themes/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">themes</a> suited to your brand and industry.</li>\n<li><strong>Increase revenue</strong> with an optimized <a href=\"https://woocommerce.com/checkout-blocks/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">shopping cart experience</a> that converts.</li>\n<li><strong>Customize product pages in minutes</strong> using modular <a href=\"https://woocommerce.com/document/woocommerce-blocks/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">product blocks</a>.</li>\n<li>Showcase physical and digital goods, product variations, custom configurations, instant downloads, and affiliate items.</li>\n<li>Sell <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">memberships</a>, with our developer-vetted extensions.</li>\n<li><strong>Rise to the top of search results</strong> by leveraging <a href=\"https://www.searchenginejournal.com/wordpress-best-cms-seo/\" rel=\"nofollow ugc\">WordPress’ SEO advantage</a>.</li>\n<li><strong>Build on a platform that scales.</strong> Get flexible ecommerce for <a href=\"https://woocommerce.com/high-volume-stores/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">high-volume stores</a>.</li>\n</ul>\n<h4>ALL THE TOOLS YOU NEED TO SELL</h4>\n<p>Built-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional <a href=\"https://woocommerce.com/document/woocommerce-setup-wizard/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Setup Wizard</a>.</p>\n<ul>\n<li><strong>Choose how you want to get paid</strong>. Conveniently manage payments from the comfort of your store with <a href=\"https://woocommerce.com/payments/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooPayments</a> (Available in the U.S., U.K., Ireland, Australia, New Zealand, Canada, Spain, France, Germany, and Italy). Securely accept credit cards, mobile wallets, bank transfers, and cash thanks to <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Square</a>.</li>\n<li><strong>Configure your shipping options</strong>. Print USPS labels right from your dashboard and even schedule a pickup with <a href=\"https://woocommerce.com/products/shipping/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Shipping</a> (U.S.-only). Connect with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">well-known carriers</a> such as UPS and FedEx – plus a wide variety of delivery, inventory, and fulfillment solutions for your locale.</li>\n<li><strong>Simplify sales tax</strong>. Add <a href=\"https://woocommerce.com/products/tax/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Tax</a> or <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/tax?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">similar integrated services</a> to make automated calculations a reality.</li>\n</ul>\n<h4>Grow your business, add features, and monitor your store on the go</h4>\n<p>WooCommerce means business. Keep tabs on the performance metrics most important to you with a powerful and flexible central dashboard built into WooCommerce.</p>\n<p>Expand your audience across marketing and social channels with <a href=\"https://woocommerce.com/products/google-ads/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Facebook</a> integrations. You can always check out the in-dashboard <a href=\"https://woocommerce.com/document/marketing-hub/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Marketing Hub</a> for fresh ideas and tips to help you succeed.</p>\n<p>Enhance store functionality with hundreds of free and paid extensions from the <a href=\"https://woocommerce.com/products/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">official WooCommerce Marketplace</a>. Our developers <a href=\"https://woocommerce.com/document/marketplace-overview/#section-6?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">vet each new extension</a> and regularly review existing extensions to maintain Marketplace quality standards. We are actively <a href=\"https://woocommerce.com/document/marketplace-overview/#section-2?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">looking for products that help store builders create successful stores</a>.</p>\n<p>Manage your store from anywhere with the free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">mobile app</a> (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive “cha-ching” notification sound each time you make a new sale!</p>\n<h4>Own and control your store data – forever</h4>\n<p>With <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a>, your data belongs to you. Always.</p>\n<p>If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">usage data</a> with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.</p>\n<p>Unlike hosted ecommerce solutions, WooCommerce store data is future-proof; you’re free to export all your content and take your site to any platform you choose. No restrictions.</p>\n<h4>Why developers choose (and love) WooCommerce</h4>\n<p>Developers can use <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.</p>\n<ul>\n<li>Leverage <a href=\"https://woocommerce.com/document/introduction-to-hooks-actions-and-filters/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">hooks and filters</a> to modify or create functionality.</li>\n<li>Integrate virtually any service using a robust <a href=\"https://developer.woocommerce.com/docs/getting-started-with-the-woocommerce-rest-api/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">REST API</a> and webhooks.</li>\n<li>Design and build custom content blocks with React.</li>\n<li><a href=\"https://developer.woocommerce.com/docs/category/extension-development/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Inspect and modify</a> any aspect of the core plugin code.</li>\n<li>Speed up development with a lightning-fast <a href=\"https://developer.woocommerce.com/docs/category/wc-cli/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">CLI</a>.</li>\n</ul>\n<p>The core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.</p>\n<h4>Be part of our growing international community</h4>\n<p>WooCommerce has a large, passionate community dedicated to helping merchants succeed – and it’s growing fast.</p>\n<p>There are <a href=\"https://woocommerce.com/meetups/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Meetups</a> in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.</p>\n<p>WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.</p>\n<h4>Contribute and translate</h4>\n<p>WooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">translate.wordpress.org</a>.</p>\n<h4>Connection to WooCommerce.com</h4>\n<p>You can connect your store to <a href=\"https://woocommerce.com/\" rel=\"nofollow ugc\">WooCommerce.com</a> to manage your subscriptions on WooCommerce Marketplace and receive product updates without leaving WordPress admin. Connection also enables installation of purchased products right from WooCommerce.com and streamlines access to technical support. If you’d like to learn about what data is gathered and how it is used, please refer to our <a href=\"https://automattic.com/privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</p>\n\";s:12:\"installation\";s:2382:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)</li>\n<li>MySQL 5.6 or greater, OR MariaDB version 10.1 or greater, is required</li>\n</ul>\n<p>Visit the <a href=\"https://woocommerce.com/document/server-requirements/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow ugc\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option — WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation\" rel=\"ugc\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\" rel=\"ugc\">WordPress importer</a>. You can also use the core <a href=\"https://woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow ugc\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow ugc\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:7803:\"\n<dt id=\'where%20can%20i%20find%20woocommerce%20documentation%20and%20user%20guides%3F\'>\nWhere can I find WooCommerce documentation and user guides?\n</h4>\n<p>\n<p>For help setting up and configuring WooCommerce, please refer to <a href=\"https://woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Getting Started</a> and the <a href=\"https://woocommerce.com/guides/new-store/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">New WooCommerce Store Owner Guide</a>.</p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\" rel=\"nofollow ugc\">documentation</a>, as well as the <a href=\"https://github.com/woocommerce/woocommerce/blob/trunk/docs/extension-development/extension-development-best-practices.md\" rel=\"nofollow ugc\">Plugin Developer Best Practices</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20or%20talk%20to%20other%20users%20about%20woocommerce%20core%3F\'>\nWhere can I get help or talk to other users about WooCommerce Core?\n</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"ugc\">WooCommerce Support Forum</a> by following <a href=\"https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"ugc\">these guidelines</a>, reach out via the <a href=\"https://woocommerce.com/community-slack/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community Slack</a>, or post in the <a href=\"https://www.facebook.com/groups/advanced.woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community group</a> on Facebook.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20for%20extensions%20i%20have%20purchased%20from%20the%20woocommerce%20marketplace%3F\'>\nWhere can I get help for extensions I have purchased from the WooCommerce Marketplace?\n</h4>\n<p>\n<p>For assistance with paid extensions from the WooCommerce Marketplace: first, review our <a href=\"https://woocommerce.com/document/woocommerce-self-service-guide/\" rel=\"nofollow ugc\">self-service troubleshooting guide</a>. If the problem persists, kindly log a support ticket via <a href=\"https://woocommerce.com/my-account/create-a-ticket/\" rel=\"nofollow ugc\">our helpdesk</a>. Our dedicated Happiness Engineers aim to respond within 24 hours.</p>\n</p>\n<dt id=\'i%E2%80%99m%20having%20trouble%20logging%20in%20to%20woocommerce.com%20%E2%80%93%20what%20now%3F\'>\nI’m having trouble logging in to WooCommerce.com – what now?\n</h4>\n<p>\n<p>First, troubleshoot common login issues using this helpful <a href=\"https://woocommerce.com/document/log-into-woocommerce-com-with-wordpress-com/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">step-by-step guide</a>. Still not working? <a href=\"https://woocommerce.com/contact-us/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Get in touch with us</a>.</p>\n</p>\n<dt id=\'will%20woocommerce%20work%20with%20my%20theme%3F\'>\nWill WooCommerce work with my theme?\n</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend <a href=\"https://woocommerce.com/storefront/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Storefront</a>.</p>\n</p>\n<dt id=\'how%20do%20i%20update%20woocommerce%3F\'>\nHow do I update WooCommerce?\n</h4>\n<p>\n<p>We have a detailed guide on <a href=\"https://woocommerce.com/document/how-to-update-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">How To Update WooCommerce</a>.</p>\n</p>\n<dt id=\'my%20site%20broke%20%E2%80%93%20what%20do%20i%20do%3F\'>\nMy site broke – what do I do?\n</h4>\n<p>\n<p>Start by diagnosing the issue using our helpful <a href=\"https://woocommerce.com/documentation/get-help/troubleshooting-get-help/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">troubleshooting guide</a>.</p>\n<p>If you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.</p>\n<p>In both instances, we recommend running a conflict test using <a href=\"https://woocommerce.com/document/troubleshooting-using-health-check/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Health Check</a> (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a <a href=\"https://woocommerce.com/document/how-to-test-for-conflicts/#section-3?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">staging site</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20report%20bugs%3F\'>\nWhere can I report bugs?\n</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub repository</a>. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.</p>\n</p>\n<dt id=\'where%20can%20i%20request%20new%20features%2C%20themes%2C%20and%20extensions%3F\'>\nWhere can I request new features, themes, and extensions?\n</h4>\n<p>\n<p>Request new features and extensions and vote on existing suggestions on our official <a href=\"https://woocommerce.com/feature-requests/woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">feature request board</a>. Our Product teams regularly review requests and consider them valuable for product planning.</p>\n</p>\n<dt id=\'woocommerce%20is%20awesome%21%20can%20i%20contribute%3F\'>\nWooCommerce is awesome! Can I contribute?\n</h4>\n<p>\n<p>Yes, you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">development blog</a> to stay up-to-date with everything happening in the project.</p>\n</p>\n<dt id=\'where%20can%20i%20find%20rest%20api%20documentation%3F\'>\nWhere can I find REST API documentation?\n</h4>\n<p>\n<p>Extensive <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce REST API Documentation</a> is available on GitHub.</p>\n</p>\n<dt id=\'my%20question%20is%20not%20listed%20here.%20where%20can%20i%20find%20more%20answers%3F\'>\nMy question is not listed here. Where can I find more answers?\n</h4>\n<p>\n<p>Check out <a href=\"https://woocommerce.com/document/frequently-asked-questions/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Frequently Asked Questions</a> for more.</p>\n</p>\n\n\";s:9:\"changelog\";s:404:\"<h4>9.9.5 2025-06-23</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix – Ensure block style is always loaded on demand for classic themes. <a href=\"https://github.com/woocommerce/woocommerce/pull/58993\" rel=\"nofollow ugc\">#58993</a></li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt\" rel=\"nofollow ugc\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:17088:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Support provided by: LovingBro (woo-hc)</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/jaspash/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3bc64f7c46af2fe5c0fdfb7972949458d313db73750a3fc4bf5e22bd13f6a107?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3bc64f7c46af2fe5c0fdfb7972949458d313db73750a3fc4bf5e22bd13f6a107?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jaspash/\" class=\"reviewer-name\">jaspash</a> on <span class=\"review-date\">July 2, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Great Support provided by: LovingBro (woo-hc)</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Outstanding Support</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/littledtle/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ac721d45f66f71468d7b1ae5a4e5305b2039c8911a2a90d09ef8dcf065abf48c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ac721d45f66f71468d7b1ae5a4e5305b2039c8911a2a90d09ef8dcf065abf48c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/littledtle/\" class=\"reviewer-name\">littledtle</a> on <span class=\"review-date\">July 1, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>The support team was both fast and extremely helpful.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Prompt and accurate</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/luxvideoprod/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/94e6522c6e7a828cf8425d794fd1a383fa3e9349b5aa0edfc368d0a5f183a53c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/94e6522c6e7a828cf8425d794fd1a383fa3e9349b5aa0edfc368d0a5f183a53c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/luxvideoprod/\" class=\"reviewer-name\">Marc Poirier <small>(LuxVideoProd)</small></a> on <span class=\"review-date\">June 27, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I\'ve been trying to figure out my issue for a while and they were quick to answer, and the proposed solution was both easy to understand and to implement.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">WooCommerce Support - thank you!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sdf01/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/44887b92f963e69e8a6c266ca924edfe1ac014e5476462eea0c936b648cc0f9a?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/44887b92f963e69e8a6c266ca924edfe1ac014e5476462eea0c936b648cc0f9a?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/sdf01/\" class=\"reviewer-name\">sdf01</a> on <span class=\"review-date\">July 2, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>My WC shop completely broke (images not loading, customers unable to download files) a few days ago - and I\'m blown away by the technical expertise of the WC Support forum! They were able to give me potential causes & solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The highly specific, technical guidance I received from the forum helped resolve the issue. <br /><br />One of my main reasons for sticking with WooCommerce, despite being tempted by the sleek look of Shopify, is the wider availability of community support for WC.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you, WooCommerce community! </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Aggressive plugin update system</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"2 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"2\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/eddio/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b097d3e147d1407c8b455986496efca0acf7e6c2f0efc4dfe3dd3e49fae5876b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b097d3e147d1407c8b455986496efca0acf7e6c2f0efc4dfe3dd3e49fae5876b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/eddio/\" class=\"reviewer-name\">eddio</a> on <span class=\"review-date\">June 26, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Purchased a plugin from Woo. Can not get automatic plugin updates UNLESS I connect my store to Woo. Had to manually download and then upload the plugin. Also, since they have merged up with WordPress, there is a mix up with saved login details, that is causing trouble when you are trying to achieve anything - for example, connecting the site to Woo, finding your purchased plugins, new plugin releases etc<br /><br />Other then this, the WooCommerce plugin itself is great and I haven\'t had any issues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I really hope that they will update their system and remove this aggressive request to connect my site to Woo to unlock the plugin updates via admin dashboard. <br />Once this is sorted, the review will be revisited.<br />Thanks</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Waited a week plus for a response then they closed my ticket.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mnjon/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3fc5452ef84e0f0b95a03f14733c8a2cc9e458a28f9bcb0b93e40f1e2e98abc4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3fc5452ef84e0f0b95a03f14733c8a2cc9e458a28f9bcb0b93e40f1e2e98abc4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mnjon/\" class=\"reviewer-name\">mnjon</a> on <span class=\"review-date\">June 25, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Wow. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Simply awesome support!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/parental/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/57993012c643d24ae05cb432eff4702c7a1dbf1b1d81ddd18749c2624dba5816?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/57993012c643d24ae05cb432eff4702c7a1dbf1b1d81ddd18749c2624dba5816?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/parental/\" class=\"reviewer-name\">parental</a> on <span class=\"review-date\">June 25, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>This was my first time contacting Wordpress and they are doing a great job. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">I've used WooCommerce for many clients!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/dewebdeveloper/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4e7723f011d3cd1f7a4180487d5fc841d4a8a8bdc01c79ebadc7f322915bb2ed?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4e7723f011d3cd1f7a4180487d5fc841d4a8a8bdc01c79ebadc7f322915bb2ed?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/dewebdeveloper/\" class=\"reviewer-name\">Bouke Lourens <small>(dewebdeveloper)</small></a> on <span class=\"review-date\">June 25, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Since the beginning of my business, I\'ve used WooCommerce for many clients. Before that, I worked extensively with VirtueMart for Joomla and with OsCommerce, but the flexibility of WooCommerce is incredible. It’s widely supported by nearly all payment providers. You really don’t need anything else to turn your client’s business into a success — it’s far better than any other webshop software out there.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">IS ok</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"2 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"2\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/batboyboy/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d02fbd7375f1e9d6324f64b4dd04f1400cfdaa328c78520a6292971d071188d7?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d02fbd7375f1e9d6324f64b4dd04f1400cfdaa328c78520a6292971d071188d7?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/batboyboy/\" class=\"reviewer-name\">Nguyễn Hiếu <small>(batboyboy)</small></a> on <span class=\"review-date\">June 24, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>iisok but not ok for free :D, old version free is best! now not best for free!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Support was A+++++</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/egdotcom/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c2e11afb329b493183f2d38de718b172f0af382aa16976fbd3f2a66ad29296c0?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/c2e11afb329b493183f2d38de718b172f0af382aa16976fbd3f2a66ad29296c0?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/egdotcom/\" class=\"reviewer-name\">egdotcom</a> on <span class=\"review-date\">June 24, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have been developing locally for many, many years. Perhaps not the place to admit it but I totally prefer Joomla over Wordpress (I can hear cries of horror). Almost all the sites I design/manage are Joomla - I just feel more comfortable with it. It suits the way I think.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when I have to design a shop, I choose WooCommerce every time. Yes, it means the rest of the site is in WP, which causes headaches for me but WooCommerce is just soooo good.<br /><br />Why am I writing this? I had a problem I just couldn\'t solve and posted a question on the forum. Within a few hours I received a response from Jonayed, who solved the issue for me, even though probably not directly a WooCommerce issue. Can\'t beat support like that!<br /><br />Much, much appreciated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul<br /><br /></p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:494:{s:11:\"10.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.1.zip\";s:11:\"10.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.2.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"9.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:10:\"9.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-rc.1.zip\";s:5:\"9.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.1.zip\";s:5:\"9.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.2.zip\";s:5:\"9.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.3.zip\";s:5:\"9.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"9.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";}}','off'),(900676,'_transient_woocommerce_reports-transient-version','1747053788','on'),(928019,'_transient_woocommerce_shipping_task_zone_count_transient','0','on'),(900696,'_transient_product_query-transient-version','1751529359','on'),(924733,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'),(931663,'_transient_timeout_wc_shipping_method_count_legacy','1752641009','off'),(931664,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1747304394\";s:5:\"value\";i:0;}','off'),(926279,'site_logo','4380','auto'),(918991,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1747639533;s:7:\"version\";s:5:\"2.2.8\";}','auto'),(942105,'_transient_timeout_wp_mail_smtp_error_debug_events_transient_30-days','1751552902','off'),(942106,'_transient_wp_mail_smtp_error_debug_events_transient_30-days','25','off'),(942110,'_transient_timeout_wpseo-statistics-totals','1751635746','off'),(942111,'_transient_wpseo-statistics-totals','a:1:{i:2;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}','off'),(942286,'_transient_doing_cron','1751609371.1221079826354980468750','on'),(942266,'_transient_timeout_wc_related_1082','1751690075','off'),(942267,'_transient_wc_related_1082','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1082\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1080\";i:4;s:4:\"1083\";i:5;s:4:\"1084\";i:6;s:4:\"1085\";i:7;s:4:\"1086\";}}','off'),(941999,'_transient_woocommerce_product_task_product_count_transient','9','on'),(942016,'updraft_lock_load-url-task','0','no'),(941380,'wp-optimize-newly-activated','1','auto'),(941381,'wp-optimize-schedule','false','auto'),(941382,'wp-optimize-last-optimized','Never','auto'),(941383,'wp-optimize-schedule-type','wpo_weekly','auto'),(941387,'wp-optimize-total-cleaned','7314','auto'),(941388,'wp-optimize-auto','a:8:{s:5:\"spams\";s:4:\"true\";s:6:\"drafts\";s:4:\"true\";s:10:\"unapproved\";s:5:\"false\";s:5:\"trash\";s:4:\"true\";s:8:\"usermeta\";s:5:\"false\";s:8:\"optimize\";s:5:\"false\";s:9:\"revisions\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";}','auto'),(941389,'wp-optimize-settings','a:14:{s:16:\"user-commentmeta\";s:5:\"false\";s:14:\"user-pingbacks\";s:5:\"false\";s:10:\"user-spams\";s:4:\"true\";s:11:\"user-drafts\";s:4:\"true\";s:15:\"user-unapproved\";s:4:\"true\";s:10:\"user-trash\";s:4:\"true\";s:13:\"user-usermeta\";s:5:\"false\";s:13:\"user-optimize\";s:4:\"true\";s:14:\"user-revisions\";s:4:\"true\";s:15:\"user-trackbacks\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:14:\"user-transient\";s:4:\"true\";s:15:\"user-orphandata\";s:5:\"false\";s:13:\"last_saved_in\";s:5:\"4.2.2\";}','auto'),(941390,'wpo_minify_config','a:60:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:19:\"enable_display_swap\";b:1;s:18:\"remove_googlefonts\";b:0;s:31:\"disable_google_fonts_processing\";b:0;s:13:\"gfonts_method\";s:7:\"inherit\";s:15:\"fawesome_method\";s:7:\"inherit\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";s:3:\"all\";s:13:\"defer_js_type\";s:5:\"defer\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:1;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:15:\"enable_delay_js\";b:0;s:17:\"enable_preload_js\";b:0;s:16:\"exclude_delay_js\";s:0:\"\";s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:5:{i:0;s:9:\"Googlebot\";i:1;s:17:\"Chrome-Lighthouse\";i:2;s:8:\"GTmetrix\";i:3;s:14:\"HeadlessChrome\";i:4;s:7:\"Pingdom\";}s:32:\"exclude_js_from_page_speed_tools\";b:0;s:33:\"exclude_css_from_page_speed_tools\";b:0;s:9:\"blacklist\";a:0:{}s:11:\"ignore_list\";a:0:{}s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:1;s:17:\"last-cache-update\";i:1751464303;s:14:\"plugin_version\";s:5:\"0.0.0\";s:14:\"cache_lifespan\";i:30;s:25:\"merge_inline_extra_css_js\";b:1;s:16:\"enable_analytics\";b:0;s:16:\"analytics_method\";s:6:\"gtagv4\";s:11:\"tracking_id\";s:0:\"\";s:19:\"include_ui_elements\";b:1;}','auto'),(941391,'updraft_task_manager_plugins','a:1:{i:0;s:27:\"wp-optimize/wp-optimize.php\";}','auto'),(941395,'wp-optimize-back_up_original','1','auto'),(941396,'wp-optimize-back_up_delete_after','1','auto'),(941397,'wp-optimize-back_up_delete_after_days','50','auto'),(941398,'wpo_update_version','4.2.2','auto'),(941408,'updraft_lock_wpo_page_cache_preloader_creating_tasks','0','no'),(941405,'wp-optimize-install-or-update-notice-show-time','1751462466','auto'),(941411,'_transient_timeout_wpo_minify_get_cached_files','1751616699','off'),(941412,'_transient_wpo_minify_get_cached_files','a:7:{s:2:\"js\";a:37:{i:0;a:5:{s:3:\"uid\";s:8:\"cda70ba8\";s:8:\"filename\";s:33:\"wpo-minify-footer-96900ecb.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-96900ecb.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:49 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":2:{s:20:\"elementor-app-loader\";O:8:\"stdClass\":5:{s:3:\"url\";s:57:\"/wp-content/plugins/elementor/assets/js/app-loader.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:7:\"wp-util\";O:8:\"stdClass\":5:{s:3:\"url\";s:30:\"/wp-includes/js/wp-util.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:8:\"93.25 KB\";}i:1;a:5:{s:3:\"uid\";s:8:\"cf780bb1\";s:8:\"filename\";s:33:\"wpo-minify-footer-7df9633e.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-7df9633e.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:10 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":13:{s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:7:\"wp-util\";O:8:\"stdClass\":5:{s:3:\"url\";s:30:\"/wp-includes/js/wp-util.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:9:\"507.54 KB\";}i:2;a:5:{s:3:\"uid\";s:8:\"cc660b74\";s:8:\"filename\";s:33:\"wpo-minify-footer-47a318b4.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-47a318b4.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:48 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":3:{s:17:\"elementor-web-cli\";O:8:\"stdClass\":5:{s:3:\"url\";s:54:\"/wp-content/plugins/elementor/assets/js/web-cli.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-dialog\";O:8:\"stdClass\":5:{s:3:\"url\";s:61:\"/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"4.9.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:14:\"wp-api-request\";O:8:\"stdClass\":5:{s:3:\"url\";s:34:\"/wp-includes/js/api-request.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:9:\"188.03 KB\";}i:3;a:5:{s:3:\"uid\";s:8:\"ce1b0ba6\";s:8:\"filename\";s:33:\"wpo-minify-footer-0d8147ce.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-0d8147ce.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:49 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":8:{s:14:\"hoverintent-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/hoverintent-js.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"2.2.1\";s:13:\"last_modified\";s:10:\"1575919982\";}s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"131.49 KB\";}i:4;a:5:{s:3:\"uid\";s:8:\"d2ff0bfe\";s:8:\"filename\";s:33:\"wpo-minify-footer-aab625fa.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-aab625fa.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:18 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":4:{s:18:\"elementor-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:55:\"/wp-content/plugins/elementor/assets/js/frontend.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:21:\"pro-elements-handlers\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"animate-circle\";O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:21:\"elementskit-elementor\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"110.25 KB\";}i:5;a:5:{s:3:\"uid\";s:8:\"cff70bd4\";s:8:\"filename\";s:33:\"wpo-minify-footer-5b471dcd.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-5b471dcd.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:116:\"PROCESSED on Wed, 02 Jul 2025 15:05:05 +0000 from https://hoteldhruvpalace.com/admin/controller/extension/extension/\";s:5:\"files\";O:8:\"stdClass\":4:{s:18:\"elementor-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:55:\"/wp-content/plugins/elementor/assets/js/frontend.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:21:\"pro-elements-handlers\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:0:\"\";}s:14:\"animate-circle\";O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}s:21:\"elementskit-elementor\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:9:\"109.98 KB\";}i:6;a:5:{s:3:\"uid\";s:8:\"cafa0b6e\";s:8:\"filename\";s:33:\"wpo-minify-header-11bd03a2.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-11bd03a2.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:99:\"PROCESSED on Wed, 02 Jul 2025 15:04:52 +0000 from https://hoteldhruvpalace.com/sites/default/files/\";s:5:\"files\";O:8:\"stdClass\":1:{s:9:\"tf-swiper\";O:8:\"stdClass\":5:{s:3:\"url\";s:61:\"/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:9:\"135.89 KB\";}i:7;a:5:{s:3:\"uid\";s:8:\"cab60b58\";s:8:\"filename\";s:33:\"wpo-minify-header-9a9e0925.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-9a9e0925.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:59 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":1:{s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:8:\"14.72 KB\";}i:8;a:5:{s:3:\"uid\";s:8:\"cd7a0b83\";s:8:\"filename\";s:33:\"wpo-minify-footer-f39849a5.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-f39849a5.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:17 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":9:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:9:\"143.47 KB\";}i:9;a:5:{s:3:\"uid\";s:8:\"cc7e0b77\";s:8:\"filename\";s:33:\"wpo-minify-footer-4e24525f.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-4e24525f.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 06:55:19 +0000 from https://hoteldhruvpalace.com/home/\";s:5:\"files\";O:8:\"stdClass\":10:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:16:\"jquery-numerator\";O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"0.2.1\";s:13:\"last_modified\";s:10:\"1724389239\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:9:\"145.23 KB\";}i:10;a:5:{s:3:\"uid\";s:8:\"ce010b9c\";s:8:\"filename\";s:33:\"wpo-minify-footer-c1023b7d.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-c1023b7d.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:87:\"PROCESSED on Wed, 02 Jul 2025 15:05:05 +0000 from https://hoteldhruvpalace.com/uploads/\";s:5:\"files\";O:8:\"stdClass\":9:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:0:\"\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:0:\"\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:0:\"\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:9:\"143.47 KB\";}i:11;a:5:{s:3:\"uid\";s:8:\"cd920b75\";s:8:\"filename\";s:33:\"wpo-minify-footer-d5d51354.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-d5d51354.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:48 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":3:{s:19:\"elementor-dev-tools\";O:8:\"stdClass\":5:{s:3:\"url\";s:56:\"/wp-content/plugins/elementor/assets/js/dev-tools.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:8:\"23.35 KB\";}i:12;a:5:{s:3:\"uid\";s:8:\"ca050b58\";s:8:\"filename\";s:33:\"wpo-minify-header-60c85f57.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-60c85f57.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:37 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":7:{s:14:\"jquery-blockui\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.7.0-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:9:\"js-cookie\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.1.4-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:11:\"woocommerce\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:17:\"wc-country-select\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:15:\"wc-address-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:7:\"wc-cart\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:9:\"selectWoo\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"1.0.9-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}}}s:5:\"fsize\";s:9:\"103.08 KB\";}i:13;a:5:{s:3:\"uid\";s:8:\"cb690b52\";s:8:\"filename\";s:33:\"wpo-minify-footer-0d868477.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-0d868477.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:42 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":19:{s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"chosen.jquery\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/chosen.jquery.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:5:\"clone\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/clone.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"jquery.steps\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.steps.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:25:\"jquery.magnific-popup.min\";O:8:\"stdClass\":5:{s:3:\"url\";s:89:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.magnific-popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:26:\"jquery.datetimepicker.full\";O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.datetimepicker.full.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-calendar\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-calendar.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-template\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-template.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:8:\"rnb-init\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-init.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:9:\"rnb-quote\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-quote.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:17:\"front-end-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/main-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:14:\"rnb-validation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-validation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:7:\"rnb-rfq\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-rfq.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}}}s:5:\"fsize\";s:9:\"323.71 KB\";}i:14;a:5:{s:3:\"uid\";s:8:\"ccad0b7c\";s:8:\"filename\";s:33:\"wpo-minify-header-a2fc2707.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-a2fc2707.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:38 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":4:{s:12:\"zxcvbn-async\";O:8:\"stdClass\":5:{s:3:\"url\";s:35:\"/wp-includes/js/zxcvbn-async.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1614078920\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}s:23:\"password-strength-meter\";O:8:\"stdClass\":5:{s:3:\"url\";s:43:\"/wp-admin/js/password-strength-meter.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:8:\"15.18 KB\";}i:15;a:5:{s:3:\"uid\";s:8:\"ccef0b7b\";s:8:\"filename\";s:33:\"wpo-minify-footer-4f7650c6.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-4f7650c6.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 14:01:18 +0000 from https://hoteldhruvpalace.com/our-gallery/\";s:5:\"files\";O:8:\"stdClass\":9:{s:14:\"hoverintent-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/hoverintent-js.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"2.2.1\";s:13:\"last_modified\";s:10:\"1575919982\";}s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:17:\"elementor-gallery\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"146.48 KB\";}i:16;a:5:{s:3:\"uid\";s:8:\"d5ef0c36\";s:8:\"filename\";s:33:\"wpo-minify-footer-bbdc3ff6.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-bbdc3ff6.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:44 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":7:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"129.80 KB\";}i:17;a:5:{s:3:\"uid\";s:8:\"d0920bd7\";s:8:\"filename\";s:33:\"wpo-minify-footer-69bf1c5a.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-69bf1c5a.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:17 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":3:{s:22:\"elementor-pro-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:59:\"/wp-content/plugins/elementor-pro/assets/js/frontend.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:19:\"elementor-waypoints\";O:8:\"stdClass\":5:{s:3:\"url\";s:67:\"/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"4.0.2\";s:13:\"last_modified\";s:10:\"1724389239\";}s:14:\"jquery-ui-core\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:8:\"61.51 KB\";}i:18;a:5:{s:3:\"uid\";s:8:\"cee60baa\";s:8:\"filename\";s:33:\"wpo-minify-footer-a5954cd5.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-a5954cd5.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 15:05:00 +0000 from https://hoteldhruvpalace.com/.well-known/\";s:5:\"files\";O:8:\"stdClass\":13:{s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:0:\"\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:0:\"\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:0:\"\";}s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:0:\"\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:7:\"wp-util\";O:8:\"stdClass\":5:{s:3:\"url\";s:30:\"/wp-includes/js/wp-util.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:9:\"507.54 KB\";}i:19;a:5:{s:3:\"uid\";s:8:\"c5c40af6\";s:8:\"filename\";s:33:\"wpo-minify-header-48940715.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-48940715.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:99:\"PROCESSED on Wed, 02 Jul 2025 15:04:52 +0000 from https://hoteldhruvpalace.com/sites/default/files/\";s:5:\"files\";O:8:\"stdClass\":1:{s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:8:\"14.72 KB\";}i:20;a:5:{s:3:\"uid\";s:8:\"cd800b7a\";s:8:\"filename\";s:33:\"wpo-minify-footer-3eb60578.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-3eb60578.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:50 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":1:{s:9:\"admin-bar\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/admin-bar.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:7:\"3.41 KB\";}i:21;a:5:{s:3:\"uid\";s:8:\"d0560bcc\";s:8:\"filename\";s:33:\"wpo-minify-footer-d4b014cd.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-d4b014cd.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:50 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":2:{s:22:\"elementor-pro-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:59:\"/wp-content/plugins/elementor-pro/assets/js/frontend.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:19:\"elementor-waypoints\";O:8:\"stdClass\":5:{s:3:\"url\";s:67:\"/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"4.0.2\";s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:8:\"39.16 KB\";}i:22;a:5:{s:3:\"uid\";s:8:\"c5390aee\";s:8:\"filename\";s:33:\"wpo-minify-header-11625276.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-11625276.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:32 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":8:{s:4:\"zoom\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:15:\"1.7.21-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:10:\"flexslider\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.7.2-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:10:\"photoswipe\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"4.1.1-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:21:\"photoswipe-ui-default\";O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"4.1.1-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:17:\"wc-single-product\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:14:\"jquery-blockui\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.7.0-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:9:\"js-cookie\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.1.4-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:11:\"woocommerce\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}}}s:5:\"fsize\";s:8:\"83.77 KB\";}i:23;a:5:{s:3:\"uid\";s:8:\"cd280b73\";s:8:\"filename\";s:33:\"wpo-minify-footer-8d2a5090.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-8d2a5090.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:86:\"PROCESSED on Wed, 02 Jul 2025 15:43:20 +0000 from https://hoteldhruvpalace.com/review/\";s:5:\"files\";O:8:\"stdClass\":10:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:12:\"imagesloaded\";O:8:\"stdClass\":5:{s:3:\"url\";s:35:\"/wp-includes/js/imagesloaded.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"5.0.0\";s:13:\"last_modified\";s:10:\"1691758106\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:9:\"148.86 KB\";}i:24;a:5:{s:3:\"uid\";s:8:\"cc360b7d\";s:8:\"filename\";s:33:\"wpo-minify-header-e33d1c55.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-e33d1c55.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:99:\"PROCESSED on Wed, 02 Jul 2025 15:04:52 +0000 from https://hoteldhruvpalace.com/sites/default/files/\";s:5:\"files\";O:8:\"stdClass\":3:{s:14:\"jquery-blockui\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.7.0-wc.9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:9:\"js-cookie\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.1.4-wc.9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:11:\"woocommerce\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:8:\"13.51 KB\";}i:25;a:5:{s:3:\"uid\";s:8:\"c8bf0b20\";s:8:\"filename\";s:33:\"wpo-minify-footer-65280759.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-65280759.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:47 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":1:{s:13:\"comment-reply\";O:8:\"stdClass\":5:{s:3:\"url\";s:36:\"/wp-includes/js/comment-reply.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:7:\"2.96 KB\";}i:26;a:5:{s:3:\"uid\";s:8:\"c8b50b1d\";s:8:\"filename\";s:33:\"wpo-minify-footer-83820891.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-83820891.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:48 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":1:{s:16:\"elementor-common\";O:8:\"stdClass\":5:{s:3:\"url\";s:53:\"/wp-content/plugins/elementor/assets/js/common.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"171.87 KB\";}i:27;a:5:{s:3:\"uid\";s:8:\"d24e0c03\";s:8:\"filename\";s:33:\"wpo-minify-footer-c42a8daf.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-c42a8daf.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:113:\"PROCESSED on Thu, 03 Jul 2025 04:51:18 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-hotal-room/\";s:5:\"files\";O:8:\"stdClass\":20:{s:19:\"wpcode-admin-bar-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/insert-headers-and-footers/build/admin-bar.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:32:\"8afeca4aaad1d56fefb41623b6b7b000\";s:13:\"last_modified\";s:10:\"1747639429\";}s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"chosen.jquery\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/chosen.jquery.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:5:\"clone\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/clone.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"jquery.steps\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.steps.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:25:\"jquery.magnific-popup.min\";O:8:\"stdClass\":5:{s:3:\"url\";s:89:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.magnific-popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:26:\"jquery.datetimepicker.full\";O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.datetimepicker.full.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-calendar\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-calendar.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-template\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-template.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:8:\"rnb-init\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-init.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:9:\"rnb-quote\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-quote.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:17:\"front-end-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/main-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:14:\"rnb-validation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-validation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:7:\"rnb-rfq\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-rfq.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}}}s:5:\"fsize\";s:9:\"325.00 KB\";}i:28;a:5:{s:3:\"uid\";s:8:\"cec20ba9\";s:8:\"filename\";s:33:\"wpo-minify-footer-59dc184a.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-59dc184a.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:116:\"PROCESSED on Wed, 02 Jul 2025 15:05:05 +0000 from https://hoteldhruvpalace.com/admin/controller/extension/extension/\";s:5:\"files\";O:8:\"stdClass\":3:{s:22:\"elementor-pro-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:59:\"/wp-content/plugins/elementor-pro/assets/js/frontend.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:0:\"\";}s:19:\"elementor-waypoints\";O:8:\"stdClass\":5:{s:3:\"url\";s:67:\"/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"4.0.2\";s:13:\"last_modified\";s:0:\"\";}s:14:\"jquery-ui-core\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:8:\"61.50 KB\";}i:29;a:5:{s:3:\"uid\";s:8:\"caf20b59\";s:8:\"filename\";s:33:\"wpo-minify-footer-598936f5.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-598936f5.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:47 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":6:{s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:7:\"wp-util\";O:8:\"stdClass\":5:{s:3:\"url\";s:30:\"/wp-includes/js/wp-util.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:9:\"374.61 KB\";}i:30;a:5:{s:3:\"uid\";s:8:\"cc130b73\";s:8:\"filename\";s:33:\"wpo-minify-footer-3972a2d1.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-3972a2d1.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:45 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":20:{s:19:\"wpcode-admin-bar-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/insert-headers-and-footers/build/admin-bar.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:32:\"8afeca4aaad1d56fefb41623b6b7b000\";s:13:\"last_modified\";s:10:\"1747639429\";}s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:14:\"jquery-ui-core\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:15:\"jquery-ui-mouse\";O:8:\"stdClass\":5:{s:3:\"url\";s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:19:\"jquery-ui-draggable\";O:8:\"stdClass\":5:{s:3:\"url\";s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:8:\"backbone\";O:8:\"stdClass\":5:{s:3:\"url\";s:31:\"/wp-includes/js/backbone.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.6.0\";s:13:\"last_modified\";s:10:\"1738843046\";}s:19:\"backbone-marionette\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:8:\"2.4.5.e1\";s:13:\"last_modified\";s:10:\"1724389239\";}s:14:\"backbone-radio\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.0.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:24:\"elementor-common-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:61:\"/wp-content/plugins/elementor/assets/js/common-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"725.81 KB\";}i:31;a:5:{s:3:\"uid\";s:8:\"ccf90b74\";s:8:\"filename\";s:33:\"wpo-minify-footer-d1646d50.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-d1646d50.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:113:\"PROCESSED on Thu, 03 Jul 2025 04:51:18 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-hotal-room/\";s:5:\"files\";O:8:\"stdClass\":12:{s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:14:\"jquery-ui-core\";O:8:\"stdClass\":5:{s:3:\"url\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:15:\"jquery-ui-mouse\";O:8:\"stdClass\":5:{s:3:\"url\";s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:19:\"jquery-ui-draggable\";O:8:\"stdClass\":5:{s:3:\"url\";s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.3\";s:13:\"last_modified\";s:10:\"1738843046\";}s:8:\"backbone\";O:8:\"stdClass\":5:{s:3:\"url\";s:31:\"/wp-includes/js/backbone.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.6.0\";s:13:\"last_modified\";s:10:\"1738843046\";}s:19:\"backbone-marionette\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:8:\"2.4.5.e1\";s:13:\"last_modified\";s:10:\"1724389239\";}s:14:\"backbone-radio\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.0.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:24:\"elementor-common-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:61:\"/wp-content/plugins/elementor/assets/js/common-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}}}s:5:\"fsize\";s:9:\"591.60 KB\";}i:32;a:5:{s:3:\"uid\";s:8:\"cd740b9f\";s:8:\"filename\";s:33:\"wpo-minify-footer-1273bb6b.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-1273bb6b.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:102:\"PROCESSED on Thu, 03 Jul 2025 07:58:39 +0000 from https://hoteldhruvpalace.com/product-category/rooms/\";s:5:\"files\";O:8:\"stdClass\":25:{s:8:\"tf-anime\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/anime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"textanimation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/textanimation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:11:\"tf-animated\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/tf-animated.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"chosen.jquery\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/chosen.jquery.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:5:\"clone\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/clone.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"jquery.steps\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.steps.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:25:\"jquery.magnific-popup.min\";O:8:\"stdClass\":5:{s:3:\"url\";s:89:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.magnific-popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:26:\"jquery.datetimepicker.full\";O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/jquery.datetimepicker.full.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-calendar\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-calendar.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rnb-template\";O:8:\"stdClass\":5:{s:3:\"url\";s:76:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-template.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:8:\"rnb-init\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-init.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:9:\"rnb-quote\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-quote.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:10:\"underscore\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/underscore.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"1.13.7\";s:13:\"last_modified\";s:10:\"1738843046\";}s:17:\"front-end-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/main-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:14:\"rnb-validation\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-validation.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:7:\"rnb-rfq\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/js/rnb-rfq.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:11:\"nta-wa-libs\";O:8:\"stdClass\":5:{s:3:\"url\";s:73:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js/njt-whatsapp.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:13:\"nta-js-global\";O:8:\"stdClass\":5:{s:3:\"url\";s:71:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-button.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:3:\"3.1\";s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"cute-alert\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:12:\"dflip-script\";O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:33:\"elementskit-framework-js-frontend\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:19:\"ekit-widget-scripts\";O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"sourcebuster-js\";O:8:\"stdClass\":5:{s:3:\"url\";s:74:\"/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:20:\"wc-order-attribution\";O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:7:\"wp-util\";O:8:\"stdClass\":5:{s:3:\"url\";s:30:\"/wp-includes/js/wp-util.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1738843046\";}}}s:5:\"fsize\";s:9:\"698.32 KB\";}i:33;a:5:{s:3:\"uid\";s:8:\"c6ea0b1b\";s:8:\"filename\";s:33:\"wpo-minify-header-414905b2.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-414905b2.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:59 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":1:{s:9:\"tf-swiper\";O:8:\"stdClass\":5:{s:3:\"url\";s:61:\"/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:9:\"135.89 KB\";}i:34;a:5:{s:3:\"uid\";s:8:\"cec40bab\";s:8:\"filename\";s:33:\"wpo-minify-footer-92cc529d.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-92cc529d.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 17:44:54 +0000 from https://hoteldhruvpalace.com/our-gallery/\";s:5:\"files\";O:8:\"stdClass\":10:{s:8:\"e-sticky\";O:8:\"stdClass\":5:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:14:\"magnific-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:83:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/js/magnific.popup.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:10:\"smartmenus\";O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:13:\"last_modified\";s:10:\"1724391320\";}s:17:\"elementor-gallery\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:5:\"1.2.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:12:\"nta-js-popup\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/whatsapp-for-wordpress/assets/js/whatsapp-popup.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:29:\"elementor-pro-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391320\";}s:25:\"elementor-webpack-runtime\";O:8:\"stdClass\":5:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-frontend-modules\";O:8:\"stdClass\":5:{s:3:\"url\";s:63:\"/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389238\";}s:8:\"wp-hooks\";O:8:\"stdClass\":5:{s:3:\"url\";s:33:\"/wp-includes/js/dist/hooks.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"4d63a3d491d11ffd8ac6\";s:13:\"last_modified\";s:10:\"1727653292\";}s:7:\"wp-i18n\";O:8:\"stdClass\":5:{s:3:\"url\";s:32:\"/wp-includes/js/dist/i18n.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:0;s:7:\"version\";s:20:\"5e580eb46a90c2b997e6\";s:13:\"last_modified\";s:10:\"1707996196\";}}}s:5:\"fsize\";s:9:\"158.46 KB\";}i:35;a:5:{s:3:\"uid\";s:8:\"cbd30b84\";s:8:\"filename\";s:33:\"wpo-minify-header-64df186a.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-64df186a.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:38 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":1:{s:26:\"wc-password-strength-meter\";O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}}}s:5:\"fsize\";s:7:\"1.99 KB\";}i:36;a:5:{s:3:\"uid\";s:8:\"c5630aef\";s:8:\"filename\";s:33:\"wpo-minify-header-95002285.min.js\";s:8:\"file_url\";s:108:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-95002285.min.js\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:00 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":3:{s:14:\"jquery-blockui\";O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.7.0-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:9:\"js-cookie\";O:8:\"stdClass\":5:{s:3:\"url\";s:68:\"/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:14:\"2.1.4-wc.9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}s:11:\"woocommerce\";O:8:\"stdClass\":5:{s:3:\"url\";s:69:\"/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:7:\"success\";b:1;s:21:\"uses_loading_strategy\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389428\";}}}s:5:\"fsize\";s:8:\"13.51 KB\";}}s:3:\"css\";a:40:{i:0;a:5:{s:3:\"uid\";s:8:\"d6700bc3\";s:8:\"filename\";s:34:\"wpo-minify-header-d62b9268.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-d62b9268.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:92:\"PROCESSED on Wed, 02 Jul 2025 14:31:33 +0000 from https://hoteldhruvpalace.com/accomodation/\";s:5:\"files\";O:8:\"stdClass\":16:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-270\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-270.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226037\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"945.70 KB\";}i:1;a:5:{s:3:\"uid\";s:8:\"d7210be3\";s:8:\"filename\";s:34:\"wpo-minify-header-00ea64a6.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-00ea64a6.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:153:\"PROCESSED on Wed, 02 Jul 2025 13:59:28 +0000 from https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper-bundle.min.js.map\";s:5:\"files\";O:8:\"stdClass\":11:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"569.25 KB\";}i:2;a:5:{s:3:\"uid\";s:8:\"d1bc0b70\";s:8:\"filename\";s:34:\"wpo-minify-header-86947648.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-86947648.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:96:\"PROCESSED on Wed, 02 Jul 2025 20:56:29 +0000 from https://hoteldhruvpalace.com/customer-support/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2909\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2909.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751081252\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"835.92 KB\";}i:3;a:5:{s:3:\"uid\";s:8:\"d93c0bda\";s:8:\"filename\";s:34:\"wpo-minify-footer-bb472061.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-bb472061.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 14:01:19 +0000 from https://hoteldhruvpalace.com/our-gallery/\";s:5:\"files\";O:8:\"stdClass\":3:{s:15:\"wc-blocks-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css\";s:7:\"success\";b:1;s:7:\"version\";s:8:\"wc-9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:17:\"elementor-gallery\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"1.2.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:12:\"e-animations\";O:8:\"stdClass\":4:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:8:\"33.75 KB\";}i:4;a:5:{s:3:\"uid\";s:8:\"d5fb0bc6\";s:8:\"filename\";s:34:\"wpo-minify-header-d866926a.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-d866926a.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 14:01:04 +0000 from https://hoteldhruvpalace.com/our-gallery/\";s:5:\"files\";O:8:\"stdClass\":16:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-254\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-254.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226082\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"863.91 KB\";}i:5;a:5:{s:3:\"uid\";s:8:\"da7e0c0f\";s:8:\"filename\";s:34:\"wpo-minify-footer-77ca134c.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-77ca134c.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:99:\"PROCESSED on Wed, 02 Jul 2025 15:05:07 +0000 from https://hoteldhruvpalace.com/sites/default/files/\";s:5:\"files\";O:8:\"stdClass\":2:{s:15:\"wc-blocks-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css\";s:7:\"success\";b:1;s:7:\"version\";s:8:\"wc-9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:12:\"e-animations\";O:8:\"stdClass\":4:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:8:\"30.52 KB\";}i:6;a:5:{s:3:\"uid\";s:8:\"d5980bbe\";s:8:\"filename\";s:34:\"wpo-minify-header-659aa804.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-659aa804.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:29 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":20:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:6:\"chosen\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"jquery.steps\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/jquery.steps.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:14:\"magnific-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/magnific.popup.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:15:\"fontawesome.min\";O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/fontawesome.min.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:21:\"jquery.datetimepicker\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/jquery.datetimepicker.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:13:\"rental-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:79:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/rental-global.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:11:\"quote-front\";O:8:\"stdClass\":4:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/quote-front.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rental-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/rental-style.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"937.13 KB\";}i:7;a:5:{s:3:\"uid\";s:8:\"d3b80b98\";s:8:\"filename\";s:34:\"wpo-minify-header-860d7658.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-860d7658.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:109:\"PROCESSED on Wed, 02 Jul 2025 19:00:27 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\";s:5:\"files\";O:8:\"stdClass\":13:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"photoswipe\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:23:\"photoswipe-default-skin\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"580.52 KB\";}i:8;a:5:{s:3:\"uid\";s:8:\"d4cc0bb8\";s:8:\"filename\";s:34:\"wpo-minify-header-14b3760e.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-14b3760e.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 06:55:00 +0000 from https://hoteldhruvpalace.com/home/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-211\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-211.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226115\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"865.93 KB\";}i:9;a:5:{s:3:\"uid\";s:8:\"d2e20b7b\";s:8:\"filename\";s:34:\"wpo-minify-header-a2033411.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-a2033411.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 15:04:52 +0000 from https://hoteldhruvpalace.com/.well-known/\";s:5:\"files\";O:8:\"stdClass\":5:{s:14:\"google-fonts-1\";O:8:\"stdClass\":4:{s:3:\"url\";s:455:\"//fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CJost:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CGilda+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:24:\"elementor-icons-shared-0\";O:8:\"stdClass\":4:{s:3:\"url\";s:77:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:0:\"\";}s:24:\"elementor-icons-fa-solid\";O:8:\"stdClass\":4:{s:3:\"url\";s:71:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:0:\"\";}s:25:\"elementor-icons-fa-brands\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:0:\"\";}s:26:\"elementor-icons-fa-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:8:\"94.22 KB\";}i:10;a:5:{s:3:\"uid\";s:8:\"da860c2b\";s:8:\"filename\";s:34:\"wpo-minify-header-8fc789db.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-8fc789db.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:141:\"PROCESSED on Thu, 03 Jul 2025 06:09:43 +0000 from https://hoteldhruvpalace.com/wp-content/uploads/2022/06/GURUKUL-SWAMI-SAMARTH-100x100-1.jpg\";s:5:\"files\";O:8:\"stdClass\":15:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"860.25 KB\";}i:11;a:5:{s:3:\"uid\";s:8:\"d3600b8b\";s:8:\"filename\";s:34:\"wpo-minify-header-1b247618.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-1b247618.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 17:44:47 +0000 from https://hoteldhruvpalace.com/our-gallery/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-254\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-254.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226082\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"810.98 KB\";}i:12;a:5:{s:3:\"uid\";s:8:\"d9fe0c13\";s:8:\"filename\";s:34:\"wpo-minify-header-a2eb502f.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-a2eb502f.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:91:\"PROCESSED on Wed, 02 Jul 2025 15:04:38 +0000 from https://hoteldhruvpalace.com/.well-known/\";s:5:\"files\";O:8:\"stdClass\":11:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:0:\"\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:0:\"\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:0:\"\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:9:\"569.21 KB\";}i:13;a:5:{s:3:\"uid\";s:8:\"d7a10bf6\";s:8:\"filename\";s:34:\"wpo-minify-header-4d8792fb.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-4d8792fb.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:141:\"PROCESSED on Thu, 03 Jul 2025 06:09:42 +0000 from https://hoteldhruvpalace.com/wp-content/uploads/2022/06/GURUKUL-SWAMI-SAMARTH-100x100-1.jpg\";s:5:\"files\";O:8:\"stdClass\":17:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:20:\"wpcode-admin-bar-css\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/insert-headers-and-footers/build/admin-bar.css\";s:7:\"success\";b:1;s:7:\"version\";s:32:\"8afeca4aaad1d56fefb41623b6b7b000\";s:13:\"last_modified\";s:10:\"1747639429\";}s:9:\"dashicons\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/dashicons.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1614786382\";}s:9:\"admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1739794760\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-common\";O:8:\"stdClass\":4:{s:3:\"url\";s:55:\"/wp-content/plugins/elementor/assets/css/common.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:16:\"e-theme-ui-light\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/elementor/assets/css/theme-light.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"694.39 KB\";}i:14;a:5:{s:3:\"uid\";s:8:\"db830c1a\";s:8:\"filename\";s:34:\"wpo-minify-header-eebe1417.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-eebe1417.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:45 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":1:{s:23:\"woocommerce-smallscreen\";O:8:\"stdClass\":4:{s:3:\"url\";s:70:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:7:\"6.88 KB\";}i:15;a:5:{s:3:\"uid\";s:8:\"deb70c76\";s:8:\"filename\";s:34:\"wpo-minify-header-eaf4a4ad.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-eaf4a4ad.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:113:\"PROCESSED on Thu, 03 Jul 2025 04:51:01 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-hotal-room/\";s:5:\"files\";O:8:\"stdClass\":19:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:20:\"wpcode-admin-bar-css\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/insert-headers-and-footers/build/admin-bar.css\";s:7:\"success\";b:1;s:7:\"version\";s:32:\"8afeca4aaad1d56fefb41623b6b7b000\";s:13:\"last_modified\";s:10:\"1747639429\";}s:9:\"dashicons\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/dashicons.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1614786382\";}s:9:\"admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1739794760\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-common\";O:8:\"stdClass\":4:{s:3:\"url\";s:55:\"/wp-content/plugins/elementor/assets/css/common.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:16:\"e-theme-ui-light\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/elementor/assets/css/theme-light.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:10:\"photoswipe\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:23:\"photoswipe-default-skin\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"705.66 KB\";}i:16;a:5:{s:3:\"uid\";s:8:\"d8c70be3\";s:8:\"filename\";s:34:\"wpo-minify-footer-24ca1769.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-footer-24ca1769.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:53:19 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":2:{s:15:\"wc-blocks-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css\";s:7:\"success\";b:1;s:7:\"version\";s:8:\"wc-9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:12:\"e-animations\";O:8:\"stdClass\":4:{s:3:\"url\";s:70:\"/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:8:\"30.52 KB\";}i:17;a:5:{s:3:\"uid\";s:8:\"dac60c25\";s:8:\"filename\";s:34:\"wpo-minify-header-7feb764d.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-7feb764d.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:93:\"PROCESSED on Wed, 02 Jul 2025 21:22:21 +0000 from https://hoteldhruvpalace.com/test-sections/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-3205\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-3205.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226745\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"808.06 KB\";}i:18;a:5:{s:3:\"uid\";s:8:\"d4d00bbc\";s:8:\"filename\";s:34:\"wpo-minify-header-170e760f.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-170e760f.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:88:\"PROCESSED on Wed, 02 Jul 2025 14:18:51 +0000 from https://hoteldhruvpalace.com/about-us/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-223\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-223.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226122\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"878.57 KB\";}i:19;a:5:{s:3:\"uid\";s:8:\"d3c50b99\";s:8:\"filename\";s:34:\"wpo-minify-header-832f6965.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-832f6965.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:34 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":12:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:16:\"wp-block-library\";O:8:\"stdClass\":4:{s:3:\"url\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1742887118\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:7:\"select2\";O:8:\"stdClass\":4:{s:3:\"url\";s:54:\"/wp-content/plugins/woocommerce/assets/css/select2.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"583.38 KB\";}i:20;a:5:{s:3:\"uid\";s:8:\"d3b80b96\";s:8:\"filename\";s:34:\"wpo-minify-header-874b7653.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-874b7653.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:45 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2269\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2269.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751369903\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"866.37 KB\";}i:21;a:5:{s:3:\"uid\";s:8:\"d4040b9b\";s:8:\"filename\";s:34:\"wpo-minify-header-889b7652.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-889b7652.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:102:\"PROCESSED on Thu, 03 Jul 2025 02:13:47 +0000 from https://hoteldhruvpalace.com/banquet-hall-in-nashik/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2829\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2829.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751277128\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"813.90 KB\";}i:22;a:5:{s:3:\"uid\";s:8:\"d6980bc4\";s:8:\"filename\";s:34:\"wpo-minify-header-7ce57652.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-7ce57652.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:94:\"PROCESSED on Wed, 02 Jul 2025 20:57:09 +0000 from https://hoteldhruvpalace.com/pricing-policy/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-1202\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-1202.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749298197\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"811.48 KB\";}i:23;a:5:{s:3:\"uid\";s:8:\"d1460b67\";s:8:\"filename\";s:34:\"wpo-minify-header-19677616.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-19677616.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:92:\"PROCESSED on Thu, 03 Jul 2025 01:36:04 +0000 from https://hoteldhruvpalace.com/accomodation/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-270\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-270.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226037\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"892.77 KB\";}i:24;a:5:{s:3:\"uid\";s:8:\"d3fa0b99\";s:8:\"filename\";s:34:\"wpo-minify-header-88a27658.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-88a27658.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:90:\"PROCESSED on Wed, 02 Jul 2025 15:16:21 +0000 from https://hoteldhruvpalace.com/restaurant/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2675\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2675.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751277387\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"809.69 KB\";}i:25;a:5:{s:3:\"uid\";s:8:\"d4850bac\";s:8:\"filename\";s:34:\"wpo-minify-header-2f22120a.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-2f22120a.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:116:\"PROCESSED on Wed, 02 Jul 2025 15:04:42 +0000 from https://hoteldhruvpalace.com/admin/controller/extension/extension/\";s:5:\"files\";O:8:\"stdClass\":1:{s:23:\"woocommerce-smallscreen\";O:8:\"stdClass\":4:{s:3:\"url\";s:70:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:7:\"6.88 KB\";}i:26;a:5:{s:3:\"uid\";s:8:\"d4010b9c\";s:8:\"filename\";s:34:\"wpo-minify-header-786e7636.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-786e7636.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:94:\"PROCESSED on Wed, 02 Jul 2025 20:56:30 +0000 from https://hoteldhruvpalace.com/refund-returns/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-1201\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-1201.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751081106\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"811.48 KB\";}i:27;a:5:{s:3:\"uid\";s:8:\"d1830b6a\";s:8:\"filename\";s:34:\"wpo-minify-header-89717653.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-89717653.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:86:\"PROCESSED on Wed, 02 Jul 2025 15:43:08 +0000 from https://hoteldhruvpalace.com/review/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2677\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2677.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751078039\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"830.04 KB\";}i:28;a:5:{s:3:\"uid\";s:8:\"d94b0c1a\";s:8:\"filename\";s:34:\"wpo-minify-header-b1878aab.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-b1878aab.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:24 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":16:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:20:\"wpcode-admin-bar-css\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/insert-headers-and-footers/build/admin-bar.css\";s:7:\"success\";b:1;s:7:\"version\";s:32:\"8afeca4aaad1d56fefb41623b6b7b000\";s:13:\"last_modified\";s:10:\"1747639429\";}s:9:\"dashicons\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/dashicons.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1614786382\";}s:9:\"admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1739794760\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-common\";O:8:\"stdClass\":4:{s:3:\"url\";s:55:\"/wp-content/plugins/elementor/assets/css/common.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:16:\"e-theme-ui-light\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/elementor/assets/css/theme-light.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"580.77 KB\";}i:29;a:5:{s:3:\"uid\";s:8:\"d6320bb5\";s:8:\"filename\";s:34:\"wpo-minify-header-ea135703.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-ea135703.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:116:\"PROCESSED on Wed, 02 Jul 2025 15:04:43 +0000 from https://hoteldhruvpalace.com/admin/controller/extension/extension/\";s:5:\"files\";O:8:\"stdClass\":12:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:0:\"\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:0:\"\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:0:\"\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:0:\"\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:0:\"\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:0:\"\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:0:\"\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:0:\"\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:0:\"\";}}}s:5:\"fsize\";s:9:\"807.29 KB\";}i:30;a:5:{s:3:\"uid\";s:8:\"d3ab0b92\";s:8:\"filename\";s:34:\"wpo-minify-header-80b97642.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-80b97642.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:84:\"PROCESSED on Thu, 03 Jul 2025 02:08:35 +0000 from https://hoteldhruvpalace.com/cart/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-1048\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-1048.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226011\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"807.54 KB\";}i:31;a:5:{s:3:\"uid\";s:8:\"d7820be5\";s:8:\"filename\";s:34:\"wpo-minify-header-4b2a75b2.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-4b2a75b2.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:94:\"PROCESSED on Wed, 02 Jul 2025 20:56:30 +0000 from https://hoteldhruvpalace.com/privacy-policy/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:16:\"elementor-post-3\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-3.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751077924\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"811.39 KB\";}i:32;a:5:{s:3:\"uid\";s:8:\"d59c0bc8\";s:8:\"filename\";s:34:\"wpo-minify-header-80e8764f.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-80e8764f.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:94:\"PROCESSED on Thu, 03 Jul 2025 01:52:25 +0000 from https://hoteldhruvpalace.com/near-by-places/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-1145\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-1145.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749236754\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"852.09 KB\";}i:33;a:5:{s:3:\"uid\";s:8:\"d5930bbe\";s:8:\"filename\";s:34:\"wpo-minify-header-5d8192a4.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-5d8192a4.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:102:\"PROCESSED on Thu, 03 Jul 2025 04:51:34 +0000 from https://hoteldhruvpalace.com/banquet-hall-in-nashik/\";s:5:\"files\";O:8:\"stdClass\":16:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2829\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2829.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751277128\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"866.84 KB\";}i:34;a:5:{s:3:\"uid\";s:8:\"d8180be8\";s:8:\"filename\";s:34:\"wpo-minify-header-6dd23c51.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-6dd23c51.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:57 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":5:{s:14:\"google-fonts-1\";O:8:\"stdClass\":4:{s:3:\"url\";s:455:\"//fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CJost:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CGilda+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=auto\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:0:\"\";}s:24:\"elementor-icons-shared-0\";O:8:\"stdClass\":4:{s:3:\"url\";s:77:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:10:\"1724389239\";}s:24:\"elementor-icons-fa-solid\";O:8:\"stdClass\":4:{s:3:\"url\";s:71:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:10:\"1724389239\";}s:25:\"elementor-icons-fa-brands\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:10:\"1724389239\";}s:26:\"elementor-icons-fa-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.15.3\";s:13:\"last_modified\";s:10:\"1724389239\";}}}s:5:\"fsize\";s:8:\"94.24 KB\";}i:35;a:5:{s:3:\"uid\";s:8:\"daa50c1f\";s:8:\"filename\";s:34:\"wpo-minify-header-5bef92a5.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-5bef92a5.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:82:\"PROCESSED on Wed, 02 Jul 2025 13:59:27 +0000 from https://hoteldhruvpalace.com/?kn\";s:5:\"files\";O:8:\"stdClass\":16:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:19:\"elementor-post-2269\";O:8:\"stdClass\":4:{s:3:\"url\";s:47:\"/wp-content/uploads/elementor/css/post-2269.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1751369903\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"919.30 KB\";}i:36;a:5:{s:3:\"uid\";s:8:\"d3710b8c\";s:8:\"filename\";s:34:\"wpo-minify-header-1a457617.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-1a457617.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:90:\"PROCESSED on Wed, 02 Jul 2025 20:56:28 +0000 from https://hoteldhruvpalace.com/contact-us/\";s:5:\"files\";O:8:\"stdClass\":13:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:18:\"elementor-post-244\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-244.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749226073\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"823.72 KB\";}i:37;a:5:{s:3:\"uid\";s:8:\"d52d0bbb\";s:8:\"filename\";s:34:\"wpo-minify-header-30a06d89.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-30a06d89.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:153:\"PROCESSED on Wed, 02 Jul 2025 13:59:29 +0000 from https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper-bundle.min.js.map\";s:5:\"files\";O:8:\"stdClass\":12:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:15:\"elementor-icons\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"5.30.0\";s:13:\"last_modified\";s:10:\"1724389239\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"807.32 KB\";}i:38;a:5:{s:3:\"uid\";s:8:\"d58e0bbc\";s:8:\"filename\";s:34:\"wpo-minify-header-19a3c456.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-19a3c456.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:113:\"PROCESSED on Thu, 03 Jul 2025 04:51:03 +0000 from https://hoteldhruvpalace.com/product/triple-sharing-hotal-room/\";s:5:\"files\";O:8:\"stdClass\":23:{s:19:\"woocommerce-general\";O:8:\"stdClass\":4:{s:3:\"url\";s:58:\"/wp-content/plugins/woocommerce/assets/css/woocommerce.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}s:18:\"wp-optimize-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/wp-optimize/css/wp-optimize-global-4-2-2.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.2.2\";s:13:\"last_modified\";s:10:\"1751462248\";}s:6:\"chosen\";O:8:\"stdClass\":4:{s:3:\"url\";s:72:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/chosen.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"jquery.steps\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/jquery.steps.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:14:\"magnific-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/magnific.popup.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:15:\"fontawesome.min\";O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/fontawesome.min.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:21:\"jquery.datetimepicker\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/jquery.datetimepicker.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:13:\"rental-global\";O:8:\"stdClass\":4:{s:3:\"url\";s:79:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/rental-global.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:11:\"quote-front\";O:8:\"stdClass\":4:{s:3:\"url\";s:77:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/quote-front.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:12:\"rental-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/woocommerce-rental-and-booking/assets/css/rental-style.css\";s:7:\"success\";b:1;s:7:\"version\";i:1646639010;s:13:\"last_modified\";s:10:\"1646639010\";}s:22:\"wp-mail-smtp-admin-bar\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"4.1.1\";s:13:\"last_modified\";s:10:\"1724389607\";}s:10:\"cute-alert\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389362\";}s:17:\"text-editor-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:61:\"/wp-content/plugins/metform/public/assets/css/text-editor.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.9.0\";s:13:\"last_modified\";s:10:\"1724389361\";}s:25:\"royal-elementor-kit-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:48:\"/wp-content/themes/royal-elementor-kit/style.css\";s:7:\"success\";b:1;s:7:\"version\";s:3:\"1.0\";s:13:\"last_modified\";s:10:\"1690616791\";}s:11:\"dflip-style\";O:8:\"stdClass\":4:{s:3:\"url\";s:67:\"/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"2.3.65\";s:13:\"last_modified\";s:10:\"1747048414\";}s:6:\"swiper\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"8.4.5\";s:13:\"last_modified\";s:10:\"1724389239\";}s:16:\"elementor-post-7\";O:8:\"stdClass\":4:{s:3:\"url\";s:44:\"/wp-content/uploads/elementor/css/post-7.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749225203\";}s:13:\"elementor-pro\";O:8:\"stdClass\":4:{s:3:\"url\";s:66:\"/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.3\";s:13:\"last_modified\";s:10:\"1724391319\";}s:25:\"elementor-icons-ekiticons\";O:8:\"stdClass\":4:{s:3:\"url\";s:91:\"/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"litespeed-cache\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/litespeed-cache/assets/css/litespeed.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"6.4.1\";s:13:\"last_modified\";s:10:\"1724389313\";}s:18:\"yoast-seo-adminbar\";O:8:\"stdClass\":4:{s:3:\"url\";s:60:\"/wp-content/plugins/wordpress-seo/css/dist/adminbar-2510.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1747401039\";}s:18:\"ekit-widget-styles\";O:8:\"stdClass\":4:{s:3:\"url\";s:78:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}s:15:\"ekit-responsive\";O:8:\"stdClass\":4:{s:3:\"url\";s:75:\"/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"3.2.6\";s:13:\"last_modified\";s:10:\"1724389283\";}}}s:5:\"fsize\";s:9:\"990.07 KB\";}i:39;a:5:{s:3:\"uid\";s:8:\"db480c1e\";s:8:\"filename\";s:34:\"wpo-minify-header-bfd35c56.min.css\";s:8:\"file_url\";s:109:\"https://hoteldhruvpalace.com/wp-content/cache/wpo-minify/1751464303/assets/wpo-minify-header-bfd35c56.min.css\";s:3:\"log\";O:8:\"stdClass\":2:{s:6:\"header\";s:79:\"PROCESSED on Wed, 02 Jul 2025 13:52:41 +0000 from https://hoteldhruvpalace.com/\";s:5:\"files\";O:8:\"stdClass\":10:{s:18:\"elementor-frontend\";O:8:\"stdClass\":4:{s:3:\"url\";s:62:\"/wp-content/plugins/elementor/assets/css/frontend-lite.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389237\";}s:18:\"elementor-post-218\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-218.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749322555\";}s:18:\"elementor-post-224\";O:8:\"stdClass\":4:{s:3:\"url\";s:46:\"/wp-content/uploads/elementor/css/post-224.css\";s:7:\"success\";b:1;s:7:\"version\";N;s:13:\"last_modified\";s:10:\"1749727120\";}s:18:\"font-awesome-5-all\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:19:\"font-awesome-4-shim\";O:8:\"stdClass\":4:{s:3:\"url\";s:74:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css\";s:7:\"success\";b:1;s:7:\"version\";s:6:\"3.23.4\";s:13:\"last_modified\";s:10:\"1724389239\";}s:15:\"tf-font-awesome\";O:8:\"stdClass\":4:{s:3:\"url\";s:69:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:10:\"tf-regular\";O:8:\"stdClass\":4:{s:3:\"url\";s:73:\"/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1724389239\";}s:17:\"entrace-animation\";O:8:\"stdClass\":4:{s:3:\"url\";s:87:\"/wp-content/plugins/themesflat-addons-for-elementor/assets/css/tf-entrace-animation.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1723616136\";}s:13:\"nta-css-popup\";O:8:\"stdClass\":4:{s:3:\"url\";s:68:\"/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css/style.css\";s:7:\"success\";b:1;s:7:\"version\";b:0;s:13:\"last_modified\";s:10:\"1655310808\";}s:18:\"woocommerce-layout\";O:8:\"stdClass\":4:{s:3:\"url\";s:65:\"/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css\";s:7:\"success\";b:1;s:7:\"version\";s:5:\"9.2.2\";s:13:\"last_modified\";s:10:\"1724389425\";}}}s:5:\"fsize\";s:9:\"455.63 KB\";}}s:5:\"stamp\";s:13:\"1751530248271\";s:9:\"cachesize\";s:20:\"37.54 MB (231 files)\";s:16:\"total_cache_size\";s:20:\"44.29 MB (440 files)\";s:9:\"cacheTime\";s:22:\"July 2, 2025 @ 1:51 pm\";s:9:\"cachePath\";s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751464303/assets\";}','off'),(941414,'wp-optimize-corrupted-tables-count','0','auto'),(941422,'wp-optimize-enable-auto-backup','false','auto'),(941426,'_transient_timeout_wpo_smush_cache_1_uncompressed_images','1751692699','off'),(941427,'_transient_wpo_smush_cache_1_uncompressed_images','a:1:{i:1;a:2:{i:0;a:3:{s:2:\"id\";i:3330;s:9:\"thumb_url\";s:70:\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota-150x68.jpg\";s:8:\"filesize\";i:67707;}i:1;a:3:{s:2:\"id\";i:3038;s:9:\"thumb_url\";s:70:\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th-130x150.jpg\";s:8:\"filesize\";i:3324;}}}','off'),(941431,'wp-optimize-htaccess_has_webp_rules','','auto'),(941428,'_transient_timeout_wpo_smush_cache_1_admin_urls','1751635506','off'),(941429,'_transient_wpo_smush_cache_1_admin_urls','a:1:{i:1;s:38:\"https://hoteldhruvpalace.com/wp-admin/\";}','off'),(941432,'wp-optimize-lossy_compression','1','auto'),(941433,'wp-optimize-show_smush_metabox','show','auto'),(941434,'wp-optimize-redirection_possible','false','auto'),(941435,'wp-optimize-webp_conversion','1','auto'),(941436,'wp-optimize-webp_conversion_test','1','auto'),(941437,'wp-optimize-webp_converters','a:2:{i:0;s:14:\"graphicsmagick\";i:1;s:2:\"gd\";}','auto'),(942080,'_transient_timeout_wp_mail_smtp_initiators_data','1751552449','off'),(942081,'_transient_wp_mail_smtp_initiators_data','a:7:{s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email.php\";a:3:{s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:31:\"elementor-pro/elementor-pro.php\";s:4:\"type\";s:6:\"plugin\";}s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Reports/Emails/Summary.php\";a:3:{s:4:\"name\";s:12:\"WP Mail SMTP\";s:4:\"slug\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:4:\"type\";s:6:\"plugin\";}s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php\";a:3:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:27:\"woocommerce/woocommerce.php\";s:4:\"type\";s:6:\"plugin\";}s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/pluggable.php\";a:3:{s:4:\"name\";s:7:\"WP Core\";s:4:\"slug\";s:7:\"wp-core\";s:4:\"type\";s:7:\"wp-core\";}s:87:\"/home/hoteldhruvpalace.com/public_html/wp-admin/includes/class-wp-automatic-updater.php\";a:3:{s:4:\"name\";s:7:\"WP Core\";s:4:\"slug\";s:7:\"wp-core\";s:4:\"type\";s:7:\"wp-core\";}s:91:\"/home/hoteldhruvpalace.com/public_html/wp-includes/class-wp-recovery-mode-email-service.php\";a:3:{s:4:\"name\";s:7:\"WP Core\";s:4:\"slug\";s:7:\"wp-core\";s:4:\"type\";s:7:\"wp-core\";}s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/user.php\";a:3:{s:4:\"name\";s:7:\"WP Core\";s:4:\"slug\";s:7:\"wp-core\";s:4:\"type\";s:7:\"wp-core\";}}','off'),(941438,'wpo_cache_config','a:28:{s:19:\"enable_page_caching\";b:1;s:23:\"page_cache_length_value\";i:10;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:36000;s:32:\"cache_exception_conditional_tags\";a:1:{i:0;s:0:\"\";}s:20:\"cache_exception_urls\";a:1:{i:0;s:0:\"\";}s:23:\"cache_exception_cookies\";a:1:{i:0;s:0:\"\";}s:30:\"cache_exception_browser_agents\";a:1:{i:0;s:0:\"\";}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";s:1:\"0\";s:21:\"preload_schedule_type\";s:22:\"wpo_use_cache_lifespan\";s:21:\"enable_mobile_caching\";s:1:\"1\";s:19:\"enable_user_caching\";s:1:\"1\";s:8:\"site_url\";s:29:\"https://hoteldhruvpalace.com/\";s:24:\"enable_cache_per_country\";b:0;s:27:\"enable_cache_aelia_currency\";b:0;s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:7:\"uploads\";s:57:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads\";s:10:\"gmt_offset\";s:1:\"0\";s:15:\"timezone_string\";s:0:\"\";s:11:\"date_format\";s:6:\"F j, Y\";s:11:\"time_format\";s:5:\"g:i a\";s:15:\"use_webp_images\";s:1:\"1\";s:12:\"show_avatars\";i:0;s:22:\"host_gravatars_locally\";i:0;s:28:\"auto_preload_purged_contents\";s:1:\"1\";s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','auto'),(941444,'wp-optimize-old_redirection_possible','false','auto'),(941494,'_transient_timeout_dirsize_cache','2066825112','off');
INSERT INTO `wpf4_options` VALUES (941495,'_transient_dirsize_cache','a:5096:{s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade-temp-backup\";i:0;s:54:\"/home/hoteldhruvpalace.com/public_html/wp-content/ewww\";i:3571272;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-content/ai1wm-backups\";i:558079282;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751464303/header\";i:0;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751464303/assets\";i:9399646;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751464303\";i:9399646;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751463733/header\";i:0;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751463733/assets\";i:0;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/1751463733\";i:0;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify/tmp\";i:3558024;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-minify\";i:12957670;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/tmp\";i:0;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-cache/hoteldhruvpalace.com\";i:825298;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache/wpo-cache\";i:825439;s:55:\"/home/hoteldhruvpalace.com/public_html/wp-content/cache\";i:13783109;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\\js\";i:0;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\gateways\";i:0;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\update\";i:0;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\";i:0;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\single-room\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\helpers\";i:0;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\\js\";i:0;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\gateways\\paypal\";i:0;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\shortcodes\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\cart\";i:0;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\";i:0;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\metaboxes\\views\";i:0;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\gateways\\paypal\\views\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\user\";i:0;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\lightbox\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\walkers\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\room\";i:0;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\languages\";i:0;s:152:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\\shortcodes\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\checkout\";i:0;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\css\";i:0;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\";i:0;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\\images\\patterns\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\emails\";i:0;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\admin\\views\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\widgets\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\tools\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\\images\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\\css\";i:0;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\";i:0;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\products\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\";i:0;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\loop\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\shortcodes\";i:0;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\";i:0;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\cart\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\booking\";i:0;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\account\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\emails\\admin\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\";i:0;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\metaboxes\\views\\fields\";i:0;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\js\";i:0;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\\css\";i:0;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\images\";i:0;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\gateways\\offline-payment\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\views\";i:0;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\metaboxes\";i:0;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\owl-carousel\";i:0;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\";i:0;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\views\\settings\";i:0;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\\loop\";i:0;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\\fonts\";i:0;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\assets\\js\";i:0;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\camera\";i:0;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\\settings\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\templates\\search\";i:0;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\gateways\\offline-payment\\views\";i:0;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\\css\";i:0;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\libraries\\camera\\js\";i:0;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\admin\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\abstracts\";i:0;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\";i:0;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\admin\";i:0;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\";i:0;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking\";i:2579890;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\\js\";i:0;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\gateways\";i:0;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\update\";i:0;s:143:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\";i:0;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\single-room\";i:0;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\helpers\";i:0;s:143:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\\js\";i:0;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\gateways\\paypal\";i:0;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\shortcodes\";i:0;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\cart\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\";i:0;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\metaboxes\\views\";i:0;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\gateways\\paypal\\views\";i:0;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\user\";i:0;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\lightbox\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\walkers\";i:0;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\room\";i:0;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\languages\";i:0;s:154:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\\shortcodes\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\checkout\";i:0;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\css\";i:0;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\";i:0;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\";i:0;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\\images\\patterns\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\emails\";i:0;s:149:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\admin\\views\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\widgets\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\tools\";i:0;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\\images\";i:0;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\\css\";i:0;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\";i:0;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\products\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\loop\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\shortcodes\";i:0;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\cart\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\booking\";i:0;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\account\";i:0;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\emails\\admin\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\";i:0;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\metaboxes\\views\\fields\";i:0;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\js\";i:0;s:148:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\assets\\css\";i:0;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\lightbox\\lightbox2\\images\";i:0;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\gateways\\offline-payment\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\views\";i:0;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\metaboxes\";i:0;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\owl-carousel\";i:0;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\";i:0;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\views\\settings\";i:0;s:148:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\templates\\loop\";i:0;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\\fonts\";i:0;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\assets\\js\";i:0;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\camera\";i:0;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\\settings\";i:0;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\templates\\search\";i:0;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\gateways\\offline-payment\\views\";i:0;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\assets\\css\";i:0;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\libraries\\camera\\js\";i:0;s:143:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\\admin\";i:0;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\abstracts\";i:0;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\";i:0;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\admin\";i:0;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1/wp-hotel-booking\\includes\\plugins\\wp-hotel-booking-extra\\inc\";i:0;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade/wp-hotel-booking-1\";i:2579890;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-content/upgrade\";i:5159780;s:61:\"/home/hoteldhruvpalace.com/public_html/wp-content/w3tc-config\";i:32091;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-content/mu-plugins\";i:3894;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-content/wpo-cache/config\";i:1014;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-content/wpo-cache\";i:1014;s:49:\"/home/hoteldhruvpalace.com/public_html/wp-content\";i:661052256;s:56:\"/home/hoteldhruvpalace.com/public_html/wp-admin/includes\";i:3087921;s:55:\"/home/hoteldhruvpalace.com/public_html/wp-admin/network\";i:126233;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/coffee\";i:80361;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/modern\";i:83520;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/sunrise\";i:86121;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/light\";i:83275;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/blue\";i:82449;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/ocean\";i:79467;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors/midnight\";i:84671;s:58:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css/colors\";i:689979;s:51:\"/home/hoteldhruvpalace.com/public_html/wp-admin/css\";i:2621746;s:54:\"/home/hoteldhruvpalace.com/public_html/wp-admin/images\";i:427294;s:53:\"/home/hoteldhruvpalace.com/public_html/wp-admin/maint\";i:7611;s:58:\"/home/hoteldhruvpalace.com/public_html/wp-admin/js/widgets\";i:139432;s:50:\"/home/hoteldhruvpalace.com/public_html/wp-admin/js\";i:1996678;s:52:\"/home/hoteldhruvpalace.com/public_html/wp-admin/user\";i:3758;s:47:\"/home/hoteldhruvpalace.com/public_html/wp-admin\";i:9214139;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/src\";i:1268866;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat/lib\";i:99005;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sodium_compat\";i:1377044;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-includes/customize\";i:178173;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/html-api\";i:536362;s:54:\"/home/hoteldhruvpalace.com/public_html/wp-includes/IXR\";i:33910;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/block-supports\";i:132630;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-includes/assets\";i:28376;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/certificates\";i:236599;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/style-engine\";i:48119;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/block-bindings\";i:3610;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/block-library\";i:804090;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/block-directory\";i:15464;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/preferences\";i:6314;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/format-library\";i:5024;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/edit-site\";i:590018;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/widgets\";i:23740;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/commands\";i:13442;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/editor\";i:243084;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/patterns\";i:7442;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/block-editor\";i:619753;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/components\";i:366079;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/nux\";i:11874;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist/edit-post\";i:61540;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css/dist\";i:2904254;s:54:\"/home/hoteldhruvpalace.com/public_html/wp-includes/css\";i:3551071;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/library\";i:261;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Transport\";i:35470;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Utility\";i:7176;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Response\";i:3101;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Auth\";i:2541;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src/Exception\";i:22464;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests/src\";i:214849;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Requests\";i:215110;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/video\";i:8844;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/site-title\";i:3051;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-date\";i:1562;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/heading\";i:5866;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/quote\";i:7166;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/media-text\";i:16904;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/avatar\";i:2296;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-template\";i:7967;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/social-links\";i:60255;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-content\";i:1838;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/page-list-item\";i:1109;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/categories\";i:4020;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-no-results\";i:901;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-pagination\";i:5775;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-author\";i:3959;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/more\";i:3770;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/page-list\";i:8293;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/archives\";i:2233;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/read-more\";i:2428;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/block\";i:587;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/legacy-widget\";i:556;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/template-part\";i:6686;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/shortcode\";i:2918;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/missing\";i:617;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-date\";i:1665;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-title\";i:2849;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/column\";i:1636;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/audio\";i:3675;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/table\";i:27384;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/list-item\";i:1471;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/latest-posts\";i:11447;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/file\";i:11820;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-author-name\";i:1673;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-total\";i:1520;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/site-tagline\";i:2149;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/gallery\";i:78452;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query\";i:12952;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/loginout\";i:1474;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/home-link\";i:1130;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/latest-comments\";i:6816;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/text-columns\";i:3054;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/buttons\";i:11324;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/site-logo\";i:15709;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/spacer\";i:4737;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/freeform\";i:41624;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/pullquote\";i:8859;s:61:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/rss\";i:4900;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/navigation\";i:131175;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/term-description\";i:2070;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/social-link\";i:3510;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/preformatted\";i:1907;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-template\";i:3037;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/html\";i:3770;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/list\";i:2338;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/image\";i:66363;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/pattern\";i:411;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-content\";i:1778;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-comments-form\";i:10307;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/paragraph\";i:7421;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/code\";i:2828;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/nextpage\";i:3039;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/verse\";i:2144;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments-title\";i:1745;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/cover\";i:87729;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/button\";i:14377;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments\";i:29695;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/post-terms\";i:1981;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/embed\";i:11420;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/columns\";i:9193;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/group\";i:8051;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/footnotes\";i:2642;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/navigation-link\";i:10406;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/details\";i:2260;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/calendar\";i:3804;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/separator\";i:5126;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/search\";i:19632;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/query-title\";i:1721;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks/widget-group\";i:400;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-includes/blocks\";i:1535921;s:55:\"/home/hoteldhruvpalace.com/public_html/wp-includes/pomo\";i:57146;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/interactivity-api\";i:57534;s:58:\"/home/hoteldhruvpalace.com/public_html/wp-includes/widgets\";i:158198;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Text/Diff\";i:44136;s:55:\"/home/hoteldhruvpalace.com/public_html/wp-includes/Text\";i:57248;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/images/crystal\";i:15541;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/images/smilies\";i:10082;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/images/media\";i:5263;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-includes/images\";i:102178;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/block-patterns\";i:8951;s:54:\"/home/hoteldhruvpalace.com/public_html/wp-includes/ID3\";i:1160011;s:61:\"/home/hoteldhruvpalace.com/public_html/wp-includes/php-compat\";i:1253;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/library\";i:118803;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie/src\";i:716234;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-includes/SimplePie\";i:839047;s:55:\"/home/hoteldhruvpalace.com/public_html/wp-includes/l10n\";i:31237;s:56:\"/home/hoteldhruvpalace.com/public_html/wp-includes/fonts\";i:327011;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/jquery/ui\";i:787634;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/jquery\";i:1304968;s:58:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/crop\";i:20004;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/utils\";i:18826;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/skins\";i:235667;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/langs\";i:15529;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce/themes\";i:898863;s:61:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/tinymce\";i:2856553;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/plupload\";i:490754;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/mediaelement\";i:721307;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/imgareaselect\";i:49553;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/swfupload\";i:8715;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/development\";i:179848;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/script-modules\";i:392382;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist/vendor\";i:2701413;s:58:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/dist\";i:22292680;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/codemirror\";i:1287141;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/thickbox\";i:31323;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js/jcrop\";i:24976;s:53:\"/home/hoteldhruvpalace.com/public_html/wp-includes/js\";i:31508964;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/rest-api/fields\";i:22750;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/rest-api/endpoints\";i:870211;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-includes/rest-api/search\";i:16916;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/rest-api\";i:1001440;s:63:\"/home/hoteldhruvpalace.com/public_html/wp-includes/theme-compat\";i:15656;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sitemaps/providers\";i:17599;s:59:\"/home/hoteldhruvpalace.com/public_html/wp-includes/sitemaps\";i:47547;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-includes/PHPMailer\";i:233633;s:50:\"/home/hoteldhruvpalace.com/public_html/wp-includes\";i:50943244;s:38:\"/home/hoteldhruvpalace.com/public_html\";i:1073095939;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/inc/activation/css\";i:2513;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/inc/activation/img\";i:154631;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/inc/activation/js\";i:2179;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/inc/activation\";i:178455;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/inc\";i:178455;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit/archive\";i:1254350;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes/royal-elementor-kit\";i:1806062;s:56:\"/home/hoteldhruvpalace.com/public_html/wp-content/themes\";i:1806090;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/i18n/languages\";i:1751125;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/i18n\";i:2016961;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/payment-tokens\";i:6598;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/react-admin\";i:34564;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/import\";i:56176;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/customizer\";i:33397;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/emails\";i:100280;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/libraries\";i:26600;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shipping\";i:64889;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/tracks/events\";i:62168;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/tracks\";i:87347;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/integrations\";i:15058;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11577;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api\";i:17839;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/wccom-site\";i:57477;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/blocks\";i:2122;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/abstracts\";i:268729;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/data-stores\";i:353309;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/export\";i:40330;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/cod\";i:13290;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/includes\";i:54515;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal\";i:77527;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/gateways\";i:116815;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/widgets\";i:61034;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/shortcodes\";i:53973;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/importers\";i:58181;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/reports\";i:167441;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/helper\";i:162952;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/settings/views\";i:55363;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/settings\";i:176087;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views\";i:130391;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes\";i:222059;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/views\";i:121383;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/notes\";i:13659;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/admin\";i:1531128;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/traits\";i:2124;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/legacy\";i:77989;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/queue\";i:8898;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/cli\";i:38423;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/theme-support\";i:26018;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:456238;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:397047;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:372208;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers\";i:1230172;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/rest-api\";i:1244387;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/log-handlers\";i:23124;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/walkers\";i:8177;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes/interfaces\";i:35473;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/includes\";i:6579908;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/css\";i:2095627;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:761;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-new\";i:1567;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:589;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter\";i:814;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews\";i:431;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:541;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1367;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:662;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:462;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-meta\";i:470;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1407;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-category\";i:1843;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-product\";i:1878;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1513;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/price-filter\";i:852;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:750;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-button\";i:1345;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31357;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:62737;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:624;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:355;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/customer-account\";i:811;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1581;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:540;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-results-count\";i:530;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-categories\";i:1141;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection\";i:1334;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1302;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/related-products\";i:432;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1262;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:461;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:870;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:641;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/coming-soon\";i:311;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:28151;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1590;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/store-notices\";i:498;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1603;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filters-overlay-navigation\";i:1898;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1364;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/all-products\";i:727;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating\";i:782;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:964;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:544;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1117;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:955;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/single-product\";i:616;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:670;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:478;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:605;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filters\";i:1411;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-tag\";i:1378;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:612;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter\";i:931;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:879;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:895;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1422;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-template\";i:1137;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:641;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-details\";i:440;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:927;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/active-filters\";i:621;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout\";i:1155;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:632;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/rating-filter\";i:865;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:996;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:457;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1564;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-category\";i:1595;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1511;s:143:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:628;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:614;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:625;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:714;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:633;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:616;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:837;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:442;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:674;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:619;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:603;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:566;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:590;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:617;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:622;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:633;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:632;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:581;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:617;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:627;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:618;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:677;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:744;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:663;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:598;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:816;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:583;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:578;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:573;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:660;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:581;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:469;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:682;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:827;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:641;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:641;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:593;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:672;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:633;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:612;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:715;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:662;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:600;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:570;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:588;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:659;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:632;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:587;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:640;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:612;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:586;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:624;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:651;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33477;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:1010;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/blocks\";i:4719940;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/experimental\";i:86621;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/tracks\";i:8027;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:333603;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/app\";i:744500;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2864;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3027;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2980;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5762;s:152:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:572;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7662;s:148:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3397;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2471;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3422;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5244;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2467;s:158:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1698;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8858;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2037;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5634;s:156:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:627;s:159:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3830;s:159:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:727;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7580;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21670;s:162:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13710;s:156:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6632;s:156:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2295;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5554;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3655;s:161:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2640;s:148:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:572;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1978;s:155:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1652;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4087;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3489;s:155:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:702;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3197;s:159:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:633;s:154:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2241;s:150:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8741;s:148:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2474;s:156:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1733;s:155:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3197;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2233;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3205;s:149:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7250;s:149:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:622;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4930;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:1995;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2093;s:161:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2058;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2158;s:157:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:150:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:159:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:164:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:157:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22908;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:211163;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:592;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1822;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3523;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4088;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3354;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2050;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2701;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1165;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:617;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8184;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1942;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2685;s:143:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1370;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:9135;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2080;s:150:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:604;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2674;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4319;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2621;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1936;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3716;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2244;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:755;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:832;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2123;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5497;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:992;s:162:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:156:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7133;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1858;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:868;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3568;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:91651;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:310859;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor\";i:1146441;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/currency\";i:4746;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/number\";i:2243;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6028;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation\";i:44202;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:6773;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/onboarding\";i:263375;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/chunks\";i:1910083;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/data\";i:148335;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out\";i:1123;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/date\";i:44452;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/block-templates\";i:127314;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/components\";i:1091948;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client/admin\";i:6654958;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/client\";i:11374898;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/admin_notes\";i:30986;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/icons/credit-cards\";i:36070;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/icons\";i:41143;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/core-profiler\";i:307207;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/task_list\";i:99632;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/payment-methods\";i:61832;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/blocks\";i:15578;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/marketing\";i:82806;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/onboarding\";i:240417;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/product_data\";i:1441;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/previews\";i:522602;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images/pattern-placeholders\";i:9971721;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/images\";i:12434519;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/fonts\";i:552889;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/round\";i:2271;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/select2\";i:444591;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/admin\";i:488725;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/zoom\";i:8732;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/accounting\";i:16783;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/flexslider\";i:74805;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/frontend\";i:203314;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js/selectWoo\";i:463933;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets/js\";i:2334127;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/assets\";i:28792060;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/sample-data\";i:220042;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/client/admin/config\";i:2295;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/client/admin\";i:2295;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/client\";i:2295;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/global\";i:10397;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/loop\";i:12067;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/notices\";i:2933;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/emails/plain\";i:38216;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/emails\";i:91533;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/order\";i:24189;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/myaccount\";i:50526;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/cart\";i:32420;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/block-notices\";i:4629;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/templates/blockified\";i:18180;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/templates\";i:23448;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/single-product/add-to-cart\";i:15543;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/single-product\";i:42783;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/product-form\";i:1260;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/auth\";i:7309;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/parts\";i:17238;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates/checkout\";i:36451;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/templates\";i:382757;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:57249;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Navigation\";i:47117;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:59200;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:102627;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43946;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21179;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14445;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Features\";i:314658;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Schedulers\";i:9968;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63415;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71151;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Composer\";i:2431;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/Notes\";i:73841;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:23874;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8866;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25560;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9963;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11562;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:24158;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44266;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:31208;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:65644;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:69829;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:113111;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:31578;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57385;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29657;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products\";i:60372;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:18406;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:47160;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:18932;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22026;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77212;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports\";i:690973;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/API\";i:1010543;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:51416;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Admin\";i:1686005;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Caching\";i:20668;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:69217;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Database/Migrations\";i:135204;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Database\";i:135204;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Utils\";i:81314;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates\";i:69543;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/AIContent\";i:68267;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Patterns\";i:22111;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Images\";i:8071;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services\";i:101340;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain\";i:122991;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:53330;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes\";i:509802;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Assets\";i:25738;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/AI\";i:7106;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:8901;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Blocks\";i:1078558;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Checkout/Helpers\";i:10472;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Checkout\";i:10472;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Proxies\";i:5575;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:5159;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:179008;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas\";i:189979;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:21817;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1\";i:177695;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes\";i:178031;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi/Utilities\";i:145750;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/StoreApi\";i:570973;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:65619;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:65619;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Features\";i:120169;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47641;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:41004;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders\";i:126480;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50559;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging\";i:97298;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:8923;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Notes\";i:104650;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Admin\";i:767238;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders\";i:285239;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores\";i:292481;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Traits\";i:18786;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Settings\";i:1834;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering\";i:73593;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/BatchProcessing\";i:25545;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:30926;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement\";i:49426;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Orders\";i:32870;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Logging\";i:3545;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/WCCom\";i:685;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95406;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Font\";i:11233;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ComingSoon\";i:9567;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal/Utilities\";i:77704;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Internal\";i:1694712;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Caches\";i:3406;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/Utilities\";i:53418;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/src\";i:5280620;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/patterns\";i:124277;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/pelago\";i:94360;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/composer/installers\";i:79355;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/composer\";i:840174;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3414;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21830;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:43599;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status\";i:62015;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:2191;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6218;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:262401;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85946;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:368954;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6664;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25080;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2602;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21018;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/automattic\";i:672051;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/bin\";i:19348;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10160;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:29203;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:16119;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:12540;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:33050;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:41962;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:161410;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:162514;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/sabberworm\";i:162514;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39841;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42755;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17182;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector\";i:107180;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/symfony\";i:117710;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/vendor\";i:2035390;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/League\";i:45593;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/Detection\";i:79248;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages/Psr\";i:1472;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib/packages\";i:126313;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/lib\";i:126313;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83943;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:101713;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25700;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes\";i:355164;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/action-scheduler\";i:477051;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce/packages\";i:477254;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce\";i:46101062;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Collections\";i:881;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Exceptions\";i:175;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Builders\";i:859;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Documents\";i:9950;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Settings\";i:10769;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Transformers\";i:2647;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Models\";i:1079;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Handlers/Ubl\";i:21841;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Handlers\";i:22459;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Repositories/Contracts\";i:191;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Repositories\";i:974;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/ubl\";i:49821;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/settings\";i:96808;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/views/setup-wizard\";i:10931;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/views\";i:69706;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/documents\";i:144037;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/compatibility\";i:16086;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/tables\";i:9445;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/makers\";i:3128;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes\";i:598043;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets/css\";i:74390;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets/images\";i:44925;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets/fonts\";i:4959076;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets/js/pdf_js\";i:1838273;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets/js\";i:1924305;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/assets\";i:7002696;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/languages\";i:1285065;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple\";i:18851;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates\";i:18851;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml/bin\";i:0;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml/lib/Element\";i:16408;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml/lib/Deserializer\";i:9511;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml/lib/Serializer\";i:6845;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml/lib\";i:68016;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/xml\";i:70279;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/uri/lib\";i:13292;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre/uri\";i:15097;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabre\";i:85376;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5/src/HTML5/Parser\";i:102300;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5/src/HTML5/Serializer\";i:68755;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5/src/HTML5\";i:254456;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5/src\";i:263002;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5/bin\";i:638;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds/html5\";i:282719;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/masterminds\";i:282719;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/composer\";i:72528;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib/src/Svg/Surface\";i:245379;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib/src/Svg/Gradient\";i:258;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib/src/Svg/Tag\";i:50547;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib/src/Svg\";i:329863;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib/src\";i:329863;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-svg-lib\";i:338854;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/EOT\";i:6563;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/TrueType\";i:18952;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/Table/Type\";i:38930;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/Table\";i:43088;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/OpenType\";i:723;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/Glyph\";i:18424;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/WOFF\";i:3487;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib/Exception\";i:202;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src/FontLib\";i:111678;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/src\";i:111678;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib/maps\";i:103891;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/php-font-lib\";i:241873;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Positioner\";i:15429;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Adapter\";i:105836;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Image\";i:11439;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Frame\";i:20750;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Css/Content\";i:3728;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Css\";i:246160;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Renderer\";i:71936;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/FrameDecorator\";i:89223;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Exception\";i:571;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/FrameReflower\";i:123576;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src\";i:924518;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/lib/res\";i:8681;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/lib/fonts\";i:7796880;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/lib\";i:8027354;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf\";i:8984575;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf\";i:9565302;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/CSSList\";i:29568;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/Parsing\";i:17592;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/Property\";i:12895;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/Value\";i:36761;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser/src\";i:169786;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm/php-css-parser\";i:201034;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/sabberworm\";i:201034;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-iconv\";i:1553390;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony/polyfill-mbstring\";i:109636;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/symfony\";i:1663026;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor\";i:11870756;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips\";i:20953483;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/minify\";i:215865;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/includes/tables\";i:1901;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/includes/blockui\";i:47985;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/includes/list-tables\";i:2279;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/includes\";i:502219;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/languages\";i:178977;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/css/sortable\";i:3083;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/css\";i:152408;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/optimizations\";i:99062;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/webp\";i:34648;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/cache\";i:180099;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images/notices\";i:365052;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images/icon\";i:559;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images/logo\";i:23223;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images/our-other-plugins\";i:66735;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images/features\";i:30742;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/images\";i:486311;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/compatibility\";i:10262;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/database\";i:35635;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/status\";i:2006;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/minify\";i:68204;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/notices\";i:17287;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/settings\";i:40804;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/cache\";i:26858;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/images\";i:27502;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates/performance\";i:6044;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/templates\";i:259435;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Processor\";i:21654;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Formatter\";i:57350;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10575;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1993;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler\";i:265769;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog\";i:392867;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src\";i:392867;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog\";i:393930;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/monolog\";i:393930;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Vault\";i:2528;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/config\";i:1467;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel/Facades\";i:295;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel\";i:1638;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Token\";i:5410;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Exception\";i:422;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src\";i:26033;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth\";i:27111;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/intervention\";i:27111;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr/container/src\";i:1388;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr/container\";i:2533;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr/log/Psr/Log\";i:11471;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr/log/Psr\";i:11471;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr/log\";i:12556;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/psr\";i:15089;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/src\";i:48443;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap/css\";i:48087;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap/js\";i:1152;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap\";i:49239;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party\";i:249215;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui\";i:263509;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin\";i:311952;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin\";i:311952;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument\";i:18229;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/Debug\";i:1640;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/examples\";i:8694;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode\";i:25463;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/css\";i:106;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/faq\";i:2576;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs\";i:62744;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom\";i:255284;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom\";i:255284;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/modules\";i:265489;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/css\";i:884;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/images\";i:13902;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/js\";i:16673;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/classes\";i:5986;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central\";i:403340;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central\";i:409613;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/CI\";i:0;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-rpc\";i:42794;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-semaphore\";i:9101;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-notices\";i:8102;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks\";i:47316;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src\";i:107313;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs\";i:107313;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft\";i:516926;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Psr11\";i:4140;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Fixtures\";i:5725;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Psr11\";i:6945;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests\";i:35726;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Exception\";i:6494;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple\";i:59577;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src\";i:59577;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple\";i:70509;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/pimple\";i:70509;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/marcusschwarz/lesserphp\";i:147280;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/marcusschwarz\";i:147280;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data/js\";i:987;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data\";i:987;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src/Exceptions\";i:1346;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src\";i:90754;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/bin\";i:0;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify\";i:93002;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter/src\";i:6776;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter\";i:7835;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie\";i:100837;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/composer\";i:126147;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/src\";i:14864;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback\";i:60942;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries/src\";i:5104;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries\";i:11253;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput\";i:497;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions\";i:2177;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options/Exceptions\";i:625;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options\";i:26647;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Helpers\";i:15381;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Loggers\";i:4810;s:163:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational\";i:685;s:152:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput\";i:879;s:158:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems\";i:696;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed\";i:3283;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions\";i:4239;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Helpers\";i:8792;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits\";i:42460;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits\";i:11204;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters\";i:218067;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert\";i:235327;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve/Exceptions\";i:202;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve\";i:23996;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src\";i:314908;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert\";i:317308;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer/src\";i:6594;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer\";i:13584;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src/Detectors\";i:9633;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src\";i:19088;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser\";i:20577;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util/src\";i:6112;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util\";i:11344;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk\";i:435008;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/builder\";i:22969;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/static\";i:4736;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Logger\";i:525;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Cache\";i:22341;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Controller\";i:15131;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/CSS\";i:19325;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Source\";i:6959;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/JS\";i:9048;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/HTML\";i:7403;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify\";i:160922;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/HTTP\";i:22418;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay/Cli\";i:5098;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay\";i:16555;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib\";i:227014;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify\";i:276285;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props\";i:8549;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src\";i:8549;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic\";i:9604;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/web\";i:2512;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src/JSMin\";i:16622;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src\";i:16622;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php\";i:22860;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/mrclay\";i:308749;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/bin\";i:13404;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:23151;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net\";i:406505;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17621;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System\";i:19449;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:542863;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Math\";i:132423;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/File\";i:279369;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib\";i:1381269;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib\";i:1389698;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib\";i:1389698;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/vendor\";i:4112695;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/js/serialize-json\";i:22814;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/js/sortable\";i:10705;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/js/handlebars\";i:395258;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/js/jszip\";i:505574;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize/js\";i:1250505;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-optimize\";i:8721375;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/extension-example\";i:7237;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/wp-content\";i:13654;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/languages\";i:436461;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/mime\";i:47922;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/wizard\";i:7217;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/email\";i:2204;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/widget\";i:2082;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/lightbox\";i:31595;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/minify\";i:19718;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/extensions\";i:10881;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/edd\";i:1177;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/enterprise\";i:2127;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/cdn/common\";i:2559;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/cdn\";i:75796;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/parts\";i:19286;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options/common\";i:16256;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/options\";i:417559;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/popup/common\";i:1772;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc/popup\";i:20126;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/inc\";i:529818;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub/css\";i:99503;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub/img/overlay\";i:9168;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub/img\";i:1085066;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub/fonts\";i:7933;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub/js\";i:403260;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/pub\";i:1597647;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/recursion-context/src\";i:4695;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/recursion-context\";i:7514;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/diff/src/Output\";i:22809;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/diff/src/Exception\";i:1798;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/diff/src\";i:46010;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/diff\";i:58383;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/exporter/src\";i:11053;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/exporter\";i:17878;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/comparator/src\";i:37404;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian/comparator\";i:43869;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/sebastian\";i:127644;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src\";i:47392;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-message/docs\";i:15040;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-message\";i:65727;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-client/src\";i:1915;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-client\";i:4781;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-factory/src\";i:4843;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr/http-factory\";i:7262;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/psr\";i:77770;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-blob/src/Blob/Models\";i:228494;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-blob/src/Blob/Internal\";i:69540;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-blob/src/Blob\";i:470123;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-blob/src\";i:470123;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-blob\";i:482308;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Exceptions\";i:6898;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Models\";i:61471;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Middlewares\";i:31306;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Internal/Serialization\";i:18990;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Internal/Middlewares\";i:4715;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Internal/Http\";i:11642;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Internal/Authentication\";i:17631;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common/Internal\";i:207692;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src/Common\";i:331500;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/src\";i:331500;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft/azure-storage-common\";i:338400;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/microsoft\";i:820708;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src\";i:81618;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin\";i:4268;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php\";i:94466;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/mtdowling\";i:94466;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Exception\";i:165;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src\";i:10738;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests\";i:29316;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/workflows\";i:3343;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE\";i:5351;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github\";i:8863;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator\";i:73922;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS/CRT/IO\";i:2728;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS/CRT/Auth\";i:11597;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS/CRT/Internal\";i:1734;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP\";i:5595;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS/CRT\";i:38689;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src/AWS\";i:38689;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php/src\";i:38689;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-crt-php\";i:56152;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/Exception\";i:204;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService\";i:15963;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS/Exception\";i:207;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS\";i:4277;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PCS/Exception\";i:208;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PCS\";i:2837;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/Exception\";i:157;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm\";i:3023;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Scheduler/Exception\";i:218;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Scheduler\";i:2029;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/Exception\";i:194;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly\";i:3066;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/Exception\";i:209;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend\";i:13196;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/Exception\";i:216;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore\";i:3294;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKSAuth/Exception\";i:201;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKSAuth\";i:526;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/Exception\";i:193;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas\";i:4560;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData/Exception\";i:215;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData\";i:4779;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception\";i:198;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC\";i:921;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KendraRanking/Exception\";i:231;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KendraRanking\";i:1740;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher\";i:5744;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill\";i:23009;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto\";i:100086;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointV2/Rule\";i:8110;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointV2/Ruleset\";i:21208;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointV2\";i:47258;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception\";i:225;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery\";i:2506;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/Exception\";i:220;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph\";i:5422;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/Exception\";i:201;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm\";i:2535;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SupportApp/Exception\";i:207;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SupportApp\";i:1981;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport\";i:1147;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception\";i:228;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical\";i:4279;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception\";i:241;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService\";i:727;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/Exception\";i:190;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket\";i:2046;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception\";i:227;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder\";i:2669;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/Exception\";i:217;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health\";i:2729;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents/Exception\";i:231;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents\";i:1070;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VerifiedPermissions/Exception\";i:237;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VerifiedPermissions\";i:4156;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/Exception\";i:197;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena\";i:10069;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics\";i:3475;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception\";i:190;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy\";i:7326;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/Exception\";i:208;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam\";i:24164;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge/Exception\";i:212;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge\";i:12598;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda/Exception\";i:177;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda\";i:11247;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic/Exception\";i:230;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic\";i:3688;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS/Exception\";i:225;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS\";i:8690;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFlowMonitor/Exception\";i:228;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFlowMonitor\";i:4354;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/Exception\";i:217;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall\";i:4098;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/Exception\";i:191;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB\";i:3169;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockRuntime/Exception\";i:222;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockRuntime\";i:1499;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception\";i:259;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService\";i:4643;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Exception\";i:199;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb\";i:57218;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/Exception\";i:208;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch\";i:4140;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/Exception\";i:226;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry\";i:3855;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager\";i:7853;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pipes/Exception\";i:206;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pipes\";i:1655;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception\";i:251;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService\";i:6081;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetWise/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetWise\";i:8386;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SsmSap/Exception\";i:211;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SsmSap\";i:3304;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/Exception\";i:248;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockDataAutomation\";i:2070;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Exception\";i:310;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry\";i:19498;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDBElastic/Exception\";i:230;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDBElastic\";i:3100;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception\";i:241;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpenSearchServerless\";i:5706;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OSIS/Exception\";i:207;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OSIS\";i:2289;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoRoutes/Exception\";i:223;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoRoutes\";i:1102;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/Exception\";i:203;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild\";i:7259;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/Exception\";i:222;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert\";i:4315;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BackupGateway/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BackupGateway\";i:4058;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception\";i:232;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService\";i:1064;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception\";i:240;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications\";i:2238;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Profiles/Exception\";i:219;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Profiles\";i:2727;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamInfluxDB/Exception\";i:227;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamInfluxDB\";i:1942;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FreeTier/Exception\";i:201;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FreeTier\";i:510;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/Exception\";i:207;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr\";i:7667;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Configuration\";i:7664;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/Exception\";i:209;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub\";i:12200;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Exception\";i:194;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9\";i:2262;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCases/Exception\";i:216;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCases\";i:4895;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception\";i:233;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering\";i:963;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception\";i:348;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring\";i:34422;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/Exception\";i:210;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional\";i:11746;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder\";i:11332;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation\";i:4974;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector\";i:5805;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS/Exception\";i:204;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS\";i:1201;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/Exception\";i:198;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh\";i:6939;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/Exception\";i:212;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect\";i:10149;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception\";i:347;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints\";i:9078;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/Exception\";i:161;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts\";i:14297;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift/Exception\";i:199;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift\";i:21279;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVSRealTime/Exception\";i:235;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVSRealTime\";i:5537;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception\";i:225;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite\";i:2968;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore/Exception\";i:220;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore\";i:2958;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups\";i:3468;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate\";i:3038;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/Exception\";i:189;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay\";i:5669;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/Exception\";i:194;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer\";i:3018;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/Exception\";i:210;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline\";i:6467;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler\";i:3680;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange\";i:5298;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception\";i:242;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant\";i:2014;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/Exception\";i:207;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM\";i:1513;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception\";i:227;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane\";i:1170;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM/Exception\";i:205;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM\";i:5543;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrailData/Exception\";i:227;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrailData\";i:558;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify\";i:5288;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RecycleBin/Exception\";i:210;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RecycleBin\";i:1655;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService/Exception\";i:231;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService\";i:4388;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception\";i:224;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo\";i:4867;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/Exception\";i:212;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect\";i:7539;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService/Exception\";i:225;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService\";i:8785;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudControlApi/Exception\";i:223;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudControlApi\";i:1519;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer/Exception\";i:221;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer\";i:7261;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract\";i:3856;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryCluster/Exception\";i:240;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryCluster\";i:1055;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception\";i:265;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia\";i:1337;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceDeployment/Exception\";i:248;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceDeployment\";i:1017;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception\";i:266;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime\";i:1011;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/Exception\";i:249;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore\";i:1219;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception\";i:269;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels\";i:799;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime\";i:872;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception\";i:214;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane\";i:1371;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception\";i:244;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCampaignService\";i:3605;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception\";i:250;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider\";i:16630;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/Exception\";i:243;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime\";i:1920;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InspectorScan/Exception\";i:212;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InspectorScan\";i:516;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception\";i:227;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail\";i:6971;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception\";i:226;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans\";i:1319;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception\";i:199;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces\";i:13550;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials\";i:77960;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception\";i:226;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity\";i:5420;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/Exception\";i:210;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS\";i:5402;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception\";i:236;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InternetMonitor\";i:2555;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/Exception\";i:209;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer\";i:9690;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataZone/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataZone\";i:22715;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityLake/Exception\";i:216;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityLake\";i:5096;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoMaps/Exception\";i:217;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoMaps\";i:1042;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/Exception\";i:196;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf\";i:6116;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Script/Composer\";i:4434;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Script\";i:4434;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/Exception\";i:206;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass\";i:14367;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment/Exception\";i:232;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment\";i:7372;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception\";i:255;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService\";i:1478;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/Exception\";i:229;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference\";i:1289;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/Exception\";i:210;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless\";i:17791;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics\";i:5045;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/Exception\";i:202;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics\";i:3178;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception\";i:240;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia\";i:572;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception\";i:232;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2\";i:5558;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/Exception\";i:239;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts\";i:5838;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/Exception\";i:208;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing\";i:1068;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ/Exception\";i:184;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ\";i:3444;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception\";i:240;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling\";i:2493;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/Exception\";i:191;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2\";i:8051;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QApps/Exception\";i:187;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QApps\";i:5224;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/Exception\";i:194;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield\";i:5725;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/Exception\";i:204;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents\";i:4039;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery/Exception\";i:247;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery\";i:1742;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning/Exception\";i:182;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning\";i:5142;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceExplorer2/Exception\";i:227;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceExplorer2\";i:3635;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VoiceID/Exception\";i:201;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VoiceID\";i:4420;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53\";i:11640;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature\";i:34306;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker/Exception\";i:203;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker\";i:8600;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/Exception\";i:202;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail\";i:26743;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/Exception\";i:237;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvidently\";i:5497;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DefaultsMode/Exception\";i:316;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DefaultsMode\";i:12204;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PaymentCryptography/Exception\";i:244;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PaymentCryptography\";i:3053;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OAM/Exception\";i:217;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OAM\";i:2316;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRServerless/Exception\";i:212;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRServerless\";i:2549;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/Exception\";i:145;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs\";i:4820;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective\";i:4550;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BillingConductor/Exception\";i:223;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BillingConductor\";i:5201;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/Exception\";i:227;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected\";i:10431;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectWisdomService/Exception\";i:241;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectWisdomService\";i:6166;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EntityResolution/Exception\";i:224;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EntityResolution\";i:5606;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception\";i:232;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod\";i:2850;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityIR/Exception\";i:218;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityIR\";i:3395;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Auth/Exception\";i:323;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Auth\";i:8901;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver/Exception\";i:226;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver\";i:10745;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/B2bi/Exception\";i:204;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/B2bi\";i:4445;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Invoicing/Exception\";i:203;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Invoicing\";i:1614;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync/Exception\";i:209;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync\";i:2791;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QBusiness/Exception\";i:199;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QBusiness\";i:9720;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NotificationsContacts/Exception\";i:245;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NotificationsContacts\";i:1704;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception\";i:211;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub\";i:1491;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto\";i:55157;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Parser\";i:16375;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception\";i:345;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint\";i:8920;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception\";i:336;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion\";i:8056;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception\";i:4821;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3\";i:358328;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrivateNetworks/Exception\";i:216;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrivateNetworks\";i:3995;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty\";i:10981;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LaunchWizard/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LaunchWizard\";i:2067;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/Exception\";i:200;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync\";i:9797;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftServerless/Exception\";i:227;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftServerless\";i:8463;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail\";i:23562;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/Exception\";i:196;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier\";i:25397;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoPlaces/Exception\";i:223;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GeoPlaces\";i:1292;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception\";i:208;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact\";i:7459;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/Exception\";i:204;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner\";i:5876;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception\";i:238;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2\";i:7685;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains\";i:5500;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/Exception\";i:209;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline\";i:2987;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ControlCatalog/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ControlCatalog\";i:1064;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall/Exception\";i:222;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall\";i:5777;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SupplyChain/Exception\";i:210;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SupplyChain\";i:3420;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS/Exception\";i:205;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS\";i:6391;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ARCZonalShift/Exception\";i:219;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ARCZonalShift\";i:2406;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/Exception\";i:162;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support\";i:2705;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception\";i:262;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics\";i:782;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkMonitor/Exception\";i:233;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkMonitor\";i:1987;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfigData/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfigData\";i:707;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception\";i:230;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing\";i:5027;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception\";i:265;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService\";i:636;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/Exception\";i:215;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway\";i:13392;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PcaConnectorScep/Exception\";i:233;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PcaConnectorScep\";i:2077;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/Exception\";i:232;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace\";i:7366;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockAgent/Exception\";i:221;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockAgent\";i:10399;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception\";i:231;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor\";i:2345;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk/Exception\";i:222;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk\";i:6074;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppFabric/Exception\";i:199;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppFabric\";i:4059;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs\";i:6551;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/Exception\";i:213;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive\";i:16968;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception\";i:215;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer\";i:5397;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/Exception\";i:270;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime\";i:817;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception\";i:221;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory\";i:9583;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6\";i:2531;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5\";i:8034;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler\";i:10565;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/Exception\";i:234;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections\";i:4208;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/Exception\";i:209;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight\";i:31036;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ObservabilityAdmin/Exception\";i:246;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ObservabilityAdmin\";i:1807;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Bedrock/Exception\";i:200;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Bedrock\";i:8890;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/Exception\";i:211;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose\";i:2134;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception\";i:238;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow\";i:737;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents\";i:7405;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception\";i:232;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging\";i:8080;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception\";i:207;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2\";i:2787;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chatbot/Exception\";i:193;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chatbot\";i:5787;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception\";i:247;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi\";i:870;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppTest/Exception\";i:233;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppTest\";i:3713;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig\";i:6912;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception\";i:232;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents\";i:4816;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryServiceData/Exception\";i:238;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryServiceData\";i:2646;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream\";i:11760;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Account/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Account\";i:2061;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/Exception\";i:200;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns\";i:6481;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowDeviceManagement/Exception\";i:238;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowDeviceManagement\";i:2182;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SimSpaceWeaver/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SimSpaceWeaver\";i:2483;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/Exception\";i:213;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts\";i:1078;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruSecurity/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruSecurity\";i:2184;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MemoryDB/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MemoryDB\";i:6386;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog\";i:14435;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/Exception\";i:200;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts\";i:4830;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception\";i:272;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions\";i:3014;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception\";i:222;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM\";i:3038;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/Exception\";i:212;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize\";i:10386;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/Exception\";i:214;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation\";i:12243;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception\";i:214;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend\";i:4638;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception\";i:247;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler\";i:1345;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception\";i:218;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain\";i:2941;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception\";i:251;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI\";i:1555;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception\";i:214;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2\";i:10033;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew\";i:6245;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions/Exception\";i:275;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions\";i:2196;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception\";i:248;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights\";i:5100;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CleanRooms/Exception\";i:215;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CleanRooms\";i:12929;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData/Exception\";i:235;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData\";i:1072;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ivschat/Exception\";i:223;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ivschat\";i:2734;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/Exception\";i:219;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpacesWeb\";i:10449;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception\";i:210;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru\";i:4982;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception\";i:212;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas\";i:3486;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception\";i:339;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery\";i:26428;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SocialMessaging/Exception\";i:231;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SocialMessaging\";i:2506;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/Exception\";i:225;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService\";i:9528;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/Exception\";i:219;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers\";i:3712;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/Exception\";i:200;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow\";i:3862;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector2/Exception\";i:202;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector2\";i:9014;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail\";i:13999;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QConnect/Exception\";i:204;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QConnect\";i:13246;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DSQL/Exception\";i:198;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DSQL\";i:1725;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Proton/Exception\";i:194;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Proton\";i:13480;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/Exception\";i:237;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA\";i:3884;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PcaConnectorAd/Exception\";i:214;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PcaConnectorAd\";i:4126;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/Exception\";i:192;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms\";i:7519;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/Exception\";i:204;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control\";i:32897;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BCMDataExports/Exception\";i:244;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BCMDataExports\";i:2005;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart\";i:18512;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception\";i:239;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog\";i:2222;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Panorama/Exception\";i:200;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Panorama\";i:5331;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BackupSearch/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BackupSearch\";i:2081;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/Exception\";i:196;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis\";i:4691;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans\";i:1859;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/Exception\";i:206;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit\";i:12243;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/Exception\";i:196;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn\";i:5578;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage/Exception\";i:257;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage\";i:783;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/Exception\";i:341;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint\";i:8436;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/Exception\";i:351;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint\";i:8715;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint\";i:37777;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptunedata/Exception\";i:212;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptunedata\";i:6716;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception\";i:241;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService\";i:1944;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation\";i:9205;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService\";i:1237;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerMetrics/Exception\";i:236;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerMetrics\";i:713;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Omics/Exception\";i:194;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Omics\";i:13132;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/Exception\";i:145;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs\";i:8672;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19\";i:21024;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-maps\";i:21024;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation-runtime/2024-06-13\";i:12251;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation-runtime\";i:12251;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26\";i:368490;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub\";i:368490;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09\";i:64067;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig\";i:64067;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30\";i:36717;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity\";i:36717;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18\";i:26171;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor\";i:26171;s:146:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01\";i:13738;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime\";i:13738;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04\";i:9351;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling\";i:9351;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22\";i:12155;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events\";i:12155;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30\";i:110451;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway\";i:110451;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14\";i:46836;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafkaconnect\";i:46836;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30\";i:47779;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo\";i:47779;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25\";i:14827;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts\";i:14827;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entityresolution/2018-05-10\";i:76042;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entityresolution\";i:76042;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01\";i:125186;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail\";i:125186;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27\";i:140983;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2\";i:140983;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10\";i:17565;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/controlcatalog\";i:17565;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31\";i:131484;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda\";i:131484;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10\";i:36266;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/keyspaces\";i:36266;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28\";i:36420;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-explorer-2\";i:36420;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07\";i:107288;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass\";i:107288;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15\";i:59546;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner\";i:59546;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30\";i:25470;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm\";i:25470;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19\";i:17158;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra-ranking\";i:17158;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24\";i:38508;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry\";i:38508;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18\";i:83485;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks\";i:83485;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15\";i:14785;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing\";i:14785;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10\";i:8323;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-reporting\";i:8323;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08\";i:42416;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo\";i:42416;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01\";i:81508;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru\";i:81508;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28\";i:28122;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/simspaceweaver\";i:28122;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21\";i:11691;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens\";i:11691;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28\";i:26926;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans\";i:26926;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11\";i:36619;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics\";i:36619;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21\";i:60835;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/tnb\";i:60835;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27\";i:54692;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract\";i:54692;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01\";i:71368;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring\";i:71368;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28\";i:75771;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecatalyst\";i:75771;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06\";i:42551;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling\";i:42551;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-signals/2024-04-15\";i:36767;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-signals\";i:36767;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01\";i:643520;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight\";i:643520;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20\";i:45780;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision\";i:45780;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcampaignsv2/2024-04-23\";i:58492;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcampaignsv2\";i:58492;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19\";i:36741;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer\";i:36741;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19\";i:33788;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax\";i:33788;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01\";i:37279;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query\";i:37279;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17\";i:103962;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleetwise\";i:103962;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07\";i:19057;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/billing\";i:19057;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15\";i:39844;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/trustedadvisor\";i:39844;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10\";i:35014;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rolesanywhere\";i:35014;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06\";i:22013;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans\";i:22013;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01\";i:25001;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmonitor\";i:25001;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01\";i:48945;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp\";i:48945;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31\";i:55984;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns\";i:55984;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26\";i:97538;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/partnercentral-selling\";i:97538;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30\";i:42974;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical\";i:42974;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directory-service-data/2023-05-31\";i:33980;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directory-service-data\";i:33980;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23\";i:11404;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge\";i:11404;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31\";i:128612;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected\";i:128612;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26\";i:33766;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub\";i:33766;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07\";i:93741;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge\";i:93741;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02\";i:158465;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder\";i:158465;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14\";i:463859;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive\";i:463859;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07\";i:25171;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant\";i:25171;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15\";i:34279;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore\";i:34279;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10\";i:43488;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3tables\";i:43488;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30\";i:43233;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball\";i:43233;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10\";i:58808;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents\";i:58808;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30\";i:117312;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resiliencehub\";i:117312;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05\";i:189059;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-agent\";i:189059;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01\";i:342962;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3\";i:342962;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06\";i:313287;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm\";i:313287;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10\";i:28284;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backupsearch\";i:28284;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02\";i:20081;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs\";i:20081;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25\";i:104796;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce\";i:104796;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01\";i:108816;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail\";i:108816;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11\";i:123642;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10\";i:121483;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory\";i:245125;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25\";i:38145;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer\";i:38145;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01\";i:71639;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/evidently\";i:71639;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17\";i:72722;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mailmanager\";i:72722;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31\";i:122767;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune\";i:122767;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22\";i:33915;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client\";i:33915;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27\";i:146586;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition\";i:146586;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25\";i:73680;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew\";i:73680;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26\";i:70807;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe\";i:70807;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15\";i:145027;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles\";i:145027;s:150:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10\";i:33303;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions\";i:33303;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15\";i:34789;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-meetings\";i:34789;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01\";i:85331;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email\";i:85331;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07\";i:258515;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2\";i:258515;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28\";i:59055;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator\";i:59055;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06\";i:95877;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy\";i:95877;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10\";i:37736;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pcs\";i:37736;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07\";i:13519;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime\";i:13519;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29\";i:72361;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18\";i:106272;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25\";i:75829;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01\";i:70209;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28\";i:61860;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25\";i:74255;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20\";i:71241;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05\";i:108286;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07\";i:72252;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27\";i:73760;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30\";i:106228;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31\";i:250135;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26\";i:108993;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront\";i:1251681;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05\";i:150175;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager\";i:150175;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28\";i:26441;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex\";i:26441;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27\";i:28720;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi\";i:28720;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21\";i:87536;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr\";i:87536;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08\";i:145333;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector2\";i:145333;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04\";i:30240;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain-query\";i:30240;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16\";i:64041;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector\";i:64041;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chatbot/2017-10-11\";i:58561;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chatbot\";i:58561;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27\";i:55479;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents\";i:55479;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01\";i:81229;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms\";i:81229;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01\";i:79310;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager\";i:79310;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01\";i:52398;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery\";i:52398;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10\";i:50093;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securitylake\";i:50093;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14\";i:38296;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/payment-cryptography\";i:38296;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22\";i:42844;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca\";i:42844;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01\";i:64301;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/verifiedpermissions\";i:64301;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26\";i:54163;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces\";i:54163;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01\";i:90250;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31\";i:308653;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds\";i:398903;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05\";i:37514;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs\";i:37514;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02\";i:49268;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield\";i:49268;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02\";i:182114;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise\";i:182114;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01\";i:164695;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2\";i:164695;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01\";i:97752;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es\";i:97752;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31\";i:161510;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2\";i:161510;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10\";i:23689;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/oam\";i:23689;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12\";i:175077;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config\";i:175077;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01\";i:86321;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs\";i:86321;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24\";i:50481;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain\";i:50481;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01\";i:95289;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2\";i:95289;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15\";i:309802;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01\";i:300599;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01\";i:295715;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15\";i:1186302;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2\";i:2092418;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27\";i:139585;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend\";i:139585;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07\";i:58025;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pipes\";i:58025;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28\";i:127675;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs\";i:127675;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/b2bi/2022-06-23\";i:60532;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/b2bi\";i:60532;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26\";i:16615;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore\";i:16615;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20\";i:17538;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support-app\";i:17538;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01\";i:111371;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks\";i:111371;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20\";i:146880;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock\";i:146880;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20\";i:49210;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-identity\";i:49210;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcases/2022-10-03\";i:63565;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcases\";i:63565;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30\";i:62978;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2\";i:62978;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30\";i:31703;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/scheduler\";i:31703;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28\";i:222139;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail\";i:222139;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08\";i:30614;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm\";i:30614;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13\";i:122433;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs\";i:122433;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26\";i:59874;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email\";i:59874;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23\";i:70267;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor\";i:70267;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30\";i:23678;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudcontrol\";i:23678;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10\";i:46776;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/security-ir\";i:46776;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10\";i:74169;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/notifications\";i:74169;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10\";i:16344;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb\";i:16344;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15\";i:152489;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation\";i:152489;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/controltower/2018-05-10\";i:47158;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/controltower\";i:47158;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04\";i:61497;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram\";i:61497;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01\";i:107035;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream\";i:107035;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10\";i:16080;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc\";i:16080;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11\";i:65336;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder\";i:65336;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25\";i:14419;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference\";i:14419;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27\";i:66673;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq\";i:66673;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25\";i:51102;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights\";i:51102;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01\";i:10486;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics\";i:10486;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01\";i:12614;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain\";i:12614;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29\";i:8289;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi\";i:8289;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08\";i:136452;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces\";i:136452;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27\";i:48601;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/voice-id\";i:48601;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25\";i:101415;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01\";i:36780;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh\";i:138195;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12\";i:47783;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning\";i:47783;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24\";i:96958;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf\";i:96958;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14\";i:62204;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs-realtime\";i:62204;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28\";i:20126;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot\";i:20126;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14\";i:15165;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace\";i:15165;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10\";i:56047;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pca-connector-ad\";i:56047;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12\";i:29604;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm\";i:29604;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27\";i:64360;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics\";i:64360;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10\";i:7825;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage\";i:7825;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06\";i:124349;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cleanroomsml\";i:124349;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21\";i:76369;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-serverless\";i:76369;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/account/2021-02-01\";i:21415;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/account\";i:21415;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25\";i:102890;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager\";i:102890;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13\";i:24989;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/repostspace\";i:24989;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20\";i:101109;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin\";i:101109;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09\";i:98081;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync\";i:98081;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01\";i:77655;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk\";i:77655;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25\";i:109078;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync\";i:109078;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19\";i:44680;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medical-imaging\";i:44680;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07\";i:9431;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/freetier\";i:9431;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01\";i:30142;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/socialmessaging\";i:30142;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01\";i:48700;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers\";i:48700;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13\";i:172550;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit\";i:172550;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19\";i:192145;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qconnect\";i:192145;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05\";i:15818;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling\";i:15818;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15\";i:33035;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support\";i:33035;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15\";i:20683;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rbin\";i:20683;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11\";i:8762;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace\";i:8762;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06\";i:61622;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apptest\";i:61622;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12\";i:105462;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace\";i:105462;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26\";i:17968;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi\";i:17968;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30\";i:39731;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public\";i:39731;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation/2023-07-26\";i:33403;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation\";i:33403;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23\";i:22603;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9\";i:22603;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10\";i:67071;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch\";i:67071;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30\";i:9827;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics\";i:9827;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01\";i:26819;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake\";i:26819;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25\";i:65899;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify\";i:65899;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01\";i:27578;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/osis\";i:27578;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27\";i:67780;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qapps\";i:67780;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19\";i:109068;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-routes\";i:109068;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01\";i:57054;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opensearchserverless\";i:57054;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08\";i:183816;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam\";i:183816;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25\";i:79913;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange\";i:79913;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10\";i:23585;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/launch-wizard\";i:23585;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01\";i:112680;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling\";i:112680;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29\";i:108791;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2\";i:108791;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23\";i:98056;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm\";i:98056;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01\";i:96546;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver\";i:96546;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23\";i:87031;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2\";i:87031;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31\";i:94910;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb\";i:94910;s:151:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10\";i:21897;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions\";i:21897;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10\";i:14223;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler\";i:14223;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeconnections/2023-12-01\";i:42700;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeconnections\";i:42700;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10\";i:24331;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly\";i:24331;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25\";i:75777;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect\";i:75777;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01\";i:13351;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data\";i:13351;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10\";i:14323;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/observabilityadmin\";i:14323;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16\";i:101833;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds\";i:101833;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22\";i:186025;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless\";i:186025;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14\";i:54795;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs\";i:54795;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19\";i:77209;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models\";i:77209;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01\";i:22615;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport\";i:22615;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02\";i:68253;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis\";i:68253;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29\";i:26980;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline\";i:26980;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08\";i:8427;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector-scan\";i:8427;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07\";i:78194;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events\";i:78194;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01\";i:22294;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data\";i:22294;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17\";i:54390;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog\";i:54390;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04\";i:31077;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health\";i:31077;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27\";i:52834;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial\";i:52834;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26\";i:42763;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective\";i:42763;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01\";i:185487;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift\";i:185487;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01\";i:114871;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer\";i:114871;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04\";i:26920;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snow-device-management\";i:26920;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01\";i:125061;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53\";i:125061;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27\";i:31797;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-influxdb\";i:31797;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02\";i:152935;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache\";i:152935;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01\";i:225872;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift\";i:225872;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10\";i:11743;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso\";i:11743;s:142:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02\";i:50654;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness\";i:50654;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22\";i:93126;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize\";i:93126;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14\";i:31784;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivschat\";i:31784;s:147:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02\";i:40179;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config\";i:40179;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19\";i:47603;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appfabric\";i:47603;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10\";i:29770;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-security\";i:29770;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04\";i:82061;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose\";i:82061;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03\";i:15761;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub\";i:15761;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06\";i:14844;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur\";i:14844;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09\";i:93057;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline\";i:93057;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11\";i:10013;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfigdata\";i:10013;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01\";i:36115;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket\";i:36115;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15\";i:47051;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains\";i:47051;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01\";i:37123;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write\";i:37123;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26\";i:88145;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast\";i:88145;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29\";i:42057;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations\";i:42057;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24\";i:34778;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas\";i:34778;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05\";i:104549;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer\";i:104549;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01\";i:54429;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem\";i:54429;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06\";i:48269;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph\";i:48269;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08\";i:72220;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator\";i:72220;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02\";i:13404;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster\";i:13404;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30\";i:131736;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/vpc-lattice\";i:131736;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28\";i:428244;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot\";i:428244;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31\";i:97252;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce\";i:97252;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01\";i:34162;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup-gateway\";i:34162;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20\";i:191240;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control\";i:191240;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12\";i:68833;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall\";i:68833;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26\";i:23009;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bcm-data-exports\";i:23009;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23\";i:73874;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states\";i:73874;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18\";i:91563;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena\";i:91563;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18\";i:43067;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler\";i:43067;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20\";i:138873;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/proton\";i:138873;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30\";i:32100;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync\";i:32100;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30\";i:8419;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media\";i:8419;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15\";i:28700;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts\";i:28700;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26\";i:8887;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery\";i:8887;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03\";i:63273;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts\";i:63273;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06\";i:82322;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild\";i:82322;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15\";i:102007;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector\";i:102007;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15\";i:78915;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines\";i:78915;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19\";i:74360;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator\";i:74360;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01\";i:235080;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint\";i:235080;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30\";i:68644;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/billingconductor\";i:68644;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29\";i:243218;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert\";i:243218;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datazone/2018-05-10\";i:395390;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datazone\";i:395390;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10\";i:21428;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/artifact\";i:21428;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13\";i:57791;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data\";i:57791;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24\";i:53974;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms\";i:53974;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10\";i:29843;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup\";i:29843;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07\";i:42283;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod\";i:42283;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01\";i:50932;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier\";i:50932;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15\";i:82084;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment\";i:82084;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14\";i:122965;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect\";i:122965;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24\";i:712623;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker\";i:712623;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17\";i:47945;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester\";i:47945;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/deadline/2023-10-12\";i:220865;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/deadline\";i:220865;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30\";i:35144;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectcampaigns\";i:35144;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25\";i:13192;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-deployment\";i:13192;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03\";i:37096;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/internetmonitor\";i:37096;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27\";i:41489;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups\";i:41489;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01\";i:64739;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis\";i:64739;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10\";i:27336;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53profiles\";i:27336;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01\";i:90095;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptunedata\";i:90095;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01\";i:8132;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow\";i:8132;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15\";i:148225;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup\";i:148225;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28\";i:69285;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/m2\";i:69285;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23\";i:61118;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation\";i:61118;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25\";i:62983;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics\";i:62983;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14\";i:119008;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka\";i:119008;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01\";i:70488;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/memorydb\";i:70488;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10\";i:36197;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rum\";i:36197;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14\";i:43653;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics\";i:43653;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10\";i:36705;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-sap\";i:36705;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23\";i:29295;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data\";i:29295;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01\";i:47197;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing\";i:47197;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10\";i:128439;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog\";i:128439;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15\";i:87761;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-messaging\";i:87761;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01\";i:17011;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/invoicing\";i:17011;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03\";i:52430;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data\";i:52430;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30\";i:10789;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config\";i:10789;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/drs/2020-02-26\";i:99299;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/drs\";i:99299;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05\";i:17445;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice\";i:17445;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25\";i:43923;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder\";i:43923;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10\";i:23742;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pca-connector-scep\";i:23742;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15\";i:22247;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications\";i:22247;s:144:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30\";i:19954;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media\";i:19954;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28\";i:185410;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty\";i:185410;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01\";i:42278;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch\";i:42278;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28\";i:34071;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb-elastic\";i:34071;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18\";i:51609;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/grafana\";i:51609;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01\";i:31364;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa\";i:31364;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29\";i:91805;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iottwinmaker\";i:91805;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13\";i:17293;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker\";i:17293;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20\";i:26014;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data\";i:26014;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03\";i:58769;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts\";i:58769;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25\";i:84045;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf\";i:84045;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19\";i:57869;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy\";i:57869;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08\";i:493211;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect\";i:493211;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20\";i:50454;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets\";i:50454;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10\";i:128566;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05\";i:31464;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb\";i:160030;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11\";i:11633;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session\";i:11633;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02\";i:52660;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas\";i:52660;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26\";i:8833;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks-auth\";i:8833;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19\";i:43460;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkflowmonitor\";i:43460;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19\";i:55954;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/geo-places\";i:55954;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27\";i:154216;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qbusiness\";i:154216;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19\";i:118245;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location\";i:118245;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11\";i:8862;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail-data\";i:8862;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17\";i:40702;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager\";i:40702;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10\";i:16523;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/notificationscontacts\";i:16523;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31\";i:451394;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue\";i:451394;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01\";i:149028;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opensearch\";i:149028;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01\";i:283159;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime\";i:283159;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03\";i:159211;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra\";i:159211;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/privatenetworks/2021-12-03\";i:42649;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/privatenetworks\";i:42649;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29\";i:105825;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker\";i:105825;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30\";i:28173;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/arc-zonal-shift\";i:28173;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01\";i:122284;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx\";i:122284;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17\";i:185703;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cleanrooms\";i:185703;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26\";i:109631;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn\";i:109631;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01\";i:186116;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms\";i:186116;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23\";i:97985;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow\";i:97985;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31\";i:36063;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh\";i:36063;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30\";i:55169;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-runtime\";i:55169;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29\";i:157384;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2\";i:157384;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01\";i:84965;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms\";i:84965;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01\";i:28905;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm\";i:28905;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01\";i:80347;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer\";i:80347;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01\";i:36327;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate\";i:36327;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13\";i:42983;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-serverless\";i:42983;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09\";i:143525;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway\";i:143525;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11\";i:80048;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend\";i:80048;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22\";i:90424;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact\";i:90424;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25\";i:72346;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackagev2\";i:72346;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28\";i:99182;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional\";i:99182;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28\";i:30219;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2\";i:30219;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14\";i:45378;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery\";i:45378;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02\";i:10018;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect\";i:10018;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12\";i:64645;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray\";i:64645;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08\";i:101513;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces-web\";i:101513;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26\";i:93759;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/bedrock-agent-runtime\";i:93759;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01\";i:20428;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-agreement\";i:20428;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01\";i:24261;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore\";i:24261;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19\";i:76658;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wisdom\";i:76658;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12\";i:55518;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage\";i:55518;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03\";i:139885;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime-sdk-voice\";i:139885;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28\";i:85605;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations\";i:85605;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22\";i:11462;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime\";i:11462;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01\";i:43725;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/supplychain\";i:43725;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29\";i:71434;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune-graph\";i:71434;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10\";i:43056;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/taxsettings\";i:43056;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dsql/2018-05-10\";i:18819;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dsql\";i:18819;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31\";i:89593;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation\";i:89593;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07\";i:30478;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2\";i:30478;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02\";i:30072;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb\";i:30072;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18\";i:187764;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp\";i:187764;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28\";i:201838;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/omics\";i:201838;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24\";i:71862;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/panorama\";i:71862;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29\";i:17235;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data\";i:17235;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01\";i:42046;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections\";i:42046;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data\";i:35367048;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub\";i:3582;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/Exception\";i:200;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds\";i:39690;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/Exception\";i:208;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling\";i:10049;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/Exception\";i:208;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache\";i:11751;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/Exception\";i:196;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks\";i:10608;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VPCLattice/Exception\";i:210;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/VPCLattice\";i:10600;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/Exception\";i:208;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect\";i:41752;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MailManager/Exception\";i:205;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MailManager\";i:6830;s:136:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubRefactorSpaces/Exception\";i:257;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubRefactorSpaces\";i:3691;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception\";i:246;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService\";i:3848;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception\";i:215;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCatalyst\";i:5701;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Tnb/Exception\";i:203;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Tnb\";i:5432;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedGrafana/Exception\";i:222;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedGrafana\";i:4130;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RolesAnywhere/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RolesAnywhere\";i:4389;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception\";i:228;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer\";i:2473;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/Exception\";i:211;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX\";i:3314;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Identity/S3\";i:1663;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Identity\";i:3012;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception\";i:217;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData\";i:2045;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/Exception\";i:215;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations\";i:8304;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Exception\";i:202;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2\";i:137626;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/Exception\";i:200;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI\";i:2340;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NeptuneGraph/Exception\";i:216;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NeptuneGraph\";i:4765;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift\";i:17530;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerGeospatial/Exception\";i:250;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerGeospatial\";i:3286;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TaxSettings/Exception\";i:206;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TaxSettings\";i:2771;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Token\";i:28045;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception\";i:231;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery\";i:4641;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationSignals/Exception\";i:245;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationSignals\";i:2668;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/Exception\";i:229;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity\";i:4929;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception\";i:231;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain\";i:3932;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync\";i:10561;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PartnerCentralSelling/Exception\";i:241;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PartnerCentralSelling\";i:6139;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/Exception\";i:207;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway\";i:18047;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KafkaConnect/Exception\";i:231;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KafkaConnect\";i:3007;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager\";i:9827;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/Exception\";i:196;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO\";i:887;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2/Exception\";i:222;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2\";i:14822;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/Exception\";i:231;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService\";i:6762;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception\";i:226;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics\";i:4726;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception\";i:240;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService\";i:8491;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets\";i:4147;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/Exception\";i:248;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines\";i:5482;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception\";i:225;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer\";i:5077;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMQuickSetup/Exception\";i:228;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMQuickSetup\";i:2477;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PaymentCryptographyData/Exception\";i:249;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PaymentCryptographyData\";i:2127;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition/Exception\";i:212;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition\";i:10858;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception\";i:218;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs\";i:15080;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/Exception\";i:185;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot\";i:39528;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception\";i:235;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime\";i:1112;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoiceV2/Exception\";i:236;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoiceV2\";i:14315;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubOrchestrator/Exception\";i:250;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubOrchestrator\";i:4724;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/drs/Exception\";i:211;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/drs\";i:8017;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/Exception\";i:191;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch\";i:3878;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception\";i:221;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk\";i:7587;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceAgreement/Exception\";i:245;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceAgreement\";i:876;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTTwinMaker/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTTwinMaker\";i:5809;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Tables/Exception\";i:204;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Tables\";i:4105;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/Exception\";i:193;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs\";i:10746;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception\";i:229;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision\";i:3385;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception\";i:250;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService\";i:17779;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResilienceHub/Exception\";i:216;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResilienceHub\";i:10122;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Artifact/Exception\";i:200;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Artifact\";i:1328;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/Exception\";i:219;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector\";i:10418;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx/Exception\";i:188;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx\";i:6954;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpenSearchService/Exception\";i:231;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpenSearchService\";i:11393;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception\";i:236;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles\";i:10533;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/Exception\";i:181;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService\";i:10217;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception\";i:234;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime\";i:882;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/Exception\";i:200;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune\";i:11867;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/Exception\";i:209;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka\";i:7781;s:141:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception\";i:268;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository\";i:2567;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Notifications/Exception\";i:220;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Notifications\";i:5998;s:138:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryControlConfig/Exception\";i:263;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryControlConfig\";i:3855;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/Exception\";i:185;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf\";i:11129;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/Exception\";i:226;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB\";i:9771;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Keyspaces/Exception\";i:206;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Keyspaces\";i:2848;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/Exception\";i:220;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKVoice\";i:15547;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/Exception\";i:193;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses\";i:13991;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/Exception\";i:194;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime\";i:28802;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Deadline/Exception\";i:204;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Deadline\";i:14552;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Repostspace/Exception\";i:213;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Repostspace\";i:2082;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception\";i:217;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2\";i:1058;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception\";i:204;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm\";i:10999;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/Exception\";i:209;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake\";i:2222;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm/Exception\";i:168;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm\";i:21833;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageV2/Exception\";i:229;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageV2\";i:4307;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception\";i:235;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens\";i:616;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra/Exception\";i:208;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra\";i:9979;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/Exception\";i:209;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2\";i:14993;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception\";i:241;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice\";i:1755;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/Exception\";i:203;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint\";i:17522;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MainframeModernization/Exception\";i:241;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MainframeModernization\";i:5261;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception\";i:232;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling\";i:1499;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn/Exception\";i:207;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn\";i:10471;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/Exception\";i:229;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings\";i:2685;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/Exception\";i:232;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect\";i:735;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CleanRoomsML/Exception\";i:209;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CleanRoomsML\";i:9545;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor/Exception\";i:209;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor\";i:6545;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Exception\";i:198;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2\";i:12502;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryReadiness/Exception\";i:250;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53RecoveryReadiness\";i:5027;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/Exception\";i:198;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr\";i:8511;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/Exception\";i:214;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker\";i:52133;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TrustedAdvisor/Exception\";i:225;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TrustedAdvisor\";i:2220;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchRUM/Exception\";i:212;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchRUM\";i:2860;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/Exception\";i:226;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder\";i:4065;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/Exception\";i:213;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession\";i:524;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA/Exception\";i:190;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA\";i:1979;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/Exception\";i:206;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms\";i:5434;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig/Exception\";i:232;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig\";i:1025;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Exception\";i:205;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront\";i:44227;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception\";i:221;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams\";i:1213;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceReporting/Exception\";i:245;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceReporting\";i:600;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/Exception\";i:1370;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser\";i:44080;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser\";i:10637;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer\";i:31536;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api\";i:140143;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/Exception\";i:188;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue\";i:36462;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeConnections/Exception\";i:221;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeConnections\";i:4182;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/Exception\";i:194;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup\";i:14227;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager\";i:13273;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception\";i:217;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2\";i:4682;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/Exception\";i:222;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage\";i:3064;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception\";i:210;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise\";i:13339;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpacesThinClient/Exception\";i:241;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpacesThinClient\";i:2595;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception\";i:13087;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/Exception\";i:219;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager\";i:3600;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostOptimizationHub/Exception\";i:231;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostOptimizationHub\";i:1444;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MedicalImaging/Exception\";i:218;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MedicalImaging\";i:2857;s:145:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations/Exception\";i:280;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations\";i:3773;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception\";i:212;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin\";i:12276;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/Exception\";i:205;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch\";i:5658;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception\";i:241;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager\";i:864;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Billing/Exception\";i:197;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Billing\";i:1755;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ControlTower/Exception\";i:213;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ControlTower\";i:4301;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3\";i:8266;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Exception\";i:150;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn\";i:19998;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/Exception\";i:262;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/BCMPricingCalculator\";i:6147;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCampaignsV2/Exception\";i:238;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectCampaignsV2\";i:5418;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception\";i:228;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator\";i:8977;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src\";i:39514524;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php\";i:39531471;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/aws\";i:39661545;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/src\";i:1640;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders\";i:4273;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/ralouphie\";i:4273;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie\";i:31642;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler\";i:73079;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src\";i:224500;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle\";i:376397;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src\";i:46493;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises\";i:69705;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src\";i:214341;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7\";i:259430;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/guzzlehttp\";i:705532;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/bin\";i:6246;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor\";i:14875;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Builder\";i:41433;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Comment\";i:103;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Parser\";i:348976;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter\";i:43359;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Internal\";i:16694;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler\";i:1242;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator\";i:19308;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Lexer\";i:28366;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast\";i:1645;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp\";i:2974;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp\";i:8472;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Expr\";i:55535;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation\";i:2417;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt\";i:58713;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst\";i:2576;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar\";i:13743;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node/Name\";i:2357;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser/Node\";i:151335;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib/PhpParser\";i:869108;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser/lib\";i:869108;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic/php-parser\";i:883760;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/nikic\";i:883760;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/composer\";i:538096;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/bin\";i:6705;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/symfony/deprecation-contracts\";i:4278;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor/symfony\";i:4278;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/vendor\";i:42925525;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/NewRelic\";i:9731;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS/utilities\";i:19933;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore\";i:270526;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS/lib\";i:270526;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator\";i:8911;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS/services\";i:33939;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/SNS\";i:382465;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/IO\";i:155845;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Signer\";i:3762;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Cache\";i:12738;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Utils\";i:9481;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Verifier\";i:2979;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Service\";i:170616;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Auth\";i:31429;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google/Http\";i:34536;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Google\";i:467968;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/CSSTidy\";i:135958;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Db\";i:132213;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/YuiCssMin\";i:40240;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Nusoap\";i:542925;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache\";i:11609;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline\";i:1324;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller\";i:26521;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI\";i:20378;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS\";i:22441;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS\";i:4254;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML\";i:7503;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify\";i:151596;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify/HTTP\";i:21442;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/Minify\";i:264872;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/OAuth\";i:21051;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib/NetDNA\";i:14180;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/lib\";i:2043942;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/ini/apache_conf\";i:9148;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache/ini\";i:26357;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/w3-total-cache\";i:51577967;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/inc/exceptions\";i:402;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/inc/options\";i:141564;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps\";i:105786;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/inc\";i:550262;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/css/dist\";i:635699;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/css\";i:639870;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs\";i:559;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks\";i:559;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq\";i:958;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to\";i:1551;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks\";i:2509;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/blocks\";i:3068;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/images/academy\";i:124283;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/images/support\";i:44545;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/images\";i:677769;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/pages\";i:4354;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins\";i:60084;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/import\";i:68078;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/ajax\";i:7095;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/roles\";i:6680;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy\";i:39413;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/exceptions\";i:1090;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views/form\";i:1101;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool\";i:7577;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard\";i:1739;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network\";i:11917;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs\";i:21233;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/views\";i:103755;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/menu\";i:26404;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/capabilities\";i:15933;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views\";i:3369;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console\";i:3811;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/listeners\";i:304;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/filters\";i:9250;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/formatter\";i:7384;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/notifiers\";i:3612;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/endpoints\";i:3887;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/tracking\";i:24879;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/statistics\";i:7972;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/services\";i:2473;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/metabox\";i:64531;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin/watchers\";i:7699;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/admin\";i:780619;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src\";i:48512;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message\";i:48512;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src\";i:2245;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client\";i:2245;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src\";i:5187;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory\";i:5187;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src\";i:1680;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container\";i:1680;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log\";i:12052;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr\";i:12052;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log\";i:12052;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr\";i:69676;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:31917;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:71064;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9175;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src\";i:229024;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle\";i:229024;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src\";i:48748;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises\";i:48748;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:261;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src\";i:207564;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7\";i:207564;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp\";i:485336;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:804;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant\";i:10346;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1211;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider\";i:36498;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:3990;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool\";i:15110;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token\";i:8698;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src\";i:74642;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client\";i:74642;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league\";i:74642;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag\";i:18515;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument\";i:907;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception\";i:7089;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection\";i:50999;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts\";i:1008;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony\";i:52007;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed\";i:681661;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/context\";i:19393;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/generators/schema\";i:46098;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/generators\";i:87461;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure\";i:1332;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface\";i:7303;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application\";i:6222;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta\";i:16955;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods\";i:7164;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework\";i:24119;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain\";i:1536;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-meta\";i:40512;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/analytics-4\";i:14685;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/browser-cache\";i:2241;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-groups\";i:1691;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/connection\";i:1469;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/configuration\";i:4568;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces\";i:391;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/integrations\";i:12244;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/content-types\";i:1330;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/indexables\";i:3670;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/seo-score-results\";i:8447;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results/readability-score-results\";i:8903;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/score-results\";i:18396;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/search-console\";i:8955;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/endpoints\";i:6846;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/taxonomies\";i:4113;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/tracking\";i:2669;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure\";i:83268;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/scores\";i:8965;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/configuration\";i:9440;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/setup\";i:8600;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/time-based-seo-metrics\";i:10080;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface/tracking\";i:5286;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/user-interface\";i:42371;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups/seo-score-groups\";i:1576;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/score-groups\";i:1576;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/configuration\";i:5626;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/content-types\";i:1626;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/seo-score-results\";i:1161;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results/readability-score-results\";i:1313;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/score-results\";i:8438;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints\";i:981;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/taxonomies\";i:2007;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/tracking\";i:2795;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/search-rankings\";i:6877;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/traffic\";i:4276;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application/filter-pairs\";i:1579;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/application\";i:35781;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/analytics-4\";i:1703;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/seo-score-groups\";i:6446;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups/readability-score-groups\";i:6973;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-groups\";i:15354;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/content-types\";i:3180;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/time-based-seo-metrics\";i:1074;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/endpoint\";i:1391;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/score-results\";i:5511;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider\";i:4474;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console\";i:1168;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/taxonomies\";i:1362;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/search-rankings\";i:7017;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/traffic\";i:4338;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain/filter-pairs\";i:1147;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard/domain\";i:47719;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/dashboard\";i:209139;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/analytics/user-interface\";i:1756;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/analytics/application\";i:6565;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain\";i:4482;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/analytics\";i:12803;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack\";i:2190;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster\";i:2983;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug\";i:2463;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph\";i:14867;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin\";i:45555;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter\";i:6011;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presenters\";i:103831;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface\";i:2259;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/user-profiles-additions\";i:2259;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin\";i:1366;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application\";i:2787;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions\";i:2787;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config\";i:4083;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party\";i:11034;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin\";i:5335;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations\";i:17353;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers\";i:3168;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party\";i:1756;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals\";i:1756;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src\";i:29147;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend\";i:10983;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/deprecated\";i:41534;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/introductions/infrastructure\";i:5426;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface\";i:12585;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/introductions/application\";i:7916;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain\";i:3269;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/introductions\";i:30990;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/config/migrations\";i:36131;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/config\";i:78074;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party\";i:60249;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks\";i:21601;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end\";i:69691;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts\";i:2594;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation\";i:9582;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin\";i:155032;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers\";i:112220;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/integrations\";i:504174;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/builders\";i:93350;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/presentations\";i:53380;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/wrappers\";i:3076;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/models\";i:9040;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing\";i:427;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens\";i:1343;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth\";i:2079;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation\";i:948;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable\";i:6494;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/exceptions\";i:11823;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/elementor/infrastructure\";i:4721;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/elementor\";i:4721;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values\";i:12186;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/surfaces\";i:37176;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/commands\";i:15867;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/images/Application\";i:5340;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/images\";i:5340;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/promotions/application\";i:2243;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain\";i:3437;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/promotions\";i:5680;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface\";i:4362;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application\";i:10553;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility\";i:14915;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/generated/assets\";i:20600;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/generated\";i:615925;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/application/integrations\";i:1047;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/application/site\";i:1484;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features\";i:2337;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo\";i:2585;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/application\";i:7453;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations\";i:14804;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site\";i:13320;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms\";i:8579;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts\";i:11843;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo\";i:22538;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/framework\";i:60573;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/integrations\";i:880;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features\";i:3782;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo\";i:6964;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors/domain\";i:11626;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/editors\";i:79652;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration\";i:8802;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing\";i:38402;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables\";i:3855;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher\";i:13654;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo\";i:67036;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/importing\";i:79977;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation\";i:6340;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush\";i:4721;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/actions\";i:162523;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/memoizers\";i:7573;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/routes\";i:61705;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/wordpress\";i:1474;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/loggers\";i:1071;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values/robots\";i:4147;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values/indexables\";i:1414;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph\";i:1178;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values/twitter\";i:976;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values/oauth\";i:3216;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/values\";i:13763;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/repositories\";i:54157;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/general/user-interface\";i:6106;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/general\";i:6106;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema\";i:14197;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph\";i:5733;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter\";i:1226;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/helpers\";i:196295;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/initializers\";i:14545;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party\";i:6166;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin\";i:6351;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/conditionals/traits\";i:475;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/conditionals\";i:41513;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/services/indexables\";i:2336;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/services/health-check\";i:31353;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo\";i:11457;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/services/importing\";i:17262;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src/services\";i:50951;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/src\";i:2701415;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor/wpackagist-plugin\";i:0;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor/composer\";i:365240;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/vendor\";i:365418;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection\";i:2127;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/lib/migrations\";i:42193;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/lib\";i:140916;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/js/dist/languages\";i:2002516;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/js/dist/externals\";i:2176924;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/js/dist\";i:6605437;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/js\";i:6605437;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/packages/js/images\";i:221978;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/packages/js\";i:221978;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo/packages\";i:221978;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wordpress-seo\";i:13444780;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dev-tools\";i:11261;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces\";i:200;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/content-sanitizer\";i:1548;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets\";i:30086;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-accordion\";i:30788;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/generator-tag\";i:2352;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2222;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/compatibility-tag\";i:14191;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/admin-top-bar\";i:3880;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/favorites/types\";i:1527;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/favorites\";i:9300;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/lazyload\";i:3291;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/shapes/widgets\";i:14595;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/shapes\";i:15956;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/system-info/reporters\";i:38271;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/system-info\";i:50961;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/admin-bar\";i:3283;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/elements-color-picker\";i:979;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/image-loading-optimization\";i:11207;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/element-cache\";i:4778;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/notifications\";i:9197;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/dynamic-tags\";i:3029;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/gutenberg\";i:6225;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/ai/connect\";i:18199;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/ai\";i:48214;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces\";i:474;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items\";i:14257;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/promotions/widgets\";i:2351;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/promotions\";i:19321;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/element-manager\";i:9722;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/page-templates/templates\";i:2089;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/page-templates\";i:13398;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3894;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/safe-mode\";i:20238;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/web-cli\";i:1109;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/editor-events\";i:1755;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/container-converter\";i:4179;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/usage\";i:21544;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/library/documents\";i:7119;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/library/traits\";i:1041;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/library\";i:12318;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets\";i:40616;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-tabs\";i:41367;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils\";i:5701;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners\";i:3856;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export\";i:4731;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data\";i:4068;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults\";i:16563;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/history/views\";i:5528;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/history\";i:17235;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/styleguide/controls\";i:498;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/styleguide\";i:3878;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/notes\";i:1235;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/performance-lab\";i:1825;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/apps\";i:12944;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items\";i:1221;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/control\";i:434;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents\";i:4392;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets\";i:580;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render\";i:18178;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes\";i:18178;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons/base\";i:83234;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/floating-buttons\";i:124347;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-elements/controls\";i:483;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-elements/base\";i:3670;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/nested-elements\";i:5781;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/home/transformations/base\";i:498;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/home/transformations\";i:11947;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/home/classes\";i:1991;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/home\";i:18509;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/announcements/triggers\";i:1803;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/announcements/classes\";i:2505;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/announcements\";i:8246;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items\";i:1200;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2335;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/landing-pages\";i:21074;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/wp-cli\";i:15690;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets\";i:702;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render\";i:22905;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes\";i:22905;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/link-in-bio/base\";i:43840;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/link-in-bio\";i:68676;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields\";i:935;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints\";i:9195;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/site-navigation/data\";i:10716;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules/site-navigation\";i:13695;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/modules\";i:705089;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/elements\";i:115379;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/editor-templates\";i:66269;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24080;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/libraries\";i:24714;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/managers\";i:86332;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items\";i:5956;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/settings\";i:58287;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/admin-templates\";i:7434;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/widgets/traits\";i:19633;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/widgets\";i:470481;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items\";i:1927;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/sources\";i:69274;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/forms\";i:1626;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:2321;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/data\";i:3015;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library/classes\";i:5782;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/template-library\";i:98504;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/controls/groups\";i:91339;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/controls\";i:257204;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/base\";i:156525;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes/interfaces\";i:730;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/includes\";i:1610212;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/mask-shapes\";i:2391;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/shapes\";i:26279;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/ai\";i:13073;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter\";i:904;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide\";i:1651;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/notes\";i:285;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/apps\";i:3650;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules/announcements\";i:7997;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/modules\";i:27560;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css/templates\";i:2123037;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/css\";i:6503303;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/images/app/onboarding\";i:85684;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/images/app\";i:247508;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/images\";i:905829;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/data\";i:164;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/animations\";i:18468;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/eicons/css\";i:43867;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:984533;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/eicons\";i:1453380;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/dialog\";i:31752;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/waypoints\";i:30316;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419884;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1168670;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2978212;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55810;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5749286;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:9117;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/pickr\";i:32636;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/flatpickr\";i:157376;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/swiper/css\";i:28823;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css\";i:35772;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8\";i:500732;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/swiper\";i:972411;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/share-link\";i:7460;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:242532;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib/e-select2\";i:274799;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/lib\";i:9322808;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar\";i:31045;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters\";i:9486;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/ui\";i:2409686;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/icons\";i:153256;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents\";i:12204;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/query\";i:84195;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/store\";i:154795;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation\";i:44762;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/locations\";i:3933;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive\";i:9515;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar-ui\";i:23337;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor\";i:7786;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels\";i:10728;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages/env\";i:2725;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js/packages\";i:2957453;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets/js\";i:29098881;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/assets\";i:45860880;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/admin-menu-items\";i:570;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert\";i:6852;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import\";i:19191;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export\";i:11736;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/runners\";i:38307;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility\";i:4536;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export/processes\";i:38595;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/import-export\";i:123508;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints\";i:1909;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits\";i:3433;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies\";i:811;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library/data\";i:14128;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect\";i:2072;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/kit-library\";i:20776;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/site-editor\";i:1068;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules/onboarding\";i:13786;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app/modules\";i:159138;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/app\";i:167453;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/utils/svg\";i:14595;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29170;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/utils/import-export\";i:100896;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/utils/promotions\";i:2147;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/utils\";i:155112;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files/assets/svg\";i:7009;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files/assets/json\";i:706;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files/assets\";i:13391;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files/css\";i:40713;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files/file-types\";i:12381;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/files\";i:95503;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/responsive/files\";i:4968;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/responsive\";i:9441;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/settings/general\";i:3826;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/settings/page\";i:12525;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/settings/editor-preferences\";i:7132;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/settings/base\";i:11184;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/settings\";i:39764;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/kits/views\";i:3322;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/kits/documents/tabs\";i:55592;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/kits/documents\";i:61107;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/kits/controls\";i:1634;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/kits\";i:79681;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/behaviors/interfaces\";i:636;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/behaviors\";i:636;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app/modules/import-export\";i:585;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:707;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app/modules/kit-library\";i:1172;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app/modules/onboarding\";i:464;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app/modules\";i:2221;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/app\";i:2576;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/breakpoints\";i:18672;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/dynamic-tags\";i:21630;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/logger/items\";i:8662;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/logger/loggers\";i:4682;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/logger\";i:23510;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/debug/classes\";i:2437;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/debug\";i:7314;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/upgrade\";i:35106;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/document-types\";i:9562;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin/notices\";i:4258;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin/ui/components\";i:2421;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin/ui\";i:2421;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces\";i:749;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin/menu\";i:9229;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/admin\";i:75940;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4306;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/data/globals\";i:5349;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/data\";i:5349;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates\";i:1602;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js\";i:26;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v1\";i:4462;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss\";i:1122;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates\";i:1604;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js\";i:574;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/v2\";i:7705;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader/common\";i:7409;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor/loader\";i:27470;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/editor\";i:55210;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/experiments/exceptions\";i:177;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/experiments\";i:41279;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3848;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/page-assets/data-managers\";i:12479;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/page-assets\";i:15417;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/isolation\";i:2281;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/role-manager\";i:11104;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/frontend/render-modes\";i:2561;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/frontend\";i:7212;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/schemes\";i:8972;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/base/providers\";i:7061;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/base/background-process\";i:14029;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:6674;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/base/traits\";i:7158;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/base\";i:118127;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data\";i:1867;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker\";i:9659;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/ajax\";i:7325;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:14130;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/finder\";i:24078;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:25949;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules/connect\";i:35062;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common/modules\";i:76124;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core/common\";i:82633;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/core\";i:940495;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2/base/processor\";i:1031;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2215;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3416;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5074;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2/base\";i:34659;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/v2\";i:43779;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/base/processor\";i:877;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data/base\";i:19488;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor/data\";i:72671;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor\";i:49726589;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/modules/transparent\";i:20172;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/modules\";i:20172;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/includes\";i:1029;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/third\";i:70927;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/css\";i:74741;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/img\";i:648;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts/fontawesome\";i:1088332;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/fonts\";i:1088332;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets/js\";i:14156;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/assets\";i:1177877;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor/base\";i:2610;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/sticky-header-effects-for-elementor\";i:1223056;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/storage\";i:207878;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/import\";i:130181;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/export\";i:90489;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model\";i:273181;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/import\";i:58860;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/backups\";i:14630;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/schedules\";i:12137;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript\";i:278684;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font\";i:52446;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css\";i:185529;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/schedules\";i:242166;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/reset\";i:260468;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img\";i:514202;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets\";i:1030861;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/main\";i:43136;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/export\";i:55423;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/reset\";i:3295;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/updater\";i:10171;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/common\";i:16615;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view\";i:1245128;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/controller\";i:90594;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions\";i:1996;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib\";i:7938;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar\";i:9015;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar\";i:9015;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database\";i:83407;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator\";i:5047;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter\";i:6011;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem\";i:16664;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver\";i:39320;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron\";i:4904;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command\";i:3799;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask\";i:159152;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor\";i:168167;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration/lib\";i:1777070;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/all-in-one-wp-migration\";i:2178643;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes/Errors\";i:738;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes/api\";i:110360;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes/support\";i:19903;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes/cron/one-click-checkout\";i:21909;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes/cron\";i:24163;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/includes\";i:285477;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/css\";i:164504;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/public/css\";i:165921;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/public/images\";i:8037;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/public/js\";i:65652;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/public\";i:239610;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/images\";i:14303;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/templates\";i:2474;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/certificates\";i:222554;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/library\";i:3218;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Transport\";i:34911;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Cookie\";i:4174;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Utility\";i:6651;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Response\";i:3003;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Auth\";i:2541;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Proxy\";i:4217;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Exception/Transport\";i:1397;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Exception/Http\";i:16715;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src/Exception\";i:22464;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4/src\";i:211656;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.4\";i:498649;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Transport\";i:250259;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Cookie\";i:3194;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Utility\";i:2468;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Response\";i:2107;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Auth\";i:1936;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Proxy\";i:3379;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Exception/HTTP\";i:13105;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests/Exception\";i:14423;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library/Requests\";i:355085;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1/library\";i:381881;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.6.1\";i:384240;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Transport\";i:242697;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Cookie\";i:3865;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Utility\";i:3223;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Response\";i:2135;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Auth\";i:1939;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Proxy\";i:3488;s:140:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Exception/Transport\";i:919;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Exception/HTTP\";i:14365;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests/Exception\";i:16778;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library/Requests\";i:351745;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0/library\";i:382174;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-1.8.0\";i:419136;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/certificates\";i:208065;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/library\";i:3046;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Transport\";i:34883;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Cookie\";i:4174;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Utility\";i:6651;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Response\";i:3003;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Auth\";i:2541;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Proxy\";i:4225;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Exception/Transport\";i:1397;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Exception/Http\";i:16715;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src/Exception\";i:22464;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0/src\";i:211564;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs/Requests-2.0.0\";i:481803;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/libs\";i:1783828;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/src/Errors\";i:1423;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk/src\";i:53097;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/razorpay-sdk\";i:1838357;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/util\";i:407;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/includes/phpunit6\";i:1825;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/includes/factory\";i:28116;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/includes\";i:292143;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/mockfactory\";i:20825;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit/tests\";i:103447;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests/phpunit\";i:418681;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/tests\";i:418681;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay/js\";i:63363;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woo-razorpay\";i:3222925;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-settings-form-options\";i:22089;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_tour/_src\";i:21169;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_tour/_out\";i:71039;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_tour\";i:101894;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-settings-color-themes\";i:29130;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-resource-free\";i:21608;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/publish\";i:45704;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_functions\";i:239512;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_modal__shortcodes/_src\";i:65862;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_modal__shortcodes/_out\";i:205236;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_modal__shortcodes\";i:462802;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_toolbar_ui/_src\";i:44024;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_toolbar_ui/_out\";i:132194;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_toolbar_ui\";i:463832;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css/client/form_fields\";i:42453;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css/client\";i:42453;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css/admin/settings\";i:77757;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css/admin/page-bookings\";i:29682;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css/admin\";i:107439;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__css\";i:149892;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings/listing_filters\";i:35352;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings/listing_actions\";i:58331;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings/booking_action\";i:34256;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings/_src\";i:58236;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings/_out\";i:196528;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-bookings\";i:715716;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-availability/_src\";i:49799;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-availability/_out\";i:163788;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-availability\";i:306670;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_booking_hash\";i:9368;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/print/_src\";i:8161;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/print/_out\";i:26419;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/print\";i:38900;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_media_upload/_src\";i:9565;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_media_upload/_out\";i:28025;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_media_upload\";i:39156;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-form-simple/_src\";i:23629;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-form-simple/_out\";i:82380;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-form-simple\";i:443483;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_capacity/_src\";i:28316;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_capacity/_out\";i:90607;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_capacity\";i:520613;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_pagination\";i:18277;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_news\";i:6199;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/utils\";i:1052;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/popover\";i:1558;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/wpbc\";i:18951;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/cal\";i:90296;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/cal_ajx_load\";i:11713;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/load_balancer\";i:6647;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client/front_end_messages\";i:15338;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/client\";i:145555;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/admin/copy_text_to_clipbrd\";i:3463;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/admin/settings\";i:13395;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/admin/checkbox_selection\";i:5292;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js/admin\";i:22150;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/__js\";i:167705;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-setup/templates\";i:235901;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-setup/_src\";i:33408;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-setup/_out\";i:105168;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/page-setup\";i:483689;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_settings/elements\";i:15142;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_settings/parts\";i:44828;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/ui_settings\";i:111213;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes/_feedback\";i:40338;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/includes\";i:4437817;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/tether\";i:82884;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/ui/_src\";i:15602;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/ui/_out\";i:61858;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/ui\";i:77460;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/chosen\";i:156611;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/popper\";i:812085;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/wpbc_js_print\";i:15854;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/material-design-icons/fonts\";i:124372;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/material-design-icons\";i:242334;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/tether-shepherd\";i:80786;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/bootstrap-css/css\";i:193537;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/bootstrap-css\";i:193565;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/bootstrap-icons/fonts\";i:306428;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/bootstrap-icons\";i:416046;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/tippy.js/dist\";i:1222779;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/tippy.js/themes\";i:14065;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs/tippy.js\";i:1236844;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets/libs\";i:3314496;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/assets\";i:3314496;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/languages\";i:1456;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/css/time_picker_skins\";i:12384;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/css/skins\";i:327823;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/css\";i:528593;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/_dist/all/_src\";i:845909;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/_dist/all/_out\";i:1013392;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/_dist/all\";i:1859301;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/_dist\";i:1859301;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/timeline/v2/_src\";i:60392;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/timeline/v2/_out\";i:172954;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/timeline/v2\";i:403707;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/timeline\";i:404558;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/any/css\";i:90816;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/any/emails_tpl\";i:37329;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/any/js\";i:33406;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/any\";i:467525;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/sync\";i:65194;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/admin\";i:976810;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/lang\";i:304075;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/lib\";i:128426;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core/class\";i:221149;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/core\";i:3069885;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/js/captcha/tmp\";i:30;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/js/captcha/gentium\";i:2158336;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/js/captcha\";i:2172345;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/js/datepick\";i:214367;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking/js\";i:2542431;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/booking\";i:15821244;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/includes\";i:107836;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/assets/inc\";i:421956;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/assets/css\";i:8716;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/assets/images\";i:723;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/assets/js\";i:62419;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/assets\";i:493814;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check/languages\";i:90694;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp24-domain-check\";i:720019;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/pro-awareness/assets/images\";i:13039;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/pro-awareness/assets\";i:13039;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/pro-awareness\";i:25026;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/user-consent-banner\";i:1589;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/stories/views\";i:4625;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/stories\";i:13106;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/notice\";i:13539;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/emailkit/assets\";i:39273;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/emailkit\";i:48464;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/apps\";i:26719;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/banner\";i:6426;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils/rating\";i:14626;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/utils\";i:175287;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/languages\";i:113219;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/css\";i:273084;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/img/apps-page\";i:1225201;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/img\";i:1477500;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/lib/cute-alert/img\";i:5384;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/lib/cute-alert\";i:14688;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/lib\";i:14688;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/fonts\";i:3708168;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/js/lang\";i:56473;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets/js\";i:1080664;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public/assets\";i:8455790;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/public\";i:8455790;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/range\";i:18728;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/select\";i:21746;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/multi-select\";i:13869;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/listing-lname\";i:5770;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/telephone\";i:5585;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/email\";i:8562;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/checkbox\";i:17117;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/listing-optin\";i:11357;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/password\";i:5755;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/textarea\";i:6275;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/switch\";i:21223;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/radio\";i:17187;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/recaptcha\";i:6554;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/number\";i:5745;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/summary\";i:3161;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/listing-fname\";i:5770;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/time\";i:7132;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/file-upload\";i:18467;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/date\";i:19184;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/simple-captcha/fonts\";i:265188;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/simple-captcha\";i:281327;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/text\";i:6852;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/url\";i:5934;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/button\";i:5243;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/gdpr-consent\";i:17035;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets/rating\";i:11879;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/widgets\";i:561061;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/crm/hubspot\";i:14882;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/crm\";i:14882;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/css\";i:64975;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/images/products\";i:144591;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/images/features\";i:8532;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/images\";i:616221;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/fonts\";i:65826;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets/js\";i:10228;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/assets\";i:757250;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/views/settings-sections\";i:43426;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/views/onboard-steps\";i:21111;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/views\";i:67137;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/controls/settings\";i:5619;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/controls\";i:5619;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard/classes\";i:9610;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/onboard\";i:844708;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/provider/aweber\";i:0;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations/provider\";i:0;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/integrations\";i:866166;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/entries\";i:135687;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/admin/css\";i:1187;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/admin/views\";i:103129;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/admin/images\";i:328330;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/admin\";i:438064;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/forms/views\";i:64894;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core/forms\";i:119896;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/core\";i:1559813;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/2\";i:119853;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/21\";i:34403;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/30\";i:3239;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/10\";i:30750;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/9\";i:31236;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/15\";i:26372;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/1\";i:82207;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/12\";i:93806;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/18\";i:38838;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/13\";i:25834;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/19\";i:38670;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/39\";i:34719;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/20\";i:30432;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/40\";i:42858;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/22\";i:44458;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/6\";i:34204;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/27\";i:3148;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/23\";i:1723;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/blank\";i:485;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/24\";i:1715;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/26\";i:2636;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/14\";i:32482;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/11\";i:54872;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/33\";i:3849;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/3\";i:68348;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/17\";i:42050;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/28\";i:9885;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/4\";i:162486;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/8\";i:33224;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/31\";i:2379;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/32\";i:3894;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/25\";i:6061;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/42\";i:159725;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/29\";i:2892;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/16\";i:36670;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/5\";i:68460;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/41\";i:102812;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates/7\";i:37190;s:75:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/templates\";i:1567249;s:72:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/traits\";i:73410;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls/assets/css\";i:9473;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls/assets/img\";i:1994;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls/assets/js\";i:6466;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls/assets\";i:17933;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/controls\";i:32967;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform/base\";i:9698;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/metform\";i:12625677;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic\";i:18860;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/generator\";i:424245;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic\";i:18252;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/admin\";i:32417;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert\";i:19463;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite\";i:77337;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin/importers\";i:25112;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin/pages\";i:342084;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin\";i:467105;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/execute\";i:6097;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes/auto-insert\";i:32703;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/includes\";i:1248590;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/languages\";i:299883;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/build\";i:413889;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/admin/images\";i:650565;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers/admin\";i:650565;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/insert-headers-and-footers\";i:2652487;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/css\";i:174231;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/sound\";i:26824;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/images/pdfjs\";i:8333;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/images/textures\";i:1891;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/images\";i:26478;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/templates\";i:1094;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/fonts\";i:447709;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/libs/pdfjs/latest\";i:1449258;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/libs/pdfjs/stable\";i:1320242;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/libs/pdfjs\";i:2769500;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/libs/cmaps\";i:1167872;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/libs\";i:6151326;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets/js\";i:6986926;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/assets\";i:7663351;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite/inc\";i:62472;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/3d-flipbook-dflip-lite\";i:7792101;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/css/admin\";i:17781;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/css/loading\";i:126069;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/css/overlays\";i:4287;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/css\";i:524311;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/img\";i:1689953;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/js/admin\";i:157275;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets/js\";i:576788;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/assets\";i:2791052;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/languages\";i:116147;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/plugin-option/css\";i:6056;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/plugin-option/js\";i:11416;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/plugin-option\";i:17472;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/widgets\";i:1388252;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/post-format/assets/css\";i:100274;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/post-format/assets/js\";i:158577;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/post-format/assets\";i:258851;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor/post-format\";i:278242;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/themesflat-addons-for-elementor\";i:4779037;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/includes/Traits\";i:56161;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/includes/integrations\";i:36428;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/includes/admin/views\";i:145173;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/includes/admin\";i:349676;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/includes\";i:760311;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets/css\";i:628443;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets/img\";i:63665;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts/font-awesome\";i:2876964;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets/fonts\";i:2876964;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets/js\";i:2094836;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/assets\";i:5663908;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/languages\";i:1582824;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/rnb/global\";i:9324;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/rnb/emails\";i:52835;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/rnb/booking-content\";i:39098;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/rnb\";i:101257;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/myaccount\";i:24756;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/single-product/add-to-cart\";i:2353;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates/single-product\";i:2353;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/templates\";i:128366;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Cli\";i:934;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Traits\";i:418321;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Exceptions\";i:21455;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Laravel\";i:2236;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/PHPStan\";i:8502;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Lang\";i:933384;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/List\";i:36772;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon/Doctrine\";i:6505;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src/Carbon\";i:2167800;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/src\";i:2167800;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon/bin\";i:484;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot/carbon\";i:2178398;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/nesbot\";i:2178398;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bayfrontmedia/php-array-helpers/src\";i:9665;s:150:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bayfrontmedia/php-array-helpers/.github/ISSUE_TEMPLATE\";i:1269;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bayfrontmedia/php-array-helpers/.github\";i:1498;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bayfrontmedia/php-array-helpers\";i:23342;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bayfrontmedia\";i:23342;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/composer\";i:68738;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/bin\";i:27;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Util\";i:9459;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Resources/data\";i:3163;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Resources/bin\";i:8774;s:133:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Resources/schemas\";i:129021;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Resources\";i:141520;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Writer\";i:3013;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Catalogue\";i:13142;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Reader\";i:2402;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Provider\";i:12342;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Command\";i:25001;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Formatter\";i:5405;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Extractor\";i:17792;s:135:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/DependencyInjection\";i:12675;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Loader\";i:36717;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Dumper\";i:29469;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Test\";i:6458;s:129:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/DataCollector\";i:4557;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation/Exception\";i:7766;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation\";i:391728;s:134:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-php80/Resources/stubs\";i:779;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-php80/Resources\";i:779;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-php80\";i:8607;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/deprecation-contracts\";i:4309;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation-contracts/Test\";i:15383;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/translation-contracts\";i:30078;s:139:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:57062;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-mbstring/Resources\";i:57062;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony/polyfill-mbstring\";i:104564;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor/symfony\";i:539286;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking/vendor\";i:2809969;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/woocommerce-rental-and-booking\";i:10968176;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/languages\";i:224139;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/css/emails\";i:5482;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/css/vendor\";i:42003;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/css\";i:156300;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/css\";i:128772;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/img\";i:63075;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/vue/js\";i:639772;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/vue\";i:831619;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/wp\";i:2139;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/smtp\";i:2139;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget\";i:5316;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/reports/email\";i:53590;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/reports\";i:54823;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/email\";i:39083;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/icons/dashicons\";i:670;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/icons\";i:4776;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/additional-connections\";i:243387;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/logs\";i:269301;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/about\";i:197269;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/loaders\";i:1285;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/providers\";i:53571;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/font-awesome\";i:2378;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/email-reports\";i:330261;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images/flyout-menu\";i:6905;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/images\";i:1238779;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/js/vendor\";i:272864;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets/js\";i:339798;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/assets\";i:2790635;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:22950;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:63121;s:137:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4579;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1860;s:128:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:10491;s:132:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2242;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:295915;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Attribute\";i:1515;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog\";i:438813;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src\";i:438813;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog\";i:439876;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog\";i:439876;s:131:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail/Resource\";i:87798;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail\";i:191809;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src\";i:219814;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services\";i:219814;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Utils\";i:10542;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Service\";i:12652;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Http\";i:25094;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AccessToken\";i:12940;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AuthHandler\";i:9832;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Task\";i:13107;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src\";i:145135;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient\";i:155391;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Cache\";i:19987;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Middleware\";i:17476;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Credentials\";i:53376;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/HttpHandler\";i:10933;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src\";i:214743;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth\";i:226150;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google\";i:601355;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message/src\";i:47062;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message\";i:48147;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src\";i:8748;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache\";i:8748;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client/src\";i:2273;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client\";i:3358;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory/src\";i:5217;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-factory\";i:6281;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr/Log\";i:12108;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr\";i:12108;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log\";i:13193;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr\";i:79727;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:31999;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:71434;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9279;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src\";i:230130;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle\";i:231590;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src\";i:48970;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises\";i:50254;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:263;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src\";i:208122;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7\";i:209524;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp\";i:491368;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding/src\";i:61369;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding\";i:63774;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie\";i:63774;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-php72\";i:9714;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn/Resources/unidata\";i:265743;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn/Resources\";i:265743;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn\";i:307018;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/deprecation-contracts\";i:2073;s:130:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources/unidata\";i:54058;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources\";i:54058;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring\";i:103560;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony\";i:422365;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor_prefixed\";i:2098465;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/Pages\";i:225244;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Admin/DebugEvents\";i:48253;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Admin\";i:470494;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/PepipostAPI\";i:15043;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Mail\";i:2840;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail\";i:33919;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Zoho\";i:923;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost\";i:1122;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendlayer\";i:15199;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP2GO\";i:15565;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP\";i:2105;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/AmazonSES\";i:916;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SMTPcom\";i:17065;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid\";i:13834;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Outlook\";i:926;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Sendinblue\";i:18764;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Postmark\";i:16238;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/SparkPost\";i:18368;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun\";i:16945;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Providers\";i:238037;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Reports/Emails\";i:23339;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Reports\";i:28348;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Helpers\";i:24795;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin\";i:5075;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Compatibility\";i:6427;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Tasks/Reports\";i:2280;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Tasks/Queue\";i:5209;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Tasks\";i:37910;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/Queue\";i:37137;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src/UsageTracking\";i:13021;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/src\";i:1078782;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib\";i:33750;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schema\";i:7801;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schedules\";i:10785;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts\";i:84078;s:126:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores\";i:101177;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration\";i:25744;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/actions\";i:4315;s:121:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:24231;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes\";i:355290;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler\";i:476732;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/woocommerce\";i:476732;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders/src\";i:1640;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders\";i:2720;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/ralouphie\";i:2720;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/composer\";i:271220;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/dist\";i:703;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/lib\";i:1327;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/other\";i:1633;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat\";i:4992;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor/paragonie\";i:4992;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp/vendor\";i:756435;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/wp-mail-smtp\";i:6777205;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/includes\";i:250359;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/images\";i:65722;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/bin\";i:3920;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor/lsolesen/pel/src\";i:402843;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor/lsolesen/pel\";i:458292;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor/lsolesen\";i:458292;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor/icc\";i:3024;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor/composer\";i:40113;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/vendor\";i:501607;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/docs\";i:1770;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/binaries\";i:16504076;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/tests\";i:65104;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer/classes\";i:900530;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/ewww-image-optimizer\";i:19550571;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits\";i:835;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags\";i:17102;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/settings\";i:28647;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions\";i:3733;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents\";i:11622;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets\";i:545051;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins\";i:3995;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints\";i:2777;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data\";i:3263;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/traits\";i:6501;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart\";i:5007;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates\";i:5007;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes\";i:13984;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/woocommerce\";i:695654;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/assets\";i:0;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/widgets\";i:13876;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/off-canvas\";i:16966;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/carousel/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets\";i:81394;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/carousel\";i:81756;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/widgets\";i:51795;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/call-to-action\";i:52127;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/pricing/assets\";i:0;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/pricing/widgets\";i:69971;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/pricing\";i:70304;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/query-control/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls\";i:31071;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/query-control/classes\";i:18249;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/query-control\";i:79204;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items\";i:645;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/assets/images\";i:1486;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/assets\";i:1486;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions\";i:21182;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views\";i:6819;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents\";i:45388;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets\";i:22318;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins\";i:16752;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes\";i:47733;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support\";i:2767;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-builder\";i:180809;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets\";i:138181;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/theme-elements\";i:138881;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/widgets\";i:45596;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nav-menu\";i:45910;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/compatibility-tag\";i:1757;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/assets\";i:0;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/widgets\";i:17040;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker\";i:17377;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/scroll-snap/assets\";i:0;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/scroll-snap\";i:3606;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css\";i:7070;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files\";i:7070;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/assets/images\";i:21176;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/assets\";i:21176;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/providers\";i:13935;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/views\";i:4372;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/documents\";i:14864;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets\";i:29627;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins\";i:14419;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/traits\";i:19203;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-builder\";i:134420;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/admin-top-bar\";i:1477;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items\";i:769;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-css/assets\";i:0;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-css\";i:6714;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/assets\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base\";i:6812;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions\";i:38588;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags\";i:4233;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes\";i:19612;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/display-conditions\";i:66007;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/payments/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/payments/widgets\";i:29095;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/payments/classes\";i:17732;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/payments\";i:63131;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/classes\";i:13542;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items\";i:5017;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets\";i:12869;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons\";i:34005;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts\";i:21887;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types\";i:86482;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/assets-manager\";i:101137;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/motion-fx/assets\";i:0;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/motion-fx\";i:18255;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/assets\";i:0;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types\";i:7928;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/data\";i:775;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces\";i:272;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query\";i:19098;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/widgets\";i:24246;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints\";i:5314;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data\";i:5782;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/traits\";i:5012;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/loop-filter\";i:66440;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/widgets\";i:7926;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/code-highlight\";i:9684;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/countdown/assets\";i:0;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/countdown/widgets\";i:19889;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/countdown\";i:20207;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/hotspot/assets\";i:0;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/hotspot/widgets\";i:34350;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/hotspot\";i:34662;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base\";i:3134;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags\";i:68167;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags\";i:13196;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods\";i:17326;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags\";i:11630;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset\";i:13914;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/components\";i:1885;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags\";i:14042;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf\";i:19483;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags\";i:125847;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/flip-box/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/flip-box/widgets\";i:46098;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/flip-box\";i:46412;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/gallery/assets\";i:0;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/gallery/widgets\";i:42293;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/gallery\";i:42747;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/widgets\";i:70324;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/video-playlist\";i:70722;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/page-transitions/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/page-transitions\";i:24243;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/assets\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/widgets\";i:16765;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/animated-headline\";i:17106;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items\";i:3629;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-code/assets\";i:0;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-code\";i:32840;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/assets\";i:0;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/widgets\";i:80663;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/traits\";i:1535;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/mega-menu\";i:83716;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/element-manager\";i:2609;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/fields\";i:35368;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/assets\";i:0;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/registrars\";i:3709;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/widgets\";i:104982;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities\";i:1852;s:119:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories\";i:3566;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations\";i:9262;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database\";i:39547;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items\";i:3172;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/assets\";i:0;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/export\";i:4795;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/actions\";i:6437;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses\";i:657;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints\";i:12054;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data\";i:22656;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions\";i:86444;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/actions\";i:95650;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/data\";i:0;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/controls\";i:1192;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms/classes\";i:74361;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/forms\";i:408793;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/assets\";i:0;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/widgets\";i:22618;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents\";i:23197;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/screenshots/assets\";i:0;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/screenshots/app/assets\";i:0;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/screenshots/app\";i:0;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/screenshots\";i:13892;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/assets\";i:0;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/widgets\";i:14395;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel\";i:14971;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/usage\";i:6833;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/library/assets\";i:0;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/library/widgets\";i:2482;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/library/wp-widgets\";i:5125;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/library/classes\";i:2169;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/library\";i:14140;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/database/transformers\";i:1503;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models\";i:15825;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/database/query\";i:17313;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations\";i:4811;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/database\";i:40569;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/assets/images\";i:3936;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/assets\";i:3936;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/views\";i:2709;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications\";i:8076;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints\";i:7302;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/data\";i:27051;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes/user\";i:14673;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/notes\";i:118165;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget/assets\";i:0;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget/views\";i:2559;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget/documents\";i:1634;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget/widgets\";i:6545;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget/data\";i:1027;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/global-widget\";i:20761;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/slides/assets\";i:0;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/slides/widgets\";i:39954;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/slides\";i:40263;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/sticky/assets\";i:0;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/sticky\";i:5362;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/assets\";i:0;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/documents\";i:3970;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets\";i:26684;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render\";i:50234;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes\";i:50234;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons\";i:82834;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items\";i:4498;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/tiers\";i:5865;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/assets\";i:0;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/widgets\";i:17895;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/share-buttons\";i:19958;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/role-manager/assets\";i:0;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/role-manager\";i:4149;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/announcements/triggers\";i:832;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/announcements\";i:3205;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/custom-attributes\";i:5418;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/wp-cli\";i:3703;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/lottie/assets/animations\";i:112811;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/lottie/assets\";i:112811;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/lottie/widgets\";i:20903;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/lottie\";i:135389;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items\";i:2863;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers\";i:12618;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing\";i:26056;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images\";i:42697;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/assets\";i:42697;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings\";i:11850;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/popup\";i:92983;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets\";i:23832;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render\";i:1708;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes\";i:1708;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio\";i:26222;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/blockquote/assets\";i:0;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/blockquote/widgets\";i:28181;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/blockquote\";i:28502;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/social/assets\";i:0;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/social/widgets\";i:19945;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/social/classes\";i:5800;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/social\";i:26477;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts/assets\";i:0;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets\";i:43295;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts/skins\";i:67761;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts/data\";i:1472;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts/traits\";i:20463;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/posts\";i:134589;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/search/assets\";i:0;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/search/widgets\";i:42396;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/search/data/endpoints\";i:2658;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/search/data\";i:3099;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules/search\";i:47776;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/modules\";i:3636174;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css/modules/forms/submissions\";i:15350;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css/modules/forms\";i:15350;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css/modules/notes\";i:2735;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css/modules\";i:249591;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css/templates\";i:2191282;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/css\";i:6633986;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/images/announcements\";i:15106;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/images\";i:19165;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/data\";i:109;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js\";i:468619;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas\";i:468619;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro\";i:119898;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js\";i:30687;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image\";i:30687;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/instant-page\";i:9329;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/smartmenus\";i:69932;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/sticky\";i:13484;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib/lottie\";i:711407;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/lib\";i:1423356;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/notes\";i:1761820;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui\";i:5315935;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended\";i:25158;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes\";i:6507;s:122:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended\";i:5338;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js/packages\";i:5352938;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets/js\";i:10615676;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/assets\";i:18692292;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/sample-data\";i:222479;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/utils\";i:2671;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/database\";i:45650;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/behaviors\";i:2320;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions\";i:2014;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email\";i:7732;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/integrations/actions\";i:8766;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/integrations\";i:13567;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert\";i:1795;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import\";i:3883;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export\";i:1499;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners\";i:7177;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export\";i:9457;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/kit-library\";i:2508;s:125:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models\";i:1138;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services\";i:2744;s:118:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context\";i:16874;s:127:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions\";i:20387;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages\";i:28531;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules\";i:8370;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks\";i:1942;s:120:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms\";i:2860;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms\";i:2767;s:124:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands\";i:1205;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data\";i:1479;s:123:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions\";i:4568;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js\";i:71122;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets\";i:71122;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses\";i:632;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints\";i:11274;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data\";i:12693;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor\";i:91620;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules/onboarding\";i:1925;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/modules\";i:105510;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/assets/styles\";i:580;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/hooks\";i:621;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/ui\";i:956;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/assets/js\";i:2472;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app/assets\";i:3052;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/app\";i:110989;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/notifications/traits\";i:678;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/notifications\";i:2012;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/upgrade\";i:34918;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/compatibility\";i:505;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/admin\";i:9155;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/preview\";i:615;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/editor\";i:13368;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/data/endpoints\";i:2780;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/data/interfaces\";i:362;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/data\";i:3875;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/isolation\";i:575;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/connect/apps\";i:3854;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core/connect\";i:4441;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/core\";i:260255;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/data/base\";i:255;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/data\";i:690;s:76:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/base\";i:44225;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/license/notices\";i:2441;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/license/assets/js\";i:778;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/license/assets\";i:778;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro/license\";i:54106;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementor-pro\";i:23112976;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/review\";i:12333;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/assets/react\";i:1362145;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/assets/custom\";i:5642;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/assets\";i:1367787;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/languages\";i:1935;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/inc/utils\";i:2824;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/inc/api\";i:26540;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/inc/backend\";i:18033;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/inc\";i:50318;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/vendor/template-kit-import/inc\";i:50639;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/vendor/template-kit-import\";i:50810;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import/vendor\";i:50810;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/template-kit-import\";i:1490857;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/includes/Support\";i:4684;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/includes\";i:88361;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/css\";i:18193;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/img/woo_settings\";i:4725;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/img\";i:58229;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/libs\";i:29730;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/dist/css\";i:88075;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/dist/js\";i:231665;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/dist\";i:319740;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/js\";i:6763;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/assets\";i:432655;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/languages\";i:20268;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/Documentation\";i:470;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/blocks/dist\";i:11019;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/blocks/src\";i:5674;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/blocks\";i:16693;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/views\";i:47903;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress/Licensing\";i:15260;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/whatsapp-for-wordpress\";i:629241;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes/icon\";i:116598;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes/css\";i:50323;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes/blocks/assets\";i:89866;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes/blocks\";i:94191;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes/js\";i:119896;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/includes\";i:433537;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce/languages\";i:17665;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/upi-qr-code-payment-for-woocommerce\";i:552996;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts\";i:10867;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets/css\";i:177001;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets/img\";i:151738;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets/js\";i:1065234;s:80:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/assets\";i:1393973;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/inc\";i:120;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/lang\";i:151321;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/data/preset\";i:7547;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/data\";i:28215;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/src/cdn\";i:9330;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/src\";i:881236;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/thirdparty\";i:66820;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/lib/css-min\";i:51050;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data\";i:987;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/lib\";i:119251;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/cli\";i:29217;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/crawler\";i:25810;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/inc\";i:8936;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:37839;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/cdn\";i:26191;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/presets\";i:9017;s:83:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/cache\";i:50784;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:8405;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:23089;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/general\";i:17382;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/dash\";i:34113;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/banner\";i:17703;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:59181;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache/tpl\";i:320681;s:73:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/litespeed-cache\";i:3198399;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css\";i:272695;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img\";i:26252;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js\";i:2271293;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets\";i:2570240;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api\";i:2916;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views\";i:1067;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls\";i:59750;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts\";i:84156;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder\";i:2727355;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks\";i:19955;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css\";i:18875;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js\";i:72601;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets\";i:91476;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views\";i:6317;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/header-footer\";i:136019;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css\";i:9879;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img\";i:462896;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js\";i:31009;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets\";i:503784;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager\";i:511007;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content\";i:6858;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css\";i:3221;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js\";i:15583;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets\";i:18804;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/controls\";i:42768;s:115:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css\";i:124837;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts\";i:459244;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js\";i:10943;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets\";i:595024;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack\";i:726867;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css\";i:3982;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js\";i:40995;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets\";i:44977;s:108:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles\";i:25075;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll\";i:86880;s:102:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css\";i:19814;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo\";i:4327;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images\";i:8654;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts\";i:17003;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js\";i:19903;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets\";i:65374;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views\";i:11761;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules/megamenu\";i:97508;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/modules\";i:4335262;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/config\";i:22639;s:84:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/languages\";i:1492085;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps\";i:8107;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts\";i:1433;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/video\";i:36043;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion\";i:44995;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/pricing\";i:89698;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose\";i:80848;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets\";i:80848;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/heading\";i:128072;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose\";i:155564;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets\";i:155564;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style\";i:27151;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common\";i:543;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial\";i:263858;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top\";i:14062;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms\";i:39003;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu\";i:63907;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms\";i:100414;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid\";i:10032;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose\";i:9897;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets\";i:9897;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts\";i:140175;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/page-list\";i:31563;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover\";i:2196;s:117:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose\";i:70248;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets\";i:70248;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer\";i:166332;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/piechart\";i:29707;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo\";i:56272;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/header-info\";i:9856;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress\";i:24727;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box\";i:77409;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours\";i:13059;s:101:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes\";i:1718;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp\";i:62281;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/post-list\";i:45982;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/faq\";i:12887;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms\";i:22962;s:105:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose\";i:10740;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets\";i:10740;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/tab\";i:97666;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar\";i:24179;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/category-list\";i:15284;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms\";i:28823;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button\";i:47763;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms\";i:29401;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab\";i:19387;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison\";i:23351;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7\";i:29812;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/social-share\";i:27670;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/header-search\";i:25938;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas\";i:34627;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css\";i:529219;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img\";i:110524;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts\";i:1544905;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js\";i:631855;s:94:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets\";i:2816503;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/init\";i:2822532;s:90:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/funfact\";i:39449;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/button\";i:18200;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/accordion\";i:46768;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js\";i:253455;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets\";i:253455;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/lottie\";i:271448;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/social\";i:23469;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/image-box\";i:63010;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts\";i:603;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets/team\";i:97869;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/widgets\";i:5281610;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/core\";i:8957;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration\";i:4205;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts\";i:2073;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml\";i:1364;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/compatibility/backward\";i:1595;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/compatibility\";i:9237;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets\";i:13039;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness\";i:25987;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views\";i:842;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/pro-label\";i:2289;s:93:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/stories/views\";i:3914;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/stories\";i:10600;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/notice\";i:16010;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/template\";i:1742;s:110:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images\";i:4680;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library\";i:169935;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets\";i:174615;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/template-library\";i:176923;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css\";i:180543;s:111:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard\";i:597552;s:103:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images\";i:1150881;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js\";i:68353;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets\";i:1399777;s:113:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections\";i:42842;s:109:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps\";i:18737;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/views\";i:73138;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings\";i:5437;s:98:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls\";i:5437;s:97:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes\";i:14168;s:89:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/framework\";i:1494600;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages\";i:1391;s:96:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css\";i:1190;s:99:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images\";i:3941;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js\";i:658;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets\";i:5789;s:85:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/forms\";i:10091;s:91:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins\";i:18875;s:95:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets\";i:39273;s:88:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/emailkit\";i:46612;s:92:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration\";i:139864;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/banner\";i:5837;s:86:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs/rating\";i:14284;s:79:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/libs\";i:1963714;s:81:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/traits\";i:426;s:82:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite/helpers\";i:10784;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins/elementskit-lite\";i:13250142;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-content/plugins\";i:321071036;s:66:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo/logs\";i:5008;s:68:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo/images\";i:21688;s:61:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo\";i:1018013;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/05\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/10\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/12\";i:344488;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/04\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/01\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/09\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/06\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/11\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/03\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/08\";i:5298920;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/02\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024/07\";i:0;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2024\";i:5643408;s:112:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo_wcpdf_e3ad0cf07eced4d700816f99df993d76/attachments\";i:13;s:107:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo_wcpdf_e3ad0cf07eced4d700816f99df993d76/dompdf\";i:264;s:106:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo_wcpdf_e3ad0cf07eced4d700816f99df993d76/fonts\";i:5154317;s:100:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpo_wcpdf_e3ad0cf07eced4d700816f99df993d76\";i:5154594;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/elementor/css\";i:715216;s:74:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/elementor/thumbs\";i:437592;s:67:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/elementor\";i:1152808;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/12-10-22\";i:40667;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/05-12-23\";i:4402;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/28-03-23\";i:7072;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/31-01-23\";i:33613;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/31-03-22\";i:7412;s:69:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb/09-08-24\";i:7360;s:60:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/sb\";i:100526;s:87:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:66;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wp-file-manager-pro\";i:66;s:77:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:78:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpcode/cache/library\";i:43797;s:70:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpcode/cache\";i:50276;s:64:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wpcode\";i:50276;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/05\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/04\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/01\";i:222644;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/06\";i:44412686;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/03\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/02\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/07\";i:0;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025\";i:44635330;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits/f15dfafa4ec3619c03880ca6e6af7708\";i:0;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits/12d26dbf35c771127bb4ba2c9a652237\";i:0;s:114:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits/7ada6db9ff82ebca189638e06737493a/templates\";i:3213572;s:116:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits/7ada6db9ff82ebca189638e06737493a/screenshots\";i:2698159;s:104:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits/7ada6db9ff82ebca189638e06737493a\";i:8614573;s:71:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/template-kits\";i:8614573;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/05\";i:1381855;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/10\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/12\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/04\";i:526825;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/09\";i:17342;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/06\";i:5559483;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/11\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03\";i:63534504;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/08\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/07\";i:0;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022\";i:71020009;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/05\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/10\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/12\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/04\";i:773123;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/01\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/09\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/06\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/11\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/03\";i:467751;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/08\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/02\";i:0;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023/07\";i:0;s:62:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2023\";i:1240874;s:65:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/wc-logs\";i:334240;s:57:\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads\";i:140059553;}','off'),(941471,'_transient_timeout_as-post-store-dependencies-met','1751550507','off'),(941472,'_transient_as-post-store-dependencies-met','yes','off'),(941718,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1751562236','off'),(941719,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/06/wordcamp-us-2025-see-you-in-portland-oregon/\'>WordCamp US 2025: See You in Portland, Oregon!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/\'>Dropping security updates for WordPress versions 4.1 through 4.6</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://peterwilson.cc/unit-testing-wordpress-plugin-headers/\'>Peter Wilson: Unit testing WordPress plugin headers</a></li><li><a class=\'rsswidget\' href=\'https://bbpress.org/blog/2025/07/bbpress-2-6-14-is-out/\'>bbPress: bbPress 2.6.14 is out!</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/175-jennifer-schumacher-on-learning-from-agency-mistakes\'>WPTavern: #175 – Jennifer Schumacher on Learning From Agency Mistakes</a></li></ul></div>','off'),(925627,'_transient_timeout_elementor_image_optimization_campaign','1751797873','off'),(925628,'_transient_elementor_image_optimization_campaign','a:3:{s:6:\"source\";s:23:\"io-editor-image-install\";s:8:\"campaign\";s:6:\"io-plg\";s:6:\"medium\";s:7:\"wp-dash\";}','off'),(941736,'wp-optimize-autosmush','1','auto'),(935156,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1751618635','off'),(935157,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(918124,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"25.1\";}','auto'),(941384,'wp-optimize-retention-enabled','false','auto'),(941385,'wp-optimize-retention-period','2','auto'),(941386,'wp-optimize-enable-admin-menu','false','auto'),(941379,'wp-optimize-installed-for','1751462362','auto'),(935672,'ewww_image_optimizer_background_optimization','1','off'),(931700,'_transient_timeout_wc_shipping_method_count','1752641603','off'),(931701,'_transient_wc_shipping_method_count','a:2:{s:7:\"version\";s:10:\"1747304394\";s:5:\"value\";i:0;}','off'),(918045,'theme_mods_elementor-safe','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(918038,'elementor_safe_mode_allowed_plugins','a:3:{s:9:\"elementor\";s:23:\"elementor/elementor.php\";s:13:\"elementor_pro\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"woocommerce\";s:27:\"woocommerce/woocommerce.php\";}','auto'),(918039,'elementor_safe_mode_created_mu_dir','1','auto'),(918040,'elementor_safe_mode_token','9694174354dcd85b0fb9101804e763c39606abee857e1423ea8e58a620e1e938','auto'),(918041,'elementor_safe_mode','yes','auto'),(935453,'wpcode_snippets_errors','a:0:{}','auto'),(918993,'wpcode_snippets','a:1:{s:16:\"site_wide_header\";a:1:{i:0;a:14:{s:2:\"id\";i:4694;s:5:\"title\";s:35:\"add custom link for book now button\";s:4:\"code\";s:424:\"document.addEventListener(\'DOMContentLoaded\', function () {\r\n const bookBtn = document.querySelector(\'.single_add_to_cart_button\'); // this is usually the book now button\r\n if (bookBtn) {\r\n bookBtn.textContent = \"Book Now\";\r\n bookBtn.type = \'button\';\r\n bookBtn.addEventListener(\'click\', function () {\r\n window.location.href = \"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\";\r\n });\r\n }\r\n});\";s:9:\"code_type\";s:2:\"js\";s:8:\"location\";s:16:\"site_wide_header\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:13:\"compiled_code\";s:0:\"\";s:8:\"modified\";s:19:\"2025-06-27 10:40:19\";}}}','auto'),(918125,'wpseo','a:113:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"25.1\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"EpUBSBHe-7MiYsupzk1fen9FCql0SGxlygJ3gAcH-Nk\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1747401242\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:28:\"https://hoteldhruvpalace.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:20:{s:11:\"wpcode_type\";s:11:\"wpcode_type\";s:15:\"wpcode_location\";s:15:\"wpcode_location\";s:11:\"wpcode_tags\";s:11:\"wpcode_tags\";s:14:\"dflip_category\";s:13:\"book-category\";s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:12:\"product_type\";s:12:\"product_type\";s:18:\"product_visibility\";s:18:\"product_visibility\";s:11:\"product_cat\";s:16:\"product-category\";s:11:\"product_tag\";s:11:\"product-tag\";s:22:\"product_shipping_class\";s:22:\"product_shipping_class\";s:14:\"rnb_categories\";s:14:\"rnb_categories\";s:8:\"resource\";s:8:\"resource\";s:6:\"person\";s:6:\"person\";s:8:\"deposite\";s:8:\"deposite\";s:10:\"attributes\";s:10:\"attributes\";s:8:\"features\";s:8:\"features\";s:15:\"pickup_location\";s:15:\"pickup_location\";s:16:\"dropoff_location\";s:16:\"dropoff_location\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1747401262\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:9:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:19:\"elementskit_content\";i:4;s:20:\"elementskit_template\";i:5;s:7:\"product\";i:6;s:9:\"inventory\";i:7;s:16:\"tf_header_footer\";i:8;s:12:\"metform-form\";}s:28:\"last_known_public_taxonomies\";a:14:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:11:\"product_cat\";i:4;s:11:\"product_tag\";i:5;s:22:\"product_shipping_class\";i:6;s:14:\"rnb_categories\";i:7;s:8:\"resource\";i:8;s:6:\"person\";i:9;s:8:\"deposite\";i:10;s:10:\"attributes\";i:11;s:8:\"features\";i:12;s:15:\"pickup_location\";i:13;s:16:\"dropoff_location\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1751549280;s:31:\"wpseo_unindexed_post_link_count\";i:1751549280;s:31:\"wpseo_unindexed_term_link_count\";i:1751549281;s:35:\"wpseo_total_unindexed_general_items\";i:1751549280;s:27:\"wpseo_total_unindexed_posts\";i:1749725392;s:27:\"wpseo_total_unindexed_terms\";i:1749725392;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;}','auto'),(918126,'wpseo_titles','a:338:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:25:\"title-elementskit_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementskit_content\";s:0:\"\";s:27:\"noindex-elementskit_content\";b:0;s:38:\"display-metabox-pt-elementskit_content\";b:1;s:38:\"post_types-elementskit_content-maintax\";i:0;s:36:\"schema-page-type-elementskit_content\";s:7:\"WebPage\";s:39:\"schema-article-type-elementskit_content\";s:4:\"None\";s:32:\"social-title-elementskit_content\";s:9:\"%%title%%\";s:38:\"social-description-elementskit_content\";s:0:\"\";s:36:\"social-image-url-elementskit_content\";s:0:\"\";s:35:\"social-image-id-elementskit_content\";i:0;s:26:\"title-elementskit_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-elementskit_template\";s:0:\"\";s:28:\"noindex-elementskit_template\";b:0;s:39:\"display-metabox-pt-elementskit_template\";b:1;s:39:\"post_types-elementskit_template-maintax\";i:0;s:37:\"schema-page-type-elementskit_template\";s:7:\"WebPage\";s:40:\"schema-article-type-elementskit_template\";s:4:\"None\";s:33:\"social-title-elementskit_template\";s:9:\"%%title%%\";s:39:\"social-description-elementskit_template\";s:0:\"\";s:37:\"social-image-url-elementskit_template\";s:0:\"\";s:36:\"social-image-id-elementskit_template\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:15:\"title-inventory\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-inventory\";s:0:\"\";s:17:\"noindex-inventory\";b:0;s:28:\"display-metabox-pt-inventory\";b:1;s:28:\"post_types-inventory-maintax\";i:0;s:26:\"schema-page-type-inventory\";s:7:\"WebPage\";s:29:\"schema-article-type-inventory\";s:4:\"None\";s:22:\"social-title-inventory\";s:9:\"%%title%%\";s:28:\"social-description-inventory\";s:0:\"\";s:26:\"social-image-url-inventory\";s:0:\"\";s:25:\"social-image-id-inventory\";i:0;s:25:\"title-ptarchive-inventory\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-inventory\";s:0:\"\";s:27:\"bctitle-ptarchive-inventory\";s:0:\"\";s:27:\"noindex-ptarchive-inventory\";b:0;s:32:\"social-title-ptarchive-inventory\";s:21:\"%%pt_plural%% Archive\";s:38:\"social-description-ptarchive-inventory\";s:0:\"\";s:36:\"social-image-url-ptarchive-inventory\";s:0:\"\";s:35:\"social-image-id-ptarchive-inventory\";i:0;s:22:\"title-tf_header_footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tf_header_footer\";s:0:\"\";s:24:\"noindex-tf_header_footer\";b:0;s:35:\"display-metabox-pt-tf_header_footer\";b:1;s:35:\"post_types-tf_header_footer-maintax\";i:0;s:33:\"schema-page-type-tf_header_footer\";s:7:\"WebPage\";s:36:\"schema-article-type-tf_header_footer\";s:4:\"None\";s:29:\"social-title-tf_header_footer\";s:9:\"%%title%%\";s:35:\"social-description-tf_header_footer\";s:0:\"\";s:33:\"social-image-url-tf_header_footer\";s:0:\"\";s:32:\"social-image-id-tf_header_footer\";i:0;s:32:\"title-ptarchive-tf_header_footer\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-tf_header_footer\";s:0:\"\";s:34:\"bctitle-ptarchive-tf_header_footer\";s:0:\"\";s:34:\"noindex-ptarchive-tf_header_footer\";b:0;s:39:\"social-title-ptarchive-tf_header_footer\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-tf_header_footer\";s:0:\"\";s:43:\"social-image-url-ptarchive-tf_header_footer\";s:0:\"\";s:42:\"social-image-id-ptarchive-tf_header_footer\";i:0;s:18:\"title-metform-form\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-metform-form\";s:0:\"\";s:20:\"noindex-metform-form\";b:0;s:31:\"display-metabox-pt-metform-form\";b:1;s:31:\"post_types-metform-form-maintax\";i:0;s:29:\"schema-page-type-metform-form\";s:7:\"WebPage\";s:32:\"schema-article-type-metform-form\";s:4:\"None\";s:25:\"social-title-metform-form\";s:9:\"%%title%%\";s:31:\"social-description-metform-form\";s:0:\"\";s:29:\"social-image-url-metform-form\";s:0:\"\";s:28:\"social-image-id-metform-form\";i:0;s:24:\"title-tax-rnb_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-rnb_categories\";s:0:\"\";s:34:\"display-metabox-tax-rnb_categories\";b:1;s:26:\"noindex-tax-rnb_categories\";b:0;s:31:\"social-title-tax-rnb_categories\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-rnb_categories\";s:0:\"\";s:35:\"social-image-url-tax-rnb_categories\";s:0:\"\";s:34:\"social-image-id-tax-rnb_categories\";i:0;s:32:\"taxonomy-rnb_categories-ptparent\";i:0;s:18:\"title-tax-resource\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-resource\";s:0:\"\";s:28:\"display-metabox-tax-resource\";b:1;s:20:\"noindex-tax-resource\";b:0;s:25:\"social-title-tax-resource\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-resource\";s:0:\"\";s:29:\"social-image-url-tax-resource\";s:0:\"\";s:28:\"social-image-id-tax-resource\";i:0;s:26:\"taxonomy-resource-ptparent\";i:0;s:16:\"title-tax-person\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-tax-person\";s:0:\"\";s:26:\"display-metabox-tax-person\";b:1;s:18:\"noindex-tax-person\";b:0;s:23:\"social-title-tax-person\";s:23:\"%%term_title%% Archives\";s:29:\"social-description-tax-person\";s:0:\"\";s:27:\"social-image-url-tax-person\";s:0:\"\";s:26:\"social-image-id-tax-person\";i:0;s:24:\"taxonomy-person-ptparent\";i:0;s:18:\"title-tax-deposite\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-deposite\";s:0:\"\";s:28:\"display-metabox-tax-deposite\";b:1;s:20:\"noindex-tax-deposite\";b:0;s:25:\"social-title-tax-deposite\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-deposite\";s:0:\"\";s:29:\"social-image-url-tax-deposite\";s:0:\"\";s:28:\"social-image-id-tax-deposite\";i:0;s:26:\"taxonomy-deposite-ptparent\";i:0;s:20:\"title-tax-attributes\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-attributes\";s:0:\"\";s:30:\"display-metabox-tax-attributes\";b:1;s:22:\"noindex-tax-attributes\";b:0;s:27:\"social-title-tax-attributes\";s:23:\"%%term_title%% Archives\";s:33:\"social-description-tax-attributes\";s:0:\"\";s:31:\"social-image-url-tax-attributes\";s:0:\"\";s:30:\"social-image-id-tax-attributes\";i:0;s:28:\"taxonomy-attributes-ptparent\";i:0;s:18:\"title-tax-features\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-features\";s:0:\"\";s:28:\"display-metabox-tax-features\";b:1;s:20:\"noindex-tax-features\";b:0;s:25:\"social-title-tax-features\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-features\";s:0:\"\";s:29:\"social-image-url-tax-features\";s:0:\"\";s:28:\"social-image-id-tax-features\";i:0;s:26:\"taxonomy-features-ptparent\";i:0;s:25:\"title-tax-pickup_location\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-pickup_location\";s:0:\"\";s:35:\"display-metabox-tax-pickup_location\";b:1;s:27:\"noindex-tax-pickup_location\";b:0;s:32:\"social-title-tax-pickup_location\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-pickup_location\";s:0:\"\";s:36:\"social-image-url-tax-pickup_location\";s:0:\"\";s:35:\"social-image-id-tax-pickup_location\";i:0;s:33:\"taxonomy-pickup_location-ptparent\";i:0;s:26:\"title-tax-dropoff_location\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-dropoff_location\";s:0:\"\";s:36:\"display-metabox-tax-dropoff_location\";b:1;s:28:\"noindex-tax-dropoff_location\";b:0;s:33:\"social-title-tax-dropoff_location\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-dropoff_location\";s:0:\"\";s:37:\"social-image-url-tax-dropoff_location\";s:0:\"\";s:36:\"social-image-id-tax-dropoff_location\";i:0;s:34:\"taxonomy-dropoff_location-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),(918127,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:16:\"hoteldhruvpalace\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),(941393,'wp-optimize-compression_server','resmushit','auto'),(941394,'wp-optimize-image_quality','90','auto'),(941330,'w3tc_setupguide_completed','1751460978','off'),(941329,'w3tc_cached_notices','{\"time\":1751460949,\"notices\":[{\"id\":1,\"name\":\"flash-sale-half-off\",\"is_active\":1,\"audience\":\"all\",\"priority\":1,\"start_at\":\"2024-08-07 00:00:00\",\"end_at\":null,\"content\":\"<div class=\\\"notice notice-info is-dismissible\\\" data-id=\\\"1\\\">Get 50% off a W3 Total Cache 1 Site License! Use code flash-sale-half-off at checkout.<button type=\\\"button\\\" class=\\\"notice-dismiss\\\"><span class=\\\"screen-reader-text\\\">Dismiss this notice.<\\/span><\\/button><\\/div>\",\"created_at\":\"2024-08-07T00:00:00.000000Z\",\"updated_at\":\"2024-08-07T00:00:00.000000Z\",\"is_global\":false}]}','off'),(923059,'_transient_orders-transient-version','1748897408','on'),(919008,'wpcode_notifications','a:4:{s:6:\"update\";i:1751020297;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(919017,'ihaf_insert_header','<meta name=\\\"google-site-verification\\\" content=\\\"EpUBSBHe-7MiYsupzk1fen9FCqlOSGxlygJ3gAcH-Nk\\\" />','auto'),(919018,'ihaf_insert_footer','','auto'),(919019,'ihaf_insert_body','','auto'),(941995,'_transient_timeout_wc_term_counts','1754121360','off');
INSERT INTO `wpf4_options` VALUES (941717,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Peter Wilson: Unit testing WordPress plugin headers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://peterwilson.cc/?p=6615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://peterwilson.cc/unit-testing-wordpress-plugin-headers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:656:\"<p>WordPress plugins require a number of headers to be included in the plugin file for them to render correctly in the dashboard. If releasing a plugin on WordPress.org then a number of additional headers are required in the readme file.</p>\n\n\n\n<p>The problem I have is that I can never remember which header goes where. Each time I write a plugin, I have to spend time reading the docs and making sure everything is in the correct location.</p>\n\n\n\n<p>Continue reading <a href=\"https://peterwilson.cc/unit-testing-wordpress-plugin-headers/\">Unit testing WordPress plugin headers</a> on <a href=\"https://peterwilson.cc\" rel=\"nofollow\">peterwilson.cc</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jul 2025 21:43:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"bbPress: bbPress 2.6.14 is out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://bbpress.org/?p=245323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://bbpress.org/blog/2025/07/bbpress-2-6-14-is-out/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:726:\"<p>bbPress 2.6.14 is a <strong>minor</strong> release that fixes <a href=\"https://bbpress.trac.wordpress.org/milestone/2.6.14\">20 issues</a>. For everyone running bbPress 2.6, feel free to update at your earliest convenience. <img alt=\"🍯\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f36f.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p>This release improves Akismet, BuddyPress, and PHP 8.2 support, moderation terms, search, and more!</p>\n\n\n\n<p>(All of these fixes have already been merged into trunk/2.7.)</p>\n\n\n\n<p>Thank you to everyone who contributed to this bbPress release! <img alt=\"🙏\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f64f.png\" style=\"height: 1em;\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jul 2025 18:15:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: #175 – Jennifer Schumacher on Learning From Agency Mistakes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=197160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/podcast/175-jennifer-schumacher-on-learning-from-agency-mistakes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48363:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, learning from mistakes in website development agencies.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Jennifer Schumacher.</p>\n\n\n\n<p>Jennifer has been working with WordPress and web development for over 15 years. Her journey began with a spark of curiosity in university, building her first WordPress website after a YouTube crash course. Then evolving into freelance gigs, team collaborations, and eventually running a white label agency working alongside other agencies around the world.</p>\n\n\n\n<p>Jennifer’s experiences have exposed her to the highs and lows of agency life. Projects that run smoothly, but also cultures that can become toxic, people burning out, and the all too familiar frustration of unbillable hours, and broken processes.</p>\n\n\n\n<p>This inspired Jennifer’s lightning talk at WordCamp Europe 2025, where she shared some of the most common, and painful, mistakes she’s seen agencies make, and what can be learned from them.</p>\n\n\n\n<p>Jennifer walks us through her path in the WordPress world, and we discuss three real world mistakes agencies make. Web support that drains your soul, the design handoff from hell, and work more, bill less, and smile anyway.</p>\n\n\n\n<p>We talk through support, bottlenecks, frustrating design to development handoffs, and the dilemma of over servicing clients without fair compensation.</p>\n\n\n\n<p>Jennifer shares her candid perspective on why processes and honest communication matter, not just for the bottom line, but for the mental health and building sustainable teams. She also discusses how transparency, learning from failure, and continually improving processes can improve agency life.</p>\n\n\n\n<p>Jennifer’s approach is refreshingly open about both the mistakes and the solutions, aiming to help others avoid repeating them.</p>\n\n\n\n<p>If you found yourself frustrated with agency workflows, or are hoping to build a healthier business in the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you, Jennifer Schumacher.</p>\n\n\n\n<p>I am joined on the podcast today by Jennifer Schumacher. Hello, Jennifer.</p>\n\n\n\n<p>[00:03:26] <strong>Jennifer Schumacher:</strong> Hello. Nice to be here.</p>\n\n\n\n<p>[00:03:28] <strong>Nathan Wrigley:</strong> We’re here on Contrib Day. It’s WordCamp Europe 2025. Now, because it’s Contrib Day, that means you haven’t yet done what it is that you are going to do at WordCamp Europe. But you’ve got a presentation, like a lightning talk. So you’ve got 10 minutes to stand on the stage.</p>\n\n\n\n<p>The idea is that you are going to be talking about agency, WordPress agencies, how they mess up, I’m going to use that word, and how they can learn from their mistakes.</p>\n\n\n\n<p>So before we get into that, just tell us a little bit about you.</p>\n\n\n\n<p>[00:03:56] <strong>Jennifer Schumacher:</strong> I started web development about 15 years ago, maybe a even more even. I was at university, no money, on a freelance platform, and somebody asked me if I could build a website. I checked on YouTube, okay WordPress. I said yes, and then I sold a website. No idea how to do it, honestly. But then YouTube helped me figure things out, and that’s how I started and fell in love with it. No way to turn back.</p>\n\n\n\n<p>Went for it, did a couple of freelance gigs and then, you know, joining other team members, joining other people in the freelance world, building like groups, working on stuff together, working on projects. And then it grew, got bigger. We got bigger projects. We built a white label team working for the agencies, collaborating with other agencies. And that’s what I have done over the past years. So that’s a bit of my background.</p>\n\n\n\n<p>[00:04:47] <strong>Nathan Wrigley:</strong> Yeah, that’s perfect. Yeah, that’s great. I think your story sounds like a lot of people’s stories in that they, if you began 15 years ago, the web was still very much discovering what it was going to be. And you drop in and learn as you went along. I think maybe now that’s a little bit more difficult. I think if you drop in these days, it’s maybe more challenging. There’s so much more competition out there and things like that. yeah, your story kind of mimics mine except that you grew an agency and I didn’t, I just stuck as a one person, and that kind of worked out for me.</p>\n\n\n\n<p>[00:05:15] <strong>Jennifer Schumacher:</strong> Yeah, it’s like the people network, right? You meet different people and then you get to know each other, and then you start learning, and then you think about the opportunities. And then either you say, okay, this is a path that I want to take, or you don’t, right?</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> And have you ever worked for other people in website building? Have you worked for other agencies, or been an employee? Or has it always been you and the agencies that you have run?</p>\n\n\n\n<p>[00:05:36] <strong>Jennifer Schumacher:</strong> I never have been like an employee per se, so it was more like a contractor, but either freelance or for the agency that we built. But the nice thing, and why I really loved this was it was in different roles, right? Sometimes I was the designer in the beginning, or I was the developer. Later on I did develop myself, but that was in the WP Bakery days. So I don’t do that anymore to be honest.</p>\n\n\n\n<p>Yeah, so it was design then more development. And then later on I moved more into project management. And then in the most recent years, there’s so many things that I, after all those years, you know, it’s nice, I love WordPress, but certain things make me sick. I was like, God, no, I don’t want this anymore.</p>\n\n\n\n<p>Certain stress levels that I’ve reached where I said, no, I don’t want to do it the same old way as usual. This is something that my talk will be about, to be honest.</p>\n\n\n\n<p>And the last couple of years have been more about process improvement. Doing things faster, less stress, and then also all these unbillable hours that many people just hide below the table. So this has been my focus for the last couple of years.</p>\n\n\n\n<p>[00:06:41] <strong>Nathan Wrigley:</strong> Okay. Well, I’ve got to say it’s very, very nice to meet somebody who’s really open and honest about their successes, but also things that they consider they could do better. Let’s use the word failures. I think most people kind of hide that stuff, but it’s really interesting that you are doing a presentation where you are raising that as, okay, I messed this up, I messed this up, I messed this up, and here’s how I took it as a, you say learning opportunity, which I suppose is the best way to parse any of those kind of things.</p>\n\n\n\n<p>Why are you doing a talk though at WordCamp? So this is kind of a more of a community question. It’s not really about the presentation itself. I’m just curious as to why, what is it that you get out of it? Do you just enjoy sort of hanging out at these events or, why have you decided to do it?</p>\n\n\n\n<p>[00:07:20] <strong>Jennifer Schumacher:</strong> How can I explain that in the best possible way? I’ve met many great people over the years, but I’ve seen many of them who got frustrated about certain things in part of the culture at the agency they worked at. I’ve seen toxic cultures as well. I’ve seen many projects that started off very nice and then it became frustrating over the time. And then towards the end, people were not getting paid according to what they actually delivered.</p>\n\n\n\n<p>I’ve seen people that later on actually quit and they said again, I don’t want to do it anymore. That they were so frustrated, especially in project management, I’ve seen a couple of them just drop out. It’s like, you know what? Not doing it anymore. And I don’t think that that’s worth it.</p>\n\n\n\n<p>If we don’t talk about what goes wrong, if we don’t acknowledge about stuff, these things that could be better, and then say, hey, you know what, let’s figure out a better path and resolve this kind of stress because we deserve a better team that’s in sync, then what are we doing? If we just continue and say, well, that’s agency life, you know? That’s how it is in agencies. No, it’s not supposed to be that way.</p>\n\n\n\n<p>If you just accept it and just go with it, then it’s going to be that way. I think it’s worth sharing that, because if you don’t ask the question, how can it be better? You’re not making anything better to be honest.</p>\n\n\n\n<p>[00:08:38] <strong>Nathan Wrigley:</strong> Okay. Thank you. So let’s hope that the wisdom that you impart will land with the people. But you’ve got this idea of three real world agency mistakes. That’s what you’re going to focus on in your 10 minutes.</p>\n\n\n\n<p>I have a question around that. So obviously you’re going to highlight the things that went wrong, explain how you tackled it. Do you ever get the sense though that there’s ever, and I’m doing air quotes, a perfect system? Have you ever landed on something where you think, okay, that’s it, I do not need to improve that thing anymore? Or is there always room for improvement?</p>\n\n\n\n<p>[00:09:09] <strong>Jennifer Schumacher:</strong> Well, that’s a good question to be honest. I’m German. Many Germans try to be perfect to be honest. But I don’t think perfect exists, and isn’t imperfect perfect. Because the thing is like, learning is a journey, so if we set up a system and then we figure out, okay, let’s try that way, and then we work with it and then see, what can we tweak, what can we improve? And isn’t that what makes it perfect, right? Because we keep improving things.</p>\n\n\n\n<p>There are new things coming out now, you know, AI is everywhere. So, are there certain things that we can use that help our system? We just keep tweaking it. So, no, perfect system. Do I want one? No. Is it fun to keep tweaking things? Yes. So I think you’re just trying to get started, build a certain setup and try to improve it over time.</p>\n\n\n\n<p>[00:09:58] <strong>Nathan Wrigley:</strong> Yeah. So that would’ve been the way I would’ve paraphrased it as well. You kind of get something which feels like it’s good for now and then the technology changes, WordPress adapts and you have to figure it out a new. Okay, that’s great.</p>\n\n\n\n<p>So there are three things that you’re going to tackle. Maybe you could’ve done 5, 10, but the time was probably the limitation. What are the three things that you are going to mention? What are the three things which agencies make as mistakes that you have encountered?</p>\n\n\n\n<p>[00:10:21] <strong>Jennifer Schumacher:</strong> First of all, I had to think a lot about, okay, which kind of situations do I want to include, right? Because over the years, you know, you collect a lot of stories, and I think the most impactful is a story. You want to talk about a specific situation where you were in. And so I was thinking about, what should I cover?</p>\n\n\n\n<p>For each story I made a nice headline. I can just quickly share those headlines, and then you think about what you think that that means.</p>\n\n\n\n<p>[00:10:46] <strong>Nathan Wrigley:</strong> Perfect.</p>\n\n\n\n<p>[00:10:47] <strong>Jennifer Schumacher:</strong> So the first one is, support that drains your soul. The second one is, the design handoff from hell. The third one is, work more, build less and smile anyway.</p>\n\n\n\n<p>[00:10:59] <strong>Nathan Wrigley:</strong> Let’s go back to the first one then. You’re going to have to say the exact wording, because I’ll probably get it wrong. What was number one again?</p>\n\n\n\n<p>[00:11:04] <strong>Jennifer Schumacher:</strong> It’s web support that drains your soul.</p>\n\n\n\n<p>[00:11:07] <strong>Nathan Wrigley:</strong> Okay, tell us, what went on here? What calamity befell you and your agency that led to that portion?</p>\n\n\n\n<p>[00:11:13] <strong>Jennifer Schumacher:</strong> I’ve seen it in many, many agencies and if, for example, once I had a agency in Switzerland and they said, we manage one point of contact for our clients. So this was mainly the project manager, right? So whenever the client wanted something, they contacted this person.</p>\n\n\n\n<p>Why was that not a good idea? Because pretty often the people that I met were just simply overworked, especially when it came to support staff. Because the client got in touch with them, they got in touch with the designer. The designer got in touch with them. They got back to the client and they were just in the middle on every little item.</p>\n\n\n\n<p>And the more you have of this kind of support work, the stressier it gets. And this is something where I’ve seen a lot of things go wrong and where I’ve seen a lot of frustration just for being the person in the middle.</p>\n\n\n\n<p>[00:11:58] <strong>Nathan Wrigley:</strong> That was something which was commonly, I want to use the word taught. People often told me it would be better to always deal with this one person, because that one person at least is this single point of contact. You can build up a relationship with them. Just prize that open a little bit. Has that led to problems, and what were those kind of problems? Was it that that person, I don’t know, maybe they are not a good communicator or something like that?</p>\n\n\n\n<p>[00:12:21] <strong>Jennifer Schumacher:</strong> Well, the thing is, that person doesn’t, it’s just a person most of the time that communicates. This person’s never resolving the issue. So for example, the client has something super simple, I want to change the position of that button. So the client asks their single point of contact. The single point of contact, they go to the developer, hey, they want to change that button. But then the developer goes back, but yeah, but this position we cannot do, it’s not recommended.</p>\n\n\n\n<p>It’s like ping pong. And let’s say changing that button takes like maybe just 30 minutes, but the entire communication about where the button should go and why not there, why it would be more recommendable to go into that spot exactly, or which size or animation they want. These kind of details take maybe two and a half hours. But now the client doesn’t really want to pay for the communication about it.</p>\n\n\n\n<p>And then in the end, I’ve seen many, many agencies, they just put this under the table, under the rug, or they say it and then just don’t admit it. And if you have a lot of these support items, you have a lot of unbillable hours. And is that sustainable? No. Is that frustrating? Yes. Especially if you’re a small team and you need to bill for the time. If you’re not able to bill for it, then what are we doing here?</p>\n\n\n\n<p>[00:13:31] <strong>Nathan Wrigley:</strong> So this is the idea then that in a company, let’s say that you as a freelancer are working with a company, I don’t know, maybe they’ve got a hundred employees or something like that. You’ve set it up so that you only speak with this one person in their company. But those other 99 people are funneling all of their bits and pieces through that one person.</p>\n\n\n\n<p>You just get this backwards and forwards. That one person becomes a bottleneck because they’ve got to communicate with the 99 people. Any change has to go through them.</p>\n\n\n\n<p>Okay, what was the second one? I’ve forgotten, I’m sorry.</p>\n\n\n\n<p>[00:13:57] <strong>Jennifer Schumacher:</strong> The design handoff from hell.</p>\n\n\n\n<p>[00:13:59] <strong>Nathan Wrigley:</strong> Okay, what’s that?</p>\n\n\n\n<p>[00:14:00] <strong>Jennifer Schumacher:</strong> Have you ever worked, like you’re a developer and then you are working on a project where they say, okay, the design will be done by a design agency or by some other designer. And then you get the design, you’re like, well, that doesn’t fit anymore what I thought I would spend on time in the beginning. And then I get a file, it was not even clear like this page, what should be the H1?</p>\n\n\n\n<p>And then inconsistent styles. And then suddenly on the mobile view, if the designer also did a mobile view, the designs do not match at all. Like, on this screen they use this size, on this screen, this size. Super inconsistent. And this is so frustrating. Because as a developer, in theory, then suddenly you have so many hours.</p>\n\n\n\n<p>Then, again, you have to decide, do I log them? Do I tell them that this is not anymore a fit? And if I am not anymore making it a fit, do I look bad? And again, unbillable hours. And then either you bill them or you’re like hiding them. I don’t like that.</p>\n\n\n\n<p>[00:14:57] <strong>Nathan Wrigley:</strong> This is the idea of if you are, I guess if you’re in a big agency where you’ve got a design team, and the design team is literally in the, you know, the cubicle next to you. That’s a fairly easy point to solve because you just stand up and have a chat about it. But if you’re a freelancer, or you’re dealing with a third party design agency or something like that, it’s a real bottleneck, isn’t it?</p>\n\n\n\n<p>Because you get a design, it looks great, but suddenly you realise, well, yeah, it looks great, it would make a great magazine piece. Transferring that over to the web with H1s and paragraphs, and it’s got to be accessible and color contrast has got to be good and all of this kind of stuff, that suddenly becomes problematic.</p>\n\n\n\n<p>And usually the client doesn’t have that same level of expertise. So you know, they might catch sight of that design and think, perfect, do that. Do exactly what we see and then you have to have this whole tennis again of explaining, well, actually we can’t do it quite like that. So, okay, that’s the second one.</p>\n\n\n\n<p>[00:15:50] <strong>Jennifer Schumacher:</strong> What I can tell you is that I’ve seen this happen nonetheless in big agencies too. I have worked also with agencies with more than 150 employees. And it always depends a lot on their internal processes and how they approve and the system, right?</p>\n\n\n\n<p>Nonetheless, I’ve seen also like big design agencies, and it looked all fancy, but then it did not match up. Maybe you’re very good at selling, but if you internally do not have certain systems in place, this stuff can still happen.</p>\n\n\n\n<p>[00:16:21] <strong>Nathan Wrigley:</strong> Yeah. And I also feel that when I was doing this kind of work, when I was a freelancer, I had to be all the things. I had to be literally everybody. I had to be the designer, I had to be the developer, I had to be the communicator, I had to be the marketer, I had to be the SEO. I had to be all of these things. And with the best will in the world, I’m not the best at all of those things. Probably one or two things I’m pretty good at, but the rest of them fairly lousy.</p>\n\n\n\n<p>And so that kind of fits in as well. And again, the process, getting a process exactly right. You are all about sort of saving money by having a process, saving time and money by having a process, yeah.</p>\n\n\n\n<p>[00:16:54] <strong>Jennifer Schumacher:</strong> To be honest, in my opinion, it’s mental health. Because if it goes on for too long that you’re charging less than what you are actually bringing to the table, that’s frustration. You bring that frustration to your home, that’s when you get stressed out. You share with your family what happened. You are like unloading the stress. You are not that much capable of being a good listener if you’re stressed. And you want to be a good listener with the people that you love. So, what are we doing here? You know?</p>\n\n\n\n<p>[00:17:23] <strong>Nathan Wrigley:</strong> You also become like a double fronted marketplace a little bit. Because you’ve got the designer over here who’s giving you designs and you are sat in the middle. And then you’ve got the client over here and you are sat in the middle. And you become this person that has to communicate the ideas in both directions.</p>\n\n\n\n<p>And when they say, we want this, you have to communicate that back to the designer. Do you have like a trusted designer or a design, like a network or a team or something like that, that you just more or less rely on that because you’ve figured out they know what I am typically going to want?</p>\n\n\n\n<p>[00:17:52] <strong>Jennifer Schumacher:</strong> I give them guidance how I want it. Some have, you know, worked with me before, here and there, and then they already know. But I tell them exactly how we need things, and then I point things out, okay, hey, like a checklist. Okay, we need to check this, this, this, this, this. And this sometimes could take a lot of time too, depending on the people that, you know, I work with.</p>\n\n\n\n<p>But it’s not that I have like a hundred percent go-to person per se. No. Maybe I can share that same thing. I did design many years ago, then development. And sometimes I need to also, you know, pause and say like, Jenny, no, don’t jump in and just do it yourself. You know, I could, but I just should not. So I just try to, let’s say, express how I need things to be done before going into development. If that’s not done, we’re not going into development.</p>\n\n\n\n<p>[00:18:41] <strong>Nathan Wrigley:</strong> I think designing for the web is really difficult because it is a real skill in and of itself. You know, if you’re designing for a magazine layout, I mean, obviously there’s a high level of skill required to do that in an effective way. But then being able to actually understand the semantics of that design, and how it might look, and especially now where we’re going into a web which is not three view ports. It’s not just mobile, it’s not just tablet, and it’s not just desktop.</p>\n\n\n\n<p>It’s this much more kind of, we have no idea what you’re going to be viewing it on. We don’t know the width. I think this sort of Intrinsic Design, which people keep talking about, that makes the job even more difficult, okay. So there’s number two.</p>\n\n\n\n<p>Number three, what was that one?</p>\n\n\n\n<p>[00:19:23] <strong>Jennifer Schumacher:</strong> Number three was, work more, bill less and smile anyway.</p>\n\n\n\n<p>[00:19:27] <strong>Nathan Wrigley:</strong> Okay, go on. Did you say work more, bill less?</p>\n\n\n\n<p>[00:19:30] <strong>Jennifer Schumacher:</strong> Yeah. Work more, bill less.</p>\n\n\n\n<p>[00:19:32] <strong>Nathan Wrigley:</strong> That seems counterintuitive.</p>\n\n\n\n<p>[00:19:33] <strong>Jennifer Schumacher:</strong> Yeah.</p>\n\n\n\n<p>[00:19:33] <strong>Nathan Wrigley:</strong> Most people would say work less, bill more.</p>\n\n\n\n<p>[00:19:36] <strong>Jennifer Schumacher:</strong> Well, everybody likes to say that, which is unfortunately, the truth is not always how it works, right? So, how about this? Have you ever been on a project where time goes by in the beginning, everybody’s excited? All fits, looks good. We’re progressing and then the client comes back with feedback and then there’s a change. Maybe it’s a change request, you know, okay, we add some extra hours.</p>\n\n\n\n<p>But then there’s something that either we did not notice, for example, oh, this doesn’t work in the Safari. And suddenly we need to work a bit more to make it a fix. But the budget is really tight. Anyway, we need to fix this. Or the client wants something, oh, but this should also animate. You animated this, but also this needs to be animated.</p>\n\n\n\n<p>Details. Detail here, a detail there. And then suddenly you notice like, well, the budget we had is not anymore available, but the client is still asking for things, and even saying stuff like, that should be included. How could you charge that extra? Or it was not communicated early enough like, hey, you know what, client, our budget is getting tight. If you are requesting more things, we will need to invoice you extra down the road.</p>\n\n\n\n<p>Of course you want to say, okay, if there’s something wrong with our work, we will cover this internally. You don’t want to be somebody who says, okay, I did a mistake, but I’m not correcting it, haha. But if the client is requesting more stuff, you need to let them know in advance. Because if you let them know later, they also go like, huh? Where does that come from? Why didn’t you tell me that this has got more expensive?</p>\n\n\n\n<p>And then suddenly you cannot charge them for that. And now you worked more, but you are effectively billing less if you take your effective hourly rate, what you actually delivered and work.</p>\n\n\n\n<p>I’ve met agencies, freelancers, when they would really calculate their effective hourly rate, they would be crying, sitting in the corner of the room and crying. This is frustrating, right? And nobody likes that. But anyway, they expect you to sit there smiling and just pretend like everything was good.</p>\n\n\n\n<p>[00:21:33] <strong>Nathan Wrigley:</strong> Do you always do that with your clients though? Do you have that approach of, we must smile through this, even though things are not necessarily working out? Because that was one of the things that you wrote in your description. Let me just find it. You wrote, it’s about laughing, learning, and maybe even recognising a situation you’ve been in yourself.</p>\n\n\n\n<p>So do you try to have that sort of humorous approach when things are not working out? Can you always laugh? Because sometimes these things can be so profoundly, well, annoying, let’s go with that. It’s difficult to laugh, I think.</p>\n\n\n\n<p>[00:22:01] <strong>Jennifer Schumacher:</strong> I think it depends a lot on your personality. I can tell you something. So I live in Spain and in Mexico. I’m German, but I don’t live anymore in Germany. But I think when you meet different cultures and see how they react, how they treat certain situations, that made me open up my eyes and see like, okay, you know, you always have the choice. How do you react to this? This is your choice.</p>\n\n\n\n<p>And if you get frustrated and you dwell into the pain and just continue again and again, and in the same cycle, then that’s your choice. What’s the other end, right? You can just say, hey, you know what? It was a mistake or this happened. I’m not happy about it, but the only thing I can do is appreciate that it happened because it gave me the opportunity now to learn from it. And that’s the super different perspective.</p>\n\n\n\n<p>Some people are not capable of thinking like that, but I prefer to think like that, because it makes me feel better and it makes me look at possible solutions and focus on that. Instead of me looking at the situation, focusing on the issue and the problems.</p>\n\n\n\n<p>[00:23:07] <strong>Nathan Wrigley:</strong> I think it’s very difficult in the moment sometimes to be so, I’m going to use the word sanguine. Just to be so measured about it because you know, something doesn’t work out. Maybe the first reaction is a buildup of anger or something like that. But to have that, to be able to in your head, parse that and say, you know what? The anger probably won’t get me anywhere, but viewing that as a learning opportunity.</p>\n\n\n\n<p>Because you go into pains, that’s what you say over and over again. Treat it as a learning opportunity. It’s almost like Zen Buddhism, or something like that, you know, it’s kind of trying to turn a bad situation into a good situation.</p>\n\n\n\n<p>But you are also at pains to say, well, it feels like you’re at pains to say, just don’t keep repeating it though. You know, if something bad happened, learn from it, but then adapt the process. Make the process different so that it doesn’t happen a second or a third time because, well, that’s crazy making.</p>\n\n\n\n<p>[00:23:57] <strong>Jennifer Schumacher:</strong> Yeah. But that’s, again, the reason why I think I really love the opportunity to be here and to be having that speech at WordCamp. Because, I get frustrated just thinking about it, I’ve seen so many great people just do the same thing over and over again, because they think that’s it and that’s how it is in agencies. It doesn’t matter if they work at this agency or that agency.</p>\n\n\n\n<p>Maybe some do it a bit different here or there, but the same problems come up and they do not really think about, how can I resolve this? New project. Like, new projects will fix it, or let’s sell more. Let’s fix it in the next project. Let’s fix it in the next project.</p>\n\n\n\n<p>But then they don’t think about a fix. And I have a couple of people who I really think like, God, you’re so good at what you do, but why do you do this to yourself? Why don’t you think about how to get out of this mess? And I think that’s what I want to do, what I want to share because you have to focus on how to solve this. Otherwise, if you don’t make it a priority, you’re stuck where you are.</p>\n\n\n\n<p>[00:24:50] <strong>Nathan Wrigley:</strong> I guess also, each one of us really genuinely does have, so I’m focusing on a freelancer at the minute, you know, so you’re not in an agency, it’s just you. We all really genuinely do have a unique set of attributes which make us the way we are. And it may be that you just have to lean into those. You’re good at this thing, you’re not so good at that thing, so maybe that gets outsourced, or maybe you just have to approach it in a different way. But it’s very, very hard.</p>\n\n\n\n<p>I also think that over the last 10 years, we’ve lived through a cycle of YouTube videos where people are trying to pitch us the perfect solution. In 10 minutes I’ll teach you how to revolutionise your agency. Some of that works, I’m sure, but there seems to be quite a bit of snake oil there as well.</p>\n\n\n\n<p>And what i’m trying to say is, just because it’s in a YouTube video or somebody is shouting from the rooftops that they’ve got the answer, it may be that that answer actually won’t work for you because that’s not who you are.</p>\n\n\n\n<p>[00:25:43] <strong>Jennifer Schumacher:</strong> Yeah. Well, that can be too. The thing is like, if you see those fancy videos on YouTube with these nice titles, they put them because that gives them a better click rate because people are more like, okay, well, I want to see if I just say like I have something that’s way high work. If you think that that’s a good idea or not, that’s up to you. It’s not a big selling point, right?</p>\n\n\n\n<p>So they write it that way just because of the enticing title makes you click. So that’s also, you know, it’s your human brain that follows this kind of direction. Yeah, so I think a big part, just as you mentioned, resources, YouTube. For me, the biggest part has been asking. And that’s why I loved, we started white labeling, working with other agencies, I learned so much from them. So much.</p>\n\n\n\n<p>And just sharing, I have one CEO that I once asked, he had built an agency with over two hundred employees, and they started out as four many years ago. I asked him for lunch. I asked, I would love to know how you did it. What was your motivator? How did you decide who to hire? How did you find the right people? What were the big decisions or risks that you took.</p>\n\n\n\n<p>And I think that is so important. Why not? What do we have to lose? I think, why not open up conversations and just ask, how are you approaching this? And I think this kind of stuff gets lost a lot. It’s not just only just sitting there and looking at YouTube videos. Who else could I ask? How do you deal with this?</p>\n\n\n\n<p>[00:27:12] <strong>Nathan Wrigley:</strong> I have a question, which is maybe one that you don’t want to answer because it’s quite vulnerable. But what is your biggest mistake? What’s the thing that if you look back over your career you think, oh boy, that was a calamity?</p>\n\n\n\n<p>[00:27:23] <strong>Jennifer Schumacher:</strong> I have one and I think I’m not, well, it is embarrassing. Yes, it is. But why not? It’s like a learning opportunity, right?</p>\n\n\n\n<p>So when I was younger, oh God, I don’t know how many years ago, it was like 10 years maybe. So I thought, okay, I want to build a team, I want to do this. Let’s make it at an agency. We have clients, we have projects, okay, cool.</p>\n\n\n\n<p>So I searched for people. I got an office and we were all there. And I thought, okay, I also want to be great with our culture because I think, you know, the team is what matters because only if the team is happy, we can make great work. I wasn’t going to be the one that’s sitting there with a whip, you know, like, do this, do this, do this. That was not how I envisioned myself.</p>\n\n\n\n<p>But I focused so much on this team that I did not notice that I did not yet learn enough how to be a good salesman. Few months later, I ran out of money.</p>\n\n\n\n<p>And because I was not yet intelligent enough about putting up boundaries that certain clients were like, oh, what? That should be included. Why was that not covered? And we just went in and covered it and not communicate, okay, that we stopped covering certain things for free. We did not yet know how to charge certain things on time.</p>\n\n\n\n<p>So we were still like, or I was still, did not resolve it. I did not think about, how do I need to do it so I don’t get myself in the situation that I would have a hard time getting out of, especially financially? And then I had to say, okay, that’s it. Pack my bags. I then started a job in sales. And then I had to learn, damn, how do I sell? How do I communicate? And that I did for a year and a half. And when, again, made more money outside of the job, I did quit.</p>\n\n\n\n<p>[00:29:06] <strong>Nathan Wrigley:</strong> Okay, so that was a real learning opportunity, wasn’t it? You went, the whole thing collapsed but the key bit that was missing was sales. You pick yourself up, got a sales job, learnt the sales portion, and then kind of began again. I guess it worked out the next time.</p>\n\n\n\n<p>[00:29:18] <strong>Jennifer Schumacher:</strong> Yeah. This time, we’re still here.</p>\n\n\n\n<p>[00:29:20] <strong>Nathan Wrigley:</strong> That was the low point. That was the thing which you did worst. Maybe you’ll be good at answering this question. Some people are a bit shy when you ask a question like this. What’s the thing that you think you’ve done best?</p>\n\n\n\n<p>[00:29:29] <strong>Jennifer Schumacher:</strong> Oh. What? The best.</p>\n\n\n\n<p>[00:29:30] <strong>Nathan Wrigley:</strong> Yeah. What’s the bit that if you look back over your 15 years, I mean, it may not be exactly one thing, but can you summon up something which you think, actually, do you know what? I’m really proud of me for that.</p>\n\n\n\n<p>[00:29:41] <strong>Jennifer Schumacher:</strong> I’m really proud of me for opening up and saying like, you know what, that’s not how it has to be. I don’t want this anymore. I want to see how I can improve this. I must say that my husband has been a bit of an inspiration here too. He’s the kind of person that’s like, ah, I want to work less. Like, I don’t want to work that much. And he finds a way to do it. He always does. He always finds his way around. It’s like, how come that he figures that out and I don’t? And I’m like, sitting here stressed.</p>\n\n\n\n<p>And there was also this thought like, do I like this stress? Do you know these people who are addicted to this kind of stress? And they just think they need it. It’s like, do you really think you need it? Do you really think that that’s what you want? Yeah, this is what made me think. And I’m happy that decision, saying like, you know, no. I don’t want that anymore.</p>\n\n\n\n<p>And i’m still having things to learn. You know, there’s still things that I’m working on. Totally. I think having that in your, like a little angel, I don’t know, or figure in the back of your head saying like, you shouldn’t do that. Can this be better? Think about it. That’s what I’m proud of.</p>\n\n\n\n<p>[00:30:47] <strong>Nathan Wrigley:</strong> Being honest with yourself, even if that means some uncomfortable realisations.</p>\n\n\n\n<p>[00:30:51] <strong>Jennifer Schumacher:</strong> Oh God, yeah. Tell me. Admitting to yourself like, damn.</p>\n\n\n\n<p>[00:30:56] <strong>Nathan Wrigley:</strong> Yeah. Yeah. I know what you mean. We often have a culture of, okay, just work harder. Just keep going. Just keep doing the same thing because I’m pretty sure the process over there is bulletproof. Just keep going, and maybe being a bit more open with yourself and trying to learn from the mistakes.</p>\n\n\n\n<p>[00:31:12] <strong>Jennifer Schumacher:</strong> And I think when you see somebody, it’s not cheating the system, but it’s kind of like doing it faster and being more relaxed and even having time to do some extra stuff, and you’re like, I want that. Why am I not striving for that? Why the hell I’m just focusing on being more busy? I think you start doubting things.</p>\n\n\n\n<p>[00:31:31] <strong>Nathan Wrigley:</strong> Yeah, that’s interesting. There’s always somebody in my life who seems to have way more free time than I do. There has to be a reason for that. And probably that they’ve just figured it out and allowed themselves the time off.</p>\n\n\n\n<p>And I always found that curious. I would find myself sitting at the desk doing the busy work, just because it felt like I needed to be shackled to the desk because that was where work took place. But really, I probably would’ve been way more productive if I’d gone for a walk for half an hour or just did something a little bit more for me, and then come back, regroup, start again. I never did learn that.</p>\n\n\n\n<p>[00:32:05] <strong>Jennifer Schumacher:</strong> Isn’t that, like it sounds so weird, but isn’t that kind of the expectation of society that you should be sitting there on that desk. How come you’re just going for a walk? How come you’re just saying, you know what, I’ll just get my hair done. Let’s just relax a bit and then I get back with a clear mind to that issue. Why not? But no, society expects you to be available, to be at the desk. That’s how you look good.</p>\n\n\n\n<p>[00:32:29] <strong>Nathan Wrigley:</strong> And it’s curious, we’re in such a fortunate position. I mean, obviously if you work in an agency and they provide you with a desk and you have to be there from nine to five, you’ve got that. But there’s a lot of people in our industry who don’t. You know, they’re working out of a spare room in the house. Maybe they’re doing it out the kitchen or what have you. And you can, you genuinely can, take time off and do other things and work a little bit later because you gave up some time during the day. You can be flexible. I think that’s one of the most remarkable things about the industry that we’re in. It’s utterly brilliant.</p>\n\n\n\n<p>[00:32:57] <strong>Jennifer Schumacher:</strong> I read the other day on my phone an article, it was about a bank where they were saying like the four day work week. And they were saying like, now that AI is around the corner, it’s a no brainer. That’s going to happen. Because we will be able to get more efficient with how we do things. And I think, isn’t that beautiful to more focus on outcomes instead of like the nine to five.</p>\n\n\n\n<p>Well, depends also how you manage the agency and everything. And I’ve seen many, they said they want to call their employees back. For example, in Mexico, like I live partially there. Many, many people got called back. But others in Germany I’ve seen, they still keep a hybrid model. Some days they just say, okay, we do a day here, a day there. But many developers said like, nope, staying at home.</p>\n\n\n\n<p>[00:33:42] <strong>Nathan Wrigley:</strong> So people listening to this podcast, hopefully some of them will think, do you know what? It’d be really interesting to chat this through with Jennifer. You know, she seems like she’s got some interesting ideas around that. Do you have a little community of people that you vent your anger, vent your frustration with? Do you have a little clique of people where you share the ideas that you’ve been discussing today?</p>\n\n\n\n<p>[00:34:01] <strong>Jennifer Schumacher:</strong> Besides my husband.</p>\n\n\n\n<p>[00:34:02] <strong>Nathan Wrigley:</strong> Yeah, how do you keep yourself sane? Yeah.</p>\n\n\n\n<p>[00:34:04] <strong>Jennifer Schumacher:</strong> I do not yet have a big community, but I am working on this. Because I think it’s great just to share. I was in this mess, in this chaos until I realised, like I had this awakening moment for more like 10 years. So 10 years, I kind of would, was like lying to myself, I feel.</p>\n\n\n\n<p>So I would love to share more. I want to do a LinkedIn live show. So I’m preparing that kind of stuff just to share, like we do, like a bit of talking. How did you do that? And just this story. I have a great network of people that I’ve met over the years with great stories.</p>\n\n\n\n<p>And this is something that I want to share. I also wrote a book for freelancers, where I just share the exact same thing because damn, I wish I would’ve noticed certain things earlier, to be honest. Because 10 years is quite a lot, you know? And especially when you start out and you’re freelancing, oh God, I just charge way less. I just shouldn’t think about it.</p>\n\n\n\n<p>But you know, I didn’t even know how much I was worth. I didn’t even know how to protect myself so that certain situations I could say ahead of time, you know what? That’s it. This entire project management mindset, or building the system, it didn’t occur to me for so long. I just thought, no, let me put this in a book and then, why not?</p>\n\n\n\n<p>[00:35:21] <strong>Nathan Wrigley:</strong> So, where do we find the book? Or where’s the best place to find you, which then might link to the book?</p>\n\n\n\n<p>[00:35:26] <strong>Jennifer Schumacher:</strong> On LinkedIn. And just, first of all, my network, I just want to get some feedback and then improve it. And then let’s see what else I can put in it. I also can share you something, maybe that’s something you found interesting. There’s this writer, Ryan Holiday. He has a great, great book that’s just called Growth Hacker Marketing. Read it. I love it. And I love the way how he writes this book because it’s so honest. It’s so transparent.</p>\n\n\n\n<p>And I wrote it the same way he did. I took my entire inspiration, how I wrote it, based on his book. And I also have a couple of stories that I share at the end of the book from other people out of my network. How they did resolve, for example, the cash flow issue, right? How they approached the entire setup. Where how they even were able to sell their agency. You know, like build it and sell it.</p>\n\n\n\n<p>That’s what I mean, ask others. Ask others how they did it. And then not getting stuck on these fancy YouTube videos for people that say they have the solution. But I think it’s so much worth it just to have conversations and learn and listen.</p>\n\n\n\n<p>Maybe you do not have to take everything that people say, but maybe just can take a bit here or there and then build your own. That’s what I like.</p>\n\n\n\n<p>[00:36:34] <strong>Nathan Wrigley:</strong> Perfect. Jennifer Schumacher, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:36:38] <strong>Jennifer Schumacher:</strong> It was a pleasure to be here, to be honest. Thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/schumjenny/\">Jennifer Schumacher</a>.</p>\n\n\n\n<p>Jennifer has been working with WordPress and web development for over 15 years. Her journey began with a spark of curiosity in university, building her first WordPress website after a YouTube crash-course, then evolving into freelance gigs, team collaborations, and eventually running a white label agency working alongside other agencies around the world. </p>\n\n\n\n<p>Jennifer’s experiences have exposed her to the highs and lows of agency life, projects that run smoothly, but also cultures that can become toxic, people burning out, and the all-too-familiar frustration of unbillable hours and broken processes. This inspired Jennifer’s lightning talk at WordCamp Europe 2025, where she shared some of the most common (and painful) mistakes she’s seen agencies make, and what can be learned from them.</p>\n\n\n\n<p>Jennifer walks us through her path in the WordPress world, and we discuss three real-world mistakes agencies make: “web support that drains your soul,” “the design handoff from hell,” and “work more, bill less and smile anyway.”</p>\n\n\n\n<p>We talk through support bottlenecks, frustrating design-to-development handoffs, and the dilemma of over-servicing clients without fair compensation. Jennifer shares her candid perspective on why processes and honest communication matter, not just for the bottom line, but for mental health and building sustainable teams.</p>\n\n\n\n<p>She also discusses how transparency, learning from failure, and continually improving processes can improve agency life. Jennifer’s approach is refreshingly open about both the mistakes and the solutions, aiming to help others avoid repeating them.</p>\n\n\n\n<p>If you’ve found yourself frustrated with agency workflows, or are hoping to build a healthier business in the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p> Jennifer’s presentation at WordCamp Europe 2025: <a href=\"https://europe.wordcamp.org/2025/session/3-wordpress-agency-fckups-and-what-i-learned-from-them/\">3 WordPress Agency F*ckups and What I Learned from Them</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/2025/06/07/3-wordpress-agency-fcku\">The presentation on WordPress.tv</a></p>\n\n\n\n<p><a href=\"https://www.penguinrandomhouse.com/books/315135/growth-hacker-marketing-by-ryan-holiday/\">Growth Hacker Marketing book by Ryan Holiday</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jul 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"HeroPress: From Gaza to WCEU 2025 Basel – My Journey as a WordPress Developer from War to Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://heropress.com/essays/from-gaza-to-wceu-2025-basel/#utm_source=rss&utm_medium=rss&utm_campaign=from-gaza-to-wceu-2025-basel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13402:\"<img alt=\"Pull Quote: I’ve seen what war can destroy. Now I want to see what code and community can build.\" class=\"attachment-large size-large wp-post-image\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2026/07/070125-min.jpg\" width=\"1024\" /><h2 class=\"wp-block-heading\" id=\"h-from-a-refugee-camp-to-a-worldwide-community\"><strong><img alt=\"🇵🇸\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f1f5-1f1f8.png\" style=\"height: 1em;\" /> From a Refugee Camp to a Worldwide Community</strong></h2>\n\n\n\n<p>I was born and raised in <strong>Al-Shati refugee camp</strong> in Gaza — one of the most crowded places on earth. A place where electricity cuts were normal, water came in buckets, and even simple internet access was a daily battle. But it’s also the place where I became a WordPress and WooCommerce developer. I didn’t go to fancy schools or work in glass buildings — I learned by doing, failing, repeating, and staying curious.</p>\n\n\n\n<p><strong>Gaza wasn’t easy. But it gave me focus, grit, and a reason to push forward.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-living-through-war\"><strong><img alt=\"💣\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f4a3.png\" style=\"height: 1em;\" /> Living Through War</strong></h2>\n\n\n\n<p>When the war started in 2023, the scale wasn’t the same as the previous wars imposed on a besieged population of Gaza. It turned into a brutal genocide, targeting civilians, homes, and entire neighborhoods. For six months, I was trapped inside Gaza. Every day, I woke up not knowing if I or my loved ones would survive the next airstrike.</p>\n\n\n\n<p>Getting food became a full-time job. I stood in line for hours to buy just a bag of flour. Sometimes there was no bread. Drinking water was scarce and often unsafe. Showering became a luxury, sometimes I could only use one small bottle of water to clean myself.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-forced-to-flee-under-the-gun\"><strong><img alt=\"🏃\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f3c3.png\" style=\"height: 1em;\" /> Forced to Flee — Under the Gun</strong></h2>\n\n\n\n<p>I got married just one month before the war started. My wife and I were full of hope, planning a simple future together in Gaza, despite all the challenges.</p>\n\n\n\n<p><strong>But soon after, everything collapsed.</strong></p>\n\n\n\n<p>We were forced to evacuate from northern Gaza to the south, walking through a military checkpoint, surrounded by tanks and armed soldiers. We stood in line, a long, slow-moving line of displaced families, with our hands raised in the air, step by step, under the eyes of a tank.</p>\n\n\n\n<p>My wife was shaking. I held her hand, trying to stay calm for both of us. But deep inside, I was just as afraid.</p>\n\n\n\n<p>We weren’t carrying weapons. We weren’t fighters. We were just a young married couple trying to survive.<br />All I had with me was my laptop and some food packed in a <strong>WordPress tote bag I’d gotten from WCEU 2023</strong>, everything that mattered to me at that moment.</p>\n\n\n\n<p>Not long after we reached the south, my wife’s father was killed in an airstrike. We didn’t even get to say goodbye or grieve due to the continuous bombardment.</p>\n\n\n\n<p>And yet, despite all of this — despite everything — we’re still trying to build a better life. Because that’s the only thing we can do. Keep going. Keep trying. Keep hoping.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-leaving-gaza-with-just-my-laptop-and-a-wordpress-tote-bag\"><strong><img alt=\"🎒\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f392.png\" style=\"height: 1em;\" />Leaving Gaza – With Just My Laptop and a WordPress Tote Bag</strong></h3>\n\n\n\n<p>After weeks of surviving in unbearable conditions, I had to make one of the most difficult decisions of my life: to leave Gaza on my own. I was only able to leave because of the support from the company I work with, they stepped in and helped cover the huge fees the Egyptian authorities charged to cross the border during the war. It was the hardest decision I’ve ever made, leaving behind my entire family: my wife, my parents, my brother, my sisters, and their families, all of them still trapped in a war zone.<br /><br />A month later, by some miracle, my wife, one of my sisters, and my brother managed to escape. This was only possible because of a GoFundMe campaign where many people from the Automattic and Codeable community generously contributed to help get them out. We reunited in Egypt, and for a short while, we felt like a family again — displaced, but together.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordcamp-europe-journey\"><strong><img alt=\"🌍\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f30d.png\" style=\"height: 1em;\" /> WordCamp Europe Journey</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-a-failed-first-attempt\"><strong><img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/274c.png\" style=\"height: 1em;\" /> A Failed First Attempt</strong></h3>\n\n\n\n<p>In 2024, I tried to attend WordCamp Europe in Turin, Italy. I had the passion, the knowledge, the motivation, but not the legal papers. As a Palestinian stuck in Egypt after fleeing Gaza, I had no residency, no ID, and no right to even apply for a visa.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-a-new-chapter-in-oman\"><strong><img alt=\"🇴🇲\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f1f4-1f1f2.png\" style=\"height: 1em;\" /> A New Chapter in Oman</strong></h3>\n\n\n\n<p>That’s when I made a hard decision. I left Egypt and moved to Oman, hoping for more stability and legal residency. It wasn’t easy to start from scratch, but I kept working, building WooCommerce plugins, contributing to projects, and slowly getting back on my feet. Oman gave me room to breathe, time to plan, and most importantly, a legal status.</p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-the-second-try-and-this-time-it-worked\"><strong><img alt=\"✈\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/2708.png\" style=\"height: 1em;\" /> The Second Try – and This Time, It Worked</strong></h4>\n\n\n\n<p>Months later, I tried again. This time, I applied for a Schengen visa from Oman. I was nervous. I’d already been rejected by borders and systems that didn’t care about where I came from or what I could do. But luck, and persistence, were on my side. I got approved.</p>\n\n\n\n<p>Holding that visa in my hand felt unreal. It wasn’t just permission to travel — it was a small victory against everything that tried to stop me.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wceu-2025-more-than-just-a-tech-event\"><strong><img alt=\"🇨🇭\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f1e8-1f1ed.png\" style=\"height: 1em;\" /> WCEU 2025 — More Than Just a Tech Event</strong></h2>\n\n\n\n<p>I attended WordCamp Europe 2025 in Basel, Switzerland.</p>\n\n\n\n<p>I wasn’t just there to listen to talks or meet plugin authors. I was there because I believe stories like mine matter. I come from a place that’s usually erased from conversations. But I’m also part of this global community — a developer who pushed through war, exile, and paperwork, and still showed up.</p>\n\n\n\n<p>Being there was not just for me. It was for every Palestinian developer still stuck behind walls. It was for every freelance coder who has talent but no passport. It was for those who build in silence, under fire, and without recognition.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/WCEU-WALL.png\"><img alt=\"\" class=\"wp-image-8012\" height=\"729\" src=\"https://heropress.com/wp-content/uploads/2026/07/WCEU-WALL-1024x729.png\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">A small note on the WCEU wall, carrying a long journey behind it — from Gaza to Basel.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-still-separated-in-every-way\"><strong><img alt=\"💔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f494.png\" style=\"height: 1em;\" /> Still Separated — In Every Way</strong></h2>\n\n\n\n<p>Just before WCEU, I had to leave my wife and baby son in Egypt. I traveled to Europe to attend the event and explore a new future for my family. My wife and one-year-old son stayed behind in Egypt, waiting in limbo. This time, we don’t know when we’ll be reunited.</p>\n\n\n\n<p>I looked at my baby’s photos almost every minute during the event — trying to hold on to every small detail while we’re apart. Being away from him and my wife has been incredibly painful. And at the same time, I’m also far from my mother, father, brothers, and sisters — all still in Gaza, living through unimaginable hardship.</p>\n\n\n\n<p>That pain never fades, a constant shadow following me even as I kept going for all of them. While I walked freely through Switzerland, my parents, sisters, and closest friends remained trapped in Gaza’s nightmare, existing without homes, surviving on animal feed disguised as bread, drinking contaminated water that makes them sick, living without electricity, schools, or hospitals. They endure each day without the most basic human right: safety. The genocide continues relentlessly, now over a year and a half of systematic destruction. Every morning, with trembling hands, I check my phone not for work messages but for the simplest, most desperate confirmation—that my family is still breathing, still alive. So as I sat listening to talks about WordPress performance and block themes, my heart remained split in two, my body in Basel, but my soul still in Gaza, aching with every breath for those I left behind</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordpress-gave-me-more-than-a-job\"><strong><img alt=\"💻\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f4bb.png\" style=\"height: 1em;\" /> WordPress Gave Me More Than a Job!</strong></h2>\n\n\n\n<p>Being a WordPress developer gave me hope when I needed it most. The ability to work from anywhere meant I could survive and rebuild no matter where I ended up. WordPress wasn’t just a technology for me, it became my connection to a world of possibilities. The WordPress community helped me in ways I never expected. People reached out with support, advice, and genuine friendship. When everything felt uncertain, knowing I had skills that traveled with me and a community that welcomed me made all the difference. <strong>WordPress didn’t just give me work; it gave me a future I could believe in.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-grateful-for-real-support\"><strong><img alt=\"🙏\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f64f.png\" style=\"height: 1em;\" /> Grateful for Real Support</strong></h2>\n\n\n\n<p>None of this would’ve been possible without the support of the company I work with — <strong>Progressus.io</strong>. During the most difficult moments — from trying to leave Gaza, to applying for visas, to finally making it to Basel for WCEU 2025 — they stood by me. Not just as an employer, but as humans who understood the weight of what I was going through. Their support wasn’t just professional — it was personal. And I’ll always be grateful for that<strong>.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-message-to-the-wordpress-community\"><strong><img alt=\"💬\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f4ac.png\" style=\"height: 1em;\" /> My Message to the WordPress Community</strong></h2>\n\n\n\n<p>To everyone at WCEU and in the broader WordPress ecosystem:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Don’t take your freedom for granted.</strong></li>\n\n\n\n<li><strong>Remember that talent exists everywhere — but opportunity does not.</strong></li>\n\n\n\n<li><strong>Keep building open tools. You never know who’s learning from them in the shadows.</strong></li>\n</ul>\n\n\n\n<p>And to every developer in <span class=\"ngl-tag\">Gaza</span> , or in any part of the world facing war, exile, or isolation:</p>\n\n\n\n<p><strong>Keep going. Keep coding. You’re not invisible.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-s-next\"><strong><img alt=\"🔜\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f51c.png\" style=\"height: 1em;\" /> What’s Next?</strong></h2>\n\n\n\n<p>After everything, I’ve now moved to Spain, starting yet another chapter, far from where I began. It’s not easy building a new life from scratch again, but it’s a step toward stability, safety, and possibility.</p>\n\n\n\n<p>I don’t know exactly where this path will lead. But I do know what I’ll keep doing: working on what I love, WordPress, WooCommerce, and helping small ideas grow into real businesses.</p>\n\n\n\n<p>I’ve seen what war can destroy. Now I want to see what code and community can build.</p>\n<p>The post <a href=\"https://heropress.com/essays/from-gaza-to-wceu-2025-basel/\">From Gaza to WCEU 2025 Basel – My Journey as a WordPress Developer from War to Community</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jul 2025 05:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Abdalsalaam Halawa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Open Channels FM: What Counts as WordPress News?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://openchannels.fm/what-counts-as-wordpress-news/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"In the world of WordPress, it’s tempting to think that every company update deserves media attention. You’ve landed a new client, launched a product update, or celebrated an anniversary. Shouldn’t everyone care? Turns out, not always. On a recent episode of the series Media Playbook, Rae Morey and Adam Weeks dug into the nitty-gritty of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Jul 2025 13:01:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Open Channels FM: WordPress Community Growth Through Alternative Gatherings and New Event Formats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://openchannels.fm/wordpress-community-growth-through-alternative-gatherings-and-new-event-formats/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"This episode of Open Event Talk discusses the significance of non-official WordPress events, emphasizing grassroots initiatives like Alt Ctrl Org that foster inclusive conversations and broaden community engagement.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Jul 2025 11:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Back on The Verge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=144271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/06/on-the-verge/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2063:\"<p>In honor of Automattic’s 20th anniversary, and also since it’s <a href=\"https://ma.tt/2022/03/decoder-interview/\">been a few years</a>, <a href=\"https://www.theverge.com/decoder-podcast-with-nilay-patel/693052/automattic-ceo-matt-mullenweg-wordpress-drama-wp-engine-open-source\">I joined Nilay Patel the editor-in-chief of The Verge on their Decoder Podcast</a>. We talked about Tumblr and the Fediverse, how <a href=\"https://automattic.com\">Automattic</a> thinks about Ecosystem and Cosmos sides of the business, Automattic’s re-organization into cross-business functional teams and leadership, the vision of <a href=\"https://clay.earth\">Clay as a personal CRM</a> and <a href=\"https://www.beeper.com\">Beeper as the super-human messaging app that puts control in the hands of users</a>, <a href=\"https://newspack.com\">Newspack</a>, the future of websites, the obligatory coverage of <a href=\"https://ma.tt/2024/09/wordpress-engine/\">the alleged WP Engine trademark violations</a> and their subsequent preemptive suit, and much more. <a href=\"https://www.theverge.com/decoder-podcast-with-nilay-patel/693052/automattic-ceo-matt-mullenweg-wordpress-drama-wp-engine-open-source\">Please give it a listen! They chose the title “Why Automattic CEO Matt Mullenweg went to war over WordPress.”</a></p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>Speaking of Beeper, we’re going to do a fun event for the next-gen version that’s launching on July 16 in New York City in NoHo. I’ll be there along with Beeper CEO <a href=\"https://kishan.org\">Kishan Bagaria</a> and some of the best and brightest in New York’s tech and creative class. If you’re a Beeper early adopter (or would like to be) and want to attend, leave a comment! We’ve held back some invites for cool folks like readers of ma.tt. <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png\" style=\"height: 1em;\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Jun 2025 20:34:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Open Channels FM: OpenChannels.fm is Proud to Be a Media Partner of The State of the Future AI-Powered Cloud Philippines 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99261\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://openchannels.fm/openchannels-fm-is-proud-to-be-a-media-partner-of-the-state-of-the-future-ai-powered-cloud-philippines-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:318:\"When we were first invited to be a media partner for this event, we were still known as Do the Woo. A lot has changed since then, including our name But what hasn’t changed is our excitement to support conversations that drive real impact in the open tech ecosystem. The Future Is Now—And the Philippines […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Jun 2025 08:40:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Felix Arntz: 10 Lessons from 10 Years of Contributing to WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://felix-arntz.me/?p=2156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://felix-arntz.me/blog/10-lessons-from-10-years-of-contributing-to-wordpress-core/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20174:\"<p>Today marks a special anniversary for me: It has been exactly 10 years since I received my first props for a contribution to WordPress Core. And it was just a day before that I actually <em>worked</em> on that first contribution.</p>\n\n\n\n<p>You may know that I am a long-term WordPress Core contributor, having contributed ever since. To celebrate this 10-year milestone, I wanted to reflect on this journey and share the 10 most valuable lessons I learned along the way. But first, let me provide a bit of background about just how I started.</p>\n\n\n\n<span id=\"more-2156\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">How I Started Contributing to WordPress Core</h2>\n\n\n\n<p>It all started at the <a href=\"https://europe.wordcamp.org/2015/\">WordCamp Europe 2015 Contributor Day</a>, an event I still remember fondly as my favorite Contributor Day experience. The atmosphere was incredibly welcoming and productive, largely thanks to the fantastic guidance of <a href=\"https://konstantin.obenland.it/\">Konstantin Obenland</a>, who was the Release Lead for the upcoming WordPress 4.3 release.</p>\n\n\n\n<p>While leading the Core table, he encouraged us to test the new Site Icon feature, which was nearly ready to be committed. I dove in with a few other contributors and started testing various scenarios. I managed to uncover a minor bug that only appeared when JavaScript was disabled in the browser. I worked on a patch to fix it, and a few days later, on June 29, 2015, the feature was <a href=\"https://core.trac.wordpress.org/changeset/32994\">committed to Core with my first props included</a>.</p>\n\n\n\n<p>That first small contribution was the starting point of my long and rewarding journey. After a few more months of occasional contributions, I began contributing heavily in early 2016, focusing on the Multisite component. Over time, my responsibilities increased, eventually running team meetings and becoming a component maintainer. In November 2016, just 17 months after I had started, I was honored to be named a WordPress Core committer. And little did I know, this would be just the first chapter of my ongoing journey as a WordPress Core contributor.</p>\n\n\n\n<p>Becoming a long-term WordPress Core contributor is not an easy task. But in some ways, it’s not as hard as it seems. You may think you need to be an incredible coder, and you may feel imposter syndrome. But that’s just a small part. The most important skills are interpersonal skills such as communication, flexibility, perseverance. To celebrate 10 years of contributing, I’m going to share with you 10 things that helped me in my journey the most.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"communicate-well\">1. Communicate, and Communicate Well</h2>\n\n\n\n<p>As a good engineer, it is equally important to <strong>discuss and reason about code</strong> as it is to actually write the code. Proactively documenting what you’re doing goes a long way. Some examples:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you raise an issue, provide details and include context, including why you think it is a valid issue.</li>\n\n\n\n<li>If you open a pull request, use its description to explain at a high level the relevant technical choices you made in the code you wrote – unless it’s a typo fix of course.</li>\n\n\n\n<li>Unless the code is trivial or you <em>really</em> want to write it just to test whether it works, discuss what you’re proposing first, e.g. in a ticket. Spending hours on writing code that may not get merged can be frustrating. Gathering feedback on your idea from other contributors first will go a long way in avoiding that experience.</li>\n</ul>\n\n\n\n<p>Other than being able to discuss code, it’s equally important to <strong>ask questions</strong>. If you don’t understand the rationale behind a decision, kindly follow up on it. If you’re attending a Slack chat where someone shares something you are missing context on, inquire about it. Every question you ask and every answer you get will grow your understanding of the WordPress project – whether its overarching philosophies, strategic decisions, or deeply technical decisions.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"assume-good-intent\">2. Assume Good Intent</h2>\n\n\n\n<p>Another important aspect of communication that is worth highlighting separately is to <strong>be respectful</strong>. Be respectful of your fellow contributors, even if you feel they weren’t. If someone disagrees with you or even if a ticket you proposed is closed without an explanation (which should not happen, but it can), don’t get angry. Don’t get defensive. Don’t get arrogant. Remain kind, and follow up. The other person probably didn’t mean any harm.</p>\n\n\n\n<p>Assuming good intent means to keep calm even when your initial reaction tells you not to. Sometimes, a reply that comes across as harsh may be the result of the other contributor lacking the time to reply, which is not necessarily an excuse. Other times, it may be the result of the other contributor being from another culture where communication norms are different to yours. In either scenario, the reply that came across as harsh most likely wasn’t meant to be harsh. If you feel yourself getting defensive or angry, maybe step away and come back later.</p>\n\n\n\n<p>Another way to say this is <strong>don’t take things personally</strong>. Your proposals and code may be rejected, sometimes wrongfully. Either way, this is entirely specific to the problem that you’re trying to solve. It has nothing to do with you as a person or your quality as a developer.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"be-persistent-as-appropriate\">3. Be Persistent, As Long As Appropriate</h2>\n\n\n\n<p>As I previously mentioned, sometimes another contributor may have feedback or propose something you disagree with. And sometimes, even though that’s not ideal, they don’t provide adequate context – we all make mistakes. If you have taken the time to introspect and ensure your disagreement is valid, <strong>make sure to follow up</strong>. Ask the other contributor to share more context, or lay out clearly why you disagree.</p>\n\n\n\n<p>For example, it’s okay to reopen a ticket that you created when it’s closed but not resolved. Just keep in mind the previous points on communication and self-awareness.</p>\n\n\n\n<p>Sometimes you may be overruled, or a discussion continues back and forth a few too many times with seemingly no noticeable progress. Sometimes us humans, we simply disagree, and that’s okay. Take a moment to think how strongly you think your point is correct. Sometimes, it’s right to keep pushing. Other times, it’s right to give in. <strong>Don’t keep pushing excessively</strong>. It’s important to know when to accept another person’s decision and move on, even when you disagree. Especially in situations where several other Core contributors disagree with your point, think twice. There may be something they understand that you don’t, or you may be proposing something that is not aligned with the <a href=\"https://wordpress.org/about/philosophy/\">WordPress philosophy</a>. Simply remember, you can ask.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pay-attention-to-detail\">4. Pay Attention to Detail</h2>\n\n\n\n<p>The previous points primarily focused on communication and introspection. But now let’s talk a bit about code. I’m not going to talk about algorithms or code patterns though. Something that you can try to do, regardless of how experienced you are as a developer, is to pay attention to detail and go the extra mile. Your mindset should be to <strong>get it done </strong><strong><em>right</em></strong><strong>, not quickly</strong>.</p>\n\n\n\n<p>Sloppy code doesn’t get committed to WordPress Core. Some of the important things to look out for is code style, comprehensive inline code documentation and doc blocks, as well as test coverage. Proactively making sure your code is safe, documented, and tested shows that you care and is a great signal of a promising new contributor.</p>\n\n\n\n<p>Similar care is equally important when reviewing other people’s code. Point out when any of the above are lacking or inadequate. Think about edge cases the code may not be catering for yet. Ask questions if you’re unsure. Take the time to <strong>be a thorough reviewer</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"think-at-scale\">5. Think at Scale</h2>\n\n\n\n<p>WordPress is not just used by millions of websites, it’s used by over a third of the web. I’m sure you already know that, but it’s crucial to remember that anytime you are thinking about technical solutions. Whenever you want to make a change in WordPress, <strong>consider the entire spectrum of WordPress sites</strong>. I already mentioned to think about edge cases, but here are some more examples for what to keep in mind:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress can run anywhere – $1000 premium hosting or a Raspberry Pi. Be especially mindful of the lower end here.</li>\n\n\n\n<li>WordPress can be used at any scale – a small business portfolio site with five pages, or a membership site with millions of user-generated posts from thousands of users. Be especially mindful of the higher end here.</li>\n\n\n\n<li>Many WordPress sites do not use an object cache, many are on older technologies, such as outdated versions of PHP or MySQL.</li>\n</ul>\n\n\n\n<p>Another important aspect of thinking at scale is the impact that WordPress has on the rest of the web. WordPress can influence the web to change. A new feature or API in WordPress could lead to other platforms or even browsers considering it. <strong>Use WordPress’s scale responsibly</strong> – it can be a lever for the web as a whole, but make sure you’re only proposing a new feature to be merged into WordPress Core once it is ready for its scale.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"increase-scope-gradually\">6. Increase Scope Gradually</h2>\n\n\n\n<p>When you first start contributing to WordPress Core, it’s natural to have big ideas and see opportunities for major improvements, even complete rewrites of certain APIs. However, if you’re new to the project, <strong>pushing for a massive change or a brand-new feature right away is often going to result in resistance and likely won’t succeed</strong>. Believe me, I’ve been there. This can feel frustrating, but it’s a natural part of how open-source communities function.</p>\n\n\n\n<p>Established contributors need to “get to know you” first. They need to assess your expertise, your motivations, your communication style, and your willingness and availability to see complex ideas through to completion. This is simply a human element of collaboration. Your idea might be entirely valid, and you might be the perfect person to execute it. But others won’t know that until they’ve had the chance to work with you and observe your contributions over time.</p>\n\n\n\n<p>This doesn’t mean your valuable ideas will be rejected outright, but you might encounter hesitation or caution. A better approach is to increase your scope gradually. <strong>Start with smaller, more contained contributions: Fix bugs, improve documentation, or address minor enhancements.</strong> This helps you build trust and credibility within the community. Furthermore, by contributing to less complex endeavors first, you’ll gain additional expertise and a deeper understanding of the intricacies of WordPress Core development. This experience will likely enable you to approach those more complex ideas later with even greater insight and a stronger ability to execute them successfully than you would have had when you were completely new.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"find-your-niche\">7. Find Your Niche</h2>\n\n\n\n<p>While it’s a great starting point to contribute to any random issues you find or care about in the beginning, it’s incredibly valuable to eventually find your niche within WordPress Core. After some initial contributions, ideally you’ll discover an area that genuinely interests you and where you feel you can make a sustained impact. To give some personal context, for me that initial niche was Multisite, as mentioned earlier. I focused on it largely because I was working with a client with a large Multisite installation at the time and wanted to improve some quirks I was encountering in the foundation. For you, it might be any of the other dozens of WordPress Core components.</p>\n\n\n\n<p>Perhaps it’s a component you frequently interact with in your own WordPress development work or hobby projects where you’ve identified opportunities for improvement. <strong>The more practical experience you have with a specific part of WordPress, the more likely you are to contribute valuable enhancements and fixes to it.</strong></p>\n\n\n\n<p>Finding your niche is also important because you simply cannot be an expert in everything. WordPress Core is vast, but there are many specialized areas where dedicated experts are needed, especially where original maintainers have moved on or reduced their contributions. However, at the end of the day, don’t solely define your niche based on perceived project needs. <strong>Define your niche based on what </strong><strong><em>you</em></strong><strong> truly care about and are passionate about.</strong> This will make your contributions more enjoyable and sustainable in the long run.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"be-helpful\">8. Be Helpful</h2>\n\n\n\n<p>Contributing to WordPress Core isn’t just about pushing your own agenda or implementing the features you want to see. A crucial part of being a valuable contributor is actively being helpful to others. <strong>Being proactive and offering assistance demonstrates that you are a team player and a great collaborator</strong>, deeply invested in the project’s success. It also shows that you’re willing to take on work that might not be the most exciting for you personally, but is essential for the community as a whole.</p>\n\n\n\n<p>Here are some examples of such activities:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make an effort to review other contributors’ tickets, discussing ideas and technical approaches beyond your own.</li>\n\n\n\n<li>Provide constructive feedback on pull requests, even if they’re not in your immediate area of expertise.</li>\n\n\n\n<li>Offer to run a bug scrub for a specific component, helping to triage and categorize issues.</li>\n\n\n\n<li>Volunteer to write summary posts for recurring team meetings, keeping everyone informed.</li>\n</ul>\n\n\n\n<p>These are just some ideas that will signal to other contributors that you are passionate, eager to work collaboratively, and not just in it for whatever <em>you</em> want to see added to WordPress Core. <strong>Being a helpful and supportive member of the community fosters a positive environment for everyone.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"adapt-well\">9. Adapt Well</h2>\n\n\n\n<p>A common descriptor for the ideal mindset of a WordPress Core contributor is <strong>“Strong opinions, loosely held.”</strong> This highlights the importance of having conviction in your ideas while remaining open to changing them based on new information or different perspectives. Especially when you’re a new contributor, it’s easy to fall into the trap of thinking, “This is so straightforward, why wasn’t it added to Core years ago?” Usually, if it hasn’t been, it’s simply not as straightforward as it appears. This often relates back to the earlier points about understanding the WordPress philosophy, paying attention to detail, and thinking at scale.</p>\n\n\n\n<p>But even as you become a more established contributor, it will always remain crucial to adapt well. <strong>Approach different opinions with curiosity rather than adversity.</strong> Sometimes, additional learnings on your own end may genuinely change how you think about a technical approach. There will be times when you disagree with a decision that a majority of other contributors support. In these situations, it’s crucial to find the right balance: know when to keep pushing back if you genuinely believe in your stance, and when to acknowledge that this is not <em>your</em> decision alone, but a collective one that you should accept and move forward with for the good of the project. This goes back to the earlier point about being persistent as long as it’s appropriate. The flexibility and willingness to adapt are hallmarks of an effective and respected Core contributor.</p>\n\n\n\n<p>A great post that goes into more depth on this point, even though being old, is <a href=\"https://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">Andrew Nacin’s “The qualities of a great WordPress contributor”</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"build-personal-relationships\">10. Build Personal Relationships</h2>\n\n\n\n<p>While online collaboration is the backbone of WordPress Core development, building personal relationships with other contributors is incredibly valuable. This isn’t just for your personal growth as a contributor; it also significantly enhances the enjoyment and effectiveness of your contributions. The connections you make can enrich your journey in unexpected ways, and you may make new real-life friends.</p>\n\n\n\n<p>Meeting other contributors at a WordCamp or similar event is an incredible experience. Go for a run together, have a beer, do a hacking session together – whatever is fun for your group. Whether it’s finally connecting in person with someone you’ve collaborated with online for months, or meeting a mentor you’ve looked up to since you started contributing, <strong>these face-to-face interactions foster a deeper sense of community</strong>. Hanging out, sharing meals, and catching up in person inevitably changes how people see you. Having met someone in person simply tends to change the dynamic, even in subsequent online interactions.</p>\n\n\n\n<p>It may not always be feasible for every contributor to attend a WordCamp or other event to meet fellow contributors in person, and that is certainly unfortunate. However, <strong>the unique understanding forged through in-person interactions is something a purely online community simply cannot fully replicate</strong>. If you have the opportunity to participate in such an event, I strongly encourage you to take it. The bonds you form will make your contribution journey even more rewarding.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\">Looking Back and Moving Forward</h2>\n\n\n\n<p>This decade of contributing to WordPress has been a remarkable journey of both personal and professional growth. I can say with certainty that I am where I am today, in so many ways, thanks to contributing to WordPress Core. The lessons I’ve shared here are reflections of countless hours spent collaborating with other community contributors, solving complex problems, building powerful features, and helping to build the open web. Contributing to WordPress Core has taught me more than I could have ever imagined when I first uploaded that small patch back in 2015.</p>\n\n\n\n<p>I hope that these reflections are helpful, whether you are a seasoned committer or someone who is just considering making their first contribution. A large open-source project, especially at the scale of WordPress, is an excellent way to work on something bigger than (very likely) anything one of us could come up with by ourselves. I remain as excited and motivated as ever to continue playing my part in its future.</p>\n\n\n\n<p>What about you? If you’re a contributor, what are the biggest lessons you have learned on your journey? I’d love to read about your experiences in the comments below.</p>\n<p>The post <a href=\"https://felix-arntz.me/blog/10-lessons-from-10-years-of-contributing-to-wordpress-core/\">10 Lessons from 10 Years of Contributing to WordPress Core</a> appeared first on <a href=\"https://felix-arntz.me\">felix-arntz.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Jun 2025 14:21:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Felix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.org blog: WordCamp US 2025: See You in Portland, Oregon!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2025/06/wordcamp-us-2025-see-you-in-portland-oregon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6934:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18885\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us-2025-portland.png?resize=1024%2C576&ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>WordCamp US 2025 is heading to vibrant Portland, Oregon, from August 26–29, 2025! Join fellow open source enthusiasts, developers, designers, and WordPress professionals from across the United States and around the world for four days of learning, networking, and collaboration at the Oregon Convention Center.</p>\n\n\n\n<p>Nestled in the Pacific Northwest, Portland is famous for its creative spirit, lush green spaces, and riverside trails, making it an inspiring backdrop for this year’s WordCamp. Whether building your first site or leading a digital agency, WordCamp US offers something for everyone, all set against the city’s stunning natural scenery.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-spacer\" style=\"height: 50px;\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img alt=\"🎟\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" style=\"height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 25px;\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 50px;\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Contributor Day: August 26</h3>\n\n\n\n<p>Kick off your WordCamp US experience by giving back. Contributor Day welcomes all skill levels to collaborate on teams that help make WordPress better, from code to community to documentation. You can make a difference to the project, and build new friendships or rekindle old ones, perhaps even while enjoying views of Portland’s skyline and tree-lined streets.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Main Conference: August 27–29</h3>\n\n\n\n<h4 class=\"wp-block-heading\">Showcase Day – August 27</h4>\n\n\n\n<p>As part of the main conference, day one will give us a look at project showcases, discover innovative uses of WordPress, see how people push the platform’s boundaries, and get inspired to try something new.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Session Days + Expo Hall – August 28-29</h4>\n\n\n\n<p>Experience another two days filled with inspiring keynotes, practical sessions, and deep dives into the latest trends in web development, design, content, accessibility, and more. Hear from some of the brightest minds in the WordPress ecosystem and explore topics that get to the heart of what makes WordPress unique. Also, take some time to explore the main floors of WCUS, like the Sponsors Hall.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Networking and Community</h3>\n\n\n\n<p>Meet WordPress friends new and old, exchange ideas with community leaders, and collaborate with people who share your passion for open source. Enjoy daily lunches and a memorable social event, all included with your ticket. Stroll along the Willamette River or explore nearby parks in between sessions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Venue & Accommodations</h3>\n\n\n\n<p>This year, we’re gathering at the Oregon Convention Center in the heart of Portland—a city known for its vibrant neighborhoods and abundant green spaces. We’ve secured a special hotel block right across the street at the Hyatt Regency Portland for convenient, comfortable lodging during your stay.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><img alt=\"🏢\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f3e2.png\" style=\"height: 1em;\" /></strong> <strong>Oregon Convention Center<br /></strong>777 NE Martin Luther King Jr Blvd<br />Portland, OR 97232<br /></li>\n\n\n\n<li><img alt=\"🛏\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f6cf.png\" style=\"height: 1em;\" /> <strong>Hyatt Regency Portland</strong><br />375 NE Holladay Street<br />Portland, OR 97232<br /><a href=\"https://www.hyatt.com/en-US/group-booking/PDXRP/G-CAMP\">Book your room!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Registration and Tickets</h2>\n\n\n\n<p>Registration officially kicked off last month. Secure your spot early; tickets are selling quickly.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-spacer\" style=\"height: 50px;\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img alt=\"🎟\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" style=\"height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 25px;\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 50px;\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to Plan Your WordCamp US Experience?</h2>\n\n\n\n<p>Keep checking the <a href=\"https://us.wordcamp.org/2025/\">WordCamp US site</a> for travel tips, to book accommodations, and to watch for the whole event schedule—coming soon! While here, why not plan to take in some of Portland’s scenic hiking trails, bike-friendly streets, or local food scene?</p>\n\n\n\n<p>Stay tuned for updates and announcements on <a href=\"https://make.wordpress.org/marketing/handbook/social-media/\">WordPress social media channels</a>, and join the conversation.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p>Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags and tell your story on social!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18898\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/wordcamp-us.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Portland is calling—see you at WordCamp US 2025! <img alt=\"🌲\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f332.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Jun 2025 18:14:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Alpha School Insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=143721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/06/alpha-school/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4233:\"<p>Scott Alexander, of Slate Star Codex / Astral Codex Ten fame, ran <a href=\"https://www.astralcodexten.com/p/everything-except-book-review-contest\">an Everything-Except-Book Review Contest 2025 in February</a>. The prompt: “Submit an ACX-length post reviewing something, anything, <em>except</em> a book.” The submissions were collected anonymously in a giant 450-page Google Doc. I don’t think the winners have been chosen yet, but there is one essay that has been making the rounds and getting shared more, and that’s <a href=\"https://docs.google.com/document/d/1d0vRSj1E93joWWvbUen2XGuDjN_mM94ybMIAADzM2fo/edit?tab=t.0#heading=h.1n2243y7h4yv\">Alpha School and “2-hour Learning” powered by AI,</a> a parent’s perspective on <a href=\"https://alpha.school/\">Alpha School</a>, a set of “AI-powered” schools in Texas and Florida.</p>\n\n\n\n<p>It’s worth reading the entire essay, but I wanted to excerpt a few points I found interesting:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>After twelve months I’m persuaded that Alpha is doing something remarkable—but that almost everyone, including Alpha’s own copywriting team, is describing it wrong:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>It isn’t</strong> <strong>genuine two‑hour learning</strong>: most kids start school at 8:30am, start working on the “two-hour platform” sometime between 9am-930am and are occupied with academics until noon-1230pm. They also blend in “surges” from time to time to squeeze in more hours on the platform.<br /></li>\n\n\n\n<li><strong>It isn’t</strong> <strong>AI</strong> in the way we have been thinking about it since the “<a href=\"https://arxiv.org/abs/1706.03762\">Attention is all you need</a>” paper. There is no “generative AI” powered by OpenAI, Gemini or Claude in the platform the kids use – it is closer to “turbocharged spreadsheet checklist with a spaced‑repetition algorithm”<br /></li>\n\n\n\n<li><strong>It definitely isn’t</strong> <strong>teacher‑free</strong>: Teachers have been rebranded “guides”, and while their workload is different than a traditional school, they are very important – and both the quantity and quality are much higher than traditional schools.<br /></li>\n\n\n\n<li><strong>The bundle matters</strong>: it’s not just the learning platform on its own. A big part of the product’s success is how the school has set up student incentives and the culture they have built to make everything work together</li>\n</ul>\n\n\n\n<p>…Yet the core claim survives: Since they started in October my children have been marching through and mastering material roughly <em>three times</em> faster than their age‑matched peers (and their own speed prior to the program).</p>\n</blockquote>\n\n\n\n<p>One of the surprises doesn’t come until Part 4 of the essay:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Incentives</strong></p>\n\n\n\n<p>People REALLY don’t like the idea of incentivizing kids to learn.</p>\n\n\n\n<p>Roland Fryer, who has done extensive work on what works in incentivizing students, <a href=\"https://scholar.harvard.edu/files/fryer/files/092011_incentives_fryer_allen_paper2.pdf\">quotes a 2010 Gallup poll</a> that found that only 23% of American parents support the “idea of school districts paying small amount of money to students to, for example, read books, attend school or to get good grades” (76% opposed the idea with only 1% undecided).<br /><br />There are not many things that 76% of Americans agree on. Only <a href=\"https://www.cbsnews.com/pictures/surprising-things-americans-actually-agree-on/18/\">69% of Americans believe another Civil War</a> would be a bad thing. Only <a href=\"https://docs.cdn.yougov.com/crjq3mojm5/toplines_Views%20on%20Britain%20and%20the%20Monarchy.pdf\">78% agree that American independence from Britain</a> was the right choice. People REALLY don’t like paying kids to read books.</p>\n</blockquote>\n\n\n\n<p>I hope that gives you enough of a hook to read the entire essay, it was quite good and provocative to many assumptions I’ve had about education.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jun 2025 15:01:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: The Evolving Landscape of Core Contribution and Company Sponsorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://openchannels.fm/the-evolving-landscape-of-core-contribution-and-company-sponsorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"In Open Talk on Open Source, Adam Weeks, Tammy Lister, Zach Stepek, and Tim Monner discuss the importance of contributing to WordPress, exploring various forms of contributions and the idea of sponsored support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jun 2025 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: #174 – Joe Dolson and Jonathan Desrosiers on WordPress Accessibility: Core Commitment or Canonical Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=196977\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/podcast/174-joe-dolson-and-jonathan-desrosiers-on-wordpress-accessibility-core-commitment-or-canonical-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54978:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case a debate about whether or not there’s a place for accessibility in a canonical plugin.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Joe Dolson and Jonathan Desrosiers. As you’ll hear in their podcast introductions, both Joe and Jonathan are veterans of WordPress, committing to Core in different ways. They’re deeply committed towards making the platform more useful for all users.</p>\n\n\n\n<p>This episode is all about exploration rather than answers. Joe and Jonathan discuss the world of canonical plugins, a special category of plugins maintained by the Core team. They’re designed to be as reliable and secure as features found in WordPress Core itself.</p>\n\n\n\n<p>The discussion unpacks exactly what defines a canonical plugin, how these plugins have evolved out of the traditional feature plugin model, and what it means for users and contributors alike.</p>\n\n\n\n<p>At the center of this episode is accessibility, should accessibility enhancements remain a primary concern within WordPress Core, or is it time to start developing them as canonical plugins? Joe and Jonathan discussed the pros and the cons of both options, referencing technical challenges, project philosophies, and the ever-changing legislative environment, especially with tough new regulations in Europe.</p>\n\n\n\n<p>They consider the discoverability of canonical plugins for non-technical users, potential overlaps and division of labour between plugins and Core, and the moral imperative of making websites accessible to all.</p>\n\n\n\n<p>We also touch upon practical examples, from the WordPress video block to the Performance Lab plugin, and weigh up how cadence, stability, and focus can differ outside the Core.</p>\n\n\n\n<p>The conversation also goes beyond theory, delving into the real life impact accessible technology has, from legal requirements, to personal stories and the broader mission of democratizing publishing.</p>\n\n\n\n<p>Whether you’re a developer, a site owner, or someone interested in the ethical questions at the heart of open source software, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Joe Dolson and Jonathan Desrosiers.</p>\n\n\n\n<p>I am joined on the podcast by Joe Dolson and Jonathan Desrosiers. Hello both.</p>\n\n\n\n<p>[00:03:35] <strong>Joe Dolson:</strong> Hello. I’m so glad to be here again.</p>\n\n\n\n<p>[00:03:37] <strong>Jonathan Desrosiers:</strong> Likewise.</p>\n\n\n\n<p>[00:03:38] <strong>Nathan Wrigley:</strong> We’ve had quite a preamble chat prior to recording this. This is going to be an exploration podcast. I don’t think we’re going to arrive at the destination. This is, I think about the journey.</p>\n\n\n\n<p>But it’s going to be a conversation about something called canonical plugins. Dear listener, if you don’t know what that means, hold on. But also about accessibility. Prior to that, probably a good idea to get both of your biographies so that we know a little bit about you, and your credentials in the areas under discussion. So should we start with you, Jonathan, just a little bio. Tell us who you are.</p>\n\n\n\n<p>[00:04:08] <strong>Jonathan Desrosiers:</strong> My name is Jonathan Desrosiers. I am a full-time sponsored Core contributor to the WordPress project from Bluehost. And I spend a lot of my time on the day to day, the work that keeps the project moving. That may be lesser seen, like our processes, our testing frameworks, helping the release squad with the resources, make sure they have the resources they need to do their jobs well, and ultimately produce good releases of WordPress every time.</p>\n\n\n\n<p>[00:04:35] <strong>Nathan Wrigley:</strong> Nice. Thank you so much. And Joe.</p>\n\n\n\n<p>[00:04:37] <strong>Joe Dolson:</strong> So I’m a part-time Core contributor to WordPress. I’m also a Core committer and I’m sponsored by GoDaddy and Kinsta. I mostly work on accessibility, so I help make all aspects of the project more accessible, including Core, Gutenberg, wordpress.org itself and all of those related bits and pieces.</p>\n\n\n\n<p>[00:04:56] <strong>Nathan Wrigley:</strong> Okay, so we’ve established your credentials. The topic under discussion, I’m going to try and find the post in the Slack channel, which kind of promoted this whole thing, but it goes back a few months now. And the topic under discussion today is about whether or not it would be a good idea, I’m going to say, let’s go with that, an interesting idea, a good experiment, who knows, to put accessibility work into a plugin of a special type called a canonical plugin. So we’re used to hearing about plugins, perhaps not so much canonical plugins. So let’s make that the first port of call. What is a canonical plugin?</p>\n\n\n\n<p>[00:05:34] <strong>Joe Dolson:</strong> I mean, I think we can kick this off with the idea that we don’t really know. But there is a long history in the project of essentially Core sponsored plugin projects that are used for specific features or provide various functionality. And then sometimes they get merged into Core and sometimes they don’t. It’s highly variable.</p>\n\n\n\n<p>So there is a deep reality that this particular proposal, we don’t have any clear idea of what it’s actually proposing. But I think it’s good to talk about some of the historical canonical plugins that have already been used.</p>\n\n\n\n<p>One great example I think is the WordPress Importer. It’s a plugin. It’s installed on demand into your dashboard when you decide to go to import something. And it’s an extremely standard tool. And it’s kind of the classic idea of something that isn’t needed in Core permanently, but is heavily used and really needs to be something that is maintained by the project.</p>\n\n\n\n<p>[00:06:29] <strong>Jonathan Desrosiers:</strong> Yeah, I think it goes back, like Joe said, pretty far in that in the past we’ve had this concept called feature plugins. And so the initial idea behind those was to begin work on a feature that would span many releases and to get it into a refined state where it was ready for primetime to be included, you know, and shipped to the world.</p>\n\n\n\n<p>So some good examples of this are the MP6 plugin which, re-skinned the dashboard in the modern way that we know today.</p>\n\n\n\n<p>The REST API started as a feature plugin project. There’s many more to that effect. Simple XML Sitemaps, I believe started as a plugin as well.</p>\n\n\n\n<p>I think of this in the way that canonical plugins are always feature plugins, but feature plugins are not always canonical. And so what I mean by that is a feature plugin can always become a canonical, but that may not be the case. It may end up in Core and we don’t need it long term. Or we could decide that it’s just not a good fit and it could become a canonical, and we maintain it long term as that add-on type plugin that you would use, that’s officially supported and maintained.</p>\n\n\n\n<p>And so even before the suggestion to put accessibility into a canonical plugin, there were a few posts from Matt that suggested that we revisit this concept of feature plugin. And I think it’s just, canonical is just in some ways a new name for it in the sense that, you know, an SEO, canonical is you put the canonical tag and it points to the one true page on the internet that represents that content, right?</p>\n\n\n\n<p>And so it’s similar to that, in that we want to have these canonical plugins that are the one true place you should be able to rely on for functionality that adheres to the project philosophies in the same way as if it were in Core itself.</p>\n\n\n\n<p>[00:08:07] <strong>Nathan Wrigley:</strong> I suppose my supposition about canonical plugins are that they encapsulate important things that could be in Core. You know, if the universe was slightly different, they could easily be rolled into Core. But also importantly, they receive security updates and the same kind of inspection that Core might have. So it’s not like they’re just sort of left to fester.</p>\n\n\n\n<p>On a regular basis, they would be inspected, updated in much the same way that Core would be. So it’s almost like Core, but kind of install it yourself. But the importance being that you can utterly rely on it, if you install it to be dependable, to be updated, to be secure. Have I misremembered, that or is that a part of the definition of a canonical plugin?</p>\n\n\n\n<p>[00:08:53] <strong>Jonathan Desrosiers:</strong> No, that’s accurate. We give you that same commitment to backwards compatibility. The project philosophies, as I mentioned, the plugins that are maintained that are released as community plugins are covered by the Bounty Program and our Hacker One program as well. So there’s incentive for people to find security vulnerabilities and responsibly report them and work with the security team to fix these for the community.</p>\n\n\n\n<p>That’s right in that you are getting kind of like that badge of honor, like we promise, guarantee type thing, that we’re going to do our best to give you the best plugin for this particular feature.</p>\n\n\n\n<p>And the importer I think is a great example of that, right? They’re not all great, in good shape, and part of that is because some of them are importing from software that’s also, that’s really old and outdated, right? And the concepts that they have and the data structures.</p>\n\n\n\n<p>But we have almost a dozen importer plugins that are, in a sense, canonical, and they are the go-to plugins to import your content into WordPress. I’m hopeful the Data Liberation Project will help make those more refined and make them easier to use and less prone to issues, yeah. But, yes, in theory we do give you that guarantee and that backing.</p>\n\n\n\n<p>[00:09:58] <strong>Joe Dolson:</strong> I mean, one of the reasons I did bring up the importers is because I think they’re actually a really good example of something that isn’t getting the care that it really needs. I mean, they’re stable and they’re functional, but there are certain things that they really don’t do very well.</p>\n\n\n\n<p>And one of them is, like if you’ve got a site with say, 10,000 users, you just can’t use the importer plugin. Because it generates these select dropdowns to assign your posts to a particular user, and the performance on those is ludicrous when you’ve got a page that has 100 dropdowns with 10,000 items in them.</p>\n\n\n\n<p>This is the sort of thing that I think everybody would like to see worked on more in the world of canonical plugins. And that’s, I think one of the fears that maybe some people have about moving more stuff into canonical plugins, is this idea that they might not get the care that we theoretically promise.</p>\n\n\n\n<p>Because I do think, the idea of canonical plugins, we absolutely do promise those security updates and making sure all of these things are solid, but I’m not sure we’ve always carried out on that as well as we could.</p>\n\n\n\n<p>[00:11:03] <strong>Jonathan Desrosiers:</strong> You said something that resonated too in that. So one of the Core philosophies is the 80 20 rule. And so we want to make sure that the things we merge into Core work for the majority of our users that use our software. And so the same kind of holds true for canonical plugins in some ways. Not that we want to plug in that 80% of people will use, because then it would belong in Core, but 80% of the people that want that feature, the plugin should be relevant to them, right?</p>\n\n\n\n<p>And so in the sense of imports being too large, the canonical plugin is a great tool and it’s the defacto recommended way, but it’s may not be the right tool for your instance. And so in that instance of a large import, WPCLI is probably more something that you would want to use in that case, because it’s not subject to timeouts and there’s just different technical boundaries that it works within.</p>\n\n\n\n<p>So we want these canonical plugins to be the defacto, but they’re not the end all be all, and they don’t cover every situation. But we want to cover the majority of situations for as many WordPress users as we can.</p>\n\n\n\n<p>[00:12:00] <strong>Nathan Wrigley:</strong> Okay. So I think we’ve established what a canonical plugin is, and I’m going to summarise it as follows, basically something that you can depend upon. I would summarise it just that.</p>\n\n\n\n<p>[00:12:08] <strong>Jonathan Desrosiers:</strong> Something that tackles a specific, or group of features.</p>\n\n\n\n<p>[00:12:10] <strong>Nathan Wrigley:</strong> Right. It’s got a specific feature. It could have gone into Core, but it was decided not to go into Core, but you can hopefully rely on it. Although, Joe made a very good point that, you know, reliance is an objective thing.</p>\n\n\n\n<p>However, what we’re talking about today is accessibility. We’re in the year 2025. It’s June, 2025. We’re at WordCamp Europe. And it feels like the train over the last few years has really pushed accessibility to the front. I think any web designer, developer, in the year 2025 who doesn’t have accessibility right at the front of their mind is kind of missing the point.</p>\n\n\n\n<p>The legislation in Europe is coming thick and fast, I imagine in other jurisdictions and other parts of the world, the same will be true. So I guess the question, and I’m going to ask this to Joe first, given his background of committing to Core in the accessibility arena. What do you make of this? The idea of pushing something to this canonical plugin that previously was the domain of Core.</p>\n\n\n\n<p>Does it feel a bit like it’s, I don’t know, that the importance of it is being relegated in some way? Do you feel it’s like undermining? Because we should all have an accessible approach to WordPress development, website development, but in this way, well, it’s not important enough, if you like, to be in Core?</p>\n\n\n\n<p>[00:13:30] <strong>Joe Dolson:</strong> So I think there’s a lot to unpack here. One of the first things I need to say is, first I’m going to, I have just a very slight quibble with your definition of a canonical plugin because there are kind of two different paths. There is the whole canonical plugin, which is intended to always stay outside of Core, but there’s also the canonical plugin, which is used for experimental progress.</p>\n\n\n\n<p>And that’s something like the Performance Lab plugin, where it’s a whole bunch of different pieces, and they’re targeted for probably being merged into Core, and this is an experiment ground where we can figure out, is this really working? Is this the best way to do it? Is this suitable for Core? Maybe it should be different in the plugin than it is in Core. Like, for example, what was it that was just shipped? Speculative loading.</p>\n\n\n\n<p>They used different rules in the plugin than they ultimately added to Core. It was just a less aggressive version of speculative loading. And I think that can be a very reasonable thing. And that can apply to accessibility too, as accessibility is a spectrum. We’re not talking necessarily about all accessibility is just, this is accessibility, it’s all required. Accessibility covers a gamut from, this is absolutely mandatory, basic level stuff, to this is pie in the sky. To even, basically there are some accessibility features that are literally contradictory to each other. In order to make something optimal for this population, you have to implement something that is actually not what this other population needs.</p>\n\n\n\n<p>So there’s a lot of complexity there. The idea of putting accessibility into a plugin can lead to some very negative consequences. It is not necessarily inevitable. So there’s a lot of difficulty in just determining what is an accessibility plugin? What is it supposed to do? Is this something that’s supposed to change the front end? Is it supposed to change the back end? Is it implementing editor tools? Is it implementing new features? Is it fixing things that already exist? And I think all of those are complicated unanswered questions.</p>\n\n\n\n<p>So kind of figuring out that path and, what is actually intended in this idea of an accessibility plugin? What are the problems it’s trying to solve? Is the first question mark. And we don’t really have that. That hasn’t been worked out in any way.</p>\n\n\n\n<p>[00:15:44] <strong>Nathan Wrigley:</strong> So the complexity, and thank you for the clarification, the complexity there, the devil is in the detail. I guess Core in a sense is, if it’s going to ship in Core, it’s there. There’s a menu for this and a toggle for that, and a switch for this, and what have you. What you are saying is the landscape of accessibility is much more complicated than that. And so maybe, in a way, if it was pushed over to a canonical plugin, you could have a more a la carte approach to it. I don’t know if that’s where you were going.</p>\n\n\n\n<p>[00:16:14] <strong>Joe Dolson:</strong> That’s conceivable. So, many years ago, Matt proposed the idea of an accessibility, it wasn’t a plugin at the time, but it was the concept of an alternate admin that would be a simplified admin. And, you know, I pushed back on that, and I still would if it was being marketed as an accessibility feature. There is a value to a simplified admin. It’s just that it can’t be considered accessibility focused unless it actually does achieve all goals. But simplification is in itself a goal. Making something easier to use, and having an option where somebody can do something in a simplified way, is extremely valuable.</p>\n\n\n\n<p>[00:16:52] <strong>Jonathan Desrosiers:</strong> Yeah, just some thoughts to that. So I’m a Core committer and I make changes to the software that everybody uses and needs to be compliant, right? I’m not an accessibility expert by any means, but I’m versed in the concepts.</p>\n\n\n\n<p>So one of the differences that could be in a canonical plugin for accessibility, Core, our coding standards for accessibility, we adhere to the web content accessibility guidelines, version 2.2 at Level AA, right?</p>\n\n\n\n<p>But there’s different levels, there’s different versions of that. And so with different levels come different requirements, and different strictness to how you approach different interfaces. And so maybe a canonical plugin could allow you to adhere to different levels that perhaps your organisation needs to adhere to, that the 80% of users don’t necessarily need to.</p>\n\n\n\n<p>Another thing that, I wanted to mention this because I always think of this. We, by default, think of accessibility as someone in a wheelchair or someone that’s blind, but you could break your hand, you could fall down the stairs, you could get eye surgery and have to wear a patch for a month. And so it’s not just permanent, it’s temporary disability as well. And I like to try to remind myself of that because you don’t need accessibility until you do, and then you’re glad it’s there when it’s there, right?</p>\n\n\n\n<p>My grandfather was legally blind and he was a veteran. So he went to school and he learned how to use a computer. And he had a computer with like JAWS on it, and it would read it to him, and we’d send each other emails and stuff. I always like to think of him too, because if you know someone in your life that has accessibility needs, it also raises that importance to you as well. So, if I don’t do this in the right way, my grandfather won’t be able to use this website, or communicate with the world in the same way that I can.</p>\n\n\n\n<p>And so finding those, I think that when you talk about accessibility, and this isn’t directly related to what you said, Joe, but I wanted to mention it. But if you can humanise it in some ways, in a way that’s in your life that you can relate to, it helps you find the reasoning in why it’s important, why these discussions are important, right? That we approach these problems in the right way, and that we meet the acceptable standard.</p>\n\n\n\n<p>[00:18:57] <strong>Nathan Wrigley:</strong> In the end, this will be a binary decision. It either will be a canonical thing at some point in the future or it won’t, I guess maybe.</p>\n\n\n\n<p>[00:19:05] <strong>Jonathan Desrosiers:</strong> Will it? I mean, we might merge some of it into Core or we might choose, it doesn’t fit in a plugin, right? And that’s kind of where that gray area is. And in some ways, canonical plugins take up a little more time because we are having these discussions. Like, we feel strongly this should go in, someone else may not. We have to work to get a consensus, and once we reach that consensus, we have to, I talk about this in my talk about how we make decisions, but we disagree and commit. And so you can state your disagreement, but then it’s important that we move forward together. Building that consensus and deciding on the right path, even if you disagree.</p>\n\n\n\n<p>[00:19:39] <strong>Nathan Wrigley:</strong> Does the canonical option then, does that allow for more flexibility? So as an example, you could release, I don’t know, every two weeks, or every month or something like that. Whereas at the moment, we’re recording it in June, we don’t need to get into it, but we’ve got a different, a very different cadence for how often Core is being updated. Maybe that will change in the future, maybe not.</p>\n\n\n\n<p>But with a canonical option, it would be possible to do any cadence you liked. And also, I suppose you could be a little bit more a la carte because you could have a variety of canonical plugins wrapped around the theme of accessibility. So, yeah, I guess what I’m asking there is really, does the cadence of a canonical plugin allow more flexibility?</p>\n\n\n\n<p>[00:20:21] <strong>Jonathan Desrosiers:</strong> Absolutely. Whether we’re releasing once a month, or we’re releasing once a year, you can release a canonical plugin as often as you want, whereas Core has a much more predictable, well, not that the canonical plugin releases won’t be predictable, but it has a much more standardised schedule, I guess.</p>\n\n\n\n<p>And so you could release once a week for your canonical plugin, and then if we have a Core release every three months, that’s 12 weeks, you have 12 releases of that canonical plugin that you could potentially refine issues. Whereas if you released it in the one Core release, you’d get all that feedback at once instead of dividing it up and making adjustments and going from there.</p>\n\n\n\n<p>[00:21:00] <strong>Joe Dolson:</strong> So just to pose an example of something that I think actually is extremely suitable for an accessible plugin, and this is because, you know, I actually have written this. So let’s take for an example, the WordPress video block. It is extremely basic. It produces a video element and it gives you options to upload various tracks that are used in that video element. It is just the raw HTML 5. That’s what WordPress produces in the block editor.</p>\n\n\n\n<p>Now, is it appropriate for WordPress Core to make a decision about how that video block is actually going to be rendered as it is with this raw HTML 5 element? It’s rendered differently by every browser. They have their own rules, their own way of doing it. That’s what it’s going to do. You can make it much more accessible, because there are a lot of things that those native blocks don’t support, the native video element doesn’t support.</p>\n\n\n\n<p>In the past, WordPress did use MediaElement.js to render videos. And I actually think getting rid of that, and just using the raw video element was a good thing. But it’s not the most accessible way of viewing video. So is it something that we should do in Core? Should we dictate a player interface, or should we leave that raw in Core? Core just produces a video element, and then a plugin can enhance that to make it more accessible.</p>\n\n\n\n<p>I’m also the lead developer for an accessible media player called Able Player. That’s a completely separate JavaScript project that has nothing to do with WordPress, but I have got a WordPress plugin for it, which basically just says, hey, here’s a video block, I’m going to re-render it using Able Player.</p>\n\n\n\n<p>[00:22:37] <strong>Jonathan Desrosiers:</strong> I think if you want another good example of what a canonical plugin can be in the framework it can operate within, look at the Performance Lab plugin. The Performance Team has this plugin, and initially it had all these different features in it, and then we were trying to merge in support for the WebP image format in Core, and we realised it needed a little bit more time. And Matt suggested that we break them out into more finite plugins.</p>\n\n\n\n<p>So the Performance Lab feature plugin has, or canonical plugin, has a framework and then there are sub plugins that you can install for modern image formats. Pre-loading the images, there’s an accessibility feature where it shows you the color, the dominant color of the image, and it’s there until the image loads. And so that way it’s visually represented. And so that’s another good example of that.</p>\n\n\n\n<p>And one example that I’m wondering may be a good use of canonical plugins is the new AI Team. And so we’re at a point where we need to do some research and figure out what, in the context of WordPress, is needed for AI to flourish, and WordPress to be AI friendly. And I think that in some way, that will end up being a base foundation, some classes and some ways to interact with your content and your site, that can communicate with different models.</p>\n\n\n\n<p>So perhaps some canonical plugins could be one for each of the popular models. And so you have this data transport layer that passes your site’s information to these plugins, and then it connects with ChatGPT, or whichever your preferred model is. And so within that you could have settings. The reason why I brought up the Performance Plugin is there’s settings within it. So for the modern image format, you could say, I only want WebP, or I only want JPEG XL or AVIF. You can decide which ones you want. But if that were to get into Core, that’s not the right thing to say like, I do or I don’t want this.</p>\n\n\n\n<p>Another philosophy is decisions not options. We don’t want to overwhelm users with this. And a good example of this is, should this site be indexed by search engines? And if you disable that, it also disables your sitemap. And so making those intuitive decisions on behalf of the user and what they’ve done, the actions they’ve taken, we don’t want to overload them with options.</p>\n\n\n\n<p>And so in canonical plugins, you can be more, you don’t have to follow that as strictly, because the point is that it’s a plugin that’s configurable, that we’re testing different things in different ways, and finding out what works for which groups of people, and in what ways, and gathering feedback around that.</p>\n\n\n\n<p>Back to the point about, one other thing I wanted to mention too, is that one complaint I’ve always had with canonical plugins is that it’s very difficult to know about the experiences of the people using them. So for example, we had a plugin for a while that they want to, thankfully they want to rekindle it, is the Design Experiments plugin.</p>\n\n\n\n<p>And you would install that, and there were, you know, at any given time, a couple of 2, 3, 4 different design experiments in the plugin. But we never knew who had which experiments active, which ones they disabled. Did they have bad experiences? And that’s why they turned it off. Did they like it? Did they prefer it?</p>\n\n\n\n<p>We almost need to have some type of either AB testing within the plugins themselves, or a way to gather that feedback from the people that are using these canonical plugins. This is especially true when it’s a feature plugin that we may want to emerge into Core.</p>\n\n\n\n<p>And so I did bring up to Matt in one of our recent meetings with the Core committers, and he was open to exploring the idea of better ways in canonical plugins to gather that feedback, because they’re now of a renewed importance in our community and how we foresee maintaining things.</p>\n\n\n\n<p>We’re quite large, and we need to start saying no to more things in some ways. And so this is a great way to push it to a canonical plugin. Like, we don’t think that’s a right fit in Core, it’s too much, we can’t handle it. But create a community maintain plugin and we’re happy to stand behind it with you.</p>\n\n\n\n<p>[00:26:32] <strong>Nathan Wrigley:</strong> I’m going to try and get this out. I’m not sure I’m going to encapsulate it right. I’m going to offer this one to Joe first. And that is the legislation in the landscape of 2025. And we know that in Europe in particular, a lot of this stuff is mandated. Obviously there’s degrees to that, but there’s a lot of mandatory stuff coming down very, very soon.</p>\n\n\n\n<p>Given that, putting things into a canonical plugin where you can pick and choose, I have not installed that, I have installed that, what are your feelings about that? Is there some, I’m going to use the word core, set of features around accessibility that really where we’re at now, there’s just no choice, it just has to be in Core?</p>\n\n\n\n<p>Because the concern that I have perhaps is, how will you discover this canonical plugin? How will it surface itself? The three of us will find it, because this is what we do. But the regular user who’s just got a brick and mortar store, they want to put a WooCommerce site out there, just something quick and easy, where are they going to even find out about these canonical plugins?</p>\n\n\n\n<p>[00:27:32] <strong>Joe Dolson:</strong> And I do think this is a big part of what comes down to that question of, what does the accessibility plugin, what does it do? Because that is where things can really go kind of horribly wrong.</p>\n\n\n\n<p>When we’re talking about the accessibility of existing WordPress interfaces, how you actually interact with the admin, I don’t think there’s anything there that should ever be in a plugin because the Core code has to be accessible.</p>\n\n\n\n<p>You know, Jonathan mentioned that we’ve got this commitment to WCAG 2.2 at Level AA. I would say that we haven’t quite achieved that. It’s a goal, but I mean, the reality is there’s still a lot of legacy interfaces that our, I find new things every day. It’s just the reality. But those need to be fixed in Core. They should not be part of a plugin.</p>\n\n\n\n<p>So, a plugin should be something that enhances something in a meaningful way that perhaps doesn’t apply to all situations. That’s one of the reasons I brought up the video element, because one of the interesting exceptions in WCAG is that you are not responsible for the accessibility of browser defaults. The browser is responsible for that.</p>\n\n\n\n<p>And so if you are using a video block, and it’s just the video element, that is actually something that should pass. It’s not necessarily accessible, that’s up to the browser, but it’s not the responsibility of your site. And that’s a really fuzzy area from the law because, yes, you should still fix it.</p>\n\n\n\n<p>[00:29:00] <strong>Nathan Wrigley:</strong> Imagine a scenario where we have a canonical plugin for accessibility. So we have WordPress Core, and then a canonical plugin for accessibility. WordPress Core is evolving all the time. No doubt missteps will be made. People like you, Joe, will be going in and saying, okay, this needs to be adapted, this needs to be amended.</p>\n\n\n\n<p>And then on top of that, we’ve also got this complete other path of developing the canonical plugin side of things. There’s two strains of work happening now. So that’s just interesting. I don’t know whether that’s good or bad.</p>\n\n\n\n<p>[00:29:30] <strong>Joe Dolson:</strong> So one thing I will say is, you know, the bulk of the new development in WordPress is in Gutenberg. There’s no need for a canonical plugin to handle accessibility things in Gutenberg because honestly, that should just go into the plugin Gutenberg. If there’s something in Core that needs to be fixed, you should be able to install Gutenberg and be able to move forward. I think that would be reasonable. I don’t think that’s a practical path to have a separate accessibility canonical plugin that fixes issues in Gutenberg problems for Core. I mean, I can’t see that as making any sense.</p>\n\n\n\n<p>[00:30:04] <strong>Jonathan Desrosiers:</strong> In some ways we have to just weigh the benefits with the effectiveness and the time and the resources available. Some other ways that you can find canonical plugins, when you click add plugin on your site, there’s different tabs at the top, like featured, popular. One of them is featured, and so that is one that when we have canonical plugins, we want people to adopt or use, we add plugins to that tab.</p>\n\n\n\n<p>So the performance plugin is there, Gutenberg is there because we want people to be testing those up and coming changes. To the point of the, we’re not being fully compliant with that standard, it’s, we have to remember that this constant churn going on with a code, right? There’s new code coming in, there’s old code being removed. And so in a way the goal line is still the same, but we’re getting peaks and valleys that we have to, they suddenly appear and we have to tackle them as we go.</p>\n\n\n\n<p>I think for discoverability, it depends on the ecosystem in some ways. For example, as an American, you know, I’m not always, sometimes I hear of new legislations from EU and I say, oh, what are they up to now, right? It’s more things I have to do to follow the rules. But I think about maybe an American business owner, or American site owner, and sometimes it’s not clear. What happens if I’m in Europe and then I visit my site when I’m traveling, right? Does that open me up for legal action. If someone happens, if I make a very specific or rare type of trinket, and people in the EU find it, does that open me up to legal problems?</p>\n\n\n\n<p>And so these are things that the normal site owner, I just want a website, I just write on it, right? They don’t think about this stuff. And so, in addition to being compliant with these guidelines that we strive to achieve, we need to think about those decisions, not options type things.</p>\n\n\n\n<p>Another philosophy is to be simple, strive for simplicity. Most people don’t know what an XML sitemap specification is, or how to implement it, or what should go in it. And so we just make the decision to handle that stuff on their behalf. And if they need to, they can install a plugin to customise it, right?</p>\n\n\n\n<p>So the same is kind of true in this sense. And if the world is susceptible to, or responsible for adhering to certain things, and we can reasonably help them without them having to find certain things to install or configure, then maybe it’s the right thing to put that thing into Core, right?</p>\n\n\n\n<p>Perhaps it falls on the shoulders of hosts, where if the customer has an EU address, they install the accessibility canonical plugin, depending on what’s in it and what’s not. It’s likely not. We should be deliberate about what goes in Core and what goes into the accessibility plugin and for what reasons. But we also should be conscious that, as a community, we have to also help these non-technical users by making decisions for them when we know that it’s a problem.</p>\n\n\n\n<p>Like, our legal team says, yep, any site that potentially gets EU traffic, they have to have this, or they have to block EU or whatever it is. We can outline these situations and make the best decisions for our customers and our users, given those criteria that we are aware of.</p>\n\n\n\n<p>[00:33:07] <strong>Joe Dolson:</strong> It’s interesting you say that because one of the things you particularly dove into there is the idea of an accessibility plugin being something for the front end. And that is something that is actually fundamentally challenging. Because when it comes right down to it, we don’t know what’s on the front end. And accessibility is an incredibly difficult problem to solve when you’re kind of just trying to do automation on something that you don’t know.</p>\n\n\n\n<p>You know, there’s a lot of accessibility plugins out there that are already doing that sort of thing. Overlay plugins. They are famously iffy, because they really don’t solve most of the problems. And some of them actually introduce more. And that is the thing that I most want to avoid, is that we create our canonical plugin and it’s just screwing up people’s websites.</p>\n\n\n\n<p>[00:33:59] <strong>Jonathan Desrosiers:</strong> We’ve all installed a plugin that has way too many options, way too many features, and it doesn’t do any of them well, right? That’s not what a canonical plugin should be. In instances where there are many features, like the Performance Lab, there’s a framework perhaps, and then there’s sub plugins that do it, right? We don’t have an importer plugin that has every importer in the same plugin. They’re in specific plugins so that it can be more targeted, more focused on that specific outlined goal or focus area.</p>\n\n\n\n<p>And so that, yeah, that speaks to me, because we definitely don’t want to mimic some of the plugins that are out there where they try to adhere to cookie laws, and then they also try to adhere to popups and, you know, Consent API and all that type of stuff. And so we want to make sure that we’re dividing those problems up into meaningful chunks, but chunks that we can manage reasonably and not be a runaway train in some ways.</p>\n\n\n\n<p>[00:34:47] <strong>Nathan Wrigley:</strong> I was thinking about this last night and I was thinking, why does this conversation matter to me so much? And it came down to the fact that if we were having this conversation about a canonical plugin for, let’s say, performance or SEO, it would be intriguing, but there’s no moral component to it. You’re just serving a bunch of people who would like a more performant website. Well, that’s great. That will increase your SEO. No doubt, more traffic will come to your website.</p>\n\n\n\n<p>But there is a moral component here, and there are people whose lives will be immeasurably better if WordPress is, and I’m doing air quotes, accessible. And so that just makes this whole thing so much more important and impactful. So there’s no question there, it’s just an observation.</p>\n\n\n\n<p>There’s a different wrinkle here. There’s just some other thing. You know, you can imagine the panoply of different people trying to use websites. The frustration, the endless frustration that’s being caused by things because they’re not configured in a way that they can use them. And it would be a shame to miss this opportunity. And I don’t know what the right answer is here. I just know that there’s this moral component that makes this much more of a hot button topic than anything else. So that’s my piece, but if you want to respond to that.</p>\n\n\n\n<p>[00:36:03] <strong>Jonathan Desrosiers:</strong> I just left the keynote this morning by Noel Tock, and he spoke a lot about the impact. I try to illustrate this often, and he did a much better job than I’ve done before. He’s involved with a lot of organisations in the war affected Ukraine. And so he covered a half dozen organisations that are saving lives, rescuing animals, providing humanitarian relief, and they run on WordPress. And so accessibility lends to that in some ways, because you don’t know where a group is that has a need, and the free software could help them with that need, and in what ways and what impact that could have on them.</p>\n\n\n\n<p>Sometimes I think about how certain things overlap. And so I picture two circles, one for accessibility, and if you were to make a diagram of how it overlaps with democratising publishing. In many ways, it almost completely overlaps that circle. There’s something democratising with being accessible. I mean, it’s in the name, it’s accessible to as many people as possible. And so I think that, whether you know it or not, that probably in some ways is eliciting that feeling, right, of we all believe in this project where we all want to do good in the world. We want our software, and our community, to have an impact. And in many ways, accessibility leads to that mission that we all have.</p>\n\n\n\n<p>[00:37:26] <strong>Joe Dolson:</strong> And I do want to say that, as it stands right now, when we’re talking about the admin of WordPress, it’s already one of the most accessible content management systems out there. We have done very good work there.</p>\n\n\n\n<p>The front end is kind of a completely different story, and that ultimately is the fact that Core doesn’t control very much of front end, which is both one of the incredible powers of WordPress. It’s got this amazing degree of flexibility, and you can do almost anything with it. And it’s also one of the curses, because if we want to globally make the front end of everybody’s website better, there is very little we can do.</p>\n\n\n\n<p>That’s where I kind of feel like our accessibility efforts most are needed right now is just kind of getting plugin developers, getting theme developers, to be better. Make better choices and provide better options in their tools.</p>\n\n\n\n<p>[00:38:18] <strong>Jonathan Desrosiers:</strong> It is true that we don’t control the front end, but one of the features I love in Gutenberg is when you’re selecting the text colour and the background colour of a block. If you select light blue and dark blue, it says, hey, this is not accessible, it doesn’t meet the guidelines. People are going to have a hard time reading this.</p>\n\n\n\n<p>I often think about ways that maybe, one I had suggested before which hasn’t been implemented yet, some issues take many years to flesh out and be adopted, if at all. But one of them is perhaps we do another notice like that when someone is entering an alternate text for their image. You know, maybe they just put jpeg 123, right? That’s not what alt text is meant for. It’s meant to describe what’s in the picture in case someone can’t see it, or it’s not visible.</p>\n\n\n\n<p>And so it should be, Nathan Wrigley holding his microphone, sitting at a table, talking to Jonathan and Joe, who also have a microphone. Stuff like that. He’s got a red shirt. Things that illustrate what’s in the image. And so what are opportunities that we can take to guide our users to produce better content on the front ends?</p>\n\n\n\n<p>And I think there’s a particularly large opportunity for that in block themes, because the nature of block themes is very structured. It starts with a theme.json file, and it’s gobbledegook for a lot of people. They don’t understand what the JSON is, how to read it. But it’s structured data that’s extrapolated into the editor to apply the default margin for your blocks. To apply the default labels, the colours, all those different things that are configurable in a block theme.</p>\n\n\n\n<p>And so like, what’s missing from that that we can add that will lend to better visual representations of your content? There’s the HTML API behind the scenes that manipulates HTML strings in the context of WordPress. So how can we make sure that we’re generating accessible markup, those building blocks?</p>\n\n\n\n<p>A lot of times we run into issues where there’s no good solution for a specific accessibility problem because the foundational elements, were not taking that into consideration when it was built. And so oftentimes it’s hard to get backing for those changes, because it’s such a big undertaking because it wasn’t a part of the the initial discussion and consideration.</p>\n\n\n\n<p>And so how can we replace these over time, but also as we build new things, take those things into consideration so that the things that get expanded into the user experience and exposed in the site editor, result in better front end experiences for everyone, that are more accessible?</p>\n\n\n\n<p>[00:40:50] <strong>Joe Dolson:</strong> Yeah, I think that’s a really great thing to call out is those places in the authoring process where we provide accessibility feedback. There’s a whole set of guidelines that are specific to that. That’s the Authoring Tool Accessibility Guidelines. And I love everything we do to try and implement those.</p>\n\n\n\n<p>I will say that the colour contrast one, it was implemented very, very early on. There are a number of things that are in Core now that it actually just isn’t able to handle. Some layering things that it’s just like, oh, I don’t know what’s going on here. So that needs work. But that’s just kind of the constant process. At least it does exist and it can cover a lot of the most common use cases.</p>\n\n\n\n<p>But, yeah, that alt text one, that’s also a really valuable thing to be able to have some checks on. It’s a hard thing, and I think one precursor change we actually need to be able to make that possible is we need to make some revisions to how alt text is stored in the database.</p>\n\n\n\n<p>Because the reality is, right now WordPress stores alt text as a meta field that’s tied to the attachment, tied to the image. But alt text actually is context sensitive. And so really there shouldn’t be one canonical alt text for an image. There could be a canonical description of that image, but the alt text itself should always be context sensitive.</p>\n\n\n\n<p>On the other hand, if we just removed that field and didn’t save it, which is something that the block editor has kind of taken that path, when you change it in the block editor, it does not save to the media library, that’s also flawed, because sometimes you do actually want to use that, or at least want to use it as the basis for the next version of that alt text you write. So what I’d like to see is that we could actually save multiple alt text fields and have that managed.</p>\n\n\n\n<p>[00:42:33] <strong>Jonathan Desrosiers:</strong> There’s all these great ideas, and great things, but we also need to strive for simplicity. We don’t want them overwhelmed with a hundred different accessibility notices of how they could improve to the point where they say, I’m going to somewhere else, this website’s too confusing.</p>\n\n\n\n<p>This is potentially also another opportunity for AI. Perhaps AI could be used to suggest what accessible alt text should be in the context of the article you’re writing, or the page you’re authoring. You know, maybe AI can be trained in a way to audit your page for accessibility and make suggestions.</p>\n\n\n\n<p>AI is really exciting. I often sit back and watch and just observe because there’s so many models and you never know which ones to use. And unless you’re really deeply involved, it’s hard to know the best model for certain tasks.</p>\n\n\n\n<p>But I definitely like to think about, it’s helped me be more organised for sure. I have a hard time sometimes when I am creating a talk, getting my thoughts into an organised deck. And so by putting all my thoughts into AI, I’m able to better organise it and then I can drop my notes and my thoughts in the structured outline that it kind of organises for me, right?</p>\n\n\n\n<p>But, in what ways can that be applied in the editing process within WordPress under the lens of accessibility? And we could have SEO, we could have, Yoast has a lot of SEO tools that makes SEO recommendations. And we could have our canonical plugin perhaps has an AI interface and we go from there.</p>\n\n\n\n<p>So, yeah, there’s many different ways we can tackle these accessibility issues. It’s exciting to have these types of discussions and consider what could be.</p>\n\n\n\n<p>[00:44:05] <strong>Nathan Wrigley:</strong> Sadly, I think time is going to get the better of us. But I would like to say thank you, both of you, for your intelligent commentary on this. I don’t know which way it’ll go.</p>\n\n\n\n<p>[00:44:15] <strong>Jonathan Desrosiers:</strong> And there’s no right way necessarily.</p>\n\n\n\n<p>[00:44:16] <strong>Nathan Wrigley:</strong> That’s right. And it seems like there’s benefits in both possibilities. I’m not going to put you on the spot and ask you which your preferred one is. I have suspicions. Let’s keep this debate going I suppose. Let’s see which way it falls out. And, yeah, Joe and Jonathan, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:44:33] <strong>Jonathan Desrosiers:</strong> Of course. Perhaps we could do like a six month check-in on the state of canonical plugins.</p>\n\n\n\n<p>[00:44:38] <strong>Joe Dolson:</strong> Yeah, it’ll be interesting to see what happens next. Thanks so much.</p>\n\n\n\n<p>[00:44:40] <strong>Nathan Wrigley:</strong> I honestly think that we could have gone in a hundred different directions here. I think there’s bits of this podcast, which we could have opened up and probably spoken for many, many more hours. But, yeah, thank you both.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.joedolson.com/\">Joe Dolson</a> and <a href=\"https://jonathandesrosiers.com/\">Jonathan Desrosiers</a>.</p>\n\n\n\n<p>As you’ll hear in their podcast introductions, both Joe and Jonathan are veterans of WordPress, committing to Core in different ways. They’re deeply committed towards making the platform more useful for all users.</p>\n\n\n\n<p>This episode is all about exploration rather than answers. Joe and Jonathan discuss the world of canonical plugins, a special category of plugins maintained by the Core team. They are designed to be as reliable and secure as features found in WordPress Core itself. The discussion unpacks what exactly defines a canonical plugin, how these plugins have evolved out of the traditional feature plugin model, and what it means for users and contributors alike.</p>\n\n\n\n<p>At the center of this episode is accessibility: should accessibility enhancements remain a primary concern within WordPress Core, or is it time to start developing them as canonical plugins? Joe and Jonathan discuss the pros and cons of both options, referencing technical challenges, project philosophies, and the ever-changing legislative environment, especially with tough new regulations in Europe.</p>\n\n\n\n<p>They consider the discoverability of canonical plugins for non-technical users, potential overlaps and division of labour between plugins and Core, and the moral imperative of making websites accessible to all.</p>\n\n\n\n<p>We also touch upon practical examples, from the WordPress video block, to the Performance Lab plugin, and weigh up how cadence, stability, and focus can differ outside the Core. The conversation also goes beyond theory, delving into the real-life impact accessible technology has, from legal requirements to personal stories and the broader mission of democratising publishing.</p>\n\n\n\n<p>Whether you’re a developer, a site owner, or someone interested in the ethical questions at the heart of open-source software, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2009/12/canonical-plugins/\">Canonical Plugins (Say What?)</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress Importer</a> plugin</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/mp6/\">mp6</a> plugin</p>\n\n\n\n<p><a href=\"https://hackerone.com/wordpress?type=team\">WordPress HackerOne program</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/data-liberation/\">Data Liberation Project</a></p>\n\n\n\n<p><a href=\"https://jonathandesrosiers.com/2018/10/accessibility-a-developers-pledge/\">Accessibility: A Developer’s Pledge</a></p>\n\n\n\n<p><a href=\"https://www.freedomscientific.com/products/software/jaws/\">JAWS</a></p>\n\n\n\n<p><a href=\"https://www.mediaelementjs.com/\"> MediaElement.js</a></p>\n\n\n\n<p><a href=\"https://ableplayer.github.io/ableplayer/\"> Able Player</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/design-experiments\"> Design Experiments plugin</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2025/speaker/noel-tock/\">WordCamp Europe 2025 keynote with Noel Tock</a></p>\n\n\n\n<p><a href=\"https://www.w3.org/WAI/standards-guidelines/atag/\">Authoring Tool Accessibility Guidelines</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Jun 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Measuring Success in Video Marketing: Why Views Aren’t Everything\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/measuring-success-in-video-marketing-why-views-arent-everything/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"View counts aren\'t definitive for video marketing success. Focus on quality viewers, conversion-oriented content, and long-term impact instead of just numbers for achieving meaningful results.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Jun 2025 11:47:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Gravatar: Mobile SDKs Now Edit Full Profiles, Not Just Avatars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3338\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://blog.gravatar.com/2025/06/24/mobile-sdks-now-edit-full-profiles-not-just-avatars/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3665:\"<p>Got users stuck with outdated Gravatars or profile info in your mobile app? Your Gravatar integration just became a lot more powerful.</p>\n\n\n\n<p>Tens of thousands of apps and sites pull in Gravatars for a better user experience. But when someone wants to update their avatar or profile details, they’re usually stuck hunting for settings — or worse, they can’t update them at all.</p>\n\n\n\n<p>With our Quick Editor and Mobile SDKs, problem solved!</p>\n\n\n\n<h2 class=\"wp-block-heading\">One Tap to Update Everything</h2>\n\n\n\n<p>Our Mobile SDKs have always made avatar updates simple. Users tap their avatar, make changes, and boom – it’s updated everywhere. But avatars are just part of your digital identity.</p>\n\n\n\n<p>The latest SDK releases bring full profile editing to your mobile app. Now users can update their entire Gravatar – display name, about info, location, pronouns, and more – right from within your app.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Profile Editing Beyond Avatars</h3>\n\n\n\n<p>Users can now edit their complete Gravatar profile without leaving your app. </p>\n\n\n\n<p>This includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Display name</li>\n\n\n\n<li>About/bio information</li>\n\n\n\n<li>Location</li>\n\n\n\n<li>Job title</li>\n\n\n\n<li>And more</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">iOS 3.4.0 Improvements</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Smoother animations on the SwiftUI sheet</li>\n\n\n\n<li>Better VoiceOver support for accessibility</li>\n\n\n\n<li>Performance optimizations throughout</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Android 2.5.0 Updates</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Removed Retrofit dependency from core module (cleaner, lighter integration)</li>\n\n\n\n<li>New API endpoints for expanded functionality</li>\n\n\n\n<li>Bug fixes for improved stability</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">See It in Action</h2>\n\n\n\n<p>The editing flow feels native to each platform. On iOS, it’s a sleek SwiftUI sheet. On Android, it follows Material Design patterns. Your users get a familiar experience while managing their universal web identity.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img alt=\"\" class=\"wp-image-3343\" height=\"1260\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/06/cleanshot-2025-06-24-at-16.21.33.gif\" style=\"width: 300px;\" width=\"580\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Matters</h2>\n\n\n\n<p>Think about it: someone downloads your app, signs up, and their Gravatar automatically fills in their avatar and profile details. Later, when they get a new headshot or job title, they can update it right there in your app.</p>\n\n\n\n<p>No hunting through settings. No switching between apps. One tap, and they’re current everywhere.</p>\n\n\n\n<p>You get happier users with fresh, accurate profiles. They get a seamless experience that just works.</p>\n\n\n\n<p>We know it works because we dogfood our SDKs in our sister apps <a href=\"https://jetpack.com/mobile/\">Jetpack</a> and <a href=\"https://pocketcasts.com\">Pocket Casts</a>, powering avatars and profile details millions of users monthly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Developers: Ready to Upgrade?</h2>\n\n\n\n<p>The updated SDKs are available now for both iOS and Android. Adding profile editing to your existing Gravatar integration takes just a few lines of code.</p>\n\n\n\n<p>Check out our <a href=\"https://docs.gravatar.com/mobile-sdk/\">developer documentation</a> for platform-specific guides, code examples, and migration instructions.</p>\n\n\n\n<p>Your users deserve to control their digital identity. Now you can help them do it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jun 2025 16:07:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Open Channels FM: New, Open Channels Dispatch: Rebranding, Site Updates, and What’s Next for OpenChannels FM\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://openchannels.fm/new-open-channels-dispatch-rebranding-site-updates-and-whats-next-for-openchannels-fm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"BobWP kicks off Open Channels Dispatch to share quick updates and news about the rebranded Open Channels FM.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Jun 2025 11:41:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Open Channels FM: How Non-Developers Can Start Contributing to WordPress Translations (And Why It Matters)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://openchannels.fm/how-non-developers-can-start-contributing-to-wordpress-translations-and-why-it-matters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"One of the most inspiring aspects of the WordPress ecosystem is its commitment to making the web accessible in every language. In a recent episode from the series The WordPress Way,” hosts Abha Thakor, Pascal Birchler, and Robert Windisch dove deep into the world of translations and multilingual WordPress and revealed just how much everyday […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jun 2025 09:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Automattic Twenty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=143509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2025/06/automattic-twenty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4771:\"<p><a href=\"https://automattic.com/2025/06/20/automattic-20-years/\">We’re celebrating a fun anniversary at Automattic today, our 20th, with a fun look-back</a>. Gosh, it’s been quite a journey, and it still feels like we’re just getting started in so many areas.</p>\n\n\n\n<p>In 2005, being a remote-first company was anathema to investors and business leaders* at the time; it was a scarlet letter that combined with our embrace of Open Source and the relative inexperience got us some funny looks and a lot of skepticism. I will be forever grateful to the true contrarians who bet on Automattic in our earliest days. </p>\n\n\n\n<p>Even when it was clearly working the first few years, there was always the dismissal of “that won’t scale” that loomed like a remote startup <a href=\"https://en.wikipedia.org/wiki/Great_Filter\">Great Filter</a>. These days I hear from friends who run incubators or do seed investing that almost every company they look at taps into remote talent.</p>\n\n\n\n<p>It makes me think about what uncommon things Automattic does today that will be standard in the coming decades. We do our best to balance idealism with pragmatism, because even if you are on the right side of history, being too early can be as bad as being wrong.</p>\n\n\n\n<p>I can’t predict everything that will change over the coming decades, especially with AI making the next few years particularly hard to predict. Still, I do know a few things that <em>won’t</em> change: everything flows from our people, open source is still the most powerful idea of our generation, growth is the best feedback loop, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. People will always want fast, bug-free software; instant, omniscient customer service when they need it; and experiences so intuitive that they usually don’t. And once they’ve had a taste of freedom, it’s hard to return to their previous state. (For more, <a href=\"https://automattic.com/creed/\">see our creed</a>.)</p>\n\n\n\n<p>Our industry is highly cyclical, and I feel fortunate to have gained the perspective of a few bubbles and crashes, along with all the emotions that go with them. It’s undeniable we’re in the very early days — the command-line times — of an AI era, and though it will probably have its own bubble and crash cycles, it feels as significant to me as anything since we started. It’s more important than ever that we fight for open source and the freedom-enhancing side of technology. I’m committed to doing whatever I can to democratize publishing, commerce, and messaging, but there are many other areas of the human experience to cover… pick one to work on! It’s hard and rewarding work. </p>\n\n\n\n<p>When I was working on an early version of one of our internal stats systems, it was really important to me that it showed rolling windows of the last 24 hours (daily), 168 hours, 4 weeks, and of course yearly. The rolling was important so you could see the impact of your changes as soon as possible. Then I felt called to add another: decade.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img alt=\"\" class=\"wp-image-143529\" height=\"113\" src=\"https://i0.wp.com/ma.tt/files/2025/06/mc-rolling-stats-1024x191.png?resize=604%2C113&quality=80&ssl=1\" width=\"604\" /></figure></div>\n\n\n<p>Some thought it was silly at the time, and it’s true that it initially served mainly as a way to display the cumulative number. But I wanted every time someone looked at one of these stats pages that they were reminded that <strong>we’re building for the long term</strong>. Our users and customers deserve nothing less. And now we have some statistics with 20 years of history, it has some useful comparisons as well! </p>\n\n\n\n<p>In <a href=\"https://ma.tt/2015/06/ten-years-of-automattic/\">Ten Years of Automattic, I wrote</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>There’s a lot more to do, and I can’t wait to see what a “20 Years of Automattic” post says. I’m a lucky guy.</p>\n</blockquote>\n\n\n\n<p>Now we know! I’m still a very lucky guy, and can’t wait to build, learn, and share alongside a talented crew of like-minded hackers, dreamers, and doers.</p>\n\n\n\n<p><em>* I’ll note that pioneers like Bob Young (Red Hat), Stephen Wolfram (Wolfram Research), Jason Fried (37Signals), and Mårten Mickos (MySQL) were big inspirations. Also, the entire Open Source community and most projects operated at least partially this way, which is why it seemed so natural to us as a second-generation Open Source company.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Jun 2025 02:59:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Gutenberg Times: Interactivity API, WordPress 6.8.2, Transitions API and Pride Photo Drive — Weekend Edition #333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=40735\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://gutenbergtimes.com/interactivity-api-wordpress-6-8-2-transitions-api-and-pride-photo-drive-weekend-edition-333/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20878:\"<p>Hi there, </p>\n\n\n\n<p>Are you ready for a summer break of the Gutenberg Times? I am definitely ready for a vacation. It’s been a fabulous first half of the year with plenty of new experiences, and reconnecting with friends in the WordPress community. There is soo much inspiring creativity in the community around block editor, Playground and AI. I am curious what the second half of year will bring.</p>\n\n\n\n<p>As for WordCamps, I am considering going to WordCamps, <a href=\"https://gdynia.wordcamp.org/2025/\">Gyndia</a>, <a href=\"https://verona.wordcamp.org/2025/\">Verona</a>, and <a href=\"https://pisa.wordcamp.org/2025/\">Pisa</a>. Once the decisions are made, I, of course, will let you know. Do you have any WordCamp plans?</p>\n\n\n\n<p>Enjoy the summer and I’ll be back. </p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/interactivity-api-wordpress-6-8-2-transitions-api-and-pride-photo-drive-weekend-edition-333/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/interactivity-api-wordpress-6-8-2-transitions-api-and-pride-photo-drive-weekend-edition-333/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/interactivity-api-wordpress-6-8-2-transitions-api-and-pride-photo-drive-weekend-edition-333/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/interactivity-api-wordpress-6-8-2-transitions-api-and-pride-photo-drive-weekend-edition-333/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a></li></ol></nav>\n</div></div>\n</section>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"></div>\n\n\n<p>In their post, <a href=\"https://lgbtqpress.com/2025/05/share-your-pride-photo-drive-is-back-for-2025/\"><strong>Share your Pride Photo Drive is back for 2025</strong></a>, <strong>Anne McCarthy</strong> invites you to an open photo submission event to boost LGBTQ+ representation in the WordPress Photo Directory. The initiative encourages everyone (not just the LGBTQ+ community) to contribute, with fun incentives and cash prizes, emphasizing the importance of diverse, high-quality imagery for web creators. <strong>The deadline is July 1st 2025. </strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Jean-Baptiste Audras</strong> just dropped the schedule for <a href=\"https://make.wordpress.org/core/2025/06/17/wordpress-6-8-2-release-schedule/\"><strong>WordPress 6.8.2 Release Schedule</strong></a>. There are a few bug scrub sessions coming up, with the first release candidate (RC1) out on July 8, 2025, and the final version landing a week later on July 15. He also shared some handy links to the list of fixes they’re hoping to squeeze into this update.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-118-wordpress-new-ai-team-the-pride-photo-drive/\">Gutenberg Changelog 118 – WordCamp Europe, WordPress New AI Team, the Pride Photo Drive, Gutenberg 20.9 and 21.0 </a> <strong>Anne McCarthy</strong> is back from sabbatical and we talked about WordCamp Europe, the new WordPress AI team, the Pride Photo Drive, and Gutenberg 20.9 and 21.0 . </p>\n\n\n\n<p><em>If you are listing via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It’ll help with the distribution.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-40687\" height=\"185\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/06/Screenshot-2025-06-14-at-08.28.08.png?resize=652%2C185&ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In his post <a href=\"https://felix-arntz.me/blog/introducing-view-transitions-wordpress-plugin/\"><strong>Introducing the View Transitions Plugin for WordPress</strong></a>, <strong>Felix Arntz <br /></strong>announced a new plugin that brings smooth, animated transitions between pages to WordPress sites. He explains that <a href=\"https://wordpress.org/plugins/view-transitions/\">the plugin</a> uses the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API\">View Transitions API</a> to create seamless visual effects, making navigation feel more modern and app-like without the complexity of single-page applications. Arntz described how the plugin works out of the box, offers customization through both the WordPress admin and theme code, and supports various animation styles. The goal is to improve user experience and perceived performance with minimal setup.<strong> </strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest video, <a href=\"https://www.youtube.com/watch?v=s9vt5skaTfw\"><strong>The Secret to Client-Proof WordPress Sites</strong></a>, <strong>Wes Theron</strong> shows how to let clients safely update content while keeping a consistent design. He demonstrates using synced patterns with editable overrides. Global design changes to a pattern update all instances on the site. He explains how clients can modify specific elements without disrupting the layout. This method simplifies site management and maintains design integrity, making WordPress sites easier to manage and grow.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><br /><strong>Claire Brotherton</strong> reviewed the Twenty Twenty-Five WordPress theme, highlighting its flexibility and modern design. Brotherton details its customizable templates, diverse style variations, and extensive block patterns, making it easy to create unique layouts. She notes the theme’s accessibility features, international typography options, and compatibility with the latest WordPress tools. The guide also covers practical tips for editing menus, headers, and footers, and encourages users to experiment with the theme’s many design possibilities. The post <a href=\"https://www.abrightclearweb.com/twenty-twenty-five-theme-the-ultimate-guide/\"><strong>Twenty Twenty-Five Theme: the Ultimate Guide</strong></a> definitely lives up to its promise. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Johanne Courtright</strong> <a href=\"https://groundworx.dev/blog/introducing-groundworx-navigation/\"><strong>introduced the Groundworx Navigation plugin</strong></a>, a flexible, block-based navigation tool for WordPress. After years of building custom menus, she created this plugin to streamline features like accordions, slide-ins, sticky headers, and responsive toggles. Designed for Full Site Editing, it fits modern WordPress workflows and eliminates the need to rebuild navigation logic for each project, making advanced menu patterns easier for both developers and site owners. <a href=\"https://github.com/groundworx-dev/groundworx-navigation\">Check it out from GitHub</a>. Once it goes through the approval process, it will also be available for download from the WordPress repository.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://publishpress.com/blog/publishpress-blocks/find-all-gutenberg-blocks/\"><strong>What’s the plan for PublishPress Blocks</strong></a>? <strong>Steve Burge</strong> mentions the new Block Usage Screen. It shows you any usage of blocks on your site or search for blocks. For example, it will show how many paragraph blocks you used throughout all blog posts. He also shows the new menu from within the plugin and lists six more features: control on who can use each block, additional blocks like accordion, galleries, tabs etc. I am excited about the feature to create my own Block Styles right from the interface without code. In the video on YouTube, Burge shows off how to <a href=\"https://www.youtube.com/watch?v=ZMgZ3JiNl1Y&t=16s\">find your WordPress Blocks with the PublishPress Blocks Plugin</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>A common solution to make a sticky header is to wrap the template part in a group block and set the Position to “sticky”. <strong>Mike McAlister</strong> has more elegant solutions to <a href=\"https://olliewp.com/fixing-the-sticky-header-bug-in-the-wordpress-site-editor/\"><strong>Fixing the sticky header bug in the WordPress site editor</strong></a>. </p>\n\n\n\n<p><strong>Hans-Gerd Gerhards</strong> has also tackled this problem with his plugin <strong><a href=\"https://wordpress.org/plugins/shrinking-logo-sticky-header/\">Dynamic Header & Navigation for Block Themes</a></strong>, that also, among a few other things, it gives you settings to shrink the header on scroll, so it doesn’t take up too much real-estate. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><br />In her post, <strong><a href=\"https://www.askdesign.biz/blog/2025/06/layout-and-design-with-the-grid-block/\">Layout and Design with the Grid Block</a>,</strong> <strong>Anne Katzeff</strong> explains how the grid block can help make web pages look cleaner and more organized. She gives simple advice for setting up columns, spacing, and alignment, and encourages people to play around with different layouts to find what looks and works best. It might just be the manual you have been looking for. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">“Keeping up with Gutenberg – Index 2025”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p>In this high-level post, <a href=\"https://wp.gallery/themes/wordpress-block-theme/\" rel=\"noreferrer noopener\" target=\"_blank\"></a><a href=\"https://wp.gallery/wordpress-interactivity-api/\" rel=\"noreferrer noopener\" target=\"_blank\"><strong>15 WordPress Interactivity API examples – WP Gallery</strong></a><br />Diane Collet, co-founder of Twentig and WP Gallery, explains how the new WordPress Interactivity API empowers developers to create dynamic, interactive front-end experiences without relying on heavy JavaScript frameworks. She highlights how the API enables seamless, reactive user interfaces directly within WordPress blocks, making it easier to build features like live search, filters, and instant feedback. Collet emphasizes the API’s simplicity, performance benefits, and its alignment with WordPress’s vision for a more interactive and modern web, encouraging developers to explore its capabilities for enhancing user engagement. </p>\n\n\n\n<p>To get started with the Interactivity API, you can work through this list of resources:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/06/07/wordpress-gems-for-devs-interactivity-api-2/\">WordPress Gems around the Interactivity API</a> (Workshop recording) </li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/04/a-first-look-at-the-interactivity-api/\">A first look at the Interactivity API</a> </li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/02/an-introduction-to-block-based-mega-menus/\">An introduction to block-based mega menus</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-interactivity/packages-interactivity-api-reference/#list-of-directives\" rel=\"noreferrer noopener\" target=\"_blank\">Interactivity API Reference</a> </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/discussions/55642\">Interactivity API showcase</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=ndW-Kz0iDdY&list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&index=18\">Developer Hours: Building custom blocks in WordPress with the Interactivity API</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=Sl6nqGN8YVQ&list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&index=19\">Developer Hours: Exploring the Interactivity API in WordPress 6.5</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>JuanMa Garrido </strong>was inspired by Igor Benić’s <a href=\"https://wpchallenges.beehiiv.com/.\">list of <strong>WordPress challenges</strong></a>. In his live stream he ventured to solve some of them. <a href=\"https://www.youtube.com/watch?v=DgB5M5ameUs\">The recording is on YouTube</a>. The first challenge was: <em>Create a block that fetches and displays posts from a specific category dynamically (using ServerSideRender component).</em></p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<p><strong>In his live stream<a href=\"https://www.youtube.com/watch?v=ABfMFB5s_TA\">, WCEU workshop code along</a></strong>, <strong>Ryan Welcher</strong> followed Bero’s WCEU workshop on setting up automatic testing with Playwright and Playground. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Jonathan Bossenger</strong> updates us about <strong><a href=\"https://www.youtube.com/watch?v=_q-1aGvHfqo\">WordPress MCP & Feature API</a> </strong>on his live stream. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: Photo by Polesie Toys on Pexel</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Jun 2025 00:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Gravatar: How to Build Trust Online With Professional Credibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://blog.gravatar.com/2025/06/20/building-trust-online/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17008:\"<p>Here’s the deal: Every time you pop up online with a different headshot, a tweaked job title, or a bio that sounds like it was written by three different people on three different days, you’re not just being quirky. You’re quietly <em>chipping away</em> at your credibility.</p>\n\n\n\n<p>Those little inconsistencies create one big problem: Cognitive friction. And cognitive friction = second-guessing. Not ideal when you’re trying to win hearts, minds, or contracts.</p>\n\n\n\n<p>Unlike the good old days of handshakes and conference rooms, building trust online isn’t natural or automatic. It’s something you have to <em>design</em> carefully, deliberately, across every touchpoint where your name shows up.</p>\n\n\n\n<p>And if you’re new to the game without a reputation to fall back on? The stakes are even higher. </p>\n\n\n\n<p>But here’s the good news: Trust is buildable – and way more under your control than you think.</p>\n\n\n\n<p>In this guide, you’ll learn how to: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>centralize your online identity so you look polished and cohesive everywhere.</li>\n\n\n\n<li>use social proof like a pro to boost instant credibility.</li>\n\n\n\n<li>communicate authentically without feeling like you’re “branding” yourself to death.</li>\n</ul>\n\n\n\n<p>By the time we’re done, you’ll know exactly how to build a digital presence that feels genuine, trustworthy, and ready to convert curious visitors into loyal fans, wherever they find you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why professional credibility isn’t just “nice to have” anymore</h2>\n\n\n\n<p>Thinking professional credibility online is just about having a typo-free website and a decent logo is like saying a handshake is only about touching another person’s hand. Important, yes – but nowhere near the full story.</p>\n\n\n\n<p>Today, trust online demands way more than surface polish. It’s about creating a <em>coherent, recognizable presence</em> that follows you everywhere your audience might stumble across you.</p>\n\n\n\n<p>A <a href=\"https://eujournal.org/index.php/esj/article/view/17729\">January 2024 study</a> from the Digital Identity Institute nailed it down to four essentials:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your <strong>identifiers</strong> (name, handle, URL).</li>\n\n\n\n<li>Your <strong>content</strong> (what you post and share).</li>\n\n\n\n<li>Your <strong>profile photos</strong> (how you visually show up).</li>\n\n\n\n<li>Your <strong>personal images</strong> (those behind-the-scenes moments that humanize you).</li>\n</ul>\n\n\n\n<p>Get these aligned? You’re golden. Mix them up? You undermine the very trust and credibility you’re aiming for.</p>\n\n\n\n<p>Every time someone jumps from your Twitter to your LinkedIn to your personal blog and spots a disconnect, a little voice whispers: <em>“Wait, is this even the same person?”</em></p>\n\n\n\n<p>Cue doubt. Cue hesitation. Cue lost opportunity.</p>\n\n\n\n<p>And just a heads-up: Your digital reputation isn’t <em>just</em> about what you put out there. It’s also:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What people say about you on review sites.</li>\n\n\n\n<li>How (and whether) you respond to comments.</li>\n\n\n\n<li>Where your name pops up in industry chatter.</li>\n\n\n\n<li>Those forgotten forum posts from 2018 (yes, even the cringey ones).</li>\n</ul>\n\n\n\n<p>For newcomers, this can feel wildly overwhelming. But don’t panic – there’s a system for building trust that works whether you’re a total newbie or a seasoned pro.</p>\n\n\n\n<p>And it all starts with something deceptively simple: Making it <em>crystal clear</em> that it’s actually <em>you</em>, wherever you show up.</p>\n\n\n\n<p>Let’s dig into how to make that happen.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Establishing your verified identity online</h2>\n\n\n\n<p>Let’s talk about the sneaky tax no one warns you about: <strong>Digital fragmentation</strong>. </p>\n\n\n\n<p>Every time you spin up a new <a href=\"https://github.com/\">GitHub</a> profile, tweak your <a href=\"https://wordpress.com/\">WordPress.com</a> bio, or casually update your <a href=\"https://slack.com/\">Slack</a> status, you’re basically creating another branch of your professional identity.</p>\n\n\n\n<p>Each one demands attention; otherwise, it leaves behind tiny cracks in your credibility that clients will notice (even if they don’t realize it).</p>\n\n\n\n<p>Trust is built silently through strategic verification signals. Things like:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Verified email domains:</strong> Yourname@yourcompany.com trumps hotmaillegend1995@gmail.com (every time).</li>\n\n\n\n<li><strong>Consistent usernames:</strong> When “jane-smith-designer” shows up everywhere, recognition is effortless.</li>\n\n\n\n<li><strong>Linked professional accounts:</strong> Connecting your LinkedIn, Twitter, and portfolio into a neat trust web.</li>\n\n\n\n<li><strong>Visual continuity:</strong> That profile photo is important, it’s a visual anchor that screams “yep, this is me”.</li>\n</ul>\n\n\n\n<p>But the brutal truth is that keeping it all polished and synced can feel like a part-time job. And the longer you’re online, the more ancient breadcrumbs (and outdated bios) you scatter across the internet like digital confetti.</p>\n\n\n\n<p><strong>Enter Gravatar.</strong></p>\n\n\n\n<p>Instead of <em>another</em> profile to manage, <a href=\"https://gravatar.com/\">Gravatar is the solution</a> <em>to</em> profile management by connecting your professional identity to something you already use everywhere: Your email address.</p>\n\n\n\n<p>Gravatar becomes your single source of truth, rippling updated credibility across the web with zero extra work.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Gravatar keeps your digital identity (and sanity) intact</strong></h3>\n\n\n\n<p>Gravatar’s magic trick is simple but game-changing: <strong>Update once. Sync everywhere</strong></p>\n\n\n\n<p>Here’s how it works:</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img alt=\"Gravatar profile example\" class=\"wp-image-3282\" height=\"774\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-profile.png?w=660\" width=\"660\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>You sign up once using your email address.</li>\n\n\n\n<li>Gravatar then pushes your profile info – your headshot, your bio, your portfolio links – across any platform that has Gravatar integrated.</li>\n\n\n\n<li>Instantly recognizable. No manual updates. No weird gaps.</li>\n</ol>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 20px;\"></div>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\n\n\n\n<p>Gravatar plugs into heavy-hitters like:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/\"><strong>WordPress</strong></a> (hello, <a href=\"https://en-gb.wordpress.org/about/features/\">43% of the internet</a>)</li>\n\n\n\n<li><a href=\"https://github.com/\"><strong>GitHub</strong></a> (where devs prove their chops)</li>\n\n\n\n<li><a href=\"https://slack.com/\"><strong>Slack</strong></a> (where teams live)</li>\n\n\n\n<li><a href=\"https://openai.com/\"><strong>OpenAI</strong></a> (yep, even the AI world knows your face)</li>\n\n\n\n<li><a href=\"https://www.atlassian.com/\"><strong>Atlassian</strong></a><strong>, </strong><a href=\"https://www.figma.com/\"><strong>Figma</strong></a><strong>, </strong><a href=\"https://mailchimp.com/\"><strong>Mailchimp</strong></a><strong>, </strong><a href=\"https://stackoverflow.com/\"><strong>Stack Overflow</strong></a><strong>, </strong><a href=\"https://www.coinbase.com/\"><strong>Coinbase</strong></a> – and the list keeps growing</li>\n</ul>\n\n\n\n<p>It’s like a <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a>, but one that updates itself, multiplies itself, and hands itself out for you.</p>\n\n\n\n<p>When you update your Gravatar, you’re refreshing your professional image across a whole ecosystem without lifting another finger.</p>\n\n\n\n<p>And even on platforms that don’t plug directly into Gravatar (looking at you, X and Instagram), your Gravatar profile still works as a rock-solid <a href=\"https://blog.gravatar.com/2024/04/12/maximize-your-instagram-bio-the-top-tools-to-consider/\">bio link</a> destination. A central hub that confirms, “Yes, I’m legit.”</p>\n\n\n\n<p>Let’s get into how to set it up.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to showcase expertise that actually converts (not just impresses)</h2>\n\n\n\n<p>Having a verified, consistent digital identity is a great first step. But if you want to turn casual visitors into paying clients, you need more than legitimacy. You need to <em>flex</em> your expertise in ways that actually move people to act.</p>\n\n\n\n<p>Here’s the difference between professionals who quietly exist online and those who consistently <a href=\"https://www.business.com/articles/9-steps-to-lead-conversion-success/\">rack up conversions</a>: They don’t just <em>say</em> they’re good. They <em>prove</em> it – strategically.</p>\n\n\n\n<p>Here’s how to build serious trust <em>and</em> trigger buying decisions at the same time:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Content that builds (and measures) trust</strong></h3>\n\n\n\n<p>Not all content earns trust equally. Here are the formats that drive the biggest trust-to-conversion ROI:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Case studies with real results:</strong> Proving you’ve solved <em>this exact problem</em> before removes the risk for new clients.</li>\n\n\n\n<li><strong>Original research with downloadable assets:</strong> Publishing fresh findings no one else has? Authority unlocked (not to mention backlinks).</li>\n\n\n\n<li><strong>Video demonstrations:</strong> Watching you in action builds confidence <em>fast</em>.</li>\n\n\n\n<li><strong>Step-by-step tutorials:</strong> Breaking down complex processes shows mastery <em>and</em> your ability to guide others.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Credentials that appear </strong><strong><em>exactly</em></strong><strong> where they matter</strong></h3>\n\n\n\n<p><em>Having</em> credentials is great, but <em>placing</em> them where they crush doubt is the difference.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certification logos</strong> near pricing tables instantly calm “Is this worth it?” nerves.</li>\n\n\n\n<li><strong>Industry awards</strong> on service pages make your premium offer feel like a no-brainer.</li>\n\n\n\n<li><strong>Testimonials</strong> right beside CTA buttons? Ideal for that final, reassuring nudge.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Thought leadership that stands out (not blends in)</strong></h3>\n\n\n\n<p>Vanilla expertise doesn’t convert. You need a clear, memorable POV that plants your flag.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Challenge industry norms</strong> (backed by real evidence, not just hot takes).</li>\n\n\n\n<li><strong>Create your own frameworks</strong> that only <em>you</em> offer.</li>\n\n\n\n<li><strong>Take thoughtful stands</strong> on key industry debates (without turning your audience into enemies).</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Trusted platforms that amplify your expertise</strong></h3>\n\n\n\n<p>Sometimes it’s not just what you say – it’s <em>where</em> you say it. That’s why Gravatar’s integrations create trust-by-proxy opportunities you can’t buy:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>WordPress comments:</strong> Your verified Gravatar shows up and instantly builds recognition.</li>\n\n\n\n<li><strong>GitHub contributions:</strong> Your Gravatar profile signals serious technical chops.</li>\n\n\n\n<li><strong>Slack communities:</strong> Your Gravatar credentials put you right inside trusted expert circles.</li>\n</ul>\n\n\n\n<p>Stack these strategies, and not only are you building a reputation, you’re removing every obstacle between curiosity and conversion. When prospects can instantly answer both <em>“Can they help me?”</em> and <em>“Can I trust them?”</em>, signing on becomes the obvious next step.</p>\n\n\n\n<p>Let’s move on to putting all of this into action.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Building trust through authentic communication</h2>\n\n\n\n<p>A fascinating <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC6961857/\">2020 University of Missouri study</a> found that <em>sharing the story behind why you do what you do</em> skyrockets your perceived authenticity.</p>\n\n\n\n<p>Turns out, people don’t just trust the expert with the most credentials. They trust the expert who lets them in on <em>why it matters</em> to them <em>personally</em>.</p>\n\n\n\n<p>In other words, explaining why you <em>care</em> can be just as powerful as proving you’re <em>qualified</em>.</p>\n\n\n\n<p>This research shatters the old-school myth that professional communication should stay cold, detached, and full of corporate buzzwords. Storytelling – real, personal, first-person storytelling – builds deeper trust than any third-person “Our team is passionate about solutions” fluff ever could.</p>\n\n\n\n<p>Here’s what that looks like in action:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>“I built this workflow after nearly burning out during my first agency job.” is more effective than “Our optimized workflow increases efficiency by 27%.”<br /></li>\n\n\n\n<li>“The software crashed on me three times before I figured out this workaround.” will win people over above “Our team has extensive troubleshooting experience.”</li>\n</ul>\n\n\n\n<p>See the difference? One makes you nod and feel something. The other makes you… skim.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Gravatar supercharges your authenticity</strong></h3>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is your secret weapon for broadcasting authenticity everywhere you show up. </p>\n\n\n\n<p>Inside your Gravatar profile, you’ve got space to tell the story:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The hurdles you’ve faced.</li>\n\n\n\n<li>The experiences that shaped your expertise.</li>\n\n\n\n<li>The <em>real reasons</em> behind what you do.</li>\n</ul>\n\n\n\n<p>And the beauty of this is you only have to do it once. Gravatar pushes that authentic narrative across every platform where your profile appears – so you’re building trust <em>automatically</em> without tailoring a new story for every single site.</p>\n\n\n\n<p>When you combine that authenticity signal with your hard-earned credentials, you create a full, irresistible trust picture: Qualified. Relatable. Human.</p>\n\n\n\n<p>Exactly what today’s clients are looking for. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Create your Gravatar profile today and start boosting your professional credibility</h2>\n\n\n\n<p>If there’s one thing this guide has made crystal clear, it’s that <strong>consistency = credibility</strong>.</p>\n\n\n\n<p>When potential clients see the <em>same</em> professional presence across every platform, their trust barriers don’t just lower; they practically melt away.</p>\n\n\n\n<p>And that trust is what turns casual browsers into paying customers.</p>\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> solves the messy fragmentation that trips up even the savviest digital pros. Instead of chasing down a dozen outdated bios and rogue headshots, Gravatar syncs your professional image, links, and story across <em>hundreds </em>of platforms automatically.</p>\n\n\n\n<p>One update. Endless consistency. Zero stress.</p>\n\n\n\n<p>And it’s not just a time-saver. It’s a <em>trust amplifier </em>that strengthens everything you’ve worked to build. As we’ve seen, Gravatar:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Anchors</strong> your visual identity wherever you show up</li>\n\n\n\n<li><strong>Connects</strong> people directly to your best case studies, thought leadership, and portfolio</li>\n\n\n\n<li><strong>Tells</strong> your authentic professional story, not just your title</li>\n\n\n\n<li><strong>Reinforces</strong> every layer of social proof you’ve earned</li>\n</ul>\n\n\n\n<p>And the best part? Setting up your Gravatar profile takes <em>five minutes, </em>so <a href=\"https://gravatar.com/\">create your free Gravatar profile today</a> and start turning trust into conversions.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2025 17:38:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Open Channels FM: Transparency, Community, and the Human Touch When Selling Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://openchannels.fm/transparency-community-and-the-human-touch-with-miriam-schwab/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"In this episode of \"Woo Product Chat,\" co-hosts James and Katie chat with Miriam Schwab from Elementor about transparency in software, community engagement, and the balance of openness while navigating business strategies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2025 09:56:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Open Channels FM: The Value of Starting Over in the Tech Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://openchannels.fm/the-value-of-starting-over-in-the-tech-industry/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"A journey shows that success isn\'t a straight path. Embrace resilience, self-reflection, and the courage to reinvent yourself in a changing tech world.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2025 08:28:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordPress.org blog: Dropping security updates for WordPress versions 4.1 through 4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18872\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1781:\"<p>As of July 2025, the WordPress Security Team will no longer provide security updates for WordPress versions 4.1 through 4.6.</p>\n\n\n\n<p>These versions were first released nine or more years ago and over 99% of WordPress installations run a more recent version. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img alt=\"Dashboard notice: "WordPress 6.8.1 is available! Please update now."\" class=\"has-border-color has-luminous-vivid-amber-border-color wp-image-18873\" height=\"122\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/WordPress-681-update-notice.png?resize=1048%2C122&ssl=1\" width=\"1048\" /></figure>\n\n\n\n<p>The version you are running is displayed in the bottom of the “At a Glance” section of the dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img alt=\"At a glance widget showing a site running WordPress 4.1.41\" class=\"has-border-color has-cyan-bluish-gray-border-color wp-image-18875\" height=\"281\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/at-a-glance-wp-4141.png?resize=1024%2C281&ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>As a reminder, the only <em>actively</em> supported version of WordPress is the most recent one. Security updates are only backported to older branches as a courtesy.</p>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2025/06/18/security-updates-will-cease-for-wordpress-versions-4-1-through-4-6/\">the process to end support</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2025 15:26:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Felix Arntz: Migrating Your JavaScript Codebase to TypeScript with Cline &amp; Gemini\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://felix-arntz.me/?p=2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://felix-arntz.me/blog/migrating-javascript-codebase-to-typescript-cline-gemini/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16985:\"<p>I recently undertook a significant project: migrating the entire JavaScript codebase of my<a href=\"https://wordpress.org/plugins/ai-services/\"> AI Services plugin for WordPress</a> (<a href=\"https://github.com/felixarntz/ai-services\">GitHub repository</a>) to TypeScript.</p>\n\n\n\n<p>Why is that significant?</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>We’re talking about over 80 JavaScript files, so it’s by no means a small project. Not gigantic like e.g. Gutenberg, but certainly a substantial amount of code.</li>\n\n\n\n<li>Additionally, that JavaScript code is powering a plugin with a fairly unique feature set. This uniqueness often makes it harder for Large Language Models (LLMs) to assist, as there’s likely less similar code in their training data.</li>\n</ul>\n\n\n\n<p>The process taught me a lot about the synergy between a well-structured codebase and LLMs. It also strengthened my belief that, while an LLM isn’t magically going to solve complex development tasks for you, it can be a massive productivity booster when you prepare your project and guide it effectively.</p>\n\n\n\n<p>This post will walk you through how I used Cline in VS Code together with Google’s Gemini models to get it done efficiently and why I think this migration was worthwhile.</p>\n\n\n\n<span id=\"more-2141\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">Why Bother with TypeScript? (Hint: LLMs Love Structure)</h2>\n\n\n\n<p>If you’re a developer who hasn’t yet embraced TypeScript, I get the hesitation. You might be annoyed by the seemingly verbose syntax, or perhaps you’ve heard that it slows down development. Let’s address those points.</p>\n\n\n\n<p>The idea that TypeScript slows you down couldn’t be further from the truth in the long run. Using TypeScript allows you to ship safer code by preventing many potential bugs during development that plain JavaScript would miss. This makes complex projects easier to understand and ultimately faster to iterate on. The only scenario where TypeScript might genuinely get in the way is with quick prototypes, especially when dealing with dependencies that aren’t typed. I’d argue this is the only case where sticking with plain JavaScript is more reasonable today.</p>\n\n\n\n<p>And if you’re turned away by the syntax? Don’t worry, I definitely was in the same boat myself. But after writing about five TypeScript files, I found it started to feel very natural.</p>\n\n\n\n<p>Beyond the general benefits, there’s a modern, compelling reason to adopt it: <strong>TypeScript provides structure, and LLMs thrive on structure.</strong> By providing the clear, explicit types of TypeScript, you give the LLM a much more detailed and unambiguous map of your codebase. This helps it understand context and your intent, leading to far more accurate and helpful suggestions.</p>\n\n\n\n<p>A few weeks ago, I posted on social media: “Learn TypeScript deeply.” And I truly think you should.</p>\n\n\n\n<div class=\"linkedin-embed\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">My Migration Strategy: A Human-in-the-Loop Approach</h2>\n\n\n\n<p>My goal wasn’t to have an LLM do all the work, but to have it act as a super-powered assistant. I used<a href=\"https://cline.bot/\"> Cline</a> in VS Code, primarily with the Gemini 2.5 Pro model via the <a href=\"https://ai.google.dev/api\">Gemini API</a>. I’m a fan of Cline because of its customizability and its “Plan” vs. “Act” modes, through which you can force the model to collaborate with you on defining the approach before writing any code.</p>\n\n\n\n<p>Here’s the step-by-step process I followed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Laying the Groundwork</h3>\n\n\n\n<p>Before letting the LLM loose, some manual preparation is essential.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Start with the Most Foundational Package:</strong> My plugin consists of several JavaScript packages. I began with the package that had no dependencies on the others. It’s crucial to migrate packages in order of their dependency graph.</li>\n\n\n\n<li><strong>Define Core Types Manually:</strong> This is the most critical manual step. I went through the foundational package and defined the core TypeScript types myself, e.g., in a types.ts file at the root of the package. While an LLM can sometimes help, doing this manually ensures accuracy and aligns the data structures perfectly with my intent.</li>\n\n\n\n<li><strong>Migrate a Few Files Yourself:</strong> I manually migrated 3-5 files to TypeScript. This served two purposes. First, it created “perfect” examples of my desired coding patterns—including code style, JSDoc comments, and variable naming. Second, it helped me get reacquainted with TypeScript within the specific context of this project.</li>\n</ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Defining the Workflow (and Relevant Rules)</h3>\n\n\n\n<p>To ensure consistency, I leveraged two key features: custom rules and reusable workflows.</p>\n\n\n\n<p>First, I established <strong>custom rules</strong> that define the TypeScript coding standards for the project. This helps the LLM generate code that is consistent with my best practices. This concept is supported by many AI code assistants, including Cline. As an example, you can see the<a href=\"https://github.com/felixarntz/ai-services/blob/main/.clinerules/coding-standards.md\"> coding standards I defined for the AI Services plugin here</a>.</p>\n\n\n\n<p>Next, I created a reusable prompt, which Cline calls a “workflow.” This saves me from re-typing a complex prompt for every single file. Here is the workflow I created, saved as <code><a href=\"https://github.com/felixarntz/ai-services/blob/main/.clinerules/workflows/migrate-typescript.md\">migrate-typescript.md</a></code>:</p>\n\n\n<pre class=\"wp-block-code alignwide\"><span><code class=\"hljs language-markdown shcb-wrap-lines\">You need to migrate specific JavaScript files to be valid TypeScript.\n\nConcretely, you need to migrate the JavaScript code in <span class=\"xml\"><span class=\"hljs-tag\"><<span class=\"hljs-name\">file</span>></span></span> to TypeScript. There are three possible scenarios:\n<span class=\"hljs-bullet\">\n- </span>If the file is already using the extension <span class=\"hljs-code\">`.ts`</span> or <span class=\"hljs-code\">`.tsx`</span>, it may have already been renamed from <span class=\"hljs-code\">`.js`</span>. You MUST make the changes to migrate the code to TypeScript directly within the file.\n<span class=\"hljs-bullet\">- </span>Otherwise, if the file is using the extension <span class=\"hljs-code\">`.js`</span> and it contains React components (JSX), you must create a new file of the same name but with the <span class=\"hljs-code\">`.tsx`</span> extension and write the code migrated to TypeScript in there.\n<span class=\"hljs-bullet\">- </span>Otherwise, if the file is using the extension <span class=\"hljs-code\">`.js`</span> and it does not contain any JSX, you must create a new file of the same name but with the <span class=\"hljs-code\">`.ts`</span> extension and write the code migrated to TypeScript in there.\n\nFirst, use the <span class=\"hljs-code\">`read_file`</span> tool to collect sufficient relevant context. Some of the files the user may have already provided to you. In that case, DO NOT READ THEM AGAIN.\n<span class=\"hljs-bullet\">\n- </span>Search for <span class=\"hljs-code\">`tsconfig.json`</span>, <span class=\"hljs-code\">`.eslintrc.json`</span>, and <span class=\"hljs-code\">`.eslintrc.js`</span> files in the project root directory. Read all of them that you find, to know which TypeScript and TSDoc configuration requirements the migrated TypeScript code must follow.\n<span class=\"hljs-bullet\">- </span>Search the current directory and any parent directories <span class=\"hljs-emphasis\">_within_</span> the project for <span class=\"hljs-code\">`types.ts`</span> files. You MUST read all of these files to understand the project-specific types.\n<span class=\"hljs-bullet\">- </span>Look for other TypeScript files in the same directory or a sibling directory. Read 1-3 files to learn about the project-specific TypeScript conventions and best practices, e.g. regarding specific type imports, code style, documentation, or file structure.\n<span class=\"hljs-bullet\"> - </span>If you are writing a <span class=\"hljs-code\">`.ts`</span> file, you must ONLY consider existing <span class=\"hljs-code\">`.ts`</span> files for this contextual research.\n<span class=\"hljs-bullet\"> - </span>If you are writing a <span class=\"hljs-code\">`.tsx`</span> file, you must ONLY consider existing <span class=\"hljs-code\">`.tsx`</span> files for this contextual research.\n\nWith that context in mind, you MUST follow the following steps in order to migrate the <span class=\"xml\"><span class=\"hljs-tag\"><<span class=\"hljs-name\">file</span>></span></span> to TypeScript:\n<span class=\"hljs-bullet\">\n1. </span>Migrate the JavaScript code from <span class=\"xml\"><span class=\"hljs-tag\"><<span class=\"hljs-name\">file</span>></span></span> to TypeScript, following the patterns learned from ALL previous context.\n<span class=\"hljs-bullet\"> - </span>NEVER change any names, e.g. of variables or functions.\n<span class=\"hljs-bullet\"> - </span>NEVER change any logic.\n<span class=\"hljs-bullet\"> - </span>In addition to the TypeScript code itself, you MUST also ensure to update any JavaScript doc blocks to follow TSDoc syntax, according to project configuration.\n<span class=\"hljs-bullet\"> - </span>If any usage of the obsolete <span class=\"hljs-code\">`PropTypes`</span> (<span class=\"hljs-code\">`prop-types`</span>) is present, you MUST remove it. Using TypeScript itself is a sufficient replacement.\n<span class=\"hljs-bullet\">2. </span>Read the <span class=\"hljs-code\">`package.json`</span> file in the root directory to check which <span class=\"hljs-code\">`\"scripts\"`</span> are available. Identify any relevant lint, build, and format scripts, which you can use to verify whether the TypeScript code you wrote is accurate.\n<span class=\"hljs-bullet\"> - </span>To find the relevant lint script, look for names like \"lint-js\", \"lint-ts\", or \"lint\" for example.\n<span class=\"hljs-bullet\"> - </span>To find the relevant build script, look for names like \"build:dev\", or \"build\" for example.\n<span class=\"hljs-bullet\"> - </span>To find the relevant format script, look for names like \"format-js\", \"format-ts\", or \"format\" for example.\n<span class=\"hljs-bullet\"> - </span>Remember the exact names of these scripts that you found.\n<span class=\"hljs-bullet\">3. </span>If you found a relevant build script, RUN IT in the command line via NPM and check the output. Here is an example how to run it:\n<span class=\"hljs-bullet\"> - </span>If the script name is \"build\", execute <span class=\"hljs-code\">`npm run build`</span> in the command line.\n<span class=\"hljs-bullet\">4. </span>If the build script you ran reported TypeScript errors, inspect them carefully. Then review the TypeScript you wrote to see how you can fix the errors. Update the previously generated TypeScript code to fix the reported errors.\n<span class=\"hljs-bullet\">5. </span>If you found a relevant lint script, RUN IT in the command line via NPM and check the output. Here is an example how to run it:\n<span class=\"hljs-bullet\"> - </span>If the script name is \"lint-js\", execute <span class=\"hljs-code\">`npm run lint-js`</span> in the command line.\n<span class=\"hljs-bullet\">6. </span>If the lint script you ran reported errors, inspect them carefully.\n<span class=\"hljs-bullet\"> - </span>For any Prettier errors, DO NOT try to fix them manually. Instead, run the format script you previously found if one exists.\n<span class=\"hljs-bullet\"> - </span>For any errors other than Prettier, review the TypeScript you wrote to see how you can fix the errors. Update the previously generated TypeScript code to fix the reported errors.\n<span class=\"hljs-bullet\">7. </span>If you found a relevant build script before, RUN IT again and check the output. Afterwards, YOU MUST STOP.\n<span class=\"hljs-bullet\"> - </span>If the scripts no longer report TypeScript errors, all is well.\n<span class=\"hljs-bullet\"> - </span>If the scripts still report TypeScript errors, please share the feedback with the user, to let them decide on the next steps.</code></span></pre>\n\n\n<p>Note: You may wonder about common prompting best practices like “You are a senior web engineer” etc. being missing from this workflow. This is because Cline already has its own built-in system instruction, so adding something like that here would likely be unnecessary or even confusing. Keep in mind that this workflow runs in combination with any built-in system instructions from your tooling as well as any custom rules you defined.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Executing the Migration, File by File</h3>\n\n\n\n<p>With the groundwork laid, I began the migration. I preferred to first manually rename a file from <code>.js</code> to <code>.ts</code> or <code>.tsx</code>. Then, I’d invoke my workflow in Cline like this:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">/migrate-typescript.md @src/ai/classes/browser-generative-ai-model.ts</code></span></pre>\n\n\n<p>By renaming the file first, Cline provides a convenient diff view against the original JavaScript code, making it much easier to spot changes. If I let the workflow create the new file, it would be treated as a brand-new file with no history to compare against.</p>\n\n\n\n<p>I started with the most capable model, <strong>Gemini 2.5 Pro</strong>. After confirming its quality, I experimented with the faster and cheaper <strong>Gemini 2.5 Flash</strong>. However, the results were notably worse, so I switched back to Pro. This highlights a key lesson: always start with the most powerful model available, and only downgrade if you can confirm it meets your quality bar for the specific task.</p>\n\n\n\n<p>While I’m using Cline, this approach should be adaptable to other tools like Cursor with only minor adjustments. As long as you can define custom rules and use reusable prompts (even if it’s just by copy-pasting), you can achieve similar results.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Results: Time, Cost, and Effort</h2>\n\n\n\n<p>So, was it worth it? Absolutely.</p>\n\n\n\n<p>My experience was that for some simpler files, Gemini got the migration 100% correct on the first try. For more complex files, I typically needed to spend 5-10 minutes on review and corrections. However, migrating those same files manually would have likely taken around 25-30 minutes each.</p>\n\n\n\n<p>Let’s talk numbers:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Total Cost:</strong> The entire migration of over 80 files cost me about $20 in Gemini API credits.</li>\n\n\n\n<li><strong>Time Spent:</strong> I spent approximately 3 hours on the migration, including setup, execution, and review.</li>\n\n\n\n<li><strong>Estimated Time Saved:</strong> I estimate that doing this manually would have taken at least 8 hours.</li>\n</ul>\n\n\n\n<p><strong>Spending $20 to save 5 hours of focused development work is a trade I will happily make any day.</strong> And beyond that, now I have a reusable workflow that I can use to do the same for my other existing projects in the future.</p>\n\n\n\n<p>Last but not least, LLMs will only get better with time. If you notice that the results you get for your use-case are rather poor even though you’ve set up the project and prompts in an ideal way, don’t give up for good. It can certainly be frustrating, but there’s a good chance that in a few months, or even a few weeks, the latest LLM will do better. And always keep in mind that the LLM is there to help you, not to replace you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions & Feedback</h2>\n\n\n\n<p>This project was a powerful demonstration of how to partner with an LLM effectively. It underscores that the role of the developer is shifting—we are not just writers of code, but also architects of systems and directors of our LLM assistants.</p>\n\n\n\n<p>That said, I’m always learning.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>I am by no means a TypeScript expert. If you are, you may find code patterns in the AI Services codebase that you consider suboptimal. Please<a href=\"https://github.com/felixarntz/ai-services\"> let me know in the repository</a>!</li>\n\n\n\n<li>Obviously, when it comes to using LLMs for code assistance, the field is changing daily. If you’ve found success with other approaches or if your efforts have mostly led to disappointment, I’d love to hear from you and learn from your experiences in the comments below.</li>\n</ul>\n<p>The post <a href=\"https://felix-arntz.me/blog/migrating-javascript-codebase-to-typescript-cline-gemini/\">Migrating Your JavaScript Codebase to TypeScript with Cline & Gemini</a> appeared first on <a href=\"https://felix-arntz.me\">felix-arntz.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2025 13:48:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Felix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Matt: Alfred-like Shortcuts in Spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=143388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2025/06/macos-26-spotlight/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4211:\"<p>I’ve been testing the developer previews of all the new Apple 26 operating systems, which I don’t recommend this early in the cycle, but I like to live dangerously. I’ve quickly become accustomed to Liquid Glass. The iPad windowing enhancements do make it feel more like a real computer, but I usually run things in full-screen mode. My favorite thing to play with so far has been the new Spotlight (what pops up when you press Command + Space) and related shortcuts.</p>\n\n\n\n<p>I loved <a href=\"https://www.alfredapp.com/\">Alfred</a>, I tried <a href=\"https://www.raycast.com/\">Raycast</a>, but a general life goal this year is to simplify wherever I can, so I’ve been exploring the enhancements in the new Spotlight.</p>\n\n\n\n<p>What I’ve found the most useful in the past is <a href=\"https://www.alfredapp.com/help/workflows/actions/open-url/\">Alfred’s Open URL Action</a>, which basically lets you type something like “gm united reservation” and it translates that into opening a Gmail search in your browser, with “united reservation” put in the URL in the right place to run a search.</p>\n\n\n\n<p>The Shortcuts app in MacOS and iOS is amazing, which I’ve always known, but I haven’t played with it much. This was my chance! After a bit of tinkering, I got it to pop up an input form and then run the search. <a href=\"https://www.google.com/search?q=macos+26+shortcuts+%22receive+input+from+search%22\">I Googled a lot to see if it could take input</a> from the Spotlight search bar and every place said no, I’m not sure if this is new in MacOS 26 or not but I found the button that makes it work. It’s not as smooth as Alfred, but it’s pretty decent. I’m going to share a screenshot that shows my Gmail search shortcut that takes input from Spotlight — the key breakthrough was clicking the (i) menu on the right and finding the checkbox for “Receive Input from Search.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-143391\" height=\"309\" src=\"https://i0.wp.com/ma.tt/files/2025/06/gmail-shortcut-1024x524.jpeg?resize=604%2C309&quality=89&ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>I gave it a “gm” hotkey, pressed enter, and you get this in Spotlight.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-143395\" height=\"122\" src=\"https://i0.wp.com/ma.tt/files/2025/06/spotlight-with-shortcut-1024x207.png?resize=604%2C122&quality=80&ssl=1\" width=\"604\" /></figure>\n\n\n\n<p class=\"is-style-default\">Tada! Not as nice as Alfred but it gets the job done. My other shortcuts that people might find useful are LI for LinkedIn search, PY is Perplexity, YT for searching the history of YouTube videos I’ve watched, and AM for searching my Amazon order history. (Because I’m usually trying to find a link for something I’m recommending, or re-order an item.) Here are the search URLs for everything I’ve mentioned:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://mail.google.com/mail/u/3/#search/\">https://mail.google.com/mail/u/0/#search/</a> (If you have multiple Google accounts, change the number in the URL to go to the one you want, and then login in that same order every time.)</li>\n\n\n\n<li><a href=\"https://www.linkedin.com/search/results/index/?keywords=\">https://www.linkedin.com/search/results/index/?keywords=</a></li>\n\n\n\n<li><a href=\"https://www.perplexity.ai/search/\">https://www.perplexity.ai/search/</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/feed/history?query=\">https://www.youtube.com/feed/history?query=</a></li>\n\n\n\n<li><a href=\"https://www.amazon.com/your-orders/search/?search=\">https://www.amazon.com/your-orders/search/?search=</a></li>\n</ul>\n\n\n\n<p>If you dug this, did you know WordPress also has a cool popup shortcut feature?<a href=\"https://wordpress.org/documentation/article/site-editor-command-palette/\"> In 2023, we introduced the Command Palette in the Gutenberg block editor and site editor</a>. To access it on Mac, you press Command + k. I’d like to bring it to every admin page so it can function more like Spotlight or Raycast for WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2025 16:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #173 – Tom Willmot and Jon Ang on Building a Global Bank Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=196672\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/podcast/173-tom-wilmot-and-jon-ang-on-building-a-global-bank-website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57580:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how Human Made have built WordPress at the scale of a global bank.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Tom Willmot and Jon Ang.</p>\n\n\n\n<p>Tom is the co-founder of Human Made, an enterprise WordPress agency that’s been pushing the boundaries of what WordPress can do since its inception. Jon is also with Human Made, and together they bring a huge amount of experience working with major clients on large scale projects.</p>\n\n\n\n<p>At this year’s WordCamp Europe in Basel, they presented a case study, their long-term, continually evolving work, with the global banking giant Standard Chartered. Most listeners might not be working at the scale of 85,000 employees, 70 countries, and hundreds of millions of page views a month, but Tom and Jon are here to share insights from the top end of WordPress implementation.</p>\n\n\n\n<p>They explain how Human Made helped Standard Chartered shift from a proprietary CMS lock-in, to a flexible, open source Gutenberg powered WordPress solution that serves as the main web platform for the bank across all its markets.</p>\n\n\n\n<p>We talk about the unique compliance and security challenges of working in the banking sector. What it takes to persuade giant enterprises that WordPress is not a toy, and how to support hundreds of CMS users with custom workflows and integrations.</p>\n\n\n\n<p>Tom and Jon discussed the specifics of scaling WordPress for the enterprise, from accessibility and multilingual setups, to custom block development, and real time collaborative editing. We also hear how Human Made works with clients to contribute innovations and security improvements back to the WordPress community, ensuring that lessons learned at the enterprise level benefit everyone.</p>\n\n\n\n<p>If you’re curious about how WordPress powers mission critical web infrastructure for some of the world’s biggest organizations, or how you might pitch WordPress for enterprise use, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Tom Willmot and Jon Ang.</p>\n\n\n\n<p>I am joined on the podcast today by two fabulous guests. I have Tom Willmot and Jon Ang. Hello both.</p>\n\n\n\n<p>[00:03:32] <strong>Tom Willmot:</strong> It’s great to be here.</p>\n\n\n\n<p>[00:03:33] <strong>Jon Ang:</strong> Hello.</p>\n\n\n\n<p>[00:03:34] <strong>Nathan Wrigley:</strong> This is my first interview at WordCamp Europe in, I want to say Basel, but I still don’t know how to pronounce it. Let’s go with that.</p>\n\n\n\n<p>[00:03:41] <strong>Tom Willmot:</strong> I mean, I think it’s Basel.</p>\n\n\n\n<p>[00:03:42] <strong>Nathan Wrigley:</strong> Yeah, okay, we’ll go with that. And we’re here today talking to Tom and Jon all about an interesting project, which I want to say they’ve just completed, but I’m not sure that’s the right word.</p>\n\n\n\n<p>They’re doing a presentation at WordCamp Europe and it’s all about a project for a bank, and a very large bank I might add. Standard Chartered, you may have heard of it, you may not. But that’s the presentation. I’m guessing you haven’t done it because we’re still in Contrib day, but are you all prepared and ready?</p>\n\n\n\n<p>[00:04:06] <strong>Tom Willmot:</strong> I think we’re pretty prepared. When did you submit the slides, Jon?</p>\n\n\n\n<p>[00:04:09] <strong>Jon Ang:</strong> Just submitted it 10 minutes ago, so I think we’re good. But it’s been revised multiple times, yeah. I’m fairly certain that it’s going to be quite interesting.</p>\n\n\n\n<p>[00:04:16] <strong>Tom Willmot:</strong> I mean, one of the challenges actually of doing a presentation about a bank is you have to double check that you’re allowed to say everything that we’re going to say.</p>\n\n\n\n<p>[00:04:23] <strong>Nathan Wrigley:</strong> So we’re going to be editing this heavily.</p>\n\n\n\n<p>[00:04:25] <strong>Tom Willmot:</strong> Yeah, potentially.</p>\n\n\n\n<p>[00:04:26] <strong>Nathan Wrigley:</strong> So Standard Chartered is a very large bank. WordPress is obviously a CMS, which allows us to create websites for these banks. But let’s talk about the whole story. These are not new clients of yours, or they are new clients of yours. How long have you been working with them?</p>\n\n\n\n<p>[00:04:39] <strong>Tom Willmot:</strong> No, I mean, this has been a relationship that we’ve had since 2016. So, yeah, this is a long term client. These projects are not really like the project starts and the project finishes. We got involved working with them, yeah, back then there was an early prototype that turns into more stuff, that turns into more stuff. And we’ve been building and iterating and evolving the platform for nearly 10 years.</p>\n\n\n\n<p>[00:04:59] <strong>Nathan Wrigley:</strong> Prior to us hitting record, I will have recorded a preamble saying who both of you are. But just in case you’ve dipped into the podcast right now, you’re both with Human Made. My understanding, Tom, is that this was something that you are the founder of.</p>\n\n\n\n<p>[00:05:12] <strong>Tom Willmot:</strong> Yeah, I’m the co-founder. Me and my, actually my brother Joe, which a lot of people don’t know, co-founded the company together, and then Noel joined a year, in so that we are the three founders.</p>\n\n\n\n<p>[00:05:21] <strong>Nathan Wrigley:</strong> And I guess it’s fair to categorise you as, maybe this is something that you don’t like the sound of, I don’t know, an enterprise WordPress agency.</p>\n\n\n\n<p>[00:05:27] <strong>Tom Willmot:</strong> Yeah, for sure. We’ve been focused on like WordPress at the high end, since the beginning. We were always interested in like, what’s the biggest stuff that WordPress is possibly being used for and how can we get involved in that?</p>\n\n\n\n<p>[00:05:38] <strong>Nathan Wrigley:</strong> And I guess you must have some kudos, credentials, now which enable you to open doors like the Standard Chartered door, in a way that nathanwrigley.com, that’s probably not going to happen.</p>\n\n\n\n<p>[00:05:48] <strong>Tom Willmot:</strong> I mean, we’ve got a history now of doing that kind of work and so that helps.</p>\n\n\n\n<p>[00:05:52] <strong>Nathan Wrigley:</strong> So tell us about this client then. Just paint the backstory. Who are they? What do they do? I guess what we’re trying to do is build a picture of just how massive a project this is. Because working for a bank, I imagine there’s lots of t’s to cross and i’s to dot.</p>\n\n\n\n<p>[00:06:06] <strong>Jon Ang:</strong> Yeah, they’re a global bank inside about 70 countries, hovering around to 150 markets. I think about 85,000 employees worldwide. So out of those, there’s maybe, and it’s a bit of a intro into what we see in our slides, but 500 employees that’s using the backend on a day-to-day to publish.</p>\n\n\n\n<p>So think of them working with the monetary authorities of each country that is governing how a website should function for a bank that has all of this running with the staff, figuring that out, and us providing the platform for them to stay compliant, and continue to be a agile in a way of what they’re publishing every day.</p>\n\n\n\n<p>I think that’s a bit of what Standard Chartered is like. They are, I think, a bank that started in 1800’s, and has a pretty massive presence in Asia Pacific, particularly I think Singapore and Hong Kong. Started from the UK a long time ago.</p>\n\n\n\n<p>[00:06:59] <strong>Nathan Wrigley:</strong> Yeah, it’s got a lot of heritage, hasn’t it? There are banks which are popping up all over the place at the moment, but there are still a few holding on that have been there for literally centuries. And this is a name which is very familiar to me. And whenever I’ve traveled throughout the world, there’s always some presence there. They’re big, essentially. This is not a child’s play website. You can’t throw this together in a matter of weeks. This is a big deal.</p>\n\n\n\n<p>[00:07:19] <strong>Tom Willmot:</strong> And I mean, you know, they’re a big company and it’s a big name, there’s a lot of employees. I think also what’s interesting is that their use of WordPress is also big. So they’re not just using WordPress for a campaign mini site or their corporate comms department. This is like the primary web platform for Standard Chartered across all those countries, including sc.com, Wealth Banking. I think something like 95 plus percent of all web traffic goes through WordPress.</p>\n\n\n\n<p>[00:07:44] <strong>Nathan Wrigley:</strong> Just to paint a picture of that, so it’s a website though, we’re not dealing with the sort of transaction data. You know, if you’re a customer of Standard Chartered, WordPress is not handling the money going from one account to another. This is the sort of front end, public facing website, I’m guessing.</p>\n\n\n\n<p>[00:07:57] <strong>Tom Willmot:</strong> Yeah, we’ve not got like a dollars custom post type.</p>\n\n\n\n<p>[00:08:00] <strong>Nathan Wrigley:</strong> So paint a picture of just how big they are. So they’ve been going for a couple of centuries. You mentioned that, I think 2015, you built this relationship. You’ve been working with them in an agile way since then.</p>\n\n\n\n<p>Do you have any metrics in terms of, I don’t know, the amount of traffic that the website is currently having? The number of locales? I think you touched on that a little while ago. Number of users? And then I’ve got this fourth one that I’ll come to in a minute. So let’s hit traffic first. Do you have any idea of the amount of petabytes or terabytes of data that are flying around just for this website?</p>\n\n\n\n<p>[00:08:28] <strong>Jon Ang:</strong> I don’t have the petabytes, we’re talking about like hundreds of millions of page views per month. Like, that’s the kind of traffic that they’re getting. Your previous question around, so like it’s not quite hitting the dollars amounts, like, how much do I have in my savings account? But there is a lot of work passing, let’s say account signup information from the front end to the back end stuff that we do on that front as well. So it does work on some fairly critical pieces too on the banking website, it’s not just the marketing setup.</p>\n\n\n\n<p>[00:08:56] <strong>Tom Willmot:</strong> Yeah, like for example, when you use the internet banking mobile apps, all of the customer messaging there comes from the WordPress CMS.</p>\n\n\n\n<p>[00:09:04] <strong>Nathan Wrigley:</strong> Wow, okay. So lots and lots of data flying around. Some fairly critical components where you have to be absolutely a hundred percent sure that you’ve got the bulletproof security. In terms of the number of users, what was that? Did you say 500?</p>\n\n\n\n<p>[00:09:17] <strong>Tom Willmot:</strong> Around 500 in the CMS, at any one time. I mean, that’s kind of interesting. There’s like a central global team that manage like brand governance and all of that. And then each country has their own country level marketing team across like 150 markets or something.</p>\n\n\n\n<p>[00:09:32] <strong>Nathan Wrigley:</strong> And when you say the 150 markets, does that translate into 150 different languages as well? I’m guessing languages, there’s a fairly large component there.</p>\n\n\n\n<p>[00:09:40] <strong>Jon Ang:</strong> I think there’s about 30 separate languages in there. So around that, 150 markets is split into what we call retail banking and non retail. So retail banking are regular things that you and I would do. We go into the bank, we get a credit card set up, we withdraw cash. And then non retail will be like investors, people who are interested in big money. So those are the like individual markets they work in. And across that, 150 markets, 70 countries, 500 plus users, doing this on a day-to-day basis.</p>\n\n\n\n<p>[00:10:09] <strong>Nathan Wrigley:</strong> These are all genuinely eye watering numbers actually. They just come out of your mouth like they’re nothing. But if you actually pause for a moment and consider it, they’re breathtaking. You really are pushing what is possible.</p>\n\n\n\n<p>I mean, I’m sure there’s websites out there which exceed that, but getting onto compliance, which is going to be my next question. There can’t be an industry where compliance is more important than banking, I mean, maybe there is, but it feels like banking and compliance. And you’ve got how many countries? 70 odd countries, each of those with a different set of criteria for compliance. Just open that box a little bit. I mean, that must have been fun.</p>\n\n\n\n<p>[00:10:46] <strong>Jon Ang:</strong> So think of it as every country has some sort of monetary authority that governs the banks. So you’ve got that monetary authority that sets this bunch of rules that you’ve got to follow. Then they’ve got pretty much an association of banks in a specific country that listens to that. And below that you’ve got the banks that have to obey all these rules. And then we have to talk to all three organisations in every single country that’s out there that wants to use our CMS. So that’s basically it.</p>\n\n\n\n<p>And obviously this did not start in 2016, or at once. But across time, all of these individual countries that need to use the CMS has gone through the process, and talked to us, and we’ve gone through making it work for them. And pretty much every single country has their own set of rules. But the idea of good compliance, good governance, good security, is rooted in good practices. So it’s not that we’re trying these things every single time fresh, you know?</p>\n\n\n\n<p>[00:11:43] <strong>Nathan Wrigley:</strong> Given that you are working with one company, so Standard Chartered is obviously spread out amongst all these different countries, does that make that piece a little bit easier? So Standard Chartered to take care of the compliance. Do they give you the documentation, you sign it off? Because if you were to work with 70 different companies in 70 different countries, that’s your entire project grinding to a halt, I imagine.</p>\n\n\n\n<p>So do they come to you with their lawyers and say, if you can satisfy this stack of requirements, we are good to go?</p>\n\n\n\n<p>[00:12:08] <strong>Jon Ang:</strong> It’s a bit of that but it’s also, it’s 85,000 employees. And these regulations, they change on a regular basis. And it’s not like, you pass it on day one, you’re going to pass it on day a hundred again. They might come back and say, oh, there’s something new that we have to talk to you about. And they might not know actually how to pass this, because it’s their first time dealing with this as well.</p>\n\n\n\n<p>So there’s a lot of discussions and collaboration, I guess, between Human Made and Standard Chartered. There is a central team that we work with, but they are fairly open on figuring this out with us. We work together to get through these regulations.</p>\n\n\n\n<p>[00:12:40] <strong>Tom Willmot:</strong> Something else I think that’s worth mentioning is there’s also industry compliance regulation. And so I think we’re probably the only WordPress agency with the OSPAR compliance, which is the kind of banking industry, digital compliance process which took I think maybe a year for us to go through that process. We were audited by Deloitte, and then they sign you off. And so that helps a lot because it’s like, once you’ve got that sign off, then the bank can kind of trust that most of what you’re doing meets their compliance.</p>\n\n\n\n<p>[00:13:04] <strong>Nathan Wrigley:</strong> So did you do that in order to prize the door open to the financial sector, or did you do that so that Standard Chartered could come on?</p>\n\n\n\n<p>[00:13:12] <strong>Tom Willmot:</strong> Yeah, actually did that fairly late into working with Standard Chartered. They were able to, it goes back to there’s like 85,000 employees, there’s a lot of internal politics and stuff too, as one can imagine. And so we were able to avoid needing to meet that highest level of compliance for the first few years.</p>\n\n\n\n<p>[00:13:29] <strong>Nathan Wrigley:</strong> And I’m guessing that was not a toy. I imagine that that was a fairly serious piece of paperwork.</p>\n\n\n\n<p>[00:13:34] <strong>Tom Willmot:</strong> For sure. I think it cost us like a hundred grand.</p>\n\n\n\n<p>[00:13:36] <strong>Nathan Wrigley:</strong> We’re at WordCamp EU, and if we were to walk out those doors, we’re surrounded by all manner of different people using WordPress. Some of them may be freelancers, they’ve got a couple of websites. And then at the other end of the spectrum, there’s you guys. How easy is it to convince a company like Standard Chartered that WordPress is not a toy?</p>\n\n\n\n<p>[00:13:54] <strong>Tom Willmot:</strong> I mean, it’s an interesting question because obviously we started talking to Standard Chartered in 2016, so that’s a long time ago. In the context of this question, back then the concerns were much more around scalability and security and performance. Actually, that one of the big hurdles that we faced to begin with is there really just weren’t examples of companies of that size using WordPress as their primary CMS in the way that Standard Chartered wanted to use it.</p>\n\n\n\n<p>And so when they would come to the ecosystem and say, show us the biggest people using WordPress, and we would say, oh, PlayStation use it for their blog, or Skype use it for their blog. And so they had some big names, but they used it for small stuff. And so that was kind of a problem because Standard Chartered were like, well, we don’t want to move our blog to it. We are talking about making it the primary CMS of the bank that we’re going to mandate every employee use for the next 10 years. How can we trust that WordPress is up to the task?</p>\n\n\n\n<p>[00:14:42] <strong>Nathan Wrigley:</strong> So did you have to saddle that burden as a company then? So it wasn’t leaning into, okay, that agency over there built that thing and we can sort of say, okay, that’s WordPress, and there’s another agency over there that built that. So did you have to do the job of convincing?</p>\n\n\n\n<p>[00:14:56] <strong>Tom Willmot:</strong> Yeah, yeah, we just went for it. We were just like, of course WordPress can do this. I mean, the big thing that helped was that they had an internal senior stakeholder that really wanted WordPress. And so that meant we could work with him to figure out, you know, how do we satisfy the concerns of the bank? How do we sell this in the way it needs to be sold in? That was really much more common, especially back then. WordPress wasn’t in the conversations unless somebody internally wanted it, and then they would do the work.</p>\n\n\n\n<p>[00:15:22] <strong>Nathan Wrigley:</strong> That’s an interesting bit of serendipity. There’s this one character in the company who potentially was the route in.</p>\n\n\n\n<p>[00:15:29] <strong>Tom Willmot:</strong> Yeah, and that’s, almost every big project we did back then, there was some internal champion that had fought the fight to get it taken seriously. And then we could come with the data and the expertise to back up what they were saying.</p>\n\n\n\n<p>These days, that’s definitely changed. Now WordPress just is in the conversation. Which CMS should we move to? WordPress is going to be the one that’s considered. And so that’s much easier.</p>\n\n\n\n<p>[00:15:48] <strong>Nathan Wrigley:</strong> Is it? Do you not have to do any persuasion anymore?</p>\n\n\n\n<p>[00:15:50] <strong>Tom Willmot:</strong> Not as much. I mean, you’d be surprised. These days WordPress is seen as more secure in the enterprise level. Like, open source generally is seen as more secure than proprietary often. And so that can actually be an advantage.</p>\n\n\n\n<p>[00:16:00] <strong>Nathan Wrigley:</strong> That’s fascinating because my next question was exactly that. How do these big companies view an open source platform? Because it’s not like, I use the analogy sometimes, it’s not like they have the bat phone. There’s no person that they can immediately contact and say, we have something that’s broken, we need Core to be fixed. There is no bat phone.</p>\n\n\n\n<p>And I would’ve thought, do you remember when, I think it was Log4j or something, there was this thing, maybe it was in 2019 or something like that, and there were all these pictures of this edifice held up by one Lego brick and that person, do you remember?</p>\n\n\n\n<p>And that was all about the bat phone. We have nobody to contact to get this done. And I would’ve thought that would still be an obstacle and a difficult conversation to have. But maybe it’s just the rock solid nature of Core that kind of allows you to sidestep that.</p>\n\n\n\n<p>[00:16:44] <strong>Tom Willmot:</strong> I mean there are just so many big examples now of WordPress being used that it’s, people will still have some of these concerns. Maybe they still have an idea that WordPress is not used for serious stuff. But then you just show them the huge list of like NASA, the White House, Standard Chartered, the New York Times. You just show them all of these brands, that helps.</p>\n\n\n\n<p>[00:17:00] <strong>Jon Ang:</strong> I think there’s also a bit of that where, we mentioned that Standard Chartered had a senior stakeholder that really wanted WordPress because he’s used it, he likes it. The difference it makes against proprietary, very large CMSs. I think even right now you continue to have these people become senior stakeholders, to become CTOs of major companies. They’ve used WordPress maybe in their personal life as well, and they’re thinking, why wouldn’t I make this easier for the rest of my team? Why wouldn’t I make this easier for the rest of the world, and use something that’s good?</p>\n\n\n\n<p>So there’s a lot of people coming to these spaces, into these roles that could say, yeah, let’s look at WordPress and figure it out. And just going back into what you were asking around, who did they co-op? I think this is one part, like, so we mentioned we’ve got this OSPAR compliance. We’ve probably gotten our SOC2 compliance as well. And we’re probably the only agency in the world, well, only WordPress agency in the world that has SOC2 as part of our setup.</p>\n\n\n\n<p>They look at these things and did something that someone like Human Made is able to support them. You know, even if we are not WordPress support. We are their platform support. And WordPress is part of it. WordPress is what we do. But they call Human Made, I guess, to help them fix things, yeah.</p>\n\n\n\n<p>[00:18:07] <strong>Nathan Wrigley:</strong> When you are, and I know this hasn’t been a pitching process as such, because you’ve been working with them for a decade or more, but do you ever lean into the whole, no vendor lock-in thing? Is that something that you big up or something that you sort of push to one side? Because obviously you would like to have them as a client forever more, but equally suggesting that, look, if some time down the road, you know, it’s not working out between us, that’s a really credible selling point of the CMS. But equally it might not be something that you wish to mention.</p>\n\n\n\n<p>[00:18:37] <strong>Jon Ang:</strong> That is actually something we mention in almost every single one of our sales stacks, that we are not there to lock you in. By using WordPress, by working with Human Made, we make everything possible for you to move away if you ever wanted to in the future. And it might be that you still stay with WordPress, but maybe Human Made is not the company you want to work with in the future, that’s fine.</p>\n\n\n\n<p>But your entire platform remains open source. It remains portable, remains yours. And that’s something we’re very serious about, to the point that like we have worked with large Fortune 500s to open source what we’ve built for them, so that it could be maintained beyond Human Made, so that their team could continue to work on it, to extend that into their own product.</p>\n\n\n\n<p>And that’s something that I think is built into our DNA. As part of this, the banks, this Fortune 500s, they believe in this and therefore they don’t feel locked in, and therefore they feel more compelled to invest in it. Yeah, I think that’s a lot of that.</p>\n\n\n\n<p>[00:19:35] <strong>Nathan Wrigley:</strong> I have this impression, and this is really nothing to do with this conversation. I haven’t even written it down. But there seems to be a push towards this open banking standard. I don’t really know much about it, but there seems to be a push to make banking transactions a much more open protocol as well. So that’s kind of a curious overlap.</p>\n\n\n\n<p>[00:19:50] <strong>Tom Willmot:</strong> I mean, I think there is just, the trends over the last decade have been in open source’s favor, right? That people, we’re going to talk a bit about this again in our talk, but there’s, I’ve now, as a bank, been through multiple decades of being locked into proprietary platforms, I’ve felt the pain and expense of that. That’s where Standard Chartered were when we got involved.</p>\n\n\n\n<p>They were running a CMS that had been end of lifed by the company, and they were having to pay for that company to keep that CMS on life support just for them. And that was incredibly expensive. The CMS was terrible. It was super painful. I remember hearing early on actually, that they had 40 people on site that they were paying for full-time from the CMS vendor, because every single content edit had to be done by the CMS vendor. They couldn’t do it themselves.</p>\n\n\n\n<p>Absolutely, it’s in our DNA. Like, we care a lot about growing WordPress, and so there being no lock in a big part of that. But also, all of these customers have felt the pain of lock in so much that it’s like a huge selling point. We couldn’t afford to not mention it. It’s such a benefit of WordPress.</p>\n\n\n\n<p>[00:20:48] <strong>Nathan Wrigley:</strong> Okay, so lock in is one thing, but if you had to cherry pick just one or two things that make it easy to pitch WordPress at this level. So the vast majority of the people listening to this podcast will have no experience dealing with clients of the nature of Human Made. But they might be curious, you know, it’s nice to hear. What are the things at this enterprise level, that you can say, okay, WordPress has this? Just one or two things.</p>\n\n\n\n<p>[00:21:12] <strong>Tom Willmot:</strong> Yeah, yeah. I mean, I think there’s two kind of, I think fairly obvious ones that I’ll mention up front. One is just how flexible WordPress is. Like, a lot of these proprietary systems are not that flexible and customisation is very hard and expensive. And the reality for big enterprise is they’ve got a ton of like weird stuff that they need to integrate with. They’ve got a ton of weird, unique workflows that they need to support. And WordPress is just like, can do all of that really easily. So the flexibility’s a big selling point.</p>\n\n\n\n<p>I think the interesting one that maybe listeners won’t realise, and which like honestly still surprises me to this day actually, is just how important the usability of WordPress is. I mean enterprise software generally is like known to be terrible to use, and that’s really true even in the enterprise CMS space. Even today with the like major enterprise CMSs, if you actually see the backends, they’re all pretty awful. And so often what we do is we go in and we like demo, and they’re like blown away.</p>\n\n\n\n<p>[00:22:04] <strong>Nathan Wrigley:</strong> Genuinely blown away.</p>\n\n\n\n<p>[00:22:05] <strong>Tom Willmot:</strong> Yeah.</p>\n\n\n\n<p>[00:22:05] <strong>Nathan Wrigley:</strong> That’s fascinating.</p>\n\n\n\n<p>[00:22:07] <strong>Jon Ang:</strong> I think another number you could take away as well is that the market share of WordPress in Japan is something like 80%. 80% of websites in Japan use WordPress. Not a lot of that is enterprise yet, but whenever I do demo just default Gutenberg, I am showing them creating a block, I am making changes to the font sizes, I’m moving things up and down. They are like, that’s possible?</p>\n\n\n\n<p>And again, like this is just them looking at this, right? We’ve not even like built the custom blocks, made it tuned to the design. And I take a look at the backend that Tom just mentioned, and it would be something that WordPress was maybe 20 years ago when it was first created and. A lot of this really enterprise CMSs that have not moved on.</p>\n\n\n\n<p>So Gutenberg is, I think it’s a major, major piece that people get interested in. And once you then continue to build that into the way that they think about workflows, content approvals, the way that it integrates into other APIs, and all this visualisation is just showing up, straight up on their backend editor. It’s just so much more amazing, yeah.</p>\n\n\n\n<p>[00:23:10] <strong>Tom Willmot:</strong> This just reminds me of another story from, this is not from Standard Chartered actually, this is another big enterprise customer. When we went in for like the initial discovery, the way that they managed their online catalog, they were like a product company, they had a custom Java application that ran on one Windows XP PC. All of the content edits had to be done on that computer through that Java application.</p>\n\n\n\n<p>And so like the idea that multiple people could log in and edit content was a major selling feature for them. Again, like I said, I still get surprised by this. It’s so easy to take for granted the stuff that WordPress does. But actually, in enterprise, a lot of that is pretty groundbreaking.</p>\n\n\n\n<p>[00:23:45] <strong>Nathan Wrigley:</strong> Yeah, it’s interesting. I recall the joy I found when I first opened up Gutenberg and I could move a paragraph up and down. And I’ve completely lost that appreciation for that because I’m in it every single day. And in fact, you get to the point where you only see the things that it can’t do because you’re just really familiar with it. But the description that you’ve just given, it is quite a profound technology, isn’t it? And because I’m so familiar with it, can’t see the wood for the trees.</p>\n\n\n\n<p>[00:24:09] <strong>Tom Willmot:</strong> It’s one of my favorite things, you know, especially in a company like Standard Chartered, there’s 500 people using that. Their entire job, they’re spending in that, doing those workflows. And so like the transformation that something like WordPress can bring to just like the quality of their life at work is huge.</p>\n\n\n\n<p>[00:24:23] <strong>Nathan Wrigley:</strong> Is there anything though where you have to have the opposite discussion? So you’ve demonstrated it and they find that there’s drawbacks to WordPress. Do you have to convince them of things in the WordPress space? So you’ve just demonstrated a couple of things where it was fairly easy. You know, you show them the block editor, great. Are there bits of WordPress Core that they’re not that happy with?</p>\n\n\n\n<p>[00:24:41] <strong>Tom Willmot:</strong> I think most of that, mostly not with the Core software. Like, I honestly think the Core software is like industry leading. I think the biggest challenge they face goes a little bit back to the bat phone piece, which is that they look at the WordPress ecosystem and it’s like how am I supposed to interact with this? I need to find a host. I need to find an agency. There’s all these plugins. Can I use those? What are WordCamps?</p>\n\n\n\n<p>And so it’s like, it’s pretty difficult for an enterprise to like understand how that should be put together to meet their needs, and how do they procure it? In enterprise software, there’s usually an organisation, a vendor, that you can go and deal with that’s packaged all of that very nicely, and can like tell you what the roadmap is.</p>\n\n\n\n<p>And so that tends to be the biggest challenge, and that’s like most of what the work we do is like, how can we package what’s available in the WordPress ecosystem? But like make it available in a way that these companies are going to understand in the terminology they use, provide them with the roadmaps and the confidence that they need to be able to say like, yeah, okay, we’re going to use it.</p>\n\n\n\n<p>And to some degree hide all the mess and the chaos, which are like, is a real strength for the ecosystem but, yeah, can make it difficult for someone, a digital executive who like doesn’t really know that much about the ecosystem, and it’s probably going to get freaked out if they like go to the plugins directory and are like, oh, I need Salesforce. That’s not a great entry point.</p>\n\n\n\n<p>[00:25:57] <strong>Jon Ang:</strong> I think there’s also a lot of work that we do to help them understand that moving alongside WordPress’s innovations is good for you. They’ve spent last, what, 9, 8, 9 years, 10 years, like believing in that. So it doesn’t take us a lot of effort saying, this is what WordPress is thinking about in the next few versions. Given the amount of Core committers we have on the project, we kind of can get a good sense of where the roadmap of the project is going. And then we kind of tell them ahead of time. So when it does come out in an actual Core version, like a major version update, then they already knew about it, maybe like a year ago. They’re thinking, okay, great, now we get to use it.</p>\n\n\n\n<p>[00:26:33] <strong>Nathan Wrigley:</strong> If I was to look at the Standard Chartered backend, would I recognise it? Would it be something which is entirely familiar to me, or is there just a ton of bespoke stuff in there which makes it, you know, usable for them? So I’m thinking of things like, you’ve built custom workflows so that people who are, I don’t know on the editorial blog team or whatever, they can get their work done more quickly, or permissions which allow them to access this block, particular attribute of that block or not. So really, I’m just opening it up. Have you built a bunch of custom stuff for them to use?</p>\n\n\n\n<p>[00:27:04] <strong>Jon Ang:</strong> There’s a lot of custom stuff. I’ll say that our focus in making sure that they stay open and they’re not bound to, you know, anything that we built that is just not understandable by them. So we continue to use the WordPress language, I guess. Things that feel like it should be part of the block editor, how the workflow should be placed. It should be part of the published button, should it show up as a separate overlay and so on? All of that is taken into the understanding of how WordPress kind of demands it, and we present it in a very similar way.</p>\n\n\n\n<p>So even if you have someone that’s new to the bank, you know, but that person’s used WordPress before, they should be able to quickly understand how this is all going.</p>\n\n\n\n<p>Now obviously there are bank rules, and workflows, and regulations that they have to be like inducted into, but the understanding of how to build a content in the platform that’s built for them should be something that you could get it understood in 30 minutes or an hour. You would probably see it about 60, 70% as what you would usually see in WordPress. But the rest of it, again, is still built within the WordPress design language.</p>\n\n\n\n<p>[00:28:05] <strong>Nathan Wrigley:</strong> So it looks the same. So it looks like a WordPress site, but there’s obviously some custom bits and pieces, okay.</p>\n\n\n\n<p>[00:28:10] <strong>Jon Ang:</strong> Where you would expect things to be will be where we place it, like the extra buttons, extra workflows, and so on. They’ll be exactly where you think you’ll be clicking the publish button, for example.</p>\n\n\n\n<p>[00:28:19] <strong>Nathan Wrigley:</strong> So, I’m making air quotes, you are using modern WordPress, I’m guessing. So this is blocks, this is Site Editing. Tell us a little bit about that. Have you got some sort of custom block functionality in there? And I’m guessing it’s a Site Editing theme, a Full Site Editing</p>\n\n\n\n<p>[00:28:35] <strong>Jon Ang:</strong> So it is some Full Site Editing, and then the way we’re set up obviously is that we try to build patterns on Core blocks. So there’s obviously a lot of custom blocks, but the more we do with the default WordPress blocks. We style them. The more that they benefit when WordPress decides to make some improvements and so on. So that’s a lot of that.</p>\n\n\n\n<p>And part of our talk, we’ll talk about the integrations of different APIs into the blocks themselves. So, we are pulling, let’s say investor data, stock prices, and so on directly from all these APIs outside, and then into this charting systems that we’ve built within Gutenberg, so you get to build a chart within the block editor itself.</p>\n\n\n\n<p>And there will be visuals, that you’ll be able to see in our talk. But I think that’s probably one of the most customised things out there. But it goes back to what’s using the virtues for the block editor, gives you the visual of what you’re trying to create, and then it allows you the press button to create this graph that you want to create within WordPress.</p>\n\n\n\n<p>When you see these graphs on the WordPress website that we’ve created for Standard Chartered, it’s not an image that someone created in Microsoft Word. It is something that’s created within WordPress and generated directly inside there. So that’s basically what, well, part of what we’ve done for the block editor.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> I always had this impression that the block editor enabled blocks to basically be mini applications. So, in the example of banking, like you said, you put a block onto the page, it’s hooked up to some API or something, and then you can provide some custom infographic or something like that. You know, you can see it on the back end and you click publish and it looks basically the same on the front end.</p>\n\n\n\n<p>The curious thing about that is it seems like only the enterprise can get there because that’s so much work. But the promise is so profound. These little mini applications, you know, for a real estate agent, like a house block or something like that. And in your case, display information about last year’s stats for Standard Chartered. I just think that’s the power of it, but so few people can pull it off because of the time and expense.</p>\n\n\n\n<p>[00:30:33] <strong>Jon Ang:</strong> I’ll say that at an enterprise level, obviously you have to work with someone like Human Made as an enterprise agency to get the maximum out of this very unique API data. You don’t get access to Morningstar’s API data as a regular person, for example. But if you’re talking about, let’s say a real estate person, there are plugins out there that plug into, let’s say the country’s real estate data that automates a lot of this. And these blocks are already built for that.</p>\n\n\n\n<p>So I think if you were in that industry and then talking to even a regular agency, they’ll be able to find these plugins that do a lot of that. And I said, these vendors, for example, they realise the need their software to integrate into WordPress. They will be building blocks that directly integrate that.</p>\n\n\n\n<p>An example of that is HubSpot. They do a lot of integration into WordPress, and then you’ve got blocks to do that. Even if you don’t have a specific official plugin. Gravity Forms, does a lot of integration into separate ecosystems and so on.</p>\n\n\n\n<p>So you get actually all these block transformation integrations and so on with this like popular plugins out there. And the more we use WordPress and the block editor together, I think the more of these blocks will become very accessible to the general public.</p>\n\n\n\n<p>[00:31:40] <strong>Nathan Wrigley:</strong> How do you even have that conversation with a client like Standard Chartered though, because they’re into banking, you are into building websites, there can’t be a great deal of overlap in, like we would love this to be on the website. Okay, we can build that. How does that conversation even happen? How do you draw out of them, we can build that into a block? Because you are so miles apart in your areas of expertise.</p>\n\n\n\n<p>[00:32:02] <strong>Tom Willmot:</strong> Really what we did is we worked with Standard Chartered to help them build a web platform team internally. And so the platform is really run as a 50/50 partnership between Human Made and the web platform team. They then act as the kind of internal service provider to all of these like country markets. Compliance and IT, and all of these other stakeholders, they bring the banking knowledge, and we bring the WordPress knowledge. It’s like we’ve got to work very, very closely together to make the most of that.</p>\n\n\n\n<p>[00:32:30] <strong>Nathan Wrigley:</strong> So it’s a case of often them coming to you saying, can this be done?</p>\n\n\n\n<p>[00:32:33] <strong>Tom Willmot:</strong> Yeah. And, you know, we’ve been running like two week sprints now for 8 years or something. So it’s like a very deep, agile relationship.</p>\n\n\n\n<p>[00:32:40] <strong>Nathan Wrigley:</strong> This project, fingers crossed, has no end goal. There’s no date at which it’s done.</p>\n\n\n\n<p>[00:32:45] <strong>Tom Willmot:</strong> No, exactly.</p>\n\n\n\n<p>[00:32:46] <strong>Nathan Wrigley:</strong> Every two weeks, lets see we’re at.</p>\n\n\n\n<p>[00:32:48] <strong>Tom Willmot:</strong> WordPress obviously has a pretty fast paced and iterative development process, right? There’s new stuff coming out pretty regularly. The bank has got aggressive growth targets and marketing plans across all of those countries. I mean, something else we didn’t talk about in terms of the lock-in, some of these country level teams will have their own agency relationships, maybe a marketing agency or something.</p>\n\n\n\n<p>And so we also act as a centralised agency coordinator service so that those other agencies can plug into the right bits of the website, but in a safe way that complies with the development processes and things that are necessary.</p>\n\n\n\n<p>[00:33:20] <strong>Nathan Wrigley:</strong> Just to finish it off, a few little questions around accessibility and multilingual and things like that. So multilingual, I suppose is fairly self-evident. You’ve got to translate this website into just about every language on the planet, I would’ve imagined. So that’s a whole body of work.</p>\n\n\n\n<p>[00:33:36] <strong>Tom Willmot:</strong> One of the ways actually that, I mean, multilingual is somewhat easier at this big enterprise level because essentially every country just has its own team and its own website. And so actually multilingual is just solved with multi-site. Standard Chartered do not translate their content, they rewrite it in that language. Different people write the content using multi-site.</p>\n\n\n\n<p>[00:33:52] <strong>Nathan Wrigley:</strong> But in terms of accessibility, very hot topic in the year 2025. And I’m guessing, again, goes back to compliance. I’m guessing there’s no missteps here. You can’t get this wrong. So just tell us about what’s been going on in that sphere.</p>\n\n\n\n<p>[00:34:06] <strong>Jon Ang:</strong> I think the way that we’re set up as well is that every single team has their own site, which means that every deploy gets checked in terms of accessibility. So we would expect that any designs that come along is accessible in the first place. So they’ve done their work. And then when we actually build the front end for it, and a part of their team also builds the front end, it goes through all this accessibility checker stuff that we’ve already built across time that I think feeds the WCAG to 2.2 AA Plus standards.</p>\n\n\n\n<p>So every single deploy is checked against that to make sure it is accessible. At any point in time where this looked at and said, okay, there should be improvements that we need to be making. It’s part of the whole two week adjustments that we continue to make sure that all these like websites are accessible.</p>\n\n\n\n<p>It doesn’t matter whether it is a Chinese website or Japanese website, where maybe like they’re not held to the same EU accessibility laws, but every piece is actually taken to the same level and held out to the belief that, if we’re accessible in a specific space, that’s should be the same everywhere else.</p>\n\n\n\n<p>[00:35:06] <strong>Tom Willmot:</strong> You know, something to say on accessibility, often listeners will probably feel this. It can be difficult to get clients to care about it enough to pay you to do the work necessary to make it accessible, right? That’s a common problem. It’s one of the really nice things about working with a heavily compliance regulated industry like Standard Chartered. Like, actually, they really care about it. And so they really do the work. They want to invest to make sure the platform can enable them and support them as much as possible to like meet their compliance requirements, yeah.</p>\n\n\n\n<p>[00:35:31] <strong>Nathan Wrigley:</strong> Has the more recent WordPress past, let’s say since about September last year, has that caused any ripples in the nature of the work that you do? Or has it required a different relationship with your clients, more explaining what’s going on in the community? Has there been any kind of blowback from the pace of Core amendments? I think we’re maybe getting more back on track with that. But I just wondered if there were any ripples?</p>\n\n\n\n<p>[00:35:58] <strong>Tom Willmot:</strong> The dropping from three to one releases a year, like I think in many parts of enterprise, it’s kind of helpful actually, like three releases a year is pretty fast. And so certainly that’s not raising eyebrows at the enterprise level.</p>\n\n\n\n<p>I think just like, we’ve got a mix of clients, some who are the kind of stakeholder who loves WordPress and really wants it, and so they’re perhaps a little bit more plugged in. And so, yeah, they’ve got more questions. And then you’ve got the other 50% of clients who know nothing about it.</p>\n\n\n\n<p>[00:36:22] <strong>Jon Ang:</strong> And I think that when we are building these enterprise websites, right, we are kind of playing at a slightly different playing field. So they’re not using the typical consumer level plugins and so on. They’re using the service that we’ve provided them. So when you look at this, they look at this as the Human Made WordPress thing that we’ve been doing. And then when they look at whether they can trust this thing, they’re looking at the service that we provide. So they’re not concerned about what’s going else out there. They’re concerned about whether we have the ability to continue providing this service and nothing has said otherwise, yeah.</p>\n\n\n\n<p>[00:36:53] <strong>Nathan Wrigley:</strong> Okay, very last question then. How much of this can be contributed back into the project? Are there any facets of this, little bits over here or over there that can be contributed back to the community? I don’t know where they would land. And if that’s a question you can’t answer, how does Human Made take on the position of contributing back? What’s your posture on that?</p>\n\n\n\n<p>[00:37:13] <strong>Jon Ang:</strong> So Standard Chartered was definitely one of the earlier adopters of Gutenberg. But I think one of the earliest, earliest adopters we had was a part of Disney, where we were using version 0.2 beta of Gutenberg. It was not much in Core. We’re talking about a very beta version of it. So we were building sidebars, we were building like all these things that, Gutenberg didn’t have yet. It was just paragraphs and so on, like back then.</p>\n\n\n\n<p>So we were doing that and we were contributing back the idea of it, back to the project. And so you’re going to hear from our talk how we’ve already completed collaborative editing in Human Made. We are now talking to people outside about contributing the idea back to it as well. I think the growth of the block editor itself has been stuff that we are, you know, pushed back in as well. And then I’ll say that’s one part.</p>\n\n\n\n<p>The other part as well is the security aspects of stuff. So banks are checked on CVEs and all these pieces, and their security team are on contact points with us on a regular basis. So when we do learn of these things that they’re concerned about, and this is something that we’ve then fixed for them, we then contribute it back to the project.</p>\n\n\n\n<p>So I know John Blackbourn works in Human Made, he’s the WordPress Security Team lead. Big part of his job is making sure that the projects that we work on is secure, but the stuff that we have secured then afterwards is contributed back to the WordPress project. So there’s a lot of that ongoing.</p>\n\n\n\n<p>[00:38:30] <strong>Nathan Wrigley:</strong> Do you blow your own trumpet about contributions back or do you like to keep it quiet? I was having a conversation with somebody in the Drupal space recently, and it seems like there’s this whole thing that they’ve got there where, if you contribute, you accrue benefits in terms of, you attend an event like a Drupal Con and you can sponsor because you did some things. And so you had to blow your own trumpet in a way to be acknowledged as having done the things.</p>\n\n\n\n<p>I don’t know what your position on that is, whether you like to sort of shout it from the rooftops. We did this, we contributed this back, or I don’t know if it’s more softly, softly than that.</p>\n\n\n\n<p>[00:39:00] <strong>Tom Willmot:</strong> Yeah, I think I’m quite a fan actually of the maker taker stuff that Drupal does. Like, I think they do some really interesting things to benefit maker organisations, which I think has the right incentives then associated with it. Something I learned about, they’ve worked with some of the federal and public sector contracting authorities to preference maker organisations in the RFP processes that they do. So I think stuff like that’s actually really good. I would like to see some of that on the WordPress side.</p>\n\n\n\n<p>We really do trumpet it when we’re talking to clients because it’s a big part of our sales pitch, right? That’s how we contribute back to WordPress. We’re a part of the Security Team. That means that we can use Gutenberg way before it’s shipped in Core, which means by the time it’s shipping in Core, Standard Chartered are already using it. They’re already familiar with it. There’s not a big expensive transition. It’s not a shock.</p>\n\n\n\n<p>The collaborative editing that Jon mentioned, they needed real time editing in the CMS for multiple users, and we were able to take the like alpha version that the Core team are working on, finish that off and do the work to get that running in production.</p>\n\n\n\n<p>[00:39:58] <strong>Nathan Wrigley:</strong> Yeah, just snuck that in. I mean, that’s a whole episode.</p>\n\n\n\n<p>[00:40:01] <strong>Tom Willmot:</strong> Yeah. And you know, that’s really interesting. They’ve been running that in production for a year or more. So then, yeah, there’s obviously stuff there that is like a two-way thing. So some stuff is like, okay, we build something unique and that’s like released open source, but actually more of it is just we are using the stuff that’s coming ahead of time, so then what we are learning can feed back, and make sure that when that is ready, it’s like already learnt the enterprise lessons it needs to learn to be relevant or whatever, yeah.</p>\n\n\n\n<p>[00:40:26] <strong>Nathan Wrigley:</strong> Well, that was a really, honestly, I got so much out of that. Thank you very much, Tom Willmot and Jon Ang for talking to me today all about your project with Standard Chartered. Thank you very much.</p>\n\n\n\n<p>[00:40:35] <strong>Tom Willmot:</strong> Great to be here and a great way to kick off the day. We’ve recorded as our first thing for the conference, so that’s pretty cool.</p>\n\n\n\n<p>[00:40:41] <strong>Jon Ang:</strong> Thank you for helping us walk through our talk as well. So a lot of what we mentioned, it’s probably going to be mentioned our talk. But it’s been good to be here.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://humanmade.com/who-we-are/tomwillmot/\">Tom Willmot</a> and <a href=\"https://humanmade.com/who-we-are/jonang/\">Jon Ang</a>.</p>\n\n\n\n<p>Tom is the co-founder of Human Made, an enterprise WordPress agency that’s been pushing the boundaries of what WordPress can do since its inception. Jon is also with Human Made, and together they bring a huge amount of experience working with major clients on large-scale projects. At this year’s WordCamp Europe in Basel, they presented a case study: their long-term, continually evolving work with the global banking giant Standard Chartered.</p>\n\n\n\n<p>Most listeners might not be working at the scale of 85,000 employees, 70 countries, and hundreds of millions of page views a month, but Tom and Jon are here to share insights from the top end of WordPress implementation.</p>\n\n\n\n<p>They explain how Human Made helped Standard Chartered shift from proprietary CMS lock-in to a flexible, open-source, Gutenberg-powered WordPress solution that serves as the main web platform for the bank across all its markets.</p>\n\n\n\n<p>We talk about the unique compliance and security challenges of working in the banking sector, what it takes to persuade giant enterprises that WordPress is ‘not a toy’, and how to support hundreds of CMS users with custom workflows and integrations.</p>\n\n\n\n<p>Tom and Jon discuss the specifics of scaling WordPress for the enterprise, from accessibility and multilingual setups to custom block development and real-time collaborative editing.</p>\n\n\n\n<p>We also hear how Human Made works with clients to contribute innovations and security improvements back to the WordPress community, ensuring that lessons learned at the enterprise level benefit everyone.</p>\n\n\n\n<p>If you’re curious about how WordPress powers mission-critical web infrastructure for some of the world’s biggest organisations, or how you might pitch WordPress for enterprise use, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://humanmade.com/\">Human Made</a></p>\n\n\n\n<p><a href=\"https://www.sc.com/en/\">Standard Chartered</a></p>\n\n\n\n<p>Tom and Jon’s WordCamp Europe presentation: <a href=\"https://europe.wordcamp.org/2025/session/banking-on-wordpress-inside-a-ftse-50-banks-global-platform/\">Banking on WordPress: Inside a FTSE 50 Bank’s Global Platform</a></p>\n\n\n\n<p><a href=\"https://humanmade.com/work/standard-chartered-banking-on-the-future/\">Standard Chartered: banking on the future</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Open Channels FM: A Journey Integrating AI Agents in WordPress Using MCP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://openchannels.fm/tihomir-dmitrovics-journey-integrating-ai-agents-in-wordpress-using-mcp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"In this episode of Emerging Tech, host Dave talks to Tole, an innovative developer who shares his journey from mobile to WordPress. He discusses his MCP integration in ConvoWorks for AI workflows.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2025 13:41:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Akismet: reCAPTCHA not stopping spam? Here’s the perfect alternative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://akismet.com/blog/recaptcha-not-stopping-spam/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10649:\"<p>Have you enabled reCAPTCHA thinking it would shield you against spam, only to find bots slipping through? You’re not alone. Those little puzzles prove that some visitors are human, but they don’t always stop the spam messages.</p>\n\n\n<p>It may be disappointing to hear, but reCAPTCHA seriously annoys site visitors while only doing a moderate job of preventing spam. You (and your visitors) deserve something much better. </p>\n\n\n\n<span id=\"more-284427\"></span>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-issues-with-recaptcha \">Common issues with reCAPTCHA </h2>\n\n\n\n<p>Though a popular option, reCAPTCHA doesn’t always deliver the spam protection you need. Let’s look at just a few key reasons why this is the case, from user frustration and accessibility concerns to bots getting through.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-user-friction-and-poor-accessibility \">1. User friction and poor accessibility </h3>\n\n\n<p>For those caught in an endless loop of trying to find all the squares that include a bicycle, it’s no surprise that user frustration tops the list of reasons that reCAPTCHA isn’t a great option.</p>\n\n<p>In fact, a <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" rel=\"noreferrer noopener\" target=\"_blank\">study by Stanford</a> showed that humans need an average of ten seconds to solve Google reCAPTCHAs and up to 30 seconds for audio. This study showed that users abandon the page 29% of the time without even trying to solve it. Imagine losing a sale because your customer couldn’t pass the test!</p>\n\n<h3 class=\"wp-block-heading\" id=\"2-low-effectiveness-against-advanced-bots-and-captcha farms\">2. Low effectiveness against advanced bots and CAPTCHA farms</h3>\n\n\n<p>While effective when it was first released, AI bots can now bypass reCAPTCHA with 99.8% accuracy, according to the <a href=\"https://merchantriskcouncil.org/learning/resource-center/member-news/blog/2024/paypal-captcha-evolution-and-effectiveness\" rel=\"noreferrer noopener\" target=\"_blank\">Merchant Risk Council</a>. </p>\n\n\n\n<p>Where bots aren’t effective, there are even entire “<a href=\"https://www.f5.com/labs/articles/cisotociso/i-was-a-human-captcha-solver\" rel=\"noreferrer noopener\" target=\"_blank\">CAPTCHA farms</a>” that use human labor to bypass CAPTCHAs at astonishing rates. </p>\n\n\n\n<p>Either way, you’ll likely be bogged down with tons of annoying, dangerous spam — even with reCAPTCHA.</p>\n\n\n<h3 class=\"wp-block-heading\" id=\"3-a-negative-impact-on-site-performance-and-load times\">3. A negative impact on site performance and load times</h3>\n\n\n<p>On the internet, every second counts. Visitors won’t wait more than a couple of seconds for your site to load before moving on. </p>\n\n\n\n<p>That’s why site owners put so much effort into optimizing images, finding a high-performing host, installing the right speed plugins, and more. </p>\n\n\n<p>Unfortunately, using reCAPTCHA can undo a lot of that hard work. <a href=\"https://pagepipe.com/how-google-no-captcha-captcha-slows-down-your-mobile-site/\" rel=\"noreferrer noopener\" target=\"_blank\">PagePipe’s testing</a> found that reCAPTCHA adds a full half‑second lag to a site’s load time, costing you visitors and likely customers. After all, <a href=\"https://blog.google/products/admanager/the-need-for-mobile-speed/\" rel=\"noreferrer noopener\" target=\"_blank\">53% of mobile users</a> abandon sites that take over three seconds to load.</p>\n\n<p>Plus, this likely has a serious (negative) impact on Core Web Vitals. This can drop your rankings so fewer visitors find your slow‑loading site to begin with.</p>\n\n\n<h3 class=\"wp-block-heading\" id=\"4-false-positives-galore \">4. False positives galore </h3>\n\n\n\n<p>When reCAPTCHA flags a submission as a false positive, you’re inadvertently telling your visitors that they aren’t even human. </p>\n\n\n\n<p>For example, some reCAPTCHAs flag super fast form submissions under the assumption that, when someone fills out a form too quickly, it must be a bot. But there are some people who are simply fast typers — they could be blocked from your site because of their typing prowess! </p>\n\n\n<p>The inconvenience and potential lost sales that result from false positives simply aren’t worth the risk.</p>\n\n<h2 class=\"wp-block-heading\" id=\"akismet-is-your-superior-spam-protection solution\">Akismet is your superior spam protection solution</h2>\n\n\n<p>With the drawbacks of reCAPTCHA well understood, let’s now think about a scenario where you don’t have to worry about losing clients or driving away new subscribers by confronting them with accusations of being bots. </p>\n\n\n\n<p>The solution <em>does </em>exist, and it’s called Akismet. </p>\n\n\n\n<p>Akismet is an anti-spam tool that works behind the scenes on nearly any type of site (WordPress, Drupal, etc.) to detect and block spam in real time. </p>\n\n\n<p>Its advanced AI algorithm is constantly learning from the network of over 100 million protected sites to maintain an incredible 99.999% accuracy rate.</p>\n\n\n<p>It doesn’t slow down your site, doesn’t challenge your visitors with annoying tests (it’s in the background, remember?), and can be customized for your individual site with the opportunity for you to manually review submissions and provide feedback. </p>\n\n\n\n<p>To date, it’s blocked over 550 billion spam messages, with 76 million pieces of additional spam annihilated each day. Let’s look at how Akismet accomplishes this: </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"next-generation-ai-and-machine-learning-technology \">Next-generation AI and machine learning technology </h3>\n\n\n<p>Akismet’s AI uses the content within a form submission to identify automated spam attempts and bots. In fact, their advanced machine learning technology analyzes real spam data from more than 100 million users and is always improving.</p>\n\n\n<h3 class=\"wp-block-heading\" id=\"real-time-analysis-of-user-submissions \">Real-time analysis of user submissions </h3>\n\n\n\n<p>Akismet analyzes form submissions in real time, making split-second decisions about whether a comment or form entry is legitimate or spam. This keeps your site free of spam without any work required on your end. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"99-99-spam-detection-accuracy \">99.99% spam detection accuracy </h3>\n\n\n\n<p>Akismet has a 99% spam detection accuracy rate with the track record to back up the claim. Notably, <a href=\"https://akismet.com/blog/convertkit-customerstory/\">Kit switched to Akismet</a> and saved 20 hours per customer every month without losing any leads. That kind of performance shows how effective spam protection doesn’t have to come at the cost of user experience. </p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-largest-spam-database-in-the world\">The largest spam database in the world</h3>\n\n<p>Akismet is powered by the largest spam database on the internet. Every time it catches a new spam pattern, it feeds that data back into its systems, improving accuracy across all the sites it protects.</p>\n\n<h2 class=\"wp-block-heading\" id=\"core-advantages-of-akismet-over recaptcha\">Core advantages of Akismet over reCAPTCHA</h2>\n\n<p>Now that you’ve seen how Akismet works, let’s zoom in on the key differences between it and reCAPTCHA.</p>\n\n<h3 class=\"wp-block-heading\">1. Content‑based analysis, which targets spam (instead of users)</h3>\n\n\n<p>Akismet analyzes content directly rather than relying on click-based tests or suspicious IP lists. It looks at the substance of the message and compares it against patterns of known spam behavior, which makes it far more effective at catching the source. </p>\n\n\n<p>This also means that it doesn’t get in the way of real users because it’s not constantly passing judgment on their behavior (which slows down sites) or asking them to complete tests.</p>\n\n<h3 class=\"wp-block-heading\" id=\"2-zero-friction-for-site visitors\">2. Zero friction for site visitors</h3>\n\n<p>Friction slows down conversions and that’s precisely what reCAPTCHA causes. It introduces friction and interrupts your visitors with tedious tasks before they can even submit a form. If they get it wrong once, many won’t bother trying again.</p>\n\n<p>Akismet removes that friction. It doesn’t bother users with puzzles, challenges, or visual tests. It runs quietly in the background, allowing visitors to stay focused and engaged without even noticing it.</p>\n\n\n<h3 class=\"wp-block-heading\" id=\"3-ongoing-adaptation-to-new-spam-patterns \">3. Ongoing adaptation to new spam patterns </h3>\n\n\n\n<p>One of the most impressive benefits of Akismet often goes unnoticed, and that’s its ability to adapt to new spam methods and bots in real time. Its machine learning engine takes notes from every spam attempt it blocks — across all the websites it protects. </p>\n\n\n<p>That means it’s not just reacting to spam. It’s predicting and adapting in real time, keeping your forms clean no matter how spam trends shift.</p>\n\n\n<h3 class=\"wp-block-heading\" id=\"4-zero-impact-on-performance-and-site-speed \">4. Zero impact on performance and site speed </h3>\n\n\n<p>Unlike reCAPTCHA, which can add lag to your forms and frustrate visitors with slow load times, Akismet promises <a href=\"https://akismet.com/features/#:~:text=zero%20impact%20on%20site%20speed\">zero impact on performance</a>. Since it uses the cloud to store data, Akismet won’t affect your site speed, bounce rates, or conversion rates. Compare that to the half‑second load‑time drag reCAPTCHA brings to the table and the choice becomes clear.</p>\n\n<p>Yes, Akismet is the <a href=\"https://akismet.com/blog/captcha-alternatives/\">perfect alternative to CAPTCHA technology</a> — it quietly filters out spam in the background without adding friction for real users.</p>\n\n\n<h2 class=\"wp-block-heading\" id=\"recaptcha-not-stopping-spam-switch-to-akismet-in-minutes \">reCAPTCHA not stopping spam? Switch to Akismet in minutes </h2>\n\n\n<p>Why settle for a tool that slows down your site, frustrates visitors, and still lets spam slip through? Thankfully, with Akismet, you don’t have to.</p>\n\n<p>Getting started only takes a few minutes. Simply:</p>\n\n\n<ol class=\"wp-block-list\"><li>Remove the CAPTCHAs that turn visitors away.</li>\n\n<li>Activate Akismet on your WordPress site.</li>\n\n<li>Let Akismet handle the spam while you focus on growing your site and improving conversions.</li></ol>\n\n\n<p>Ready to stop making your visitors prove they’re human? <a href=\"https://akismet.com/pricing/\">Add Akismet to your site</a> and see how convenient set‑it‑and‑forget‑it spam protection can be.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2025 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Open Channels FM: Finding Your Community: The Challenge of Reaching WooCommerce End Users vs. Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://openchannels.fm/finding-your-community-the-challenge-of-reaching-woocommerce-end-users-vs-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"When it comes to building successful plugins and products for WordPress or WooCommerce, everyone talks about the importance of “community.” But what does that really mean—and who should you be building community with? In a recent episode of Woo Product Chat, hosts Katie Keith, James Kemp, and special guest Jonathan Wold dove deep into the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2025 11:47:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: How to Tell If Your WordPress News Is Really Newsworthy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=99023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://openchannels.fm/how-to-tell-if-your-wordpress-news-is-really-newsworthy-with-rae-morey-and-adam-weeks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"In the first of the series, Media Playbook, Rae and Adam discuss how to connect WordPress businesses with the media. They share tips on crafting newsworthy stories and building relationships for better visibility.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2025 09:51:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Open Channels FM: We Are Welcoming Woo As a New Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=98641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://openchannels.fm/we-are-welcoming-woo-as-a-new-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"Since 2018, WooCommerce has been a vital partner for Do the Woo, promoting the brand and providing resources. They will now sponsor Open Channels FM to strengthen community engagement and support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2025 08:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Gutenberg Times: Gutenberg Changelog 118 – WordCamp Europe, WordPress New AI Team, the Pride Photo Drive, Gutenberg 20.9 and 21.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=40707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-118-wordpress-new-ai-team-the-pride-photo-drive/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44750:\"<p>Hosted by Birgit Pauli-Haack, with special guest Anne McCarthy, this episode dives into recent happenings in the WordPress ecosystem, including updates from WordCamp Europe, the launch of the new WordPress AI Team, the Pride Photo Drive initiative, and the latest Gutenberg releases (20.9 and 21.0).</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordCamp Europe Recap</strong></h2>\n\n\n\n<p>The community celebrated new milestones, including all workshops being recorded and promptly published to WordPress TV, making it easier for everyone to catch up. Notable sessions covered digital freedom, block development, and innovative ways to extend WordPress without custom blocks. There was also a special mention of the WordPress Campus Connect pilot at the University of Pisa, enabling students to earn credits through WordPress contributions.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordPress AI Team Launch</strong></h2>\n\n\n\n<p>WordPress has officially formed a core AI Team, supported by both Automattic and Google contributors, focusing on foundational tools and integrations to bring AI capabilities to the platform. The team is working on projects like the AI Services plugin, the Model Context Protocol (MCP), and the WP Feature API, each designed to provide standardized and extensible AI solutions for the WordPress ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pride Photo Drive</strong></h2>\n\n\n\n<p>Anne McCarthy introduced the Pride Photo Drive: an open photo submission event to boost LGBTQ+ representation in the WordPress Photo Directory. The initiative encourages everyone (not just the LGBTQ+ community) to contribute, with fun incentives and cash prizes, emphasizing the importance of diverse, high-quality imagery for web creators.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gutenberg 20.9 & 21.0 Releases</strong></h2>\n\n\n\n<p>The latest Gutenberg plugin releases bring a host of improvements and enhancements:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A shift towards more modern and maintainable codebase (SASS modules),</li>\n\n\n\n<li>Usability changes to block settings and tool panels,</li>\n\n\n\n<li>Continued iteration on “content-only” editing for simpler, safer user experiences,</li>\n\n\n\n<li>Accessibility improvements and bug fixes suggested by new and long-time contributors,</li>\n\n\n\n<li>Ongoing expansion of the Interactivity API for richer client-side experiences.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Community & Contribution</strong></h2>\n\n\n\n<p>Anne and Birgit emphasize the power of direct community feedback—how user suggestions shape features and workflows. There’s an open call for more engagement, hallway hangouts, and broad collaboration beyond just in-person events.</p>\n\n\n\n<p><em>This episode is packed with optimism and opportunities for WordPress users and contributors of all backgrounds to get involved—whether that’s through new tech like AI, creative community projects, or by shaping the future of Gutenberg.</em></p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-118-wordpress-new-ai-team-the-pride-photo-drive/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-118-wordpress-new-ai-team-the-pride-photo-drive/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\">Special Guest: Anne McCarthy</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/annezazu/\">WordPress profile</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/anneguionmccarthy/\">LinkedIn</a></li>\n\n\n\n<li>Personal Blog: <a href=\"https://nomad.blog/\">Nomad.blog</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-111-developer-hours-playground-and-collaborative-editing/\">Gutenberg Changelog #111 – Gutenberg 19.6 and 19.7, Developer Hours, Playground, and Collaborative Editing</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-87/\">Gutenberg Changelog #87 – Patterns, Gutenberg 16.3 and WordPress 6.3.</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Celebrating Pride Month</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://lgbtqpress.com/2025/05/share-your-pride-photo-drive-is-back-for-2025/\">Share your Pride Photo Drive is back for 2025</a></li>\n\n\n\n<li>WordPress photo directory<a href=\"https://wordpress.org/photos/search/ShareYourPride2024/\"> ShareYourPride 2024</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress AI Team</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\">Announcing the Formation of the WordPress AI Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/ai/2025/05/23/welcome-to-the-core-ai-team-blog/\">Welcome to the Core AI Team Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/ai/2025/06/03/introducing-the-ai-team-hallway-hangout-recap/\">Introducing the AI Team – Hallway Hangout Recap</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/ai-services/\">AI Services</a></li>\n\n\n\n<li><a href=\"https://github.com/mcp-wp/\">MCP for WordPress</a></li>\n\n\n\n<li><a href=\"https://pascalbirchler.com/wordpress-model-context-protocol-mcp/\">Enabling AI-Powered WordPress Development with WP-CLI and the Model Context Protocol (MCP)</a></li>\n\n\n\n<li><a href=\"https://github.com/Automattic/wp-feature-api\">WP Feature API</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=V08qhLL19cM\">The WordPress AI fightback begins!</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Europe Recordings</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/06/09/fireside-chat-with-mary-hubbard-and-matt-mullenweg/\">During Fire side Chat</a> with Mary Hubbard and Matt Mullenweg</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/wordpress-without-borders-the-fight-for-digital-freedom/\">WordPress without Borders – The Fight for Digital Freedom</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/the-block-developer-cookbook-wceu-2025-edition/\">The Block Developer Cookbook: WCEU 2025 Edition</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/wordpress-gems-for-devs-interactivity-api-2/\">WordPress Gems around the Interactivity API</a>.</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/why-block-themes-make-woocommerce-stores-better/\">Why Block Themes Make WooCommerce Stores Better</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/do-you-really-need-a-custom-block/\">Do you really need a custom block</a></li>\n\n\n\n<li>All recordings from <a href=\"https://wordpress.tv/event/wordcamp-europe-2025/\">WordCamp Europe on WordPressTV</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg Releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.wordpress.org/news/2025/06/whats-new-for-developers-june-2025/\">What’s New for Developers (June 2025)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-20-8-and-20-9/\">What’s new in Gutenberg 20.8 and 20.9?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-21-0-11-june/\">What’s new in Gutenberg 21.0?</a></li>\n\n\n\n<li>I<a href=\"https://github.com/WordPress/gutenberg/issues/70372\">nteractivity API: Backport of WooCommerce’s Interactivity API improvements #70372</a><br /></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Ladies and gentlemen, welcome to our 118th episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about WordCamp Europe and the WordPress new AI team, and Pride Photo Drive and the Gutenberg 20.9 and 21.0 releases. I’m your host, Birgit Pauli-Haack, curator at the Gutenberg Times, a developer advocate at Automattic, and core contributor to the WordPress open source project. With me today, relatively fresh back from the sabbatical, is Anne McCarthy. Thank you, Anne. Welcome back and I’m thrilled you’re on the show. How are you today?</p>\n\n\n\n<p><em>Anne McCarthy</em>: Thank you for having me. It is incredible to be back from sabbatical and also to be back to contributing with sponsorship, which is amazing. I was trying to do it coming back without it and to have to have that change so quickly. Coming back from sabbatical has been so energizing combined with Pride Month, so I can’t complain. I’m just excited to get into stuff and excited to be back in this space talking about this important work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Wonderful. Yeah, no, we’re all back contributing. It will be. We still have to kind of figure that out. I know that every team is kind of trying to get unplugged from what they were doing as part so they can contribute back. So the last time you were on the show, it was in November last year. Episode 111. So, so much has changed for the project and for you. What are you now working on at Automattic and respectively for WordPress? Yeah.</p>\n\n\n\n<p><em>Anne McCarthy: </em>So my job title has shifted a bit as well, to align with some of the changes that have happened. So we. I am now an architecture wrangler is the title I’m rolling with right now. And essentially the core of my job is the same. I’m looking across Automattic the community to find shared patterns, to accelerate work, to do work and to connect work. And so trying to make sure we’re moving in the same direction in the project. So working on things like roadmaps, breaking down work, helping for the future, teams get into contributing and figuring out important projects they can work on and providing support there, as well as collecting user feedback across different places and how it impacts things. So if we hear something, for example, from like an enterprise client, I recently did this. A couple weeks ago, there was a bug that came out from an enterprise client. I said, hey, who else has dealt with this? Aaron Jordan used to in publishing. What do you think? Hey, can we get someone to work on this? What are you all seeing? What feedback are you seeing? Here’s the feedback I’m seeing. So I’m still doing the same kind of work. Cool thing is now instead of working with about 100 engineers, I’m working with about 300, about 50 different teams. So internally there’s a lot more spread. But I’m really excited because it can really help influence and move faster on some of the stuff we do in the core project. So instead of things being a bit divorced and separated, especially from customer feedback and customer needs, we can now, you know, using Automattic spread of customers, use that to bring things that are foundational for all WordPress, because we cover so many different use cases between themes and plugins and hosting and enterprise and bloggers and all sorts of stuff. So I’m really excited to see increased collaboration there, including with the broader Five for the future groups, and encourage everyone to get involved, to share that feedback and join in the fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That’s wonderful. Yeah, it sounds exciting. It also sounds like a lot of work, but, yeah.</p>\n\n\n\n<p><em>Anne McCarthy: </em>It’S good work. It’s good work because you get to kind of see things at the root, which is fine.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. And you can also kind of see it happening when it’s fixed or something like that, or come together in a. In a very creative way. Yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p>So you also are the instigator of the Pride Photo Drive. Tell us about it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Pride Photo Drive</h3>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, so it’s inspired by what I’ve seen with other photo directories. And something that I think is really near and dear to me is representation really matters. And so if you can find things that actually resonate, whether with your culture, part of your identity, or where you live, it makes it easier when you’re creating websites. Like, websites are inherently quite visual. And so having really good photos that represent queer people is really awesome. And so, of course, you can’t have faces in this. But the whole point of the photo drive is to inspire some folks to contribute photos, increase representation in the photo directory, and honestly, just have some fun. Like, I think there is something fun about going out and having a reason to take a photo that I think, at least I enjoy someone who takes a lot of photos. There are some cash prizes for winners, both in terms of most submitted photos, and we’ll have some folks select the top photos. But honestly, like, you don’t need to be a part of the LGBTQ community to participate. It’s for everyone. And it’s just mainly to ensure when folks go and look for something that represents them, there’s a higher chance of finding high quality work for that. So I hope to see more kind of initiatives like that. And so if anyone wants to talk about doing more drives, I’m happy to share what I’ve done. It’s been very. It’s been pretty simple. So more people can do this for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. And we have a link to the call for photos on the LGBTDPress.com and there are also the rules and how you actually can upload it to WordPress photo directory. And I’m really excited about that. I, yeah. Was last year, not this year I missed it, but last year was at the Christopher Street Day here in Munich and that was kind of. Wow. I didn’t realize how big that was. Yeah. And it was about 600,000 people on the road and 60,000 people in the parade and yeah, totally took over the. The downtown. But I probably have a few pictures made there that I can upload there. Yeah. So yeah, but it was a good point for you to say no photos or no faces or people out there. People, yes, but no faces. Yeah. So that’s cool. Yeah. So, yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress New AI Team</h3>\n\n\n\n<p>And the second piece of announcement that we have is that WordPress has now an AI team. AI stands for artificial intelligence. There are two, three links actually that I can share with you. One is the welcome to the core AI team blog post, then the announcement and the hallway hangout and recap for the first hangout. </p>\n\n\n\n<p>So the mission I understood it is to build foundational building blocks for AI integration in WordPress and the timing is ideal because of the rapid evolution of AI. Some people at WordCamp EU said, okay, are we not a little bit late or something like that? No, you can’t. Yeah, it’s just the right time because now the emerging standards are there, and WordPress could be an ideal platform for AI driven web apps. There are immediate plans to integrate LMMs directly into WordPress, but there are canonical plugins that are on the roadmap and packages that are abstracting the AI provider like AI Services or. And the core integration would be more like. Yeah, a little. A second step. And we know that everything is kind of in place. It has the full support from WordPress leadership, including Matt and Mary. And because they recognize the importance of the open web and ensure it’s central in the evolving landscape.</p>\n\n\n\n<p>So what are the current initiatives? One is the AI services plugin from Felix Arntz. He’s on the team. But the team are right now James LePage from Automattic, Felix Arntz from Google as well as Pascal Bichler from Google and then Jeff Paul from TenUp. And all four have already some experience with AI in the space. And so there are three plugins that are being worked on. One is the AI services plugin Felix already publish that, and I’ll share links in the show Notes so you can look it up. And it’s an abstraction layer for multiple AI providers to enable plugin authors to unify the API for AI interactions. So you need your OpenAI API key or your CLAUDE API key or whatever you use, but then it helps you to include those services into whatever you want to do on the website. The other, the second one is the called MCP WP. MCP means Model Context Protocol. Those are servers to enable WordPress advanced AI integration with command line or plugins. So plugins say, okay, my plugin can do that with WordPress and you register those services and the AI can discover those on the site. I know that Jonathan Brassinger as well as Ryan Welcher have done some live streams on that and I can share some of that, the latest ones for on the show notes with the videos, so you can kind of follow along with that. </p>\n\n\n\n<p>And the last plugin is the WP feature API. That’s a plugin coming from Automattic, and it structures WordPress features for better AI integration. It’s kind of pretty much it’s a standardized way to register resources for AI. That’s pretty much what I can say there. It exposes the server and client side functionality in WordPress so LMMs can tap into it if they have the right credentials. Yes. So that’s kind of what I know about it. I read quite a bit about AI agents and MCP and it’s all still a little murky, but I think that’s with any of the new services and new technologies that are kind of coming out that we all need to figure out the smallest use case to figure it all out. Jamie Marsland has interviewed James LePage about the new AI team. And it’s a video, it’s called Very Clicky. It’s called WordPress AI fights back, fight Back Begins. So but it’s really insightful and Jamie asked some great questions in it. Any thoughts from you?</p>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, that was such a good rundown. One of the big questions I’ve heard from people and I’ve been getting pings about is like, how do I join? How do I join? The team is creating a handbook at its early stages. You can join the core AI Slack channel. That’s the best place they’re holding meetings and they’re pulling together that context. So please get involved. The idea is to create a shared group of tooling that then plugin authors can reuse. It’s meant to provide a shared base. So for the MCP thing, the way I’ve been kind of thinking of it is like rather than rewriting every AI integration from scratch, you can reuse this to Talk, to have WordPress talk to LLMs. So like those sorts of things are kind of the current focus to provide tooling for people who want to use AI with WordPress, including with plugin authors and stuff like that. So that’s the current perspective. And if that appeals to you, you have ideas there, you have personal experience. Trying to make that work like that definitely is a great place to give feedback. And these are the early stages. So it’s a great time to get involved. But yeah, that to me is the biggest takeaway to do a great job covering everything. And I love that each team member has direct experience building stuff in line with that mission and value. I’m really excited about the canonical plugins and what we can do and packages that we can do to move this work forward and iterate following a similar model as the performance team.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, Fabian Kagy and I were on a podcast with Nathan Wrigley on the WP Builds podcast and we talked a little bit. We talked about a lot of things, but we also talked a little bit about the 10up plugin classify, especially because the latest release actually included an open source way to have LMMs on your server. So every time you ask the AI something, it doesn’t go out to a central server, it stays on your site.</p>\n\n\n\n<p>Well, you need of course a server with a little bit more oomph. But yeah, for those that want to use it for their internal communications or documentation, it’s definitely a great way to do this. And that’s why TenUp is also part of the team, and I share that also in the Show Notes, of course, both the podcast and the plugin. </p>\n\n\n\n<p>So other news the what’s New for developer edition June 2025 is available now. Justin Tadlock collected lots of information speaking about being back to contributing, lots of information relevant to plugin authors, theme builders and agency freelancers, the freelance developers for Core, Gutenberg and Playground. And it’s pretty much the best post to catch up on the last two months of updates on WordPress. So check it out with the link on the show notes or you go to developer.WordPress.org news or blog. Either way, Both of them get you to the developer blog.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions – WordCamp Europe</h3>\n\n\n\n<p>All right, so now that brings us to WordCamp Europe, first time. In contrast to previous WordCamps, all workshops have been recorded and all recordings have been already submitted to WordPress TV. That I only saw. That’s so cool. I only saw this on smaller WordCamps like in Karlsruhe or in Leipzig where there’s only one track or one or two tracks in only one day. But having two days with three tracks, everything already on WordPress TV, that’s a phenomenal achievement. </p>\n\n\n\n<p>So I have a few favorites I want to kind of suggest to you. One is of course, the fireside chat with Mary Hubbard and Matt Mullerweg. They discussed, among other things, a lot of other things, but the. The WordPress Campus Connect project that’s being rolled out as the official program from the WordPress Foundation. And also Mary announced a pilot project with the University of Pisa in Italy where 5,000 students have 150 mandatory contribution hours and those will equate to six credits for college. So that’s going to be a phenomenal place.</p>\n\n\n\n<p><em>Anne McCarthy: </em>I’m so excited for that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. Getting the young folks involved in WordPress evolved in open source and also bringing them together with mentors in the technical fields. Yeah. So I’m really excited about that. It’s also more focused on the translations because that’s the humanities department there. But yeah, yeah, everything helps. Anything helps. Yeah.</p>\n\n\n\n<p><em>Anne McCarthy: </em>So I got my start in college so I would have loved. This would have been amazing. I was working on a WordPress multi site in college and if I could have had this as a chance to get to know the WordPress community rather than learning about it four years after. I think it would have been amazing to have this kind of opportunity and access and experience of open source early on. So I’m very, I agree with you. I’m very excited about that program.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah. I also had about. Took me about four years to kind of get into the community here. So yeah, it’s always something, something. Another great talk was by Noel Tock. The title was WordPress Without Borders, the Fight for Digital Freedom. And he not only shared his about his own charity work in the Ukraine, about rescuing dogs and bringing them back to their owners, but also about other charities who helped with finding kids, providing a roof over the head for people that were bombed out and other hardships. And he made us realize the True Impact of WordPress because all the agencies use WordPress, not all the agencies, but over 50% of them use WordPress for the website to fundraise and to connect with the communities. </p>\n\n\n\n<p>So sorry my voice kind of gave out but that has partly to do with something like that. But I also got a gift from WordCamp Europe at home to suffer. There’s another cold that I’m fighting. That’s why I’m also sound so horsy. So sorry for that. Check it out. The block related talks were Ryan Welch’s workshop for the Block Development Cookbook and Milana Cap’s workshop around the Interactivity API. And that last one is really I didn’t see the first one, but the last one I saw and I learned more about the source and the namespace and how you can interact from one block to the next and exchange data. So that’s a really eye opener. Ellen Bauer talked about how block themes speed up stores and sites in WooCommerce and Robert O’ Rourke asks and provides answers to do you really need a custom block? And he walks you through how you can extend the block editor own blocks without writing your own custom blocks. But really, all the many great talks about the WordCamp Europe are online and there are many for content creators, developers, entrepreneurs, educators, contributors as well. So check out the WordPress TV space with all the recordings. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released – Gutenberg 20.9</h3>\n\n\n\n<p>And that brings us to Gutenberg releases. We start out with Gutenberg 20.9. So 20.9 was released on May 28th. We were a little late, but I was traveling and so do you want to start us off?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, I totally can. In terms of enhancements, the base styles have been updated to a modern Saas module system, and this was basically an obstacle to the Gutenberg project overall, migrating to the dart SaaS format in the future. So I love this kind of proactive unblocking that’s happening, kind of moving away from some of the legacy import statements. Great work by Aki per usual, but one of those just kind of foundational pieces to work on and make sure we have up to date just to unblock future things. </p>\n\n\n\n<p>This one, I actually was involved in this one previously, but a revert was done for how the edit site link works. When you’re viewing your site, you’re using a block theme and you see edit site. There’s been a debate; does it open the current template you’re looking at or does it open just the site editor and the homepage? And this has gone back and forth since the dawn of time. So this is a revert that previously had it update. Basically whenever you hit edit site, it would bring you just to the general homepage of your site editor. Now it brings you to the current template. We got a bunch of feedback and this is where I love the WordPress project and love the feedback that we get straight from folks. Whenever that was implemented in 6.8, people came back and said, hang on, what’s going on? This is different. This isn’t interrupting my workflow. This now takes three clicks for me to get to the current template I was looking at rather than bringing me there. I see the argument on both sides. There’s definitely. I think Rich shared a great video of himself with. If you set a homepage or set a page as your homepage, what the experience of that looks like and how it can be confusing for end users, I have a feeling this is something that will continue to be a conversation and something that hopefully in the overarching issue there was a discussion around having more granularity. So maybe edit site has a little drop down menu, kind of like an ad post thing where you can see it says like edit template, edit homepage, edit, whatever. Like having edit styles, like having something with more granularity. We’ll see where that ends up. But this is. As of now, this experience has changed. Thanks to feedback. Do you want to jump into…</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>The only thing that I wanted to say about that was that there are actually at least one plugin out there who actually tried to implement a dropdown with and kind of. So you can check it out. I’m going to do some research and share it in the show notes. Yeah, so and with the block library we had a few changes that I wanted to talk about. One is that the search settings. So for the search block there were a lot of settings in the toolbar, and it seems that most end users are kind of now trained to open up the sidebar for the settings. So developers have now moved some of the settings into the inspector to the right hand side in the sidebar so they’re all together. I think that’s just for. It’s also for consistency of the interface. So I like that. And then there were. For the first and the pre-formatted blocks, there were transformers missing and they were added. So people do not have to copy paste things and not delete a block and then add another block and copy paste the content and they just can transform them from paragraph to verse and back and forth. Yeah. And now Anne, we’re coming to a topic that you know a lot about. One is developers are enhancing content only editing experience. So what does that mean?</p>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, this is. The names on this are rough. So right now there’s this idea of write mode. We need a new name because basically what it does and this is something to zoom back out. Whenever I ran the outreach program, one of the things we repeatedly found is that dropping people straight into the site editor is pretty overwhelming. There’s a lot of options open, there’s a lot of tools open and it’s like, how do we add a simplified layer on top? That’s what write mode is intending to do. </p>\n\n\n\n<p>So you can imagine a way to toggle between a simplified site editing version and then like boom, all the tools you want and having a way to switch in between those modes as you you’d like. The underpinning technology used for that is content only. And what that does is it basically allows you to only edit the content. So it’s a lot of fancy names. But this is. I’m trying to like set the scene. And so there are some updates I think across both releases we’re covering that improves different blocks and how they work with this option because out of the box, not every block works with it and something has to be done manually to basically add support for it. Now there’s questions around specific blocks, like how much should be exposed, what should it look like, what should the experience be? I actually did some user testing at work campus last year with random people and recorded them going through this. And so there’s a lot to be figured out there. At the core it’s making way and taking steps towards a simplified site editing experience that folks can toggle on. You can imagine the first time in the site editor, maybe you have that experience and then if you run into something where you want to do more, you can have a quick way to just switch into like show me all the tools. Kind of like the idea of when you’re editing a presentation and like a slide slides for something and you want to go into the overall view of everything, you can do that. Otherwise you can just add text, move things around and have some like simplified experience. So that’s the context for that. This covers the details block, the code block, the read more block, the post block. There’s a lot of blocks that were changed for this and we’ll continue to see this. I think over the future releases we’ll see iteration on this area. So stay tuned.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Awesome, awesome.</p>\n\n\n\n<p><em>Anne McCarthy: </em>Does that help explain it?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Definitely helped me, yeah. And it also helped me to understand why there all of a sudden were different things in the sidebar. Because the different icons on there, they’re just identifying the places where you can edit the content but not, you’re not Having anything else in there. There are no display options or settings or something like that. So now I understand that. I also understand why plugin authors or agency for instance, are quite excited about that because they can curate the interface for their clients and kind of keep them out of the design and out of the have some more guardrails for them. And I think that’s because you can implement that through a plugin as well. So yeah, you can tap into the block JSON and say put this into content only mode because it’s not a default thing. So yeah, I like it. </p>\n\n\n\n<p>The two components had some changes. One is that the color. The color picker now has visual cues when you copy value. That’s definitely great. The interaction there. So you don’t have to wonder, did I copy it or did I not copy it? And then the snack bar, that’s the term that developers use for the notifications that are on bottom on your screen that come up when you do something. So if you have to, if you save your post, you get the little note. Click here to view it. And now this is also now available to open the links in new tabs, especially when you are a plugin author for your whatever plugin you do. You can also use the snack arx component. And then now you have the options to open links in a new tab, which is controversial, but yeah, just having the option in the components should be fine. It’s controversial because you take over the freedom of the user to decide if they want it into a new tab or new window or just right there because all of a sudden they don’t have the choice anymore.</p>\n\n\n\n<p><em>Anne McCarthy: </em>I think that I’m curious how that bland with. With folks. Yeah, that one I was surprised to see a bit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>But yeah, yeah, I think that was it for Gutenberg 20.9. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 21.0</h3>\n\n\n\n<p>Gutenberg 21 was just released this week. And do you want to take that next step there?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, let’s dive into it. One of the main enhancements that I love to see is a refactor, the settings panel to use Tools panel. So across a bunch of different blocks to zoom back out, there’s different ways in which we display settings. And that can cause those little inconsistencies really add up, especially when you’re looking, you’re trying to do something in one block and you do something in a different one and it looks slightly different or appears slightly differently. So the more we can have really smart, intuitive defaults where for any block, whenever you want to change something in one block, it’s the same in another the better and especially just experience wise and using the latest components. It’s a really important thing to continue to iterate on. And so across a number of different blocks the Tools panel was implemented and there’s a lot of benefits. I don’t know if you want to talk about the benefits of it just because it’d be good to hear your perspective on this too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, I would because I was trying to figure out what is actually that the user gets out of it and. Or the developers that use the blocks or extend those blocks. You get more control for the display. It’s every time the same thing. That’s what you mentioned. But it’s also an easier mechanism for injecting additional settings into an existing group. I’m not quite sure if that’s exposed for the third party to. For the extensibility, but that will definitely enable it. And then there is a visual parity between the styles that are already in the Tools panel and those who don’t. Yeah. So it’s really. It’s all the comments block. It’s. There’s a tracking issue 67813 where you can kind of see all the progress on this project and also the list of the blocks that are handled with that. Yeah. </p>\n\n\n\n<p>So another change is that the separator has now. Well, we talked about earlier. Well in the last episode about that. That the separator now has an additional. You can have now a div instead of an HR so you can style it more. And with this release that HTML element option is much more visible. It’s now kind of moved up in the advanced section and it’s not hidden anymore. So you can just toggle that and can change the options there. I really like that there was another block about that. I think the same thing happens with a button block. They also move the HTML element section up so you can change through between the element of a button or the element of a link, an anchor. So that’s why I’m kind of hesitating about moving forward there. In the video Block has now an additional option to set a track as default and the track is actually the caption track. So you can select the default language there. And that’s really helpful for anybody who has videos on the website and is not an English speaker or doesn’t have the audience of any English speaker. So they could set the default but they had to really specifically do it. And if there’s not one uploaded, it was a little janky, so buggy for things. So I think that was it on the enhancements.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah. Now we can jump into bug fixes if you want to. I can start with that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah.</p>\n\n\n\n<p><em>Anne McCarthy: </em>One of the first bug fixes which I do want to call out is from, I’m pretty sure a new contributor. Yep, first-time contributor, which is always really cool to see. Super awesome. McCool I think is the name. Apologies if I’m mispronouncing that, but this work basically fixed an issue where the pull quotes site element couldn’t be styled or overridden by theme JSON due to basically conflicting CSS specificity. And so this is a nice win for blocking developers because they can now customize citation styles as they’d like. And it was some nice collaboration with Aki again to basically resolve this by reducing the specificity of the class selector so that theme JSON styles can actually work. I love when that actually works out. So yeah, keep the feedback coming, especially block theme authors around limitations you run into like this. It’s always really helpful to start to continue to fix these sorts of things. So I was excited to see that bug fix there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Definitely. It’s also, if you want to read up about it and see how such a collaboration between veteran contributors and new contributors actually happens. It’s a great example where a lot of people have some opinions, but then you move forward and you get a nice PR merged that helps a lot of people. So it’s definitely a great way to contribute. I don’t think I see any other bug fixes that I would want to talk about. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>So there’s one on the component that’s more on accessibility thing, that the toolbar now adjusts the colors for dark mode support. And that’s really cool because now you can also have the toolbar on the block in dark mode. For a lot of people that are around in dark mode, it’s really cool. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>And then there is one documentation issue I need to look at that, but it is that the block schema now also has a roll field and the role field is important for.</p>\n\n\n\n<p><em>Anne McCarthy: </em>It looks like it was added before in 6.7. Like the roll field was stabilized but it wasn’t exposed in the schema. Which, you know, might be good to follow up on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, yeah, it happens with 6.7 it was. Yeah. And that’s for the content mode.</p>\n\n\n\n<p><em>Anne McCarthy: </em>Yeah, that’s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. So that’s it. I think we’re through that. We have Gutenberg 20.9 and 21 and we are at the last bit of our show. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Released</h3>\n\n\n\n<p>And that is what’s in active development or discussed. And with a few more talks on flagship WordCamps, the interactivity becomes more and more popular, and the team worked in the last few months with the WordPress team together to implement additional features, and those are now with the start of contributing again backported to the Gutenberg repo. There are many issues and you can follow along on the tracking issue. Backport WooCommerce Interactivity API improvements. That’s tracking issue 70372. It’s like a phone number. Yeah, there are actually quite a few issues in there. I’m really excited about that because there is a new feature that’s the interactivity router that lets you organize your pages better or the links between blocks. And also what was the other one?</p>\n\n\n\n<p><em>Anne McCarthy: </em>I know there’s some client side navigation work that’s been done too, which I’m really excited about. I’ve been using that in the Block Museum for a while now and it just makes it super quick to switch between pages and to have it be pulled in and hopefully stabilize soon. It’d be really, really neat to have as an option. I have loved having it on the Block Museum.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>So yeah, yeah, that was also something, that was an experiment I think in Gutenberg for the, for the query block. Yeah, yes, yes. So, okay, so now we’re kind of moving forward on that and I’m quite excited about that, and I hope you dear listeners are too. All right, is there anything else that you wanted to talk about on the show?</p>\n\n\n\n<p><em>Anne McCarthy: </em>But nothing on my mind. I mean I would love this is a selfish ask, but as I get back into the project, mainly coming back from sabbatical, I would love to know what sort of hallway hangouts or conversations folks want to have. I’m really keen on making sure we continue to have a lot of those community wide conversations, not just at WordCamps because not everyone can join those. And like that’s some inspiration I took from the COVID times is to continue the conversation. So if folks have ideas or suggestions, I’m Nzazu and WordPress at org Slack, my site Snowmad Blog, you can contact me there. I’m not on X or any of the social media so you cannot find me. But yeah, I, I just am. I’m very curious to see what’s on people’s minds, what feels like hot topics to discuss and what feels important to hear more about and how we can facilitate sharing that knowledge and inviting more folks into the work. That’s the only other thing I’d love to add.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Awesome. Awesome. Yes. And as always, the show notes will be published on <a href=\"http://gutenbergtimes.com/podcast\">GutenbergTimes.com/podcast</a> this is episode 118. And if you have questions or suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a> that’s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a> and this is the end of this show. </p>\n\n\n\n<p>Thank you all for listening, and thank you so much for taking the time out of your busy, busy schedule to be on the show with me. And thank you all for listening. And until the next time, bye. </p>\n\n\n\n<p><em>Anne McCarthy: </em>Bye.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Jun 2025 14:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Gutenberg Times: From WordCamp Europe to AI and Beyond: Figma, Fresh Courses, and Block Style — Weekend Edition #332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=40572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://gutenbergtimes.com/from-wordcamp-europe-to-ai-and-beyond-figma-fresh-courses-and-block-style-weekend-edition-332/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28069:\"<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Hi there,</p>\n\n\n\n<p>WordCamp Europe is over. I had a blast and also caught a bug.<img alt=\"🤧\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f927.png\" style=\"height: 1em;\" /> </p>\n\n\n\n<p>The next flagship WordCamp is just around the corner: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> will take place August 26 – 29 with Contributor Day, Showcase Day and a two-day conference. The <a href=\"https://us.wordcamp.org/2025/call-for-speakers/\">call for speakers is open</a>, notice the deadline June 20 for your submission. Also open are the <a href=\"https://us.wordcamp.org/2025/call-for-sponsors/\">call for sponsors</a> and <a href=\"https://us.wordcamp.org/2025/volunteer/\">for volunteers.</a></p>\n\n\n\n<p>I am so excited as I will finally connect with my WordPress friends from the US again. It took me three years to get back to WordCamp US after our move to Germany. </p>\n\n\n\n<p>With Automattic <a href=\"https://automattic.com/2025/05/29/returning-to-core/\">getting back to contributions</a>, the team caught up on Gutenberg release posts and there is a new Gutenberg version available. I also have a few notes and links collected about the new AI team and their work. </p>\n\n\n\n<p>I hope to see you at WordCamp US, too</p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>In the latest edition of <a href=\"https://developer.wordpress.org/news/2025/06/whats-new-for-developers-june-2025/\"><strong>What’s New for Developers (June 2025)</strong></a>, <strong>Justin Tadlock</strong> collected lots of information relevant for plugin authors, themes builders and agency freelance developers from Core, Gutenberg, and Playground. It’s the best post to catch up on the last to month of updates in WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carlos Bravo </strong>release Gutenberg 21.0. In his release post <a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-21-0-11-june/\"><strong>What’s new in Gutenberg 21.0?</strong></a> he highlighted. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-21-0-11-june/#html-element-now-selectable\">The HTML Element is now selectable on Button and Separator blocks.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-21-0-11-june/#experimental-inline-comments\">Extensive ToolsPanel Refactoring</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-21-0-11-june/#accessibility-and-usability\">Accessibility and usability</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jessica Lyschik</strong> used the time during Contributor Day at WordCamp Europe to get a head start on catching up with the release posts for earlier Gutenberg releases. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/06/05/whats-new-in-gutenberg-20-4-and-20-5/\">What’s new in Gutenberg 20.4 and 20.5?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-20-6-and-20-7/\">What’s new in Gutenberg 20.6 and 20.7?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/11/whats-new-in-gutenberg-20-8-and-20-9/\">What’s new in Gutenberg 20.8 and 20.9?</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-118-wordpress-new-ai-team-the-pride-photo-drive/\">Gutenberg Changelog 118 – WordCamp Europe, WordPress New AI Team, the Pride Photo Drive, Gutenberg 20.9 and 21.0 </a> <strong>Anne McCarthy</strong> is back from sabbatical and we talked about WordCamp Europe, the new WordPress AI team, the Pride Photo Drive, and Gutenberg 20.9 and 21.0 . </p>\n\n\n\n<p><em>If you are listing via Spotify, please leave a comment. If you listen via other podcast apps, please leave a review. It’ll help with the distribution.</em></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-40687\" height=\"185\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/06/Screenshot-2025-06-14-at-08.28.08.png?resize=652%2C185&ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"new-wordpress-ai-team\">New WordPress AI Team</h3>\n\n\n\n<p>Just ahead of WordCamp Europe, <strong>Mary Hubbard</strong> <a href=\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\"><strong>announce the new AI team</strong></a>, identifying James LePage and Felix Arnzt as team reps. James LePage followed up with his post <a href=\"https://make.wordpress.org/ai/2025/05/23/welcome-to-the-core-ai-team-blog/\"><strong>Welcome to the Core AI Team Blog</strong></a>. </p>\n\n\n\n<p>The community came together for the <strong><a href=\"https://make.wordpress.org/ai/2025/06/03/introducing-the-ai-team-hallway-hangout-recap/\">Introducing the AI Team Hallway Hangout</a></strong> and <strong>Anne McCarthy</strong> published the recap and the recording. </p>\n\n\n\n<p>What I learned: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The AI Team is laying the groundwork to bring AI into WordPress, and the timing couldn’t be better. With AI moving at lightning speed, it’s important for WordPress to stay in the mix.</li>\n\n\n\n<li>For now, the AI Team isn’t adding big AI tools directly into WordPress. Instead, they’re working on simple plugins that help connect WordPress to different AI services. Maybe someday AI will be built right into the core, but that’s not on the table yet.</li>\n\n\n\n<li>WordPress leaders are fully behind the AI Team, recognizing that AI is the future and wanting to keep WordPress front and center as things evolve.</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The current initiatives / plugins have been mentioned in early editions of the newsletter: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/plugins/ai-services/\"><strong>AI Services</strong></a> Plugin by Felix Arnzt provides an abstraction layer for multiple AI providers, enabling plugin authors to use a unified API for AI interactions. </li>\n\n\n\n<li><a href=\"https://github.com/mcp-wp/\"><strong>MCP for WordPress</strong></a> plugin by Pascal Birchler implements Model Context Protocol (MCP) servers in WordPress, enabling advanced AI integrations via command-line or plugins. You can learn more about reading Pascal Bichler’s post <a href=\"https://pascalbirchler.com/wordpress-model-context-protocol-mcp/\"><em>Enabling AI-Powered WordPress Development with WP-CLI and the Model Context Protocol (MCP)</em></a></li>\n\n\n\n<li><a href=\"https://github.com/Automattic/wp-feature-api\"><strong>WP-Feature-API</strong> </a>plugin by Automattic structures WordPress features for better AI interaction, offering a standardized way to register resources for AI use. It’s a system for exposing server and client-side functionality in WordPress for use in LLMs and agentic systems</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <strong>WordPress AI Team</strong> chats in the WPSlack <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai</a> channel and holds meetings every other Thursday at 16:00 UTC. You can read <a href=\"https://make.wordpress.org/ai/2025/06/13/ai-chat-summary-12-june-2025/\">the summary of this week’s meeting</a> on the Make AI blog. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video <a href=\"https://www.youtube.com/watch?v=V08qhLL19cM\"><strong>The WordPress AI fightback begins!</strong></a> Jamie Marsland interviews James LePage about AI in WordPress and the new team. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h3 class=\"wp-block-heading\" id=\"wordcamp-europe\">WordCamp Europe </h3>\n\n\n\n<p>It was a fantastic WordCamp at a great venue. I enjoyed the many, many conversations with attendees, sponsors, contributors and fellow speakers. The organizing team has done a fabulous job, in all areas, and the volunteers were awesome. The speaker team was first-class in their support. As a first time WCEU speaker, I felt very well cared for. I loved the bright and brilliant designs at the venue as well as on the website and on screens. </p>\n\n\n\n<p>The most astonishing work was done by the AV team, who <a href=\"https://wordpress.tv/event/wordcamp-europe-2025/\">uploaded all videos to WordPress TV</a> by the end of the WordCamp. In contrast to previous WordCamps, all workshops were also recorded, and you can watch them at your own speed. </p>\n\n\n\n<p>As always, I share my opinionated list of favorites: </p>\n\n\n\n<p><a href=\"https://wordpress.tv/2025/06/09/fireside-chat-with-mary-hubbard-and-matt-mullenweg/\"><strong>During Fire side Chat</strong></a> with <strong>Mary Hubbard</strong> and <strong>Matt Mullenweg</strong> they discussed, among other things, the <strong>WordPress Campus Connect</strong> project that’s being rolled out as an official program. Hubbard also announced the start of a pilot project for student internships with the University of Pisa, encompassing 5000 students to contribute 150 hours and received six college credits.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.tv/2025/06/09/fireside-chat-with-mary-hubbard-and-matt-mullenweg/\"><img alt=\"Mary Hubbard and Matt Mullenweg at WordCamp Europe 2025. Photo by Sathwik Prabhu\" class=\"wp-image-40669\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/06/Mary-Hubbard-Matt-Mullenweg-WordCamp-Europe-2025.jpg?resize=652%2C435&ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<p>Another great talk was by <strong>Noel Tock <a href=\"https://wordpress.tv/2025/06/07/wordpress-without-borders-the-fight-for-digital-freedom/\">WordPress without Borders – The Fight for Digital Freedom</a></strong>. Tock not only shared from his charity work in Ukraine but also about other charities who help with finding kids, providing a roof over the head of people who lost their homes, and trying to alleviate other hardships. Tock made us realize the true impact of WordPress has to all the agencies who use it for their web site to fundraise and connect with communities. The pictures from Ukraine are heart-wrenching.</p>\n\n\n\n<p>The Block related talks: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ryan Welcher</strong> and <a href=\"https://wordpress.tv/2025/06/07/the-block-developer-cookbook-wceu-2025-edition/\"><strong>his block development cookbook</strong></a> workshop and</li>\n\n\n\n<li><strong>Milana Cap</strong> conducting the workshop <strong><a href=\"https://wordpress.tv/2025/06/07/wordpress-gems-for-devs-interactivity-api-2/\">WordPress Gems around the Interactivity API</a>. </strong></li>\n\n\n\n<li><strong>Ellen Bauer</strong> talked about <strong><a href=\"https://wordpress.tv/2025/06/07/why-block-themes-make-woocommerce-stores-better/\">how block themes speed up stores and sites</a> </strong>and give back control for the layouts to the merchants</li>\n\n\n\n<li><strong>Robert O’Rourke</strong> asked <strong><a href=\"https://wordpress.tv/2025/06/07/do-you-really-need-a-custom-block/\">Do you really need a custom block</a>.</strong> </li>\n</ul>\n\n\n\n<p>If you are interested in working with Playground, two workshops might help you get started depending on your needs</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/06/07/from-zero-to-demo-mastering-wordpress-playground-blueprints/\"><strong>From Zero to Demo: Mastering WordPress Playground Blueprints</strong></a> with yours truly and</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/06/07/building-automated-tests-with-wordpress-playground/\"><strong>Building Automated Tests with WordPress Playground</strong></a> with <strong>Berislav (Bero) Grgicak</strong></li>\n</ul>\n\n\n\n<p>This is only a small list, and there are many great talks about all WordPress topics, for content creators, developers, entrepreneurs, and educators. <a href=\"https://wordpress.tv/event/wordcamp-europe-2025/\">Check them out.</a> </p>\n\n\n\n<p>A few attendees published recap posts:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\">WCEU 2025: A Community Celebration in the Swiss Sun</a> by <strong>Brett McSherry</strong></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/06/10/wordcamp-europe-2025-recap-of-the-event/\">WordCamp Europe 2025 | Recap of the event</a> by <strong>Benjamin Zekavica</strong></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2025/06/10/wceu-2025-contributor-day-recap/\">WCEU 2025 : Test Team Contributor Day Recap</a> by <strong>Krupa Nanda</strong></li>\n\n\n\n<li><strong>TechRadar:</strong> <a href=\"https://www.techradar.com/pro/live/wordcamp-europe-2025-all-the-latest-news-and-updates-as-they-happen\">WordCamp Europe 2025 – here’s all the highlights from the event</a></li>\n\n\n\n<li><a href=\"https://kau-boys.com/4146/wordcamp/wordcamp-europe-2025-a-trip-to-a-beautiful-city\">WordCamp Europe 2025 – A trip to a beautiful city</a> by <strong>Bernhard Kau</strong></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong><br />Carlo Daniele</strong>, Kinsta, dug deeper in the term <a href=\"https://kinsta.com/blog/hybrid-themes/\"><strong>WordPress Hybrid Themes</strong></a>. He covered two approaches. The first is how hybrid themes bridge the gap between Classic and Block Themes by supporting modern block features. They maintain compatibility with traditional plugins and templates. The second highlights ways developers can enhance hybrid themes with global styles. They can use block patterns and template parts for flexible site building.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her post, <a href=\"https://groundworx.dev/from-page-builders-to-blocks-how-and-why-to-finally-move-to-gutenberg/\"><strong>From Page Builders to Blocks</strong></a>, <strong>Johanne Courtright</strong>, founder of Groundworx, explains why it’s time to move from page builders to Gutenberg, the built-in block editor. She points out its built-in stability, better performance, and easier design control. Courtright tackles common worries, then suggests starting small—like switching your blog first, updating your theme, and helping users learn—showing that Gutenberg’s block system is the way forward for WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In here post <a href=\"https://binatethoughts.com/design-once-build-everywherethe-lego-principle-for-page-builders/\"><strong>Design Once, Build Everywhere:The Lego Principle for Page Builders</strong></a>, <strong>Tammie Lister </strong>reflects on the fragmented world of page builders, arguing for a “Lego principle” where design components are created once and used everywhere. She suggests that adopting shared foundations and modular systems—much like Lego’s approach—would unlock creativity, improve portability, and better meet modern demands. Ultimately, Lister envisions a future where page builders are collaborative, flexible, and empower users to build without barriers.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Fabian Kägy,</strong> director of Editorial Engineering, introduced <a href=\"https://fueled.com/blog/figma-to-wordpress-in-minutes/\"><strong>Fueled’s open-source Figma to WordPress plugin,</strong></a> which exports design tokens from Figma directly into a WordPress theme.json file, reducing a 10–15 hour manual process to about an hour and enabling rapid, consistent theme development without extra frameworks or licenses</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://fueled.com/blog/figma-to-wordpress-in-minutes/\"><img alt=\"Screenshot of the Figma to WordPress plugin \" class=\"wp-image-40680\" height=\"408\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/06/Figma-to-theme.json_.png?resize=652%2C408&ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>J<strong>eremy Holcombe</strong> at Kinsta, also researched <a href=\"https://kinsta.com/blog/convert-figma-to-wordpress/\" rel=\"noreferrer noopener\" target=\"_blank\">How to convert a Figma project to WordPress</a> and walks you through three methods. He covers using the <a href=\"https://www.figma.com/community/plugin/1195068675739761335/figma-to-wordpress\">Figma plugin </a>by <a href=\"https://yotako.io/\">Yotako</a> for automation, manually rebuilding designs in WordPress for precision, and hiring professional services, highlighting the pros, cons, and best use cases for each approach.. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mike McAlister</strong> introduced <a href=\"https://olliewp.com/introducing-the-ollie-theme-academy-video-course/\"><strong>the Ollie Theme Academy video course</strong></a> a free and in-depth video course teaching everything from the basics to advanced techniques of WordPress block theme development. The course covers full site editing, global styles, patterns, and aims to help anyone modernize their WordPress workflow for 2025 and beyond.</p>\n\n\n\n<p>10 days later, McAlister followed up with the announcement of a <a href=\"https://olliewp.com/introducing-the-ollie-block-dev-academy/\"><strong>Block Development course</strong></a>. This is a new resource to help developers master building custom WordPress blocks. It provides practical, hands-on video lessons focused on modern block development. This approach aims to make it easier for anyone to create powerful, custom blocks for their WordPress sites.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://olliewp.com/introducing-the-ollie-block-dev-academy/\"><img alt=\"Screenshot of the landing page for the Ollie Block Academy, courtesy of Mike McAlister \" class=\"wp-image-40685\" height=\"341\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/06/Screenshot-2025-06-12-at-1.47.26%E2%80%AFPM.png?resize=652%2C341&ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Bernhard Kau</strong> explored <a href=\"https://kau-boys.com/4130/web-development/implementing-a-custom-block-style-variation-using-only-json-files\" rel=\"noreferrer noopener\" target=\"_blank\"><strong>Implementing a custom block style variation using only JSON files</strong></a> in WordPress block themes. He explains how to make a perfectly round button by defining a new style in a JSON file. This approach bypasses the need for PHP or JavaScript. Despite some limitations, this approach allows for easy customization. There is incomplete support for certain properties. Nevertheless, it enables consistent design without writing traditional code.</p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">“Keeping up with Gutenberg – Index 2025”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><br /><strong>Alfredo Navas</strong>, developer at WebDevStudios, explored <a href=\"https://webdevstudios.com/2025/06/11/using-wordpress-mcp-as-a-development-tool/\"><strong>the MCP server plugin</strong></a>. He shared his findings and highlighted how it enables external tools or AI agents to interact with WordPress. These interactions are useful for tasks like creating posts or debugging. He notes its usefulness for automating workflows, its extensibility, and that it’s still under active development.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Eric Karkovack</strong> explains how to <a href=\"https://speckyboy.com/add-custom-style-variations-wordpress-blocks/\"><strong>add custom style variations to WordPress blocks using a custom plugin</strong></a>. He guides you through creating custom style variations for WordPress blocks. He details building a plugin, using the `register_block_style()` function, and applying unique styles—like a “Unicorn” button—via PHP or JSON. This way you empower your users to personalize block designs and enhance site consistency. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>I mentioned <strong>DeepWiki</strong> before, <a href=\"https://gutenbergtimes.com/block-styles-woo-product-collection-deepwiki-accessibility-day-weekend-edition-329/#deepwiki\">in WE #329</a>, and now <strong>Jonathan Bossenger</strong> invites you in you YouTube video to learn more about <strong><a href=\"https://www.youtube.com/watch?v=bq0P8Gc-9xk\">DeepWiki | AI powered documentation you can talk to</a></strong>.</p>\n\n\n\n<p>I asked DeepWiki the following questions, click on the links to get to the answers. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://deepwiki.com/search/what-are-the-elements-of-the-w_7f48ffc6-285a-4522-bb0c-5b98471c3178\">What are the elements of the WordPress Design system</a></li>\n\n\n\n<li><a href=\"https://deepwiki.com/search/what-are-the-elements-of-the-w_7f48ffc6-285a-4522-bb0c-5b98471c3178\">How is the spacing fluid?</a></li>\n</ul>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: WordCamp Europe 2025 photo by Kostas Fryganiotis, <a href=\"https://www.flickr.com/photos/wceu/54572922149/in/album-72177720326409151\">found on Flickr</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2025 09:50:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gravatar: Building Better Social Networks Through Decentralization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.gravatar.com/2025/06/13/decentralized-social-media/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10070:\"<p>Let’s face it. Social media is starting to feel like a rigged game. Users are burnt out, brands are boxed in, and algorithms act more like black boxes than helpful curators.</p>\n\n\n\n<p>Enter the promise of decentralized social networks: platforms that ditch the central command center and run on independently managed servers. They promise a fairer, freer internet – but pulling it off isn’t easy.</p>\n\n\n\n<p>And the numbers tell an interesting story.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Great Migration: What’s Really Driving Growth?</h2>\n\n\n\n<p>Bluesky has been absolutely exploding lately, adding millions of users in just the past few months. Meanwhile, Mastodon has been puttering along with steady but modest growth for years, never quite hitting that mainstream breakout moment.</p>\n\n\n\n<p>But here’s the question: are people flocking to Bluesky because they genuinely want decentralization, or because they just want somewhere that ain’t X?</p>\n\n\n\n<p>Most folks don’t wake up thinking “I need a decentralized social network.” They wake up frustrated that their posts aren’t reaching their followers, or worried their account might vanish overnight, or just plain tired of dealing with whatever chaos is happening on their current platform.</p>\n\n\n\n<p>Bluesky offers an escape hatch that feels familiar. Mastodon? Well, that’s where you go when you really, truly care about the principles behind decentralization.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Is Bluesky Actually Decentralized?</h2>\n\n\n\n<p>Here’s where things get interesting. Bluesky runs on the AT Protocol, which is designed for decentralization. But right now? There’s essentially one big server doing all the heavy lifting.</p>\n\n\n\n<p>It’s like having a decentralized highway system with only one on-ramp.</p>\n\n\n\n<p>Bluesky promises you can eventually take your data and followers elsewhere if things go south. That’s a big improvement over traditional platforms. But as of today, “elsewhere” doesn’t really exist yet. You’re still trusting one company with your digital life – they just promise to be nicer about it.</p>\n\n\n\n<p>That doesn’t make Bluesky worthless. The data portability and algorithmic choice features are genuinely useful. And the fact that you can use your own domain as your username? That’s actually pretty brilliant.</p>\n\n\n\n<p>But calling it fully decentralized right now is like calling a blueprint a building.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How True Decentralization Works: The Fediverse</h2>\n\n\n\n<p>Real decentralization looks more like Mastodon and the fediverse – a sprawling network of independently run servers that all speak the same digital language thanks to open protocols.</p>\n\n\n\n<p>It’s a bit like email. Your Gmail can talk to someone’s Outlook, Yahoo, or that one person still clinging to AOL, because they all follow the same basic rules.</p>\n\n\n\n<p>In the fediverse, you don’t sign up with one big platform. You choose an instance to call home. Each comes with its own vibe, community guidelines, and moderation style. Some are havens for coders, others filled with artists, activists, or people very, very into vintage tractors.</p>\n\n\n\n<p>This setup hands users real control over moderation and community culture. No black-box algorithm deciding who sees what. No getting locked into a single app. And if your current server starts feeling off? You can pack up your followers and posts and move to another instance.</p>\n\n\n\n<p>The fediverse includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mastodon for microblogging (basically Twitter, but with more thoughtful conversations)</li>\n\n\n\n<li>Pixelfed for photo sharing (Instagram without the influencer economy)</li>\n\n\n\n<li>PeerTube for video hosting (YouTube minus the surveillance capitalism)</li>\n</ul>\n\n\n\n<p>But here’s the catch. All this freedom comes with complexity that makes most people’s heads spin.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Identity Problem Nobody Talks About</h2>\n\n\n\n<p>The biggest challenge with decentralized social media isn’t technical – it’s practical. How do you maintain a consistent identity when you’re scattered across multiple platforms, instances, and protocols?</p>\n\n\n\n<p>That dream handle you grabbed on mastodon.social? Already taken on hachyderm.io. Now you’re stuck with @yourname2024 or something equally clunky. Your bio works perfectly on <a href=\"https://docs.joinmastodon.org/user/profile/#:~:text=Your%20bio%20is%20a%20short,link%20shortener%20to%20save%20characters.\">Mastodon’s 500-character limit</a> but gets chopped off everywhere else. Profile links follow no consistent format.</p>\n\n\n\n<p>The result? Your digital presence looks different everywhere, making it harder for people to find and recognize you across platforms.</p>\n\n\n\n<p>This is where domain-based usernames start making sense. Whether it’s Bluesky’s @yourname.yourdomain.com handles or setting up your own domain for the fediverse, owning your name means owning your identity.</p>\n\n\n\n<p>And that’s not just about vanity – it’s about being findable when you inevitably need to move platforms again.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Making Yourself Findable in a Fragmented World</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-3332\" height=\"1170\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/06/image.png\" width=\"2048\" /></figure>\n\n\n\n<p>Here’s something that might sound contradictory: one way to navigate decentralized social media is through a centralized identity service.</p>\n\n\n\n<p>I know, I know. Using Gravatar to manage your presence across decentralized platforms sounds backwards. Some folks specifically chose Mastodon to escape centralized identity systems. That tension is real, and worth acknowledging.</p>\n\n\n\n<p>But here’s the thing – when you’re bouncing between Mastodon, Bluesky, PeerTube, and whatever comes next, consistency becomes valuable. Not for data collection or advertising, but for basic human recognition.</p>\n\n\n\n<p>Unlike your all-in-one identity on places like Facebook or Instagram, <a href=\"https://blog.gravatar.com/2024/07/30/decentralized-identity-management/\">the decentralized world hands you a juggling act</a>. Different apps, different instances, different handles. Not ideal.</p>\n\n\n\n<p>When someone sees @yourname.link posting on Bluesky, then spots the same name and face commenting on a GitHub issue or WordPress blog, that consistency builds trust and recognition. It’s the difference between being a random username and being a recognizable person.</p>\n\n\n\n<p>Gravatar handles this by creating a portable identity hub that follows you around like a digital business card. Set it up once, and it appears automatically on thousands of sites whenever you use your email to register or comment.</p>\n\n\n\n<p>You choose what to share. You update it when you want. No algorithm meddles with your identity, and your data stays yours.</p>\n\n\n\n<p>For Bluesky specifically, <a href=\"https://blog.gravatar.com/2025/02/06/bluesky-handle/\">Gravatar supports custom domain handles</a>, so you can claim @yourname.bio without the technical hassle of setting up your own server.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Real Value: Being Found When You Move</h2>\n\n\n\n<p>The benefit ain’t about convenience – it’s about portability. When you inevitably need to jump platforms (and you will), your followers can find you because your identity remains consistent.</p>\n\n\n\n<p>Your Gravatar profile becomes a lighthouse, pointing people to wherever you’ve landed next. Mastodon handle? Listed there. PeerTube channel? Yep. New platform that launches next year? Add it to the list.</p>\n\n\n\n<p>This matters more in a decentralized world where there’s no central directory, no “suggested users” algorithm to help people discover you on a new platform. You’re responsible for being findable.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for Decentralized Social Media</h2>\n\n\n\n<p>The momentum is real, but the direction isn’t clear yet. Will Bluesky eventually become truly decentralized, or will it remain a benevolent centralized platform with decentralized features? Will Mastodon find its mainstream moment, or stay the principled-but-niche option?</p>\n\n\n\n<p>And will regular folks – not just tech enthusiasts – actually want the complexity that comes with true decentralization?</p>\n\n\n\n<p>The answer probably depends on whether platforms can solve the basic human problems (finding your people, keeping your identity, avoiding harassment) better than what we have now.</p>\n\n\n\n<p>What we know for sure is that the old model is cracking. People want more control, more transparency, and more choice in how they connect online. Whether that comes through truly decentralized networks or just better-behaved centralized ones remains to be seen.</p>\n\n\n\n<p>But either way, making yourself consistently findable across this changing landscape? That’s just good sense.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Navigating the challenges of cross-platform identity mana</strong></h3>\n\n\n\n<p>So, step into the future.</p>\n\n\n\n<p>Take two minutes (seriously, that’s all it takes) to <a href=\"https://gravatar.com/\">set up your free Gravatar profile</a>, and take charge of your identity across the decentralized web.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2025 14:45:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Gravatar: Vibe Better With Custom LLM Instructions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://blog.gravatar.com/2025/06/12/vibe-better-with-custom-llm-instructions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1651:\"<p>Are you creating code with AI tools like Cursor, Loveable, or Claude? We just made it way easier.</p>\n\n\n\n<p>We’ve created a single page of custom instructions that developers can copy-paste into any LLM or AI tool to instantly understand how Gravatar works. No more explaining our API from scratch or watching your AI assistant guess how profile data flows.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s In The Box?</h2>\n\n\n\n<p>Our custom instructions give AI tools everything they need to integrate with Gravatar properly:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Complete API understanding for avatars and profiles</li>\n\n\n\n<li>Real-world code examples</li>\n\n\n\n<li>Privacy and data handling best practices (ex. SHA256, not MD5)</li>\n\n\n\n<li>Mobile SDK guidance for iOS and Android</li>\n</ul>\n\n\n\n<p>Think of it as the ultimate cheat sheet for building with Gravatar. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Perfect For Developers Who Vibe</h2>\n\n\n\n<p>Whether you’re prototyping with v0, building with ChatGPT, or coding alongside any AI assistant, these instructions ensure your AI actually gets what Gravatar does. </p>\n\n\n\n<p>Your AI will understand profile-as-a-service, know our REST API endpoints, and suggest the right integration approach for your project.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Copy, Paste, Build</h2>\n\n\n\n<p>We’ve done the heavy lifting. </p>\n\n\n\n<p>The instructions work with any LLM that accepts custom prompts. Paste them in, start your project, and watch your AI assistant become a Gravatar integration expert.</p>\n\n\n\n<p><a href=\"https://docs.gravatar.com/guides/llms-txt/\">Grab the instructions here →</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2025 21:10:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Gravatar: 10 Essential Tips for DIY Professional Headshots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.gravatar.com/2025/06/12/professional-headshot-tips/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22246:\"<p>So, you’ve decided it’s time for a headshot that doesn’t look like it was taken at 11 pm under your kitchen light. Sensible move. But then – bam! You check out the prices and suddenly consider just cropping yourself out of a group photo from 2017.</p>\n\n\n\n<p>You’re not overreacting. </p>\n\n\n\n<p>The professional route is painfully pricey. As for the DIY route, one minute you’re adjusting lighting, the next you’re wondering why you suddenly resemble a startled meerkat.</p>\n\n\n\n<p>And yet, the stakes are high. Research shows <a href=\"https://www.psychologicalscience.org/observer/how-many-seconds-to-a-first-impression\">people form an impression of you from your photo in <em>1/10th of a second</em></a>. That’s faster than your thumb can scroll. </p>\n\n\n\n<p>Like it or not, your headshot is your always-on personal brand billboard, beaming across LinkedIn, Zoom, your email signature… basically, everywhere.</p>\n\n\n\n<p>But the truth is, you don’t need a Hollywood budget or a Nikon the size of a shoebox to nail it.</p>\n\n\n\n<p>With just your smartphone, a few clever tricks, and a sprinkle of intention, you can snap a headshot that says “professional,” not “panicked.”</p>\n\n\n\n<p>Below you’ll find <strong>10 practical strategies</strong> to help you:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Nail lighting without a studio.</li>\n\n\n\n<li>Pose without looking like you’re mid-blink.</li>\n\n\n\n<li>Edit like a pro.</li>\n</ul>\n\n\n\n<p>This guide will take you from “I guess this will do?” to a polished, professional headshot that opens doors, lands clients, or gets you into that next big role.</p>\n\n\n\n<p>Let’s get snapping!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. Choose your equipment</strong> </h2>\n\n\n\n<p>Good news: The best camera you own is probably already in your pocket. Today’s smartphones are absolute powerhouses, easily capable of snapping headshots that look straight out of a studio… <em>if</em> you know how to wield them. </p>\n\n\n\n<p>Here’s what you’ll need:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A recent phone with at least a 12MP main camera.</li>\n\n\n\n<li>Portrait mode (hello, dreamy background blur).</li>\n\n\n\n<li>A grid display to keep your framing sharp.</li>\n\n\n\n<li>Focus lock to make sure your eyes stay crisp.</li>\n\n\n\n<li>Self-timer or voice command so you’re not sprinting back and forth between shots.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Phone settings for professional headshot tips\" class=\"wp-image-3300\" height=\"1712\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-professional-headshot-tips-phone-settings.png\" width=\"959\" /></figure>\n\n\n\n<p>Take note: As tempting as it is to use the front-facing camera, the back camera’s where the magic happens. It’s higher quality, gives you more control, and won’t leave you with that slightly fuzzy “FaceTime screenshot” look.</p>\n\n\n\n<p>To get it right:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set your phone 3-4 feet away, level with your eyes.</li>\n\n\n\n<li>Balance it on a stack of books, boxes – whatever’s sturdy.</li>\n\n\n\n<li>Or better yet, grab an <a href=\"https://www.nytimes.com/wirecutter/reviews/best-tripod-for-iphones-smartphones/\">adjustable phone tripod</a> (they’re less than $50 and worth every penny).</li>\n</ul>\n\n\n\n<p><img alt=\"✨\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" style=\"height: 1em;\" /> <strong>Pro tip:</strong> Some phones flip selfies by default, turning text (and your face) backward. If you insist on the front camera, dig into your settings and switch off image mirroring before you start. That way, your photo looks polished and professional <em>everywhere</em> it shows up.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. Find your ideal lighting</strong></h2>\n\n\n\n<p>Lighting. It’s the make-or-break factor; the difference between “Oh wow, did you get that done professionally?” and “Cute… but why does it look like you’re hiding in a cave?”</p>\n\n\n\n<p>Don’t worry. Your best lighting? Totally free. Natural light is your secret weapon.</p>\n\n\n\n<p>Start by parking yourself near a big window – bonus points if it faces away from the sun, that way light stays soft and steady, skipping those harsh, unflattering shadows. Aim to stand about 3–5 feet away so that the gentle glow wraps your face like a flattering Instagram filter.</p>\n\n\n\n<p>And yes, timing <em>totally</em> matters:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Early morning (7–9 AM) means crisp, clean, chef’s-kiss light <img alt=\"🤌\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f90c.png\" style=\"height: 1em;\" /><img alt=\"☀\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2600.png\" style=\"height: 1em;\" />.</li>\n\n\n\n<li>Golden hour (1–2 hours before sunset): Dreamy, warm, universally flattering.</li>\n\n\n\n<li>Midday? Big no, no. Shadows where you don’t want them.</li>\n</ul>\n\n\n\n<p>And don’t just snap and hope for the best. Play around. Shuffle a little left or right of the window. Step closer, then further away. Test different angles to find <em>your</em> best side.</p>\n\n\n\n<p><img alt=\"✨\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" style=\"height: 1em;\" /> <strong>Pro tip:</strong> If you’re wearing spectacles, tilt your chin slightly down, and if you’re using extra lights, angle them upward to give you the no glare, natural, polished look you want.</p>\n\n\n\n<p>Go on, work that window.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. Pick your background</strong></h2>\n\n\n\n<p>Your background is the unsung hero of your headshot. Typically, you’ll want a backdrop so subtle, no one even notices it. All eyes should be on <em>you</em>, not whatever’s lurking behind you.</p>\n\n\n\n<p>The easiest win is to stick to plain, neutral tones:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Light gray</strong> = sleek, modern vibes.</li>\n\n\n\n<li><strong>Off-white</strong> = timeless, classic feel.</li>\n\n\n\n<li><strong>Soft blue</strong> = just enough warmth without stealing the spotlight.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-3302\" height=\"1620\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-profile-picture-headshot-tips.png\" width=\"1620\" /></figure>\n\n\n\n<p>These shades quietly do their job, keeping attention exactly where it belongs – on your face. And no, you don’t need a fancy studio to pull this off. Try one of these simple DIY setups:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A plain, unadorned wall (yes, really).</li>\n\n\n\n<li>A wrinkle-free bedsheet, hung nicely and smoothly.</li>\n\n\n\n<li>A big sheet of foam board from the craft store.</li>\n</ul>\n\n\n\n<p><img alt=\"✨\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2728.png\" style=\"height: 1em;\" /> <strong>Pro tip:</strong> Do <em>not</em> stand right up against the background. Step forward 3-4 feet to:<br /><img alt=\"✅\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2705.png\" style=\"height: 1em;\" /> Add natural depth<br /><img alt=\"✅\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2705.png\" style=\"height: 1em;\" /> Dodge harsh shadows<br /><img alt=\"✅\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2705.png\" style=\"height: 1em;\" /> Get a subtle blur in portrait mode</p>\n\n\n\n<p>A few things to avoid: Bright colors that clash with your skin tone. Busy patterns screaming for attention. Random clutter (bookshelves, kitchen counter, laundry pile). Remember, you’re the star. Everything else needs to <em>fade</em> into the background. And if all else fails, you can always swap out the backdrop later when you <a href=\"https://snapseed.online/\">edit your pic</a>.</p>\n\n\n\n<p>There you have it: Pro-looking backdrop, no studio required.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. Dress for success</strong></h2>\n\n\n\n<p>Let’s talk wardrobe. Color psychology isn’t just fluff, it shapes how people see you. In corporate settings, blues and grays quietly say “trustworthy” and “competent.” Whereas in creative industries, brighter colors scream “innovative.” Rule of thumb: Dress for <em>your</em> industry and purpose.</p>\n\n\n\n<p>Your outfit also needs to work with your background:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dark clothes + light backdrop = high contrast (tricky for cameras).</li>\n\n\n\n<li>Similar tones = coordinated, polished look.</li>\n\n\n\n<li>Solid colors > busy prints (trust us).</li>\n</ul>\n\n\n\n<p>Necklines matter too:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Round face? V-neck = flattering length.</li>\n\n\n\n<li>Square face? A scoop or rounded neckline softens angles.</li>\n\n\n\n<li>Long face? Boat or crew neck balances things.</li>\n\n\n\n<li>Heart-shaped? Try square or cowl necklines.</li>\n</ul>\n\n\n\n<p>Heads-up: The camera spots <em>everything</em> – gaps, seams, button strain. If it doesn’t fit perfectly, fix it or swap it.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Gravatar profile example for headshot tips]\" class=\"wp-image-3303\" height=\"1056\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-card-joe.png\" width=\"744\" /></figure>\n\n\n\n<p>And once you’ve nailed that shot? Upload it to <a href=\"https://gravatar.com/\"><strong>Gravatar</strong></a>. It syncs your headshot across platforms like <a href=\"https://wordpress.org/\">WordPress</a>, <a href=\"http://github\">GitHub</a>, and <a href=\"https://slack.com/\">Slack</a> – no manual updates needed. </p>\n\n\n\n<p>In just 5 minutes, you can <a href=\"https://gravatar.com/\">create your free profile</a>, upload your pic, and let your digital presence do the talking.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. Apply makeup strategically</strong></h2>\n\n\n\n<p>Here’s the thing about cameras: They’re sneaky little flatteners. What looks defined and dimensional in real life can end up weirdly washed out or featureless in a photo. That’s why a little strategic makeup can make a big difference for headshots.</p>\n\n\n\n<p>If makeup’s already in your routine, dial it up a notch – think a touch more definition around the eyes and cheekbones than your everyday look. This helps counteract the camera’s flattening effect and keeps your face looking sculpted and alive in the final shot.</p>\n\n\n\n<p>A few things to <em>skip</em> before your shoot:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Products with SPF (they can throw off a ghostly white cast on camera).</li>\n\n\n\n<li>Silica-heavy setting powders (you don’t want that chalky “flashback” effect).</li>\n\n\n\n<li>Super shimmery products (they tend to photograph as oily rather than glowy).</li>\n</ul>\n\n\n\n<p>For men – or anyone who doesn’t usually reach for makeup – consider a few subtle tweaks:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A quick dusting of translucent powder to knock back shine on the forehead and nose.</li>\n\n\n\n<li>A tinted moisturizer to even out skin tone (promise, it won’t look like makeup).</li>\n\n\n\n<li>And don’t underestimate the power of a precise beard trim – cameras love to highlight asymmetry.</li>\n</ul>\n\n\n\n<p>But here’s the best bit: You don’t need to chase perfection on the day. A <a href=\"https://snapseed.online/\">good photo editor</a> can easily tackle things like redness, uneven skin tone, or tiny blemishes after the fact.</p>\n\n\n\n<h2 class=\"wp-block-heading\">6. Use confident body language</h2>\n\n\n\n<p>Body language matters more than you think in a headshot. Research shows small posture tweaks can <a href=\"https://jov.arvojournals.org/article.aspx?articleid=2135912\">boost how competent and approachable you seem</a>. Plus, striking confident poses doesn’t just influence others, <a href=\"https://richardepetty.com/wp-content/uploads/2019/01/2009-ejsp-brinol-petty-wagner.pdf\">it literally boosts your confidence</a> while lowering stress.</p>\n\n\n\n<p>Try the <strong>“turtle method.”</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Gently push your chin forward and slightly down.</li>\n\n\n\n<li>It sharpens your jawline.</li>\n\n\n\n<li>Separates your head from your shoulders.</li>\n\n\n\n<li>Instantly adds flattering definition.</li>\n</ul>\n\n\n\n<p>Skip perfect symmetry – it reads stiff. Instead:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tilt your head a little (around 15°).</li>\n\n\n\n<li>Angle your shoulders slightly.</li>\n\n\n\n<li>Keep your spine tall, but relaxed.</li>\n</ul>\n\n\n\n<p>Before the shutter clicks, use this breathing hack to ditch tension:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inhale through your nose for 4 counts.</li>\n\n\n\n<li>Hold briefly.</li>\n\n\n\n<li>Exhale through your mouth for 6 counts.</li>\n\n\n\n<li>On the last exhale, fully relax your face.</li>\n</ul>\n\n\n\n<p>End result: Less “awkward passport photo,” more polished, confident professional.</p>\n\n\n\n<h2 class=\"wp-block-heading\">7. Find your facial expressions</h2>\n\n\n\n<p>Here’s the thing: Everyone’s got signature expressions that photograph well, but you probably won’t stumble upon them on first try. The secret is to indulge in a little trial and error.</p>\n\n\n\n<p>Block out some time, grab your phone, and take test shots from different angles. What feels natural in the mirror doesn’t always translate on camera. You’ll need to push past your usual go-to faces and experiment.</p>\n\n\n\n<p>Here’s what to try:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The “squinch”</strong> – a subtle narrowing of the lower eyelids that says “I’ve got this” without veering into “can’t see without my glasses.”</li>\n\n\n\n<li><strong>Eyebrows: Relaxed but slightly lifted</strong> – adds a hint of warmth and approachability.</li>\n\n\n\n<li><strong>The 20% smile</strong> – not a full grin, not stone-faced: Just enough curve to look thoughtful and composed.</li>\n</ul>\n\n\n\n<p>Take note: Each industry carries its own preferences.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Legal and finance? Go for serious and authoritative.</li>\n\n\n\n<li>Tech? Relaxed, approachable smiles are fair game.</li>\n\n\n\n<li>Creative fields? Feel free to let your personality shine through (quirks welcome).</li>\n</ul>\n\n\n\n<p>And if you’ve ever sworn you’re “just not photogenic”? Join the club. The trick is capturing enough variations to catch those magic in-between moments. Use your phone’s burst mode (hold that shutter down) to snap 10–15 shots at once. Those sneaky, subtle shifts mid-blink or mid-laugh are often the gold you’d never have deliberately posed for.</p>\n\n\n\n<h2 class=\"wp-block-heading\">8. Tweak those phone camera settings</h2>\n\n\n\n<p>Your smartphone camera is smarter than you think. With a few tweaks, you can take your headshot from “meh” to “wow.” Here’s how:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pick your mode:</strong> <strong>Portrait</strong> for background blur, <strong>Square</strong> for social profiles, <strong>Standard</strong> for flexibility.<br /></li>\n\n\n\n<li><strong>Nail white balance:</strong> Keeps skin tones looking natural (not Smurf-like).\n<ul class=\"wp-block-list\">\n<li>Find it under “pro” or “advanced” modes.</li>\n\n\n\n<li>Outdoors? Auto’s fine.</li>\n\n\n\n<li>Indoors? Pick a preset to match your lighting.</li>\n\n\n\n<li>Still off? Manually adjust until you’re glowing (in a good way).<br /></li>\n</ul>\n</li>\n\n\n\n<li><strong>Switch on gridlines:</strong></li>\n</ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Apply <a href=\"https://digital-photography-school.com/rule-of-thirds/\">the rule of thirds</a> and align the eyes along the top horizontal line.</li>\n\n\n\n<li>Center your face at a grid intersection.</li>\n\n\n\n<li>Voilà: Pro-level framing.<br /></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Grid framing for Gravatar headshot tips\" class=\"wp-image-3304\" height=\"660\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-headshot-tips-grid.png?w=660\" width=\"660\" /></figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use HDR (High Dynamic Range):</strong> Helps balance light when:\n<ul class=\"wp-block-list\">\n<li>The background’s brighter than your face.</li>\n\n\n\n<li>You’re dealing with tricky lighting.</li>\n</ul>\n</li>\n\n\n\n<li><strong>Choose your aspect ratio:</strong>\n<ul class=\"wp-block-list\">\n<li>4:3 = classic headshot.</li>\n\n\n\n<li>1:1 = perfect for social profiles.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<p>With these settings dialled in, you’ll be cranking out headshots that punch well above their weight.</p>\n\n\n\n<h2 class=\"wp-block-heading\">9. Time for a quick polish: Edit that headshot</h2>\n\n\n\n<p>Even the best DIY headshots can use a little finesse. But don’t worry, you don’t need Photoshop or a degree in digital media. A few smart tweaks with free (or cheap) apps can level up your photo without draining your wallet:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.adobe.com/products/photoshop-lightroom/mobile.html\"><strong>Lightroom Mobile</strong></a> (the free version has all the essentials).</li>\n\n\n\n<li><a href=\"https://snapseed.online/\"><strong>Snapseed</strong></a> (totally free, with pro-level tools).</li>\n\n\n\n<li><a href=\"https://www.vsco.co/\"><strong>VSCO</strong></a> (great for natural, flattering presets).</li>\n\n\n\n<li><strong>Your phone’s built-in editor</strong> (seriously underrated).</li>\n</ul>\n\n\n\n<p>Here’s where to focus your edits:</p>\n\n\n\n<p><strong>Cropping</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Frame your eyes in the <em>top third</em> of the shot (see above).</li>\n\n\n\n<li>Snip out any background distractions.</li>\n\n\n\n<li>Keep a comfy balance around your head and shoulders.</li>\n</ul>\n\n\n\n<p><strong>Brightness & contrast</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bump exposure up 10–15% for a fresher, more open look.</li>\n\n\n\n<li>Add a dash of contrast (+5 to +10) to sharpen features.</li>\n\n\n\n<li>But don’t overdo it. You want glow, not glare.</li>\n</ul>\n\n\n\n<p><strong>White balance</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Warm things up slightly (+5 to +10) for friendlier skin tones.</li>\n\n\n\n<li>Tweak any weird color casts from artificial lights.</li>\n</ul>\n\n\n\n<p><strong>Vignette</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a subtle dark edge (-10 to -15) to draw attention inward.</li>\n</ul>\n\n\n\n<p>A few editing <em>don’ts</em> to steer clear of:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Over-smoothing your skin into porcelain doll territory.</li>\n\n\n\n<li>Filters so heavy they’ll age your photo by next week.</li>\n\n\n\n<li>Anything that tweaks your facial features beyond recognition.</li>\n</ul>\n\n\n\n<p>And when you’re done, always save in high-res (at least 1000×1000 pixels) to keep things crisp across every platform.</p>\n\n\n\n<h2 class=\"wp-block-heading\">10. Use Gravatar to display your perfect headshot everywhere</h2>\n\n\n\n<p>You’ve finally nailed the perfect headshot – great lighting, solid pose, zero double chin. Congrats! But now comes the tedious part: Uploading it <em>everywhere</em>. <a href=\"https://www.linkedin.com/\">LinkedIn</a>. Company intranet. <a href=\"https://slack.com/\">Slack</a>. <a href=\"https://github.com/\">GitHub</a>. That random forum you signed up for in 2014. Each site wants a different size, a different crop, a different format. Ugh.</p>\n\n\n\n<p>Enter <a href=\"https://gravatar.com/\"><strong>Gravatar</strong></a>: The no-fuss, no-hassle way to make your headshot follow you around the internet like the loyal professional sidekick it was born to be.</p>\n\n\n\n<p>Here’s how it works:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Gravatar links your email address to your headshot.</li>\n\n\n\n<li>Any platform that’s Gravatar-enabled pulls in your photo automatically.</li>\n\n\n\n<li>Update your pic once in your Gravatar account, and it updates everywhere else, no manual uploads or awkward crops required.</li>\n</ul>\n\n\n\n<p>And it doesn’t stop at just your photo. Gravatar also lets you round out your online presence with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A professional bio.</li>\n\n\n\n<li>Verified links to your portfolio and social profiles.</li>\n\n\n\n<li>Additional professional images.</li>\n\n\n\n<li>Your contact info.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Example Gravatar bio for headshot tips\" class=\"wp-image-3305\" height=\"936\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/gravatar-card-ethan.png?w=660\" width=\"660\" /></figure>\n\n\n\n<p>The cherry on top? It’s 100% free. <a href=\"https://gravatar.com/\">Spend five minutes setting up your profile</a> today, and you’ll save yourself countless “ugh-I-need-to-update-my-photo-there-too” headaches down the line – all you need for a polished <a href=\"https://blog.gravatar.com/2024/07/10/online-presence-management/\">online presence</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Your perfect headshot + Gravatar = instant professional glow-up</h2>\n\n\n\n<p>Turns out, you <em>can</em> create a killer professional headshot at home – no fancy cameras, no overpriced photographers, no awkward studio backdrops required. Just your smartphone, some decent lighting, and a little know-how.</p>\n\n\n\n<p>By following these 10 steps, you’ve already cracked the code – the gear, the angles, the lighting, the editing – to turn your humble selfie into a headshot that can go toe-to-toe with the pros.</p>\n\n\n\n<p>Pair that polished photo with <a href=\"https://gravatar.com/\"><strong>Gravatar</strong></a>, and suddenly your face shows up <em>everywhere</em> you show up – LinkedIn, blogs, email signatures, you name it – without you lifting another finger. You just update your Gravatar once to instantly refresh across the board.</p>\n\n\n\n<p>So, carve out an hour to snap that headshot, then take five minutes to <a href=\"https://gravatar.com/\">set up your (free!) Gravatar profile</a> today.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2025 20:59:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Play With Clay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=143265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2025/06/clay/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1699:\"<p>Happy to announce that the amazing <a href=\"https://clay.earth/\">Clay.earth</a> product and team is joining <a href=\"https://automattic.com/\">Automattic</a>. If you haven’t tried the app out yet, here’s a quick video to give you a taste.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p><a href=\"https://techcrunch.com/2025/06/12/automattic-acquires-relationship-manager-clay-to-add-an-identity-layer-to-online-tools/\">TechCrunch has covered the broader strategy pretty well</a>: One of the top requests we’ve heard from <a href=\"https://www.beeper.com/\">Beeper</a> beta testers is they want to tie in more context, like a personal CRM, and some even requested Clay by name. We’ll keep the apps separate, as Clay also has some interesting team uses, but they will complement and integrate with each other as part of our all-in-one messaging strategy.</p>\n\n\n\n<p>We share a vision to integrate Clay’s technology, which manages over 140 million relationships, as a layer across many of our products and experiences at Automattic. I’m excited to work with the founders, Matt and Zach, to bring this vision to life. I’ve always felt the missing primitive in WordPress’ content management data architecture was a scalable concept of a Person and Relationships outside of our user table.</p>\n\n\n\n<p><a href=\"https://clay.earth/next\">Here’s the beautiful announcement on the Clay site</a> and <a href=\"https://automattic.com/2025/06/12/automattic-welcomes-clay/\">on Automattic’s</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2025 18:37:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Bernie Reiter: Using git-svn for WordPress Core Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://raz.or.at/?p=1198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://raz.or.at/2025/06/12/using-git-svn-for-wordpress-core-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11643:\"<p>A while ago, there was a call for WordPress Core Committers to share their development setups. <a href=\"https://make.wordpress.org/core/handbook/best-practices/when-you-become-a-committer/core-committer-workflows/\">Many of them have already done so</a>; I’m finally getting around to sharing mine.</p>\n\n\n\n<p>As far as I know, I’m one of the few people that use <code>git-svn</code>. Not only does it shield me from the quirks of Subversion (SVN); it also allows me to use git to work on branches from the <code><a href=\"https://github.com/WordPress/wordpress-develop\">WordPress/wordpress-develop</a></code> GitHub mirror (which has become the de-facto standard for Core development), and to merge my contributions to Core’s SVN repo once they’re ready, all from within the same directory.</p>\n\n\n\n<p>The following is based on a <a href=\"https://markjaquith.wordpress.com/2011/05/26/developing-on-wordpress-using-git/\">blog post</a> by Mark Jaquith that’s over fourteen years old, meaning it predates <code>WordPress/wordpress-develop</code> as well as some new features and behavioral changes in git (and <code>git-svn</code>). I used the <a href=\"https://git-scm.com/docs/git-svn\">official <code>git-svn</code> docs</a> to update accordingly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Setup</h2>\n\n\n\n<p>Assuming you already have git and homebrew installed, you’ll need to use the latter to install <code>git-svn</code>:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>brew install git-svn</code></pre>\n\n\n\n<p>You can now check out the SVN repo. A word of warning before you proceed: Due to the linear nature of SVN, cloning the repository means checking out all ~60k revisions (as of June 2025).<sup class=\"fn\"><a href=\"https://raz.or.at/category/wordpress/feed/#78b71bc7-31f3-4e14-9996-ff8ad1338461\" id=\"78b71bc7-31f3-4e14-9996-ff8ad1338461-link\">1</a></sup> Even with a fast internet connection, this takes several hours; I let it run overnight.<sup class=\"fn\"><a href=\"https://raz.or.at/category/wordpress/feed/#83875f15-4f02-426b-841f-c9104c628e43\" id=\"83875f15-4f02-426b-841f-c9104c628e43-link\">2</a></sup></p>\n\n\n\n<pre class=\"wp-block-code\"><code>git svn clone -s --prefix=svn/ --log-window-size=5000 https://develop.svn.wordpress.org wordpress-develop</code></pre>\n\n\n\n<p>Let’s go through the arguments one by one:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>-s</code> (short for <code>--stdlayout</code>) will make git-svn look for trunk, branches, and tags in the eponymous subdirectories of the repository.</li>\n\n\n\n<li><code>--prefix=svn/</code> <em>(make sure to include the trailing slash!)</em> sets a prefix that’s prepended to remotes in the git ref names that the aforementioned svn directories are mapped to. This defaults to <code>origin</code>, resulting in ref names such as <code>origin/trunk</code>. Since I want to use <code>origin</code> as the name for the <code>WordPress/wordpress-develop</code> GitHub mirror, I set the prefix to <code>svn</code> to denote the SVN repo.</li>\n\n\n\n<li><code>--log-window-size=5000</code>: According to the docs, this specifies the number of log entries fetched per request when scanning the SVN repo. The docs recommend setting this to a higher number than the default 100 when cloning large repositories.</li>\n\n\n\n<li><a href=\"https://develop.svn.wordpress.org/\"><code>https://develop.svn.wordpress.org/</code></a> is of course the location of the WordPress codebase.</li>\n\n\n\n<li><code>wordpress-develop</code> is the name of the target folder that the repo will be cloned into.</li>\n</ul>\n\n\n\n<p>Now for the fun part: We can add git remotes and switch between branches like we’d do in any other git repo! Typically, the next thing you’ll want to do is adding the <code>WordPress/wordpress-develop</code> GitHub mirror as <code>origin</code>:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git remote add origin git@github.com:WordPress/wordpress-develop.git</code></pre>\n\n\n\n<p>Since you can’t push branches to that repo, you’ll likely also want to add your own fork as a remote (and probably some other folks’, if you want to test their PRs). For my own fork, that’s</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git remote add ockham git@github.com:ockham/wordpress-develop.git</code></pre>\n\n\n\n<h2 class=\"wp-block-heading\">Day-to-day Usage</h2>\n\n\n\n<p>For your day-to-day development, you can use git just like you normally would, i.e. create branches, push them to your remote, fetch updates from the remote, etc.</p>\n\n\n\n<p>The only difference is in the handling of the branches checked out from SVN. If you’re on one of of those – e.g. <code>trunk</code> – you don’t use <code>git pull</code> to update, but</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git svn rebase</code></pre>\n\n\n\n<p>This will fetch the latest commits from the SVN repo and add them to your local copy of the branch.</p>\n\n\n\n<p>To fetch any new branches and/or tags that have been created in the SVN repo (e.g. around Feature Freeze for a new WordPress version), you’ll do</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git svn fetch</code></pre>\n\n\n\n<p>When checking out the branch, remember that you’ll have to include the <code>svn/</code> prefix to indicate that you want the branch from SVN (rather than from the default <code>origin</code>, which in this setup will point to the <code>WordPress/wordpress-develop</code> GitHub mirror):</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git checkout -b 6.8 svn/6.8</code></pre>\n\n\n\n<p>You can always use <code>git svn info</code> to find out if the branch you’re currently on was checked out from SVN or git.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Committing Code to SVN</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Preparing the commit (the git part)</h3>\n\n\n\n<p>Let’s say I’ve been working on some code in a git branch called <code>add/my-stuff</code>. Once that code is ready to merge, I start by locally squashing all my changes into one commit. There are different ways of doing this; if you’re unfamiliar with them, you can probably find some online tutorials (this part isn’t specific to <code>git-svn</code> at all). I typically either do an interactive rebase (<code>git rebase -i origin/trunk</code>) if there aren’t a lot of commits, or I reset all commits to the point that the branch deviated from <code>origin/trunk</code><sup class=\"fn\"><a href=\"https://raz.or.at/category/wordpress/feed/#d8bbfaa9-8db9-426e-90d2-9a78a0fa3a4c\" id=\"d8bbfaa9-8db9-426e-90d2-9a78a0fa3a4c-link\">3</a></sup>, i.e.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git reset $(git merge-base origin/trunk $(git rev-parse --abbrev-ref HEAD))</code></pre>\n\n\n\n<p>I then simply re-add all files that had any modifications (including new files that were previously untracked)</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git add -A</code></pre>\n\n\n\n<p>and finally create the commit</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git commit</code></pre>\n\n\n\n<p>At this point, I typically just paste the commit message that I’ve already prepared in my editor. This is the commit message that’s going into SVN, so it needs to follow <a href=\"https://make.wordpress.org/core/handbook/best-practices/commit-messages/\">Core’s guidelines for commit messages</a>. However, it doesn’t have to be perfect right away; you’ll be able to go back to it later and polish it some more via <code>git commit --amend</code>. Be sure to review both the commit message and code changes by looking at the output of <code>git show</code>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Pushing the code to SVN</h3>\n\n\n\n<p>Once I’m happy with my commit, I note its SHA and switch back to <code>trunk</code>. I do a last <code>git svn rebase</code> to fetch all the latest changes from SVN, and then <code>git cherry-pick</code> my commit. It’s probably a good idea to follow up with a final <code>git log</code> and <code>git show</code> to make sure everything is looking alright.</p>\n\n\n\n<p>I then push my code to SVN by typing</p>\n\n\n\n<pre class=\"wp-block-code\"><code>git svn dcommit</code></pre>\n\n\n\n<p>(Yes, that’s <code>dcommit</code>.)That’s the <code>git-svn</code> equivalent of <code>git push</code>! I watch as <code>git-svn</code> does its magic. Once it’s done, I check the Trac ticket and <code>wordpress-develop</code> PR which should now have been automatically closed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Other tools</h2>\n\n\n\n<p>I use <a href=\"https://rancherdesktop.io/\">Rancher Desktop</a> by SUSE, which is a free and open-source replacement for Docker Desktop. I’m using <strong>VZ</strong> as my virtual machine, and <strong>virtiofs</strong> as mount type. You can set these in <em>Preferences > Virtual Machine</em>, in the <em>Emulation</em> and <em>Volume</em> tabs, respectively. Note that if you’re on Apple Silicon, you’ll need to <em>Enable Rosetta support</em>, as the <code>wordpressdevelop/php</code> container <a href=\"https://github.com/WordPress/wpdev-docker-images/issues/127\">isn’t natively available for the <code>arm64</code> architecture yet</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-1224\" height=\"604\" src=\"https://raz.or.at/wp-content/uploads/2025/06/screenshot-2025-06-16-at-20.00.28.png?w=1024\" width=\"1024\" /></figure>\n\n\n\n<p>(There’s a chance that I won’t need any of that once macOS 26 is available, since apparently Apple is working on <a href=\"https://appleinsider.com/articles/25/06/09/sorry-docker-macos-26-adds-native-support-for-linux-containers\">native support for Linux containers</a>.)</p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"78b71bc7-31f3-4e14-9996-ff8ad1338461\">While svn itself supports <code>--set-depth immediates</code> to only check out the last <em>n</em> commits, <code>git-svn</code> unfortunately doesn’t. There is a <a href=\"https://stackoverflow.com/questions/747075/how-to-git-svn-clone-the-last-n-revisions-from-a-subversion-repository\">workaround</a>; however, if you ever want to <a href=\"https://stackoverflow.com/questions/747075/how-to-git-svn-clone-the-last-n-revisions-from-a-subversion-repository#comment25773619_749054\">fetch the preceding commits</a>, you’ll have to <a href=\"https://stackoverflow.com/questions/747075/how-to-git-svn-clone-the-last-n-revisions-from-a-subversion-repository#comment33777609_749054\">mess with git history</a>, which is something I’d personally rather avoid. <a href=\"https://raz.or.at/category/wordpress/feed/#78b71bc7-31f3-4e14-9996-ff8ad1338461-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"83875f15-4f02-426b-841f-c9104c628e43\">You might want to disable automatic standby in your operating system’s settings; in macOS, it’s a toggle called <em>Prevent automatic sleeping on power adapter when the display is off</em>. <a href=\"https://raz.or.at/category/wordpress/feed/#83875f15-4f02-426b-841f-c9104c628e43-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"d8bbfaa9-8db9-426e-90d2-9a78a0fa3a4c\">We’re using <code>origin/trunk</code> as the base branch here (rather than <code>trunk</code> which maps to <code>svn/trunk</code> in this setup), so it’s important to keep that updated regularly (<code>git fetch origin</code>). <a href=\"https://raz.or.at/category/wordpress/feed/#d8bbfaa9-8db9-426e-90d2-9a78a0fa3a4c-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2025 11:41:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Bernie Reiter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Open Channels FM: Wrapping Up the Rebrand Series\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://openchannels.fm/wrapping-up-the-rebrand-series-with-bobwp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"BobWP wraps up the rebranding of Do the Woo into Open Channels FM. The new channel features five diverse shows, maintaining core values while offering more structure for listeners to explore their interests.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2025 08:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: #172 – Reyes Martínez and Héctor De Prada on Website Maintenance for WordPress Agencies and Freelancers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=196556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/podcast/172-reyes-martinez-and-hector-de-prada-on-website-maintenance-for-wordpress-agencies-and-freelancers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50854:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, website maintenance for WordPress agencies and freelancers.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Reyes Martínez, and Héctor de Prada.</p>\n\n\n\n<p>Reyes has been involved in the WordPress community since 2015, with a background in journalism, digital communications, and early stage startups. From 2021 to 2024, she was sponsored by Automattic to contribute full-time to global marketing and communication efforts for the WordPress Open Source project, She led several initiatives during that time, including the experimental WordPress Media Corps. Reyes currently serves as content lead at Modular DS.</p>\n\n\n\n<p>Héctor has been building websites since he was 12, and has worked with WordPress for nearly a decade, first as a freelancer, then running his own agency. Today, he’s one of the co-founders of Modular DS. He co-organizes the WordPress meetup in León in Spain, and writes a Spanish newsletter that keeps readers updated with the latest news from the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, we get into the nitty gritty of WordPress maintenance. What it takes to effectively manage multiple websites, and why maintenance is such a crucial, if often overlooked, part of running a successful client business.</p>\n\n\n\n<p>You might think that updating plugins and themes is all there is to it, but Reyes and Héctor explained that there’s much more involved, performing regular backups, monitoring, uptime, and performance, checking for security vulnerabilities, database cleanups, and ensuring essential features like contact forms continue working as expected.</p>\n\n\n\n<p>We discuss best practices for educating clients, how to position ongoing maintenance as an investment rather than a cost, and solutions which can help automate and streamline these essential tasks.</p>\n\n\n\n<p>We also chat about how the maintenance landscape is changing with upcoming legal requirements around accessibility and privacy, and the emerging business opportunities for professionals specializing solely in website care.</p>\n\n\n\n<p>If you’re a freelancer or agency owner looking to scale up your business, perhaps you offer care plans to clients, or are considering adding maintenance plans to your service, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast. Where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Reyes Martínez and Héctor de Prada.</p>\n\n\n\n<p>I am joined on the podcast today by Reyes Martinez and by Héctor de Prada. Hello Both.</p>\n\n\n\n<p>[00:03:53] <strong>Héctor de Prada:</strong> Hello Nathan.</p>\n\n\n\n<p>[00:03:54] <strong>Reyes Martínez:</strong> Hello Nathan.</p>\n\n\n\n<p>[00:03:55] <strong>Nathan Wrigley:</strong> I’m so pleased to have both of you on. This is going to be interesting because I’m going to be speaking to Héctor in about a week’s time as well, which will be kind of interesting. So there’ll be two podcasts coming out in quick succession featuring Héctor.</p>\n\n\n\n<p>But the topic will be very different, and I’ll explain in a moment what the topic is going to be about.</p>\n\n\n\n<p>But before that, I wonder if we could just get a little bit of an introduction to both of you. If we can keep it around the subject of WordPress that would be helpful.</p>\n\n\n\n<p>So let’s go to Reyes first. Tell us exactly who you are, who you work for, what do they do, whatever you like in your little potted bio.</p>\n\n\n\n<p>[00:04:29] <strong>Reyes Martínez:</strong> Yeah, sure. I’m Reyes and I have been part of the WordPress community since 2015. My background is in journalism and digital marketing and communications, and over the past 10 years, more or less, I have worked with startups and tech companies closely connected to the WordPress ecosystem.</p>\n\n\n\n<p>And from 2021 and 2024, I was sponsored by Automattic to contribute full time to the WordPress project, where I had the opportunity to contribute to different marketing and communications initiatives.</p>\n\n\n\n<p>And now I am the content lead at Modular DS. We’re building a tool to help freelancers and agencies manage multiple WordPress sites more efficiently.</p>\n\n\n\n<p>[00:05:13] <strong>Nathan Wrigley:</strong> Thank you so much. And let’s move over to Héctor. Similar question really, just give us your little potted bio.</p>\n\n\n\n<p>[00:05:19] <strong>Héctor de Prada:</strong> Of course. Well, I have been making websites, I always say almost all my life, since I was like very young, at 12, 13 years old. At the beginning, not with WordPress, I have to say. But I started working with WordPress around 8, 9 years ago when I started freelancing as a web designer, and that evolved to creating a web design agency.</p>\n\n\n\n<p>So I have been doing web design and websites, WordPress websites, for a long time. And 4 years ago almost, it’s when my partner and I, David and I, we started our current company, which is Modular DS, which is now where Reyes is working.</p>\n\n\n\n<p>I am also part of the community. This is what you were saying, Nathan, that we are going to talk about, WordCamp Europe, because I am one of the organisers at the meetup in León, in my city. So this is also something I like a lot because we go to a lot of WordCamps, a lot of WordPress events, and it’s very nice to be able to do that in our own city as well.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> Thank you both so much. So if we stray into anything today, like a blog post is mentioned or a homepage or anything like that is mentioned, I will endeavor to link to that into the show notes. So if you head to wptavern.com and then search for the episode with these two fine people, then you’ll be able to find all of those links. It’s going to be easier to do it that way than to read anything out in an audio podcast.</p>\n\n\n\n<p>The approach I think I want to take with this episode is one of somebody fairly new in the WordPress space. So if you are new in the WordPress space, then you might just have the one website. And maintaining that one simple website is probably a reasonably straightforward thing to do. You know, you log in, you update the plugins, you update the themes and what have you.</p>\n\n\n\n<p>But if you’ve got any aspirations of becoming a bigger player in the WordPress space, perhaps you want to take on the job of maintaining multiple websites, perhaps you want to have clients and you want to maintain their websites, it becomes fairly obvious, fairly quickly, it’s a bit of a chore. There’s quite a lot of tasks that you need to do in order to keep those websites live.</p>\n\n\n\n<p>So that’s what we’re going to talk about. What are those tasks? What’s important to notice if you are a WordPress freelancer or agency owner. What are the things that you need to make sure that your clients are getting updated with and for? And then I guess we’ll sort of mention right at the beginning that Modular DS is something which kind of can take that process off your shoulders and make it fairly automated. But you can go and check out that of your own accord.</p>\n\n\n\n<p>So let’s just get into it then. What are the things that you would need to worry about? You can interrupt each other as you see fit. What are the kind of tasks that as a newbie WordPress we may not even know are coming our way, when we’ve got 2, 3, 5, 50 websites that we’ve got to keep maintained?</p>\n\n\n\n<p>[00:08:14] <strong>Héctor de Prada:</strong> I don’t think it’s, how to say, like that we don’t know we have to do that, or that we don’t expect to do it when we are trying to manage a few websites. Reyes and I, we were talking this morning, normally maintenance or maintenance tasks are something nobody is very thrilled about doing, okay. It’s not like the best job. Like, you can be a designer because you love creativity and designing things, or a developer because you love to build things.</p>\n\n\n\n<p>But I haven’t met anybody that is like, oh, my dream is to update plugins, create backups, and restore the website when it’s broken, you know? I think that’s the number one challenge, okay. Normally I see that one of the biggest problems is that we know maintenance has to be done in a website, but we don’t always do it. And when we have more and more websites, it becomes even a bigger problem, because we also let it aside more and more because it’s too much work. So that’s one of the main problems.</p>\n\n\n\n<p>[00:09:17] <strong>Nathan Wrigley:</strong> One of the things that in my life, I don’t know what the number of websites was, but there was a point where each morning, because I decided to do the updating on a more or less daily basis, there came a point where you realise that you’d now logged into X number of websites. So you’d gone to the URL to log in, you’d found the username and password, you’d logged in, you’d inspected whether there were plugins or themes to be updated. You’d gone to them individually, you’d update them in a careful manner to make sure nothing got broken, and you moved on to the next website. And at some point you kind of have the intuition, how many minutes or hours have I just lost?</p>\n\n\n\n<p>And whilst for one or two websites this really isn’t a problem, I guess what we’re talking about here is something at scale, when you’re over a, let’s say 2 or 3 or 5, or whatever that number is. It does start to add up, and you can’t afford to waste time in that way. And I think it’s exactly like you said, you don’t really know going into it that this is what you’re going to end up doing with your WordPress websites. But you’re right, nobody wrote down on their bucket list of things to do in life, I would like to update plugins for a living.</p>\n\n\n\n<p>[00:10:23] <strong>Héctor de Prada:</strong> And it’s very important at the same time. Like we said, yeah, maybe Reyes, you can say a little bit more about it. But maintenance, it’s really important for many reasons, in particular in the WordPress ecosystem.</p>\n\n\n\n<p>[00:10:34] <strong>Reyes Martínez:</strong> Yeah, I would say that it’s just that, that it’s not the most glamorous part of managing a website, like all the maintenance tasks. But I think it’s also what keep things running smoothly and professionally. I guess that’s the difference between being reactive and being proactive as well. I mean, that makes all the difference. So even though it’s not the most, I don’t know, glamorous part, it’s still very important to keep things professionally.</p>\n\n\n\n<p>[00:11:03] <strong>Nathan Wrigley:</strong> What are the things that we’re updating? So we’ve covered plugins and themes, and I suspect that they’re the ones most people, and again, the audience for this podcast is really broad, so obviously that sentence will be really blindingly obvious to many people. But there may be a proportion of people who don’t even know that that kind of stuff needs to be updated. So let’s just work from the basics upwards. There’s plugins and themes. When you talk about maintenance, what else are you bringing into that?</p>\n\n\n\n<p>[00:11:30] <strong>Héctor de Prada:</strong> You have the updates, both plugin, themes and the Core of WordPress, because it also gets updated. Now it’s once a year, it used to be like two, three times a year so those are also very important updates. But normally it’s mostly, because some people might ask, why should I update a plugin? If my website is working, if it’s perfectly fine, why do I have to update a plugin or a theme?</p>\n\n\n\n<p>Well, one of the biggest things in maintenance, because we have to do these updates, is the security part. I am positive that WordPress is a secure solution, that is why it powers 40 something percent of the web. But at the same time, we have 60,000 different plugins just in the WordPress repository. Each one of them is created by an independent team or developers. And even when everybody tries to create the best possible plugin, a secure plugin, and everything, there is human error, of course. And there is always people, since WordPress is so popular, trying to find vulnerabilities to attack these kind of plugins or themes.</p>\n\n\n\n<p>So many times, the most important updates are security updates. To avoid that, you have an older version of a plugin or a theme that maybe got exposed, and somebody found a vulnerability, and your website might get hacked because you didn’t do the updates. So even if your website is functioning perfectly, you should still do those updates. And this is something, for example, a lot of end clients, they normally don’t understand when you run an agency and stuff, because they don’t see the point of doing this. But this is one of the reasons, it’s super important.</p>\n\n\n\n<p>[00:13:08] <strong>Nathan Wrigley:</strong> In the normal experience in life, you go into a shop and you buy a thing, like some new sunglasses or a pair of shoes. You don’t anticipate having to update the shoes or update the sunglasses. You kind of just bought the thing and the thing is now yours and off it goes. You know, you expect it to function as sunglasses from now on, and the shoes will keep going as shoes. You know, you might have to replace them from time to time, but that’s another thing altogether. So it’s kind of hard to encapsulate that.</p>\n\n\n\n<p>But also, I suspect that most clients wouldn’t even know that there’s this sort of specter of security problems and the fact that bad things could potentially happen. Most clients I imagine have just come to you, the agency, the freelancer, because they want a website. They’re not interested particularly in all of that, but you have to explain that to them. And I always thought that was quite hard. I always got an intuition that the clients kind of thought, what are you on about? I’ve just bought this thing from you, why do I need to update it? Why do I need to keep doing these things?</p>\n\n\n\n<p>[00:14:07] <strong>Héctor de Prada:</strong> Education is one of the biggest parts in having a WordPress maintenance service in your agency or as a professional. Most people, end clients, many people is not tech people so they won’t understand. Updates, backups, these are all very not tangible things. So it’s not hard to explain, but it is more, it’s not like you go to a store, okay? You buy something, it normally doesn’t need maintenance. But I would say it’s like, you buy a house, you buy a car, it needs maintenance, okay? Because you can keep running with a car, but even if the car still works, maybe the brakes, at some point they will stop working and you will have a crash and nobody wants that. So I would say a website is more like a car than a normal product.</p>\n\n\n\n<p>[00:14:49] <strong>Nathan Wrigley:</strong> Yeah, that’s a really nice example because with a car particularly, there are bad people who are literally trying to break into the car and take the car away, or do damage to the car, or steal bits from the car. That explains it really well.</p>\n\n\n\n<p>Okay, let’s imagine that you’ve had that conversation, you’ve done that education piece, you’ve said to the clients, look, we need some kind of thing going on in the background. There has to be some kind of ongoing relationship between me, the website builder, the developer, and you, the client. But what are those tasks? What are the things, I guess your software will handle these kind of things, but just talking about them hypothetically, what are the list of things just beyond plugin, theme, Core updates? Are there any other things which you recommend?</p>\n\n\n\n<p>[00:15:32] <strong>Reyes Martínez:</strong> Besides updates there are also, for example, like I think it’s very important making regular backups. Monitoring up time and performance. Checking for security issues, you were just talking about that as well. Vulnerabilities, cleaning up the database, and in general, like making sure the site is running smoothly, like contact forms and links are working.</p>\n\n\n\n<p>Because there are things that even people think they might have not, I don’t know, like they are not very important. They can have an impact on their business as well. For example, like a broken contact form, that’s just like a very small example, but yeah, those things come to mind. I don’t know, Héctor, if you want to add anything else.</p>\n\n\n\n<p>[00:16:15] <strong>Héctor de Prada:</strong> I think those are the main ones, like your backups and the restoration of the backups when you have a problem. It happened to me I have to say. When we had the agency, I remember more than a few times having a client calling me and telling me, hey Héctor, the website is not working. And I was like, I didn’t know. So it’s like a very, very embarrassing moment because you’re supposed to be taking care of the website, but you didn’t know it wasn’t working until the client told you.</p>\n\n\n\n<p>So things like monitoring. When I started making websites, I couldn’t monitor them at all. If they break, I wouldn’t find out because somebody told me or I was just trying to do something and I found out. So monitoring as well. Security Monitoring, like you said, for vulnerabilities, for malware. There are a bunch of tools. I mean, it’s not only tools, maintenance tools, like it can be Modular or others.</p>\n\n\n\n<p>There are a bunch of tools in WordPress, like for everything in WordPress, that can help you with this maintenance task. Because the ideal thing, like we were saying, is to automate them so they don’t take so much time. Even if you only have one website, the ideal thing is that backups, monitoring, you have most of it automated, so you make sure even if you forget, if you go on holiday or whatever, it will still be running.</p>\n\n\n\n<p>[00:17:30] <strong>Reyes Martínez:</strong> Yeah, and you can get alerts, for example. Like Héctor was saying, if a website goes down, you can get alerts so you don’t have to be monitoring all the time. Imagine like manual monitoring or going site by site, just checking if everything is working correctly. And monitoring, it’s exactly a big task as well of maintenance and because it can help you catch problems early.</p>\n\n\n\n<p>[00:17:55] <strong>Nathan Wrigley:</strong> Okay, let’s just break all that now and then. So we’re imagining a scenario where we’ve built a website, we’ve handed it over to a client, and then we’re sort of presenting with the client the scenario, look, although we’ve given you the thing, here’s the website, there it is, it’s on the internet, there’s a whole load of other things that we need to do in the background.</p>\n\n\n\n<p>And there’s an education piece there, but there’s also a bit of sales that has to go on there because you have to persuade them, presumably that the thing that I’m suggesting here, you are going to need to pay for probably, there’ll be a, some kind of subscription model going on there. We will do all of these things in return for a monthly fee or whatever it might be.</p>\n\n\n\n<p>But broadly it is updating things. So that’s plugins, themes and Core. Making sure that those things are available. Then there’s the backup piece, a different thing altogether, and that’s just basically storing in multiple locations, an entire version of the website, the database, and the files to make sure that if an absolute catastrophe occurs, you can go back to whenever the website was last saved successfully, minus any security problems that you might have.</p>\n\n\n\n<p>And then another thing is uptime monitoring, which is the process of just alerting you, and I presume it’s you, not the client, that something’s gone wrong. The website that was there 10 minutes ago is not here now. And that’s a really, really, you know, that’s not a once a day thing, that’s once every two minutes kind of thing. You want to know the minute the website goes down, so that you can be the person that contacts the client to say, look, we see that the website’s gone down. And in some curious sense, you actually paint yourself in a good light by admitting something before they’ve even learned about it.</p>\n\n\n\n<p>But also something that you said that I never really think about is the idea of bits of the website, which may appear to work, but which don’t work. So the contact form is a big one. You know that whole egg on your face moment where you realise that possibly for six months, the contact form hasn’t worked, has never worked, and you have no way of saying to your client, look, sorry, we’ll be able to reverse that, we’ll be able to get all of the contact forms that would have been submitted over the last six months, because you won’t. It’s gone. And if it wasn’t working, that’s a catastrophe.</p>\n\n\n\n<p>But then my mind then goes to things like e-commerce. The site might look fine. Everything might check out okay, when I say checkout, I don’t mean checkout through the cart, I mean, looks fine. But the checkout might not work. Maybe people can’t actually buy things off your website, so it’s up but it’s not working.</p>\n\n\n\n<p>So there’s all this stuff. And I guess what Modular DS is doing, and the rivals that you’ve got in that space, is they’re trying to take all of those tasks, package them up into a wrapper piece of software, and basically you don’t really have to worry too much about it. You just sort of set it all up, make sure that all the dominoes are set up in the right place. And then it will do all of those things for you without you having to do too much. Have I got that about right?</p>\n\n\n\n<p>[00:20:54] <strong>Héctor de Prada:</strong> Yeah, of course. That’s the idea, to try to centralise everything when you have a lot of websites. And at the same time, like we were saying, yeah, automate these kinds of tasks so they don’t slip away. And it’s a great point about the WooCommerce because one thing about maintenance is that it’s very dependent on the type of website you have. I mean, it’s not the same maintenance you have to do for maybe a small corporate website, like the Meetup group website, for example, than a big e-commerce that is selling hundreds of products every day. You won’t need to have the same systems in place, not for backups, not for monitoring, not for any kind of checks. So that’s also very important to know. Maintenance is very different depending on the website.</p>\n\n\n\n<p>[00:21:38] <strong>Nathan Wrigley:</strong> So in the case of this whole idea of being able to do this for your client, I’m guessing your position would be that this is something that you can in fact sell to your clients on a regular basis. It’s not like you built the site back in 2024 and you’ve charged a fee for it, and then that’s the end of that. This is more of a, you charged a fee to build the website, and now we have this kind of, I think the term which I hear used a lot is like Care Plan or something like that.</p>\n\n\n\n<p>Some kind of process of, on a monthly basis, annual basis, whatever it might be, you offer these different things in return for a subscription fee, and therefore kind of have recurring revenue. And in many cases that recurring revenue might not need a lot of work. You know, fingers crossed, if everything works out okay, and WordPress updates itself correctly, and the plugins all work out and there are no security vulnerabilities, you might have days, weeks, entire months go by where your revenue is really not that difficult to manage.</p>\n\n\n\n<p>[00:22:39] <strong>Héctor de Prada:</strong> In what you said there, it’s like all the main things. Not only you can offer Care Plans or Web Maintenance Plans, but you should as a professional. Because I’ve heard you talk on another podcast, Nathan, you were saying that when you’re a freelancer or an agency, you are always waiting for next projects to see when they come. What’s going to be next? And if you’re going to have enough work to keep going.</p>\n\n\n\n<p>And that’s why recurring revenue, it’s so important for us as professionals. And in web design or web development, it’s not so easy to get besides web maintenance. It might be if you want to go to plugin development or theme development or do something like that, you can start getting recurring revenue.</p>\n\n\n\n<p>But if it’s just building websites, I think the only way to get that recurring revenue is by offering Care Plans. That’s why I always say, the critical thing that you were also mentioning before, is that it’s of course also a sales job to sell this to a client, but I don’t think it has to be once the website is generated, and you try to tell the client, okay, we did the website, it’s looking good, it’s working. And now we are going to do maintenance on the website, and you have to pay this or that.</p>\n\n\n\n<p>I think it has to go way before that. When we were an agency, what worked really good for us, so I always give this advice because it really worked for us, is that we used to talk about maintenance with the clients before we started the website project. If somebody would come to us saying, okay, we want a new website design for our company, we’d include it always in our proposal. It’ll be, okay, we are going to design the website, we are going to do the development of the website, and then after that we are going to care for the website.</p>\n\n\n\n<p>So we are going to do a maintenance on the website because this is very important. We are not going to just leave you there with your website, out in the open. Like, you don’t really know how it works, but we are going to be there with you. And this was like a massive change for us because when we were selling it this way, once the website was completed and we would tell the client, okay, now is the time to start the web maintenance job, and they were like, oh great, so this what we were talking about. It is not even a discussion anymore. It is like, oh great, it’s finally the time. So that’s like crucial. It was crucial for us.</p>\n\n\n\n<p>[00:25:00] <strong>Nathan Wrigley:</strong> Yeah, I think when people do get recurring revenue into their business, especially around maintenance, it does feel like, why didn’t I do this before? Because it really is kind of, I hate to use the phrase, you are kind of leaving money on the table a little bit.</p>\n\n\n\n<p>I wonder what both of you have in your head around the way to pitch that product. Because I went through lots of different ways of doing it. Some of them I’m not that proud of. So for example, in some cases I would emphasise the problems that could happen. You know, your website could go down. The internet can be a bit of a dark place, there’s hackers out there. And in the end it felt a bit like, I’m trying to scare you into giving me this maintenance deal. But then on the other hand, there was the sort of more positive way of doing it. You know, we’ll make sure that your website is always up and just different ways.</p>\n\n\n\n<p>I wonder how you, both of you, tackle that. Do you have a particular kind of language? Do you have like a brochure or a booklet that you pass on to somebody which outlines it all?</p>\n\n\n\n<p>[00:25:59] <strong>Héctor de Prada:</strong> For us, at least when we were an agency, you are seeing that I like to talk a lot. So for me it was like I could talk a lot with the clients. I would just try to be very educational, like we said from the beginning, in calls or in meetings I could talk about maintenance, the task it requires. Trying to explain it for everybody, of course, like not trying to make it sound technical or anything. Just trying to make them understand that technology evolves, WordPress evolves, the needs that the website, or the business, might have change so we should keep the website evolving with the business so it always stays in good shape.</p>\n\n\n\n<p>Luckily, even when this is a terrible thing for our field, is that many, many clients, they come to you when they have had a bad experience before, having a website design. And this experience, so many times has more to do about not having maintenance than about the web design itself. Because they might come after three, four years and they might tell you, somebody did this website for me four years ago and now nothing works.</p>\n\n\n\n<p>And it’s like, okay, when they did the website, everything worked. What happened? Nobody looked at the website for four years, so now nothing is working, which is understandable. So that also helps you a lot to make them understand that you don’t want that to happen again.</p>\n\n\n\n<p>[00:27:22] <strong>Reyes Martínez:</strong> I think it’s also important to maybe reframe things or just showing clients that that’s part of, I mean that you care about their success over time. So it’s not just about launching their site. I don’t know, sometimes I like to think about maintenance as insurance. You hope you don’t need it, but if something goes wrong, you’ll be glad to have it. So I think it’s the same. Like, if you have someone who’s taking care of your website to make sure it’s healthy, that it is performant and that everything is running smoothly. I think you are investing in its long-term success as well.</p>\n\n\n\n<p>[00:27:57] <strong>Nathan Wrigley:</strong> Framing it as an investment is quite a good way around it, isn’t it? As opposed to a, it’s not like a cost, it’s an investment. You’re putting something in so that it maintains. Spending money kind of feels like, oh, I’ve spent it, it’s all gone. Whereas an investment, you feel a bit more like, okay, I’ve spent some money, but as a result, things are going to be better in the future.</p>\n\n\n\n<p>[00:28:15] <strong>Héctor de Prada:</strong> You both said it, Reyes, you said right now that it is kind of an insurance also, if something bad happens. Because when something really bad, like the website crashes or gets hacked or whatever, because it can always happen, at some point everybody will be glad to have a professional taking care of things.</p>\n\n\n\n<p>Because another way to frame this, and you were saying that before Nathan, is that I’ve seen many, many professionals that they are like, okay, so the client doesn’t want to pay for maintenance, so I’m just going to wait until they have a huge problem that will come sooner or later. When they come without the maintenance deal, I’m going to charge them a bunch and then they will be glad they get the maintenance package. And they will start paying for that. I’m not saying I recommend that, I haven’t done that, but I’ve seen so many people do that at the same time.</p>\n\n\n\n<p>[00:29:04] <strong>Nathan Wrigley:</strong> Yeah, I think describing his insurance is quite interesting. The curious thing about insurance is, how to describe it, at some point you might begin to resent paying the insurance if you never have an accident or nothing is ever stolen. So one of the things that I often got with the Care Plans was this whole thing of years would go by, I would do my job well, so nothing ever happened.</p>\n\n\n\n<p>And so after 24 months of nothing ever happening, the client would turn around and say, what am I actually spending the money on? And then it occurred to me, okay, maybe there should have been some process of telling you what I was doing each month. Some kind of report or something to give to the client to say, look, literally things are happening. It’s not like we’ve gone away with your monthly subscription and done nothing.</p>\n\n\n\n<p>So I wondered if you had any thoughts around those, you know those clients who think nothing’s happening, why am I spending this each month in order for apparently nothing to happen? It’s just a black hole.</p>\n\n\n\n<p>[00:30:02] <strong>Reyes Martínez:</strong> That’s actually one of the hardest parts as well, like showing all the work that professionals are, like us are doing in the background. That work, that it’s not so visible as well, and how to communicate the value of all that work.</p>\n\n\n\n<p>So I think there are, I don’t know, there are many different ways to communicate that value, but for example, like reports are pretty common. Showing, not just task, but all you have been monitoring and performance data, updates. And just, again, like educating on how all the work done have an impact on their business.</p>\n\n\n\n<p>Because I think it’s also easy to go maybe, or to get into technical details, but I think clients don’t really care if you update a plugin or if you, you know, how you are maintaining their site. I think they care that their website is secure, fast and it’s working. It’s always working.</p>\n\n\n\n<p>[00:30:58] <strong>Nathan Wrigley:</strong> One of the things that I ended up doing, which I think worked well was, I eventually landed on the idea of this report thing. So I would issue a report and it would say, during the course of the last month, these things have happened. And it would be a list of all the plugins that been updated, maybe WordPress Core had been updated, maybe I’d done some work on the server to update that, a PHP version or something like that. So all of those kind of things. And then some kind of indication of how the uptime went. You know, it was 99.9% last month, we had a little glitch on Tuesday or whatever, but that was taken care of within five minutes.</p>\n\n\n\n<p>But the thing which worked best for me was I offered a proportion of time, based upon the plan that they gave me, of my actual time. And that could be deployed in any which way they wanted.So, for example, it could have been, I will just tell you what that report means or let’s just knock our heads together for half an hour or an hour, and figure out if there’s anything you wanted doing on the website. Maybe you want a telephone number updating or you want to have a different design on the homepage because Christmas is coming or whatever it might be.</p>\n\n\n\n<p>And interestingly, most clients never took me up on it, but the mere fact that it was offered, and I’d offered the time, there was just something a bit more to it. There was something more tangible and more credible about it. And then when the clients did take me up on it, and I could explain what had happened and that it wasn’t this black hole where the money was just falling into for the maintenance plan and nothing happened, that really worked.</p>\n\n\n\n<p>But I had the time available. And it may be that some people, most people don’t have that time available. For me, that was a good thing, you know, that kind of personal touch was a way to make it work.</p>\n\n\n\n<p>[00:32:33] <strong>Héctor de Prada:</strong> Also another thing that is very important to solve, for example, in client reports, and it’s not so obvious, it’s because it is not a job you are doing. It’s some stats about how the website is working for their business. Because 99% of the time a website comes from a business that needs an online presence.</p>\n\n\n\n<p>So it should be very important for them to know how this is performing or how this is helping the business. And I found this hundreds of times, that people have a website and they don’t know if somebody’s visiting the website, if you can find it on Google. They don’t know anything about the website. They are just like, yeah, I have a website there, but I don’t really know what’s happening with it.</p>\n\n\n\n<p>So I think adding things like, I don’t know, like Google Analytics or any other analytics. Or search console results so you know, it’s somebody coming from Google or where is people coming. Or if you have an international website, from which countries is people coming. Things like that, I think it’s like very valuable for the end client, for the business, to know how the website is performing. And it’s not always added, but I think it’s crucial to also put that information.</p>\n\n\n\n<p>[00:33:41] <strong>Nathan Wrigley:</strong> Do you know if anybody actually makes a business out of what you do? So, do people have a business of maintaining websites? Just doing that work. So they’ve decided they don’t want to be involved in creating the website, but they want to turn this product, if you like, that we’re talking about now. Is that a thing? Do people do that for a living? They maintain other people’s websites for them. Maybe you could bind yourself to an agency and they would hand the maintenance side to you. You are both nodding, so I’m guessing the answer’s yes.</p>\n\n\n\n<p>[00:34:11] <strong>Héctor de Prada:</strong> We know many people, but we are kind of biased because most of our clients are agencies or freelancers that manage a lot of websites. So many of them are actually specialised in this kind of service. So we have freelancers that manage like 120 websites, and that’s all they do. They don’t do any websites, they just manage websites.</p>\n\n\n\n<p>And then we have agencies that they are like fully specialised in web maintenance, web caring, and maybe if you have an urgency in your site because it’s broken or something, they can help you with that also. But they don’t design websites or create new websites.</p>\n\n\n\n<p>So I think, yes. And one example I always say is that, at least in Spain, if you search in Google for WordPress maintenance, there are so many page results. So that means it’s a profitable business, okay? There is a lot of competence of people trying to get leads out of those keywords. I would imagine in most countries it could be the same. So yeah, definitely. I think it’s possible. I see it every day, so yeah, a hundred percent</p>\n\n\n\n<p>[00:35:10] <strong>Nathan Wrigley:</strong> That’s kind of interesting because it may be that you are, I don’t know, you just want to take a break from actually building websites, and this might be an interesting way to pivot, especially if you’ve got your foot in the door with a bunch of agencies, and you know people that could supply you that work and they don’t wish to be involved in that. That’s curious.</p>\n\n\n\n<p>[00:35:27] <strong>Héctor de Prada:</strong> You can automate much more stuff than in a web design process, or web development. In maintenance, like we were saying, with tools like Modular or other tools, you can automate most of the maintenance tasks. So many times, yeah, like one person can manage like 120 websites. Imagine how long it would take to build 120 websites. It’s almost impossible. You could say, oh, I don’t know, like five years, seven years. But you can maintain every week or every month, 120 websites by yourselves, just with the tools that are available. So that’s a really big difference.</p>\n\n\n\n<p>[00:36:04] <strong>Nathan Wrigley:</strong> Does this maintenance landscape change? Because I’m just curious, the web industry changes all the time, but broadly, you know, plugins and theme updates, that’s been around since WordPress got plugins and themes. Hosting and backups, again, similar.</p>\n\n\n\n<p>But there have been developments in the more recent past where I’m thinking, okay, you could definitely push that into the maintenance idea. So things that come to mind are, I don’t know, optimisation, Core Web Vital scores, maybe something like that could leak in.</p>\n\n\n\n<p>And the one at the minute, which I think would be really interesting, and again, maybe it’s a thing already, is accessibility. Some kind of report about, okay, it looks like these pages need a particular bit of attention, or something’s gone wrong here from an accessibility point of view. And so really my question there is, does the landscape of maintenance change, or is it broadly fixed with whatever it is now is how it’ll be in a decade?</p>\n\n\n\n<p>[00:36:57] <strong>Héctor de Prada:</strong> Now also with AI, I don’t even know what’s going to happen in a decade. But I do think things change. For example, with accessibility, like you said, now in Europe it’s going to be big changes. With security as well, with the new Cyber Resilience Act, it’s going to be changes.</p>\n\n\n\n<p>And for example, we saw it a few years ago with the data privacy law in Europe. I’ve seen so many agencies offering legal checks for the cookie banners and things like that. To also add in maintenance, I don’t know, like seven years ago, that wasn’t a theme because it wasn’t mandatory, so nobody really cared that much. And it is the same with accessibility.</p>\n\n\n\n<p>A few years ago, nobody, almost nobody cared about that. And I think now because of the law changes, this is going to change drastically and almost every professional is going to start doing things related to accessibility, and is going to care about that. And it’s also going to be able to offer that to their clients as an upsell, or as an extra value, they’re going to give in their care plans.</p>\n\n\n\n<p>So yeah, I do think it changes. We don’t have a lot of changes because the basics are always the same, the updates, the backups, the monitoring. But there are things that, yeah, might bring big changes every once in a while and we have to adapt.</p>\n\n\n\n<p>[00:38:12] <strong>Reyes Martínez:</strong> I just wanted to add that also with AI and no-code tools, I mean, it’s easier than ever to launch a website. But what happens after that? Because maybe we find that more and more sites are being left behind with no updates, no backups.</p>\n\n\n\n<p>What I mean with this is that maybe, maybe not, there’s already a growing maybe opportunity, because there are more and more sites that we don’t know what would happen with them. And they will need maintenance for sure. So I think we are seeing a growing opportunity as well, there for people who want to manage or dedicate themselves to maintain websites, yeah.</p>\n\n\n\n<p>[00:38:51] <strong>Nathan Wrigley:</strong> Yeah, it does feel like in the year 2025 when we’re recording this, there are some key bits of legislation which are coming. You know, the European Accessibility Act very, very soon going to be completely mandatory across the whole of the EU. I mean, basically it should be something that you’ve taken care of already, but nevertheless.</p>\n\n\n\n<p>And so these kind of things I imagine, will become part of the platform, the ethos of doing maintenance in the future. So that’s kind of interesting.</p>\n\n\n\n<p>Just for the last moment or two, minute or two, let’s talk a little bit about what you have. So Modular DS, I’ll put a link into the show notes, but is the URL, is it modulards.com? Is that where we would go?</p>\n\n\n\n<p>[00:39:30] <strong>Héctor de Prada:</strong> Yeah, we could say dash EN for the English version.</p>\n\n\n\n<p>[00:39:33] <strong>Nathan Wrigley:</strong> Lovely, okay, so I will link to that into the show notes. I’ll link to the English version in this case, just because I think that makes most sense given that we’re all talking in English.</p>\n\n\n\n<p>This is what you do. This is that in a nutshell. You have a service that you can sign up to. Is it plugin based? Is it a SaaS? Is it a mixture of SaaS and a plugin? How does it work and what kind of things can you do?</p>\n\n\n\n<p>[00:39:56] <strong>Héctor de Prada:</strong> It’s kind of a mixture. It’s a SaaS outside of WordPress, we are going to say, but it needs a connector plugin to connect your websites to Modular DS. So basically what you do is you connect your different websites, the ones you manage, to Modular, and then from there you can like centralise most of the maintenance tasks, do updates, for example, in all the sites at the same time.</p>\n\n\n\n<p>And also you can automate monitoring, vulnerability analysis. You can automate client reports like the generation of this client reports. So it basically tries to help, yeah, agencies, freelancer to save time, to have a good maintenance business. And also, like we have been saying, to sell the maintenance business to their clients, which we all know is not easy. So that’s what we try to do.</p>\n\n\n\n<p>[00:40:42] <strong>Nathan Wrigley:</strong> So if I were somebody looking after my site and a bunch of others, you cater to that market, but also you are catering towards the more agency owner, if you know what I mean, where they’ve got multiple websites.</p>\n\n\n\n<p>Is it possible to, white label is often the word I hear surrounding this. Is it possible to sort of make it so that it appears your own? That seems to be something that people really like, but I don’t know if you offer that feature.</p>\n\n\n\n<p>[00:41:04] <strong>Héctor de Prada:</strong> You can white label everything that goes to the client. Let’s say, client reports. Of course, you can white label that, like your agency logo, your agency email to send the reports. Also, you can white label the plugin. So in the WordPress installation, you can change the plugin info so the client doesn’t know you’re using Modular, if you don’t want them to know. So yeah, of course, that’s important for many professionals, yeah.</p>\n\n\n\n<p>[00:41:27] <strong>Nathan Wrigley:</strong> You could definitely be checking that out. And obviously this entire episode really was to provide an education piece around what it is that you might need to do, especially for those people who are new. You may not realise that there’s an actual business opportunity here for you, but also that there’s a whole cavalcade of different things that you can do.</p>\n\n\n\n<p>So just to reprise, plugin, theme, updates, plus up time monitoring, backups, client reports. There’s a whole laundry list of things in there.</p>\n\n\n\n<p>Yeah, I think that’s everything I wanted to ask. So if that’s the case, I will say, Reyes and Héctor, thank you very much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:42:04] <strong>Héctor de Prada:</strong> Well, thank you, Nathan.</p>\n\n\n\n<p>[00:42:05] <strong>Reyes Martínez:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> and <a href=\"https://profiles.wordpress.org/hdeprada/\">Héctor De Prada</a>.</p>\n\n\n\n<p>Reyes has been involved in the WordPress community since 2015, with a background in journalism, digital communications, and early-stage startups. From 2021 to 2024, she was sponsored by Automattic to contribute full-time to global marketing and communication efforts for the WordPress open-source project. She led several initiatives during that time, including the experimental WordPress Media Corps. Reyes currently serves as Content Lead at <a href=\"https://modulards.com/en/\">Modular DS</a>.</p>\n\n\n\n<p>Héctor has been building websites since he was 12 and has worked with WordPress for nearly a decade, first as a freelancer, then running his own agency. Today, he’s one of the co-founders of Modular DS. He co-organizes the WordPress meetup in León in Spain, and writes a Spanish newsletter that keeps readers updated with the latest news from the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, we get into the nitty-gritty of WordPress maintenance. What it takes to effectively manage multiple websites, and why maintenance is such a crucial, if often overlooked, part of running a successful client business.</p>\n\n\n\n<p>You might think that updating plugins and themes is all there is to it, but Reyes and Héctor explain that there’s much more involved: performing regular backups, monitoring uptime and performance, checking for security vulnerabilities, database clean-ups, and ensuring essential site features like contact forms continue working as expected.</p>\n\n\n\n<p>We discuss best practices for educating clients, how to position ongoing maintenance as an investment rather than a cost, and solutions which can help automate and streamline these essential tasks.</p>\n\n\n\n<p>We also chat about how the maintenance landscape is changing, with upcoming legal requirements around accessibility and privacy, and the emerging business opportunities for professionals specializing solely in website care.</p>\n\n\n\n<p>If you’re a freelancer or agency owner looking to scale up your business, perhaps you offer care plans to clients, or are considering adding maintenance plans to your services, this episode’s for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://modulards.com/en/\">Modular DS</a></p>\n\n\n\n<p><a href=\"https://www.meetup.com/es-ES/Leon-WordPress-Meetup/\">Meetup in León, Spain</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Cyber_Resilience_Act\">Cyber Resilience Act</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jun 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Open Channels FM: Rebrand: Amplifying with the Open Source Reach Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://openchannels.fm/rebrand-amplifying-with-the-open-source-reach-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Bob\'s getting close to wrapping up the series and introducing \"Open Source Reach,\" exploring open source\'s real-world impacts beyond coding.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jun 2025 09:44:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Open Channels FM: Thanks to The Repository for Sharing Our Next Chapter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=98164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://openchannels.fm/thanks-to-the-repository-for-sharing-our-next-chapter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"It means a lot to be recognized by a publication that truly gets the WordPress ecosystem.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jun 2025 09:22:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: Rebrand: Moving the Needle with the Content Sparks Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://openchannels.fm/rebrand-moving-the-needle-with-the-content-sparks-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"On today’s BobWP Unplugged, host BobWP walks us through day five of the OpenChannel FM rebranding series. He gives us a look at Content Sparks, and each series designed to help creators make smarter digital content, from streamlining workflows and harnessing AI, to mastering storytelling and media strategy. If you’re passionate about creating great content […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jun 2025 08:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Aaron Jorbin: Some initial questions about FAIR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://aaron.jorb.in/?p=192654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://aaron.jorb.in/some-initial-questions-about-fair/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3344:\"<p>Congratulations to the <a href=\"https://fair.pm/\">FAIR</a> team on thier launch. <a href=\"https://ma.tt/2010/11/one-point-oh/\">1.0 is the lonliest number</a>, so getting to to this milestone is something for them to celebrate and I hope the team behind it feels great about getting this far. </p>\n\n\n\n<p>One of the best parts of getting to a public release is that you start getting feedback from real users. Some of that is coming out and I’m sure I will have some to add, at this point I don’t yet have a solid opinion on FAIR. What I do have are some questions I haven’t found the answer to while reading the <a href=\"https://github.com/fairpm/fair-protocol\">protocol documentation</a>. I am hoping someone can either point me to the documentation for each of these or answer directly while I continue to digest as much as I can:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>How does someone report a bad actor in a federated repository? If I discover someone who is acting in bad faith, do I need to track down every discovery aggregator, inform them independetly, and have each do its own investigation before users are protected?\n<ul class=\"wp-block-list\">\n<li>For this purpose, I’m using Bad Actor in all of it’s possible meanings including introducing intentional and unintentional security issues, hacked accounts, and people being jerks. </li>\n</ul>\n</li>\n\n\n\n<li>What happens if different aggregagtors accept the same name for a plugin/theme? What can be done to prevent user confusion?\n<ul class=\"wp-block-list\">\n<li>I think this is also important since someone doing local development with one aggregator but using a different in production feels like a distinct possibility.</li>\n</ul>\n</li>\n\n\n\n<li>In order to be listed in the plugin, is there a standard for the aggregator and the standards that they set for inclusion?\n<ul class=\"wp-block-list\">\n<li>Similiarly, how will these standards be monitored for potential exclusion later on?</li>\n</ul>\n</li>\n\n\n\n<li>If the <strong>Decentralized ID</strong> is based on the repo, does that mean you can not transfer ownership of a plugin?\n<ul class=\"wp-block-list\">\n<li>The <a href=\"https://github.com/fairpm/fair-protocol/blob/main/specification.md#resolving-dids\">documentaiton states</a> “Vendors SHOULD use DID methods that are future-proof for data portability, and which avoid encoding trademarks or potentially-ephemeral names or domains.” Does this mean that Github should be avoided since it is a trademark?</li>\n</ul>\n</li>\n\n\n\n<li>Does FAIR have a concept of release confirmations or other 2nd factor for releases?</li>\n\n\n\n<li>How do reviews work in a decentralized manner? If I have an opinion on a plugin, will I need to share it with all aggregators?\n<ul class=\"wp-block-list\">\n<li>On a similiar basis, if reviews are going to multiple places, what is the plan to combat sock puppets?</li>\n</ul>\n</li>\n</ol>\n\n\n\n<p>I imagine some of these are questions that will need to get answered over time, and also that for some, today’s answer may not be tomorrow’s. As with all open source projects, I can only imagine FAIR will change over time.</p>\n<p>The post <a href=\"https://aaron.jorb.in/some-initial-questions-about-fair/\">Some initial questions about FAIR</a> appeared first on <a href=\"https://aaron.jorb.in\">Aaron Jorbin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 15:19:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Open Channels FM: Rebrand: Our New Show WP Voices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://openchannels.fm/rebrand-our-new-show-wp-voices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"BobWP is shaking things up with a rebrand of his podcast, introducing \"WP Voices\", where community members share their WordPress experiences. Expect humor, familiar faces, and new shows focusing on agency life, core and multisites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 09:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Tammie Lister: Defining roadmaps in the open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://binatethoughts.com/?p=1858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://binatethoughts.com/defining-roadmaps-in-the-open/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6251:\"<p>WordCamp Europe has just concluded, and one term that emerged during the contribution day discussions across a wide range of areas was ‘roadmaps’. As someone who appreciates the power of a roadmap and aligning with it, working towards agreed-upon goals, this couldn’t make me happier. It makes me think curiously whether everyone is using the term in the same way, and I wanted to examine how we could define these terms openly and come to a shared understanding of what they mean.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-1859\" height=\"1024\" src=\"https://binatethoughts.com/wp-content/uploads/2025/06/openart-87541afc-67ae-4ef5-8da8-528a8ea86813.png\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Basic definitions</h2>\n\n\n\n<p>The reality is that even in companies, the definition and use of the term ‘roadmap’ can vary significantly. This may be due to frameworks and processes, or it may simply be a matter of personal preference. In order, though, to have them work on an open project, some common understanding has to be reached. We start at the beginning, and it is clear what the vision is and what a roadmap is.</p>\n\n\n\n<p><strong>Vision: </strong>a high-level, inspirational description of what you hope to achieve in the long term. This is often seen as the “why” and “what” and the ultimate destination everyone works towards.</p>\n\n\n\n<p><strong>A roadmap</strong> is a practical, time-based plan that involves action and outlines how to achieve a vision through specific steps. It includes milestones, notes, priorities and ties to deliverables.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why not both?</h2>\n\n\n\n<p>To answer this, we need both in most projects. WordPress is no exception, and it is similar to other open source platforms; both are essential. To have both, though, you need clear definitions and differences between them.</p>\n\n\n\n<p>The vision needs to be clear about where you want to go, broad, inspiring, and strategic. It’s a partner that helps with the roadmap and the plan for getting there. This is detailed, tactical and tied to times.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>“A vision gives people a reason to care; a roadmap gives them a way to help.”</strong></p>\n\n\n\n<p>— <em>Nadia Eghbal</em></p>\n</blockquote>\n\n\n\n<p>Combining both is essential. The roadmap gets you towards the vision, but it doesn’t define it. In my opinion, as the wider project has a vision, each team and component also likely has a vision, but these should always align with and add up to support the broad vision. This is why defining roadmaps and visions in isolation is often problematic in larger projects. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Essential duplicity</h2>\n\n\n\n<p>To look more at why both matter in an open-source project, you can split each into relatively easy formats:</p>\n\n\n\n<p>A vision:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unites contributors around a shared purpose. </li>\n\n\n\n<li>Inspires commitment over time. A vision doesn’t specifically though allocate that inspiration or fund; that’s the roadmap.</li>\n\n\n\n<li>Clarifies what the project is not. Often more essential than we think.</li>\n</ul>\n\n\n\n<p>A roadmap:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Shows the process. It allows each stage to be broken down into the steps required to achieve it.</li>\n\n\n\n<li>Organizes contributions. Which in turn attracts and allocates people and funding.</li>\n\n\n\n<li>Builds trust and focus. By seeing what is being done at a given point, it can be clear to everyone, whether they are contributor, sponsors, makers, users, supporters, or implementors.</li>\n</ul>\n\n\n\n<p>Whilst they aren’t the same, they certainly are companions to each other. A roadmap without a vision is a guess. It’s placing things on a calendar and hoping for delivery. A roadmap that lacks a clear vision is unable to gain focus and often spirals due to a lack of delivery. A vision that serves as a roadmap is uninspiring and fails to clarify or unite.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Defining in open</h2>\n\n\n\n<p>This is the more complex piece. It’s all well and good to know the difference and want to do this. You then need to take these seeds, grow them into roadmaps and visions, and collectively agree, because that is how open things get buy-in. </p>\n\n\n\n<p>A simple process is a first pass from those leading the work, facilitated, distilled, and then shared, reviewed, and iterated. This is typical amongst open source projects. In WordPress, we have had several variations over time, and now we need to determine what works today. Both need to be shared; a roadmap is a document to check and measure against, a living thing.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond defining</h2>\n\n\n\n<p>As we move forward into the second half of this year, the topic of roadmaps arises. Let’s make sure they are roadmaps. We could collaborate on a project to define what they are for us and share the results somewhere. Having an agreed-upon definition and working from it helps everyone, regardless of their approach to this topic. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>“Open source thrives on clarity. A vision tells us why to show up, and a roadmap shows us how to move forward together.”</strong></p>\n\n\n\n<p>— <em>Danese Cooper</em></p>\n</blockquote>\n\n\n\n<p>The reality is we need both vision and roadmaps, and all too often, we easily have a vision. Most likely, WordPress has not only a project vision, but we also need to gather some team visions to unite those working together. If you were to think of this as an adventure, think of them not as side quests but as storyline quest points that lead to the end point. </p>\n\n\n\n<p>Roadmaps get us to delivery, and what we need more of is that right now in WordPress across all areas. They also allow us to start thinking about measuring, but they shouldn’t be where we end the measuring. That is another conversation but an essential one. We are at step one on the path to collectively growing our processes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 08:14:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"binatethoughts.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Open Channels FM: Rebrand: Expanding the Open Web Conversations Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://openchannels.fm/rebrand-expanding-the-open-web-conversations-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:248:\"The episode introduces the show Open Web Conversatioins during the Open Channel FM\'s rebranding series, featuring insights from builders and innovators on digital identity, emerging technologies, and online creativity, inviting listeners to engage.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 Jun 2025 09:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.org blog: WCEU 2025: A Community Celebration in the Swiss Sun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28388:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18837\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><em>Photo by Nilo Velez</em></figcaption></figure>\n\n\n\n<p>Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>I’m personally very excited… There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event kicked off in Basel, Switzerland, with a dedicated Contributor Day. It was followed by two days of engaging talks, panels, hands-on workshops, and vibrant community connections. WordPress Cofounder Matt Mullenweg and Executive Director Mary Hubbard joined a diverse lineup of speakers and panelists, sharing insights in the heart of one of Europe’s most charming cities.</p>\n\n\n\n<p>Set against the backdrop of Basel’s historic streets and Rhine-side views, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest innovations, offered live demos, and connected with attendees. Each day, participants refueled with a range of local and international cuisine — from Swiss specialties to global favorites — making mealtime a lively space for networking, collaboration, and sparking new ideas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Basel</h2>\n\n\n\n<p>WordCamp Europe has long been one of the most anticipated WordPress events of the year — a space where community, creativity, and collaboration thrive. This year in Basel, the conference delivered an exciting and diverse program that reached every corner of the WordPress ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> – Across two full days, the conference featured informative talks, captivating keynotes, and dynamic discussions exploring WordPress and the broader web.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> – The stage welcomed 52 speakers from 23 countries across five continents, each bringing unique insights and global perspectives.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> – The schedule included 45 sessions and four hands-on workshops across three tracks, covering:\n<ul class=\"wp-block-list\">\n<li>Accessibility and key policy updates like the European Accessibility Act and the Cyber Resilience Act</li>\n\n\n\n<li>The evolving role of Artificial Intelligence in the open web</li>\n\n\n\n<li>Cutting-edge web design, development best practices, SEO, and content strategy</li>\n\n\n\n<li>Real-world case studies and showcases from across the community</li>\n</ul>\n</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> – Interactive workshops allowed attendees to roll up their sleeves and develop practical skills in a collaborative setting.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> – Whether developer, designer, content creator, or entrepreneur, every attendee found space to connect, learn, and grow within a vibrant and welcoming community.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Europe began with a vibrant Contributor Day that brought together 640 contributors—including many first-timers—to collaborate, share knowledge, and support the WordPress project. Guided by 33 dedicated table leads, with 21 teams, attendees of all experience levels came together to exchange ideas, solve real challenges, and make meaningful contributions to open source. From accessibility improvements to theme development and translation efforts, every table played a part in moving WordPress forward.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18798\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18799\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18800\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18801\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Roan de Vries</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18802\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18803\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18804\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18805\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18806\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18807\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18808\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Sebastián Echeverri Jaramillo</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18809\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18810\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Contributor Day at WordCamp Europe 2025 brought together a mix of first-time and returning contributors across a wide range of teams, from Core and Accessibility to Polyglots, Training, and Community. Attendees tackled everything from onboarding and ticket triage to translating strings, improving documentation, and enhancing tools and workflows. Development-focused teams explored performance and testing improvements and worked through live coding exercises. Meanwhile, accessibility testers, support volunteers, and photo moderators contributed to efforts that directly impact users around the world.</p>\n\n\n\n<p>In parallel, teams like Marketing, Meta, Hosting, and Sustainability focused on future-facing initiatives—from promoting WordPress through the Showcase and social media campaigns to refining infrastructure, increasing accessibility, and preparing for long-term project growth. Whether contributing to plugins, themes, documentation, or new contributor experiences, participants reinforced the values that power the WordPress project: collaboration, inclusivity, and openness. The day served as a reminder that WordPress is not just software—it’s a community built by and for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tomorrow Starts with WordPress</h2>\n\n\n\n<p>The first full day of WordCamp Europe 2025 brought the community together to celebrate the power of open source collaboration and innovation. Opening remarks from both global and local event leads reflected on the journey of WordCamp Europe—from its beginnings in 2013 in Leiden, Netherlands, to the vibrant event in Basel today. This full-circle moment underscored the growth of the WordPress community, united by a shared commitment to an open web.</p>\n\n\n\n<p>The day launched into an inspiring program with the keynote session, <em>WordPress Without Borders – The Fight for Digital Freedom</em>, delivered by Noel Tock. Drawing from his experiences—including time on the frontlines in Ukraine—Tock illustrated how open source supports global resilience and serves as a digital human right. His message called on contributors to see their work as part of something greater, offering a compelling and forward-looking vision to energize and unify the WordPress community.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>From there, the program unfolded across multiple tracks—each one sparking new conversations and insights. One standout session highlighted social entrepreneurship in Bulgaria, where WordPress is helping grassroots organizations drive change in education, journalism, and social justice. Petya Raykovska shared how nonprofits like Teenovator and the Bulgarian Fund for Women are using WordPress to amplify their work and strengthen their communities.</p>\n\n\n\n<p>Designers and developers explored ways to improve workflows and collaboration. In <em>Bridging Design and Development</em>, attendees learned how Figma Design Systems can connect design and development through shared structures mapped to block themes. Real-world examples, like the Novus Media Newspaper Design System, demonstrated how scalable, consistent design can power multi-brand platforms.</p>\n\n\n\n<p>Workshops played a key role throughout the day, including the interactive <em>Block Developer Cookbook: WCEU 2025 Edition</em>, where attendees worked through community-voted code recipes featuring the latest WordPress APIs. Sessions also dove into emerging technologies, such as <em>Automating WordPress Setup with Modern AI Tools</em>, which showcased how WP-CLI, scripting, and AI can accelerate project setup and reduce repetitive tasks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18817\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><em>Photo by Marc Wieland</em></figcaption></figure>\n\n\n\n<p>Day Two of WordCamp Europe 2025 opened with a focus on the evolving role of the WordPress community in a rapidly changing digital world. Sessions explored how contributors—from local meetup organizers to global advocates—play a vital part in shaping WordPress’s future. Talks on inclusivity, such as <em>Over the Rainbow</em>, encouraged attendees to consider how individual actions can help build a more welcoming, representative open source ecosystem. Throughout the morning, the spirit of collaboration and shared purpose remained front and center.</p>\n\n\n\n<p>As the day progressed, attention turned to the tools and technologies pushing WordPress forward. From sessions on scaling multilingual sites and managing observability to hands-on workshops, developers explored new ways to streamline workflows and enhance performance. Highlights included <em>WordPress Gems for Devs</em>, which introduced the Interactivity API through live coding, and <em>Client-side Web AI Agents</em>, a look at cutting-edge browser-based AI that unlocks new possibilities for web experiences. These talks reflected the platform’s growing capacity to adapt to emerging trends while staying true to its open foundations.</p>\n\n\n\n<p>The afternoon brought a blend of practical guidance and inspiring stories across tracks. A case study on accessibility from Switzerland showed how thoughtful design can benefit all users, while a session on brand-building for women entrepreneurs highlighted the creative and economic opportunities WordPress enables. With topics spanning content strategy, business growth, regulatory readiness, and more, the second day of WCEU 2025 affirmed the strength of the WordPress ecosystem—not only as a technology platform, but as a global movement fueled by people, purpose, and possibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fireside Chat</h2>\n\n\n\n<p>As the final day drew to a close, Matt and Mary shared some thoughts on EU regulation (Open Web Alliance), AI, and the introduction of the WordPress AI team, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>A heartfelt thank you to the dedicated organizers who brought WordCamp Europe 2025 to life in Basel, the speakers who shared their insights, the attendees who joined us in person, and those who followed along from afar. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18827\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18825\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18824\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18823\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18822\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Maksym Kaharlytskyi</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18821\" height=\"533\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=799%2C533&ssl=1\" width=\"799\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18820\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Atsushi Ando</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18819\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18829\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18859\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n <svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n </svg>\n </button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the final major WordPress events in 2025: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> (Portland, Oregon, USA). Then join us in <a href=\"https://europe.wordcamp.org/2026/\">Kraków, Poland for WordCamp Europe 2026</a>! Also, if you want to get involved with WCEU, the call for organisers is already open for 2026. </p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 19:19:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"WordCamp Central: WordCamp Jinja 2025 Recap: An impactful 2 days of learning, diverse speakers, hands-on workshops, contributions, charity website hackathon, and celebration of WordPress on the Nile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://central.wordcamp.org/?p=10743950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://central.wordcamp.org/news/2025/06/wordcamp-jinja-2025-recap-an-impactful-2-days-of-learning-diverse-speakers-hands-on-workshops-contributions-charity-website-hackathon-and-celebration-of-wordpress-on-the-nile/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15797:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-791\" src=\"https://jinja.wordcamp.org/2025/files/2025/05/IMG_20250524_115107_645-1024x768.jpg\" /></figure>\n\n\n\n<p>From <strong>May 24th to 25th, 2025</strong>, we had the fourth annual <strong>WordCamp Jinja</strong> at the <strong>largest </strong>educational institution in the region <strong>Jinja Senior Secondary School</strong>. This year’s event was our <strong>biggest and most impactful yet</strong> both in numbers and key demographics, having <strong>over 250 attendees and participants that primarily included students</strong> as well as developers, designers, bloggers, educators, and entrepreneurs from across Uganda and East Africa.</p>\n\n\n\n<p>With the theme <em><strong>“Create, Impact, and Explore with WordPress!”</strong></em><strong>,</strong> the event was a celebration of open-source innovation, practical skills, and community spirit, all set against the stunning backdrop of the Nile.</p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\"><strong>A WordCamp Designed for Student WordPressers, Developers and Creatives Alike</strong></h3>\n\n\n\n<p><strong>Students were at the heart of WordCamp Jinja 2025</strong>, reflecting their role as a key and growing demographic in both the WordPress Jinja community and the wider Ugandan community. This year’s venue <strong>Jinja Senior Secondary School</strong>—was purposefully chosen to bring the WordPress experience closer to students, ensuring greater accessibility, relevance, and impact.</p>\n\n\n\n<p>We welcomed enthusiastic participation from students of <strong>Jinja SS</strong>, <strong>Makerere University</strong>, <strong>Macedonian Vocational School</strong>, <strong>Ezone School of Computing</strong>, and others. For most, it was their first exposure to open-source tools, and the excitement was palpable. At Jinja SS, the event left a lasting impression—inspiring students to launch their very own <strong>ICT Club</strong> to continue learning and collaborating long after the event, thus we left a standing souvenir at the school.</p>\n\n\n\n<p>As a community, we are intentional about <strong>balancing engagement</strong> between our student and creative/developer communities. We do this by <strong>alternating venues each year</strong> to better suit both these key groups and demographics, whether it’s schools, colleges or innovation hubs. We are excited to continue our <strong>outreach programs</strong> and student-focused initiatives at both <strong>Jinja Senior Secondary School</strong> and <strong>Macedonian Vocational School</strong> among other schools, nurturing future WordPress contributors, creators, and tech leaders as well as having creative and developer oriented meetups and next-gen events.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Diverse Speaker Sessions</strong></h3>\n\n\n\n<p>Attendees enjoyed powerful sessions across two tracks led by speakers from Uganda, Kenya, Rwanda, USA, and beyond. Talks covered everything from advanced contributions, development and accessibility to blogging, diversity, SEO, and AI tools for content creators—sparking learning, inspiration, and engagement throughout the event.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-1\"><img alt=\"\" class=\"wp-image-818\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/P5250896-1024x576.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-798\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250524_115609_422-1024x768.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-821\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/Gr49gctW0AARSNv-1024x771.png\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-duotone-unset-3\"><img alt=\"\" class=\"wp-image-820\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/Gr49gdJXcAAznXz-1024x771.png\" /></figure>\n</figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Contributor Day sessions and Website Hackathon Track</strong></h3>\n\n\n\n<p>Teams collaborated in a <strong>WordPress Website Hackathon</strong>, that we have been holding each year, building websites for NGOs, community initiatives, and personal projects—all powered by WordPress. It was an energetic, purpose-driven space where learning met real-world impact.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-5\"><img alt=\"\" class=\"wp-image-806\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_093536_203-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-801\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_9604-1024x683.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-822\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_132024_307-1024x458.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-833\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_132931_056-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-800\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_9734-1024x683.jpg\" /></figure>\n</figure>\n\n\n\n<p>Throughout the event during the hackathon track and culminating on <strong>May 25th</strong>, participants joined the global open-source movement through the <strong>Contributor Day</strong> and sessions. From learning how to translate and reviewing content to contributing to the WordPress Photos and Polyglots teams, attendees learned how to give back and make an impact in the WordPress ecosystem.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>After-Party on the Nile</strong></h3>\n\n\n\n<p>The event concluded with an unforgettable <strong>after-party</strong> at the <strong>Source of the Nile</strong>, where participants networked, shared stories, and reflected on two days of community connection and creative exploration. The boat ride to the source of the Nile closed off such an eventful experience.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-827\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_3273-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-811\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_0175-1024x683.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-824\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_0092-1-1024x794.jpg\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank You!</strong></h2>\n\n\n\n<p>We are deeply grateful to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Our over <strong>250+ attendees and participants</strong> especially all the students for bringing their energy and enthusiasm for learning<br /></li>\n\n\n\n<li>Our <strong>amazing speakers and workshop facilitators</strong><strong><br /></strong></li>\n\n\n\n<li>Our <strong>sponsors and partners</strong> for their generous support<br /></li>\n\n\n\n<li>Our <strong>volunteers</strong> who made everything run smoothly<br /></li>\n</ul>\n\n\n\n<p>Your commitment and passion made this year’s WordCamp Jinja the <strong>biggest and most impactful yet</strong>! </p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Happening Now: Patrick Lumumba <a href=\"https://twitter.com/lumiblog?ref_src=twsrc%5Etfw\">@lumiblog</a> from Kenya delivering his presentation on Contributing to WordPress: Making an Impact on the Test Team—With or Without Coding Skills <a href=\"https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw\">@WordPressJinja</a><a href=\"https://t.co/yponyClmwm\">https://t.co/yponyClmwm</a> <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://t.co/W75ZJ23dIA\">pic.twitter.com/W75ZJ23dIA</a></p>— Mukalele Rogers (@mrogers4christ) <a href=\"https://twitter.com/mrogers4christ/status/1926207964743938443?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Happening now! <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> 2025 is live at Jinja S.S School with insightful sessions<br /> Extending WordPress Block Editor with Spectra and Website Hackathon workshops led by @rogersmukalele<a href=\"https://twitter.com/wmjackson?ref_src=twsrc%5Etfw\">@wmjackson</a> <a href=\"https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw\">@WordPressJinja</a><a href=\"https://twitter.com/NorahBetsy?ref_src=twsrc%5Etfw\">@NorahBetsy</a> <a href=\"https://t.co/sej7sEcfPl\">pic.twitter.com/sej7sEcfPl</a></p>— Jinja WordPress Meetup (@WordPressJinja) <a href=\"https://twitter.com/WordPressJinja/status/1926195145373819348?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Jinja day 2 <img alt=\"🇺🇬\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f1fa-1f1ec.png\" style=\"height: 1em;\" /><br />I\'m glad to see students and Genzs this committed<img alt=\"❤\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/2764.png\" style=\"height: 1em;\" /><img alt=\"❤\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/2764.png\" style=\"height: 1em;\" /><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a><a href=\"https://twitter.com/hashtag/WordPressOnTheNile2025?src=hash&ref_src=twsrc%5Etfw\">#WordPressOnTheNile2025</a> <a href=\"https://twitter.com/hashtag/TechWithTwin?src=hash&ref_src=twsrc%5Etfw\">#TechWithTwin</a> <a href=\"https://t.co/9DcQnGtseQ\">pic.twitter.com/9DcQnGtseQ</a></p>— TechWithTwin (@techwithtwin) <a href=\"https://twitter.com/techwithtwin/status/1926578521154932862?ref_src=twsrc%5Etfw\">May 25, 2025</a></blockquote>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Don\'t miss out on the amazing learning, networking and fun at <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> 24th-25th May 2025. We have an amazing set of speakers, sessions and activities this year. <br /><br />Secure your spot here: <a href=\"https://t.co/PVtyJ87ePr\">https://t.co/PVtyJ87ePr</a><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/Jinja?src=hash&ref_src=twsrc%5Etfw\">#Jinja</a> 1/6 <a href=\"https://t.co/riQhoIiRmo\">pic.twitter.com/riQhoIiRmo</a></p>— Jinja WordPress Meetup (@WordPressJinja) <a href=\"https://twitter.com/WordPressJinja/status/1922564449837216202?ref_src=twsrc%5Etfw\">May 14, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">We’re excited to be part of <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> 2025!<br />Connecting with the amazing WordPress community, sharing ideas, and learning from others.<br />Grateful for the energy, inspiration, and all the new connections!<a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://twitter.com/hashtag/WordPressUG?src=hash&ref_src=twsrc%5Etfw\">#WordPressUG</a> <a href=\"https://twitter.com/hashtag/WordCamp2025?src=hash&ref_src=twsrc%5Etfw\">#WordCamp2025</a> <a href=\"https://twitter.com/hashtag/sharebilityug?src=hash&ref_src=twsrc%5Etfw\">#sharebilityug</a> <a href=\"https://t.co/GJP1QfdMd0\">pic.twitter.com/GJP1QfdMd0</a></p>— MACARENA (@renadevug) <a href=\"https://twitter.com/renadevug/status/1926578021722407181?ref_src=twsrc%5Etfw\">May 25, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"in\">Jinja day 1 <img alt=\"🥳\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f973.png\" style=\"height: 1em;\" /><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&ref_src=twsrc%5Etfw\">#WordCampJinja</a><a href=\"https://twitter.com/hashtag/WordPressOnTheNile2025?src=hash&ref_src=twsrc%5Etfw\">#WordPressOnTheNile2025</a><a href=\"https://twitter.com/hashtag/TechWithTwin?src=hash&ref_src=twsrc%5Etfw\">#TechWithTwin</a> <a href=\"https://t.co/vZxnrfLBzd\">pic.twitter.com/vZxnrfLBzd</a></p>— TechWithTwin (@techwithtwin) <a href=\"https://twitter.com/techwithtwin/status/1926221392137122218?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n</div>\n</div>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Next</strong></h2>\n\n\n\n<p>Don’t forget to follow<a href=\"https://twitter.com/WordPressJinja\"> @WordPressJinja</a> for continued updates.</p>\n\n\n\n<p>Uganda is one of the places with the highest turnover of WordPress events and a vibrant, supportive, and passionate WordPress community with over 8 WordPress events a year. Including Next Gens and Do Actions. Next inline is the <a href=\"https://events.wordpress.org/uganda/2025/competition/\">Uganda Websites Projects Competition</a> on 20th June 2025 and <a href=\"https://masaka.wordcamp.org/2025/\">WordCamp Masaka</a> on 18th and 19th July 2025 with more to follow in the coming months.</p>\n\n\n\n<p>Remember to join our <a href=\"https://www.meetup.com/Jinja-WordPress-Meetup/\">WordPress Jinja Meetup</a> community for timely updates as well. We can’t wait to welcome you to all WordPress Jinja meetups, creative and developer centric next-gen events and <strong>WordCamp Jinja 2026</strong> — which shall be even bigger and more impactful, let’s continue to create, impact, and explore together with WordPress!</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 13:18:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Mohammed Kateregga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Open Channels FM: Version 6.0 OpenChannels.fm Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://openchannels.fm/version-6-0-openchannels-fm-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"An update to our changelog for OpenChannels.fm 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 10:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 03 Jul 2025 05:03:53 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 03 Jul 2025 04:45:16 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727716820;s:21:\"cache_expiration_time\";i:1751562235;s:23:\"__cache_expiration_time\";i:1751562235;}','off'),(941187,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1751562236','off'),(941188,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1751519036','off'),(941711,'wp-optimize-wpo_last_page_cache_preload','1751529448','auto'),(941704,'wp-optimize-completed_task_count','9','auto'),(941705,'wp-optimize-total_bytes_saved','0','auto'),(941706,'wp-optimize-total_percent_saved','0','auto'),(941712,'_site_transient_timeout_community-events-ba5445bd361c8f8eb2b8536ce114a9ae','1751562226','off'),(941713,'_site_transient_community-events-ba5445bd361c8f8eb2b8536ce114a9ae','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"106.222.215.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://us.wordcamp.org/2025/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2025-08-26 09:00:00\";s:8:\"end_date\";s:19:\"2025-08-29 17:00:00\";s:20:\"start_unix_timestamp\";i:1756224000;s:18:\"end_unix_timestamp\";i:1756512000;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Portland, Oregon\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:45.5283308;s:9:\"longitude\";d:-122.6634712;}}}}','off'),(941257,'_transient_timeout_wpo_wcpdf_upgrade_notice_3.8.6','1751545450','off'),(941957,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_woocommerce','1751571037','off'),(941958,'_site_transient_wp_plugin_dependencies_plugin_timeout_woocommerce','1','off'),(941261,'_transient_timeout_orders-all-statuses','1752063860','off'),(941262,'_transient_orders-all-statuses','a:2:{s:7:\"version\";s:10:\"1747053788\";s:5:\"value\";a:6:{i:0;s:8:\"wc-trash\";i:1;s:13:\"wc-processing\";i:2;s:17:\"wc-rnb-fake-order\";i:3;s:12:\"wc-cancelled\";i:4;s:10:\"wc-on-hold\";i:5;s:12:\"wc-completed\";}}','off'),(941259,'_transient_timeout_wc_upgrade_notice_9.9.5','1751545452','off'),(941260,'_transient_wc_upgrade_notice_9.9.5','','off'),(941258,'_transient_wpo_wcpdf_upgrade_notice_3.8.6','','off'),(941263,'_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs','1752063861','off'),(941264,'_transient_woocommerce_admin_payment_gateway_suggestions_specs','a:1:{s:5:\"en_US\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:4;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:4;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:4;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:4;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:4;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:4;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:4;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:2;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:3;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:1;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:0;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:4;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:4;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:4;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:4;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:4;}}}','off'),(942087,'_transient_timeout_wcpay_incentive_store_has_orders','1751570876','off'),(942088,'_transient_wcpay_incentive_store_has_orders','no','off'),(942284,'_site_transient_timeout_wp_theme_files_patterns-2fbd208dbedbec60d7cc43a359fc0485','1751610775','off'),(942285,'_site_transient_wp_theme_files_patterns-2fbd208dbedbec60d7cc43a359fc0485','a:2:{s:7:\"version\";s:7:\"1.0.108\";s:8:\"patterns\";a:0:{}}','off'),(941475,'action_scheduler_migration_status','complete','auto'),(942192,'_transient_timeout_wc_related_1084','1751658144','off'),(942193,'_transient_wc_related_1084','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1084\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1080\";i:4;s:4:\"1082\";i:5;s:4:\"1083\";i:6;s:4:\"1085\";i:7;s:4:\"1086\";}}','off'),(942055,'_transient_timeout_wc_related_1083','1751626260','off'),(941151,'_transient_timeout_wc_related_1053','1751534417','off'),(941152,'_transient_wc_related_1053','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1053\";a:8:{i:0;s:4:\"1061\";i:1;s:4:\"1079\";i:2;s:4:\"1080\";i:3;s:4:\"1082\";i:4;s:4:\"1083\";i:5;s:4:\"1084\";i:6;s:4:\"1085\";i:7;s:4:\"1086\";}}','off'),(942056,'_transient_wc_related_1083','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1083\";a:8:{i:0;s:4:\"1053\";i:1;s:4:\"1061\";i:2;s:4:\"1079\";i:3;s:4:\"1080\";i:4;s:4:\"1082\";i:5;s:4:\"1084\";i:6;s:4:\"1085\";i:7;s:4:\"1086\";}}','off'),(942104,'_transient_action_scheduler_last_pastdue_actions_check','1751549300','off'),(942091,'_transient_timeout_wpseo_total_unindexed_posts_limited','1751550180','off'),(942092,'_transient_wpseo_total_unindexed_posts_limited','0','off'),(942093,'_transient_timeout_wpseo_total_unindexed_terms_limited','1751550180','off'),(942094,'_transient_wpseo_total_unindexed_terms_limited','0','off'),(941991,'booking_wizard_data','a:3:{s:4:\"none\";a:0:{}s:26:\"save_and_continue__welcome\";a:0:{}s:11:\"skip_wizard\";a:0:{}}','auto'),(942103,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1751570900','off'),(941996,'_transient_wc_term_counts','a:1:{i:30;s:1:\"9\";}','off'),(935670,'ewww_image_optimizer_relative_migration_status','done','auto'),(935673,'ewww_image_optimizer_noauto','','auto'),(935674,'ewww_image_optimizer_auto','','auto'),(935675,'ewww_image_optimizer_ludicrous_mode','','auto'),(935676,'ewww_image_optimizer_jpg_only_mode','','auto'),(935677,'ewww_image_optimizer_disable_editor','','auto'),(935678,'ewww_image_optimizer_debug','','auto'),(935679,'ewww_image_optimizer_metadata_remove','1','auto'),(935680,'ewww_image_optimizer_maxmediawidth','2560','auto'),(935681,'ewww_image_optimizer_maxmediaheight','2560','auto'),(935682,'ewww_image_optimizer_cloud_key','','auto'),(935683,'ewww_image_optimizer_jpg_level','10','auto'),(935684,'ewww_image_optimizer_png_level','10','auto'),(935685,'ewww_image_optimizer_gif_level','10','auto'),(935686,'ewww_image_optimizer_pdf_level','0','auto'),(935687,'ewww_image_optimizer_svg_level','0','auto'),(935688,'ewww_image_optimizer_webp_level','0','auto'),(935689,'ewww_image_optimizer_webp_conversion_method','local','auto'),(935690,'ewww_image_optimizer_webp','','auto'),(935691,'ewww_image_optimizer_jpg_quality','','auto'),(935692,'ewww_image_optimizer_webp_quality','','auto'),(935693,'ewww_image_optimizer_backup_files','','auto'),(935694,'ewww_image_optimizer_resize_existing','1','auto'),(935695,'ewww_image_optimizer_exactdn','','auto'),(935696,'ewww_image_optimizer_exactdn_plan_id','0','auto'),(935697,'exactdn_all_the_things','1','auto'),(935698,'exactdn_lossy','1','auto'),(935699,'exactdn_hidpi','1','off'),(935700,'exactdn_exclude','','auto'),(935701,'exactdn_sub_folder','','off'),(935702,'exactdn_prevent_db_queries','','auto'),(935703,'exactdn_asset_domains','','auto'),(935704,'ewww_image_optimizer_lazy_load','','auto'),(935705,'ewww_image_optimizer_add_missing_dims','','auto'),(935706,'ewww_image_optimizer_use_siip','','auto'),(935707,'ewww_image_optimizer_use_lqip','','auto'),(935708,'ewww_image_optimizer_use_dcip','','auto'),(935709,'ewww_image_optimizer_ll_exclude','','auto'),(935710,'ewww_image_optimizer_ll_all_things','','auto'),(935711,'ewww_image_optimizer_disable_pngout','1','auto'),(935712,'ewww_image_optimizer_disable_svgcleaner','1','auto'),(935713,'ewww_image_optimizer_optipng_level','2','auto'),(935714,'ewww_image_optimizer_pngout_level','2','auto'),(935715,'ewww_image_optimizer_webp_for_cdn','','auto'),(935716,'ewww_image_optimizer_force_gif2webp','1','auto'),(935717,'ewww_image_optimizer_picture_webp','','auto'),(926963,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1749272510;s:5:\"value\";s:10885:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off'),(935335,'_transient_timeout_metform-unsupported-metform-pro-version','1752314544','off'),(935336,'_transient_metform-unsupported-metform-pro-version','1','off'),(935427,'_transient_wpcode_used_library_snippets','a:1:{i:12;i:4424;}','on'),(935165,'_transient_timeout_elementor_rollback_versions_3.23.4','1751618677','off'),(935166,'_transient_elementor_rollback_versions_3.23.4','a:30:{i:0;s:6:\"3.23.3\";i:1;s:6:\"3.23.2\";i:2;s:6:\"3.23.1\";i:3;s:6:\"3.23.0\";i:4;s:6:\"3.22.3\";i:5;s:6:\"3.22.2\";i:6;s:6:\"3.22.1\";i:7;s:6:\"3.22.0\";i:8;s:6:\"3.21.8\";i:9;s:6:\"3.21.7\";i:10;s:6:\"3.21.6\";i:11;s:6:\"3.21.5\";i:12;s:6:\"3.21.4\";i:13;s:6:\"3.21.3\";i:14;s:6:\"3.21.2\";i:15;s:6:\"3.21.1\";i:16;s:6:\"3.21.0\";i:17;s:6:\"3.20.4\";i:18;s:6:\"3.20.3\";i:19;s:6:\"3.20.2\";i:20;s:6:\"3.20.1\";i:21;s:6:\"3.20.0\";i:22;s:6:\"3.19.4\";i:23;s:6:\"3.19.3\";i:24;s:6:\"3.19.2\";i:25;s:6:\"3.19.1\";i:26;s:6:\"3.19.0\";i:27;s:6:\"3.18.3\";i:28;s:6:\"3.18.2\";i:29;s:6:\"3.18.1\";}','off'),(942089,'_transient_timeout_wcpay_welcome_page_incentive','1751635677','off'),(942090,'_transient_wcpay_welcome_page_incentive','a:3:{s:9:\"incentive\";a:0:{}s:12:\"context_hash\";s:32:\"8f376273780c719c4c00ac467ebc98c5\";s:9:\"timestamp\";i:1751549277;}','off'),(940473,'_transient_timeout_wc_report_orders_stats_7b93a688fa4ff7007806e2be947ae31d','1751962463','off'),(940474,'_transient_wc_report_orders_stats_7b93a688fa4ff7007806e2be947ae31d','a:2:{s:7:\"version\";s:10:\"1747053788\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"total_sales\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:4:\"2024\";s:10:\"date_start\";s:19:\"2024-01-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-12-31 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-12-31 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"total_sales\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(940495,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1751972856','off'),(940496,'_transient_woocommerce_admin_remote_free_extensions_specs','a:1:{s:5:\"en_US\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:154:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:126:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google for WooCommerce</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:138:\"Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:11:\"klaviyo:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":8:{s:4:\"name\";s:26:\"Meta Ads & Pixel by Kliken\";s:11:\"description\";s:150:\"Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken.svg\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:0;s:10:\"is_visible\";b:1;s:3:\"key\";s:29:\"kliken-ads-pixel-for-meta:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:5;O:8:\"stdClass\":10:{s:4:\"name\";s:28:\"Multichannel for WooCommerce\";s:11:\"description\";s:85:\"Sync your sales data across platforms and manage everything from a unified dashboard.\";s:9:\"image_url\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/multichannel.webp\";s:10:\"manage_url\";s:28:\"admin.php?page=sales_channel\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:1;s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.8.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:15:\"learn_more_link\";s:143:\"https://woocommerce.com/products/multichannel-by-cedcommerce-ebay-amazon-walmart-etsy-integration/?utm_source=marketing_task&utm_medium=product\";s:4:\"tags\";a:1:{i:0;s:11:\"marketplace\";}s:3:\"key\";s:27:\"multichannel-by-cedcommerce\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:12:{i:0;O:8:\"stdClass\":11:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:54:\"Offer safe and convenient ways to pay with WooPayments\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:25:\"Get paid with WooPayments\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;s:12:\"requires_jpc\";b:1;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:41:\"Print discounted USPS, UPS and DHL labels\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";s:5:\"label\";s:42:\"Save on shipping with WooCommerce Shipping\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:61:\"Offer more ways to pay with this all-in-one checkout solution\";s:14:\"is_built_by_wc\";b:0;s:15:\"install_options\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:26:\"woocommerce_paypal_branded\";s:5:\"value\";s:8:\"profiler\";}}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:3:\"!in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:27:\"woocommerce-paypal-payments\";s:5:\"label\";s:41:\"Maximize conversions with PayPal Payments\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:3;O:8:\"stdClass\":9:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:60:\"Offer additional flexible payment options with PayPal Wallet\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:39:\"woocommerce-paypal-payments:wallet-only\";s:5:\"label\";s:38:\"Give shoppers a variety of ways to pay\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:4;O:8:\"stdClass\":11:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:53:\"Keep your store online with full security and backups\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:49:\"Protect your store and your shoppers with Jetpack\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;s:12:\"requires_jpc\";b:1;}i:5;O:8:\"stdClass\":11:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:55:\"Get your products in front of a highly engaged audience\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:37:\"Showcase your products with Pinterest\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:6;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:58:\"Attract and retain shoppers with email marketing campaigns\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:34:\"Reach your customers with MailPoet\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:7;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:61;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";s:5:\"label\";s:7:\"Klaviyo\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:8;O:8:\"stdClass\":11:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:57:\"Create ads for your products straight from your dashboard\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:39:\"Drive sales with Google for WooCommerce\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:9;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:62:\"Automatically calculate how much sales tax should be collected\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:44:\"Get automated tax rates with WooCommerce Tax\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:10;O:8:\"stdClass\":10:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:59:\"Sync your store with TikTok to create engaging ad campaigns\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:31:\"Create ad campaigns with TikTok\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}i:11;O:8:\"stdClass\":10:{s:4:\"name\";s:29:\"Print on Demand with Printful\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-printful.png\";s:11:\"description\";s:65:\"Design and easily sell custom print products online with Printful\";s:10:\"manage_url\";s:0:\"\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:9:{i:0;s:2:\"AU\";i:1;s:2:\"GB\";i:2;s:2:\"CA\";i:3;s:2:\"ES\";i:4;s:2:\"DE\";i:5;s:2:\"FR\";i:6;s:2:\"NL\";i:7;s:2:\"BE\";i:8;s:2:\"LU\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:10:\"industry.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:24:\"clothing_and_accessories\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"printful-shipping-for-woocommerce\";s:5:\"label\";s:29:\"Print on Demand with Printful\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/printful?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:9;}}}}}','off'),(942084,'_transient_timeout_woocommerce_marketplace_promotions_v2','1751635671','off'),(942085,'_transient_woocommerce_marketplace_promotions_v2','a:1:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}}','off'),(942095,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1751635680','off'),(942096,'_transient_wpseo_total_unindexed_post_type_archives','0','off'),(942097,'_transient_timeout_wpseo_total_unindexed_general_items','1751635680','off'),(942098,'_transient_wpseo_total_unindexed_general_items','0','off'),(942099,'_transient_timeout_wpseo_unindexed_post_link_count','1751635680','off'),(942100,'_transient_wpseo_unindexed_post_link_count','0','off'),(942101,'_transient_timeout_wpseo_unindexed_term_link_count','1751635681','off'),(942102,'_transient_wpseo_unindexed_term_link_count','0','off'),(940514,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1751972901','off'),(940515,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:5:\"en_US\";a:2:{s:27:\"woocommerce_payments:woopay\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"woocommerce_payments:woopay\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:393:\"Payments made simple — including WooPay, a new express checkout feature.<br/><br/>By using WooPayments you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> (including WooPay <a href=\"https://wordpress.com/tos/#more-woopay-specifically\" target=\"_blank\">merchant terms</a>) and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy Policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"8.1.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}}','off'),(941873,'_site_transient_timeout_browser_7ddeda88d0c599cc494da0dece6554d5','1752129363','off'),(941874,'_site_transient_browser_7ddeda88d0c599cc494da0dece6554d5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"138.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(942200,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1751572148;s:7:\"checked\";a:1:{s:19:\"royal-elementor-kit\";s:7:\"1.0.108\";}s:8:\"response\";a:1:{s:19:\"royal-elementor-kit\";a:6:{s:5:\"theme\";s:19:\"royal-elementor-kit\";s:11:\"new_version\";s:7:\"1.0.136\";s:3:\"url\";s:49:\"https://wordpress.org/themes/royal-elementor-kit/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/theme/royal-elementor-kit.1.0.136.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.2\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(932102,'wpseo_taxonomy_meta','a:1:{s:11:\"product_cat\";a:1:{i:30;a:8:{s:11:\"wpseo_title\";s:45:\"Browse All Room Options at Hotel Dhruv Palace\";s:10:\"wpseo_desc\";s:141:\"Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple\";s:13:\"wpseo_linkdex\";s:5:\"-1221\";s:19:\"wpseo_content_score\";s:2:\"90\";s:21:\"wpseo_opengraph-title\";s:45:\"Browse All Room Options at Hotel Dhruv Palace\";s:27:\"wpseo_opengraph-description\";s:141:\"Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple\";s:19:\"wpseo_twitter-title\";s:90:\"Browse All Room Options at Hotel Dhruv PalaceBrowse All Room Options at Hotel Dhruv Palace\";s:25:\"wpseo_twitter-description\";s:141:\"Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple\";}}}','auto');
/*!40000 ALTER TABLE `wpf4_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_postmeta`
--
DROP TABLE IF EXISTS `wpf4_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=37099 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_postmeta`
--
LOCK TABLES `wpf4_postmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_postmeta` DISABLE KEYS */;
INSERT INTO `wpf4_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,5,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:22:\"KingHo - Hotel Booking\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:26:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:36:\"https://demothemesflat.com/kinghokit\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:1;a:9:{s:4:\"name\";s:15:\"Header style 01\";s:10:\"screenshot\";s:31:\"screenshots/header-style-01.jpg\";s:6:\"source\";s:30:\"templates/header-style-01.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/header-style-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:2;a:9:{s:4:\"name\";s:15:\"Header style 02\";s:10:\"screenshot\";s:31:\"screenshots/header-style-02.jpg\";s:6:\"source\";s:30:\"templates/header-style-02.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/header-style-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:3;a:9:{s:4:\"name\";s:15:\"Header style 03\";s:10:\"screenshot\";s:31:\"screenshots/header-style-03.jpg\";s:6:\"source\";s:30:\"templates/header-style-03.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/header-style-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:4;a:9:{s:4:\"name\";s:15:\"Footer style 01\";s:10:\"screenshot\";s:31:\"screenshots/footer-style-01.jpg\";s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/footer-style-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:5;a:8:{s:4:\"name\";s:15:\"Footer style 02\";s:10:\"screenshot\";s:31:\"screenshots/footer-style-02.jpg\";s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/footer-style-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:15:\"Footer style 03\";s:10:\"screenshot\";s:31:\"screenshots/footer-style-03.jpg\";s:6:\"source\";s:30:\"templates/footer-style-03.json\";s:11:\"preview_url\";s:66:\"https://demothemesflat.com/kinghokit/template-kit/footer-style-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:9:{s:4:\"name\";s:46:\"Form Check Availability Block for Page Home 01\";s:10:\"screenshot\";s:62:\"screenshots/form-check-availability-block-for-page-home-01.jpg\";s:6:\"source\";s:61:\"templates/form-check-availability-block-for-page-home-01.json\";s:11:\"preview_url\";s:97:\"https://demothemesflat.com/kinghokit/template-kit/form-check-availability-block-for-page-home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"section-cta\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:8;a:9:{s:4:\"name\";s:46:\"Form Check Availability Block for Page Home 03\";s:10:\"screenshot\";s:62:\"screenshots/form-check-availability-block-for-page-home-03.jpg\";s:6:\"source\";s:61:\"templates/form-check-availability-block-for-page-home-03.json\";s:11:\"preview_url\";s:97:\"https://demothemesflat.com/kinghokit/template-kit/form-check-availability-block-for-page-home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"section-cta\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:9;a:9:{s:4:\"name\";s:33:\"Form Email Block for Page Home 03\";s:10:\"screenshot\";s:49:\"screenshots/form-email-block-for-page-home-03.jpg\";s:6:\"source\";s:48:\"templates/form-email-block-for-page-home-03.json\";s:11:\"preview_url\";s:84:\"https://demothemesflat.com/kinghokit/template-kit/form-email-block-for-page-home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"section-cta\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:10;a:9:{s:4:\"name\";s:38:\"Form Contact Block for Page Contact Us\";s:10:\"screenshot\";s:54:\"screenshots/form-contact-block-for-page-contact-us.jpg\";s:6:\"source\";s:53:\"templates/form-contact-block-for-page-contact-us.json\";s:11:\"preview_url\";s:89:\"https://demothemesflat.com/kinghokit/template-kit/form-contact-block-for-page-contact-us/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:11;a:9:{s:4:\"name\";s:34:\"Tab Feature Block for Page Home 01\";s:10:\"screenshot\";s:50:\"screenshots/tab-feature-block-for-page-home-01.jpg\";s:6:\"source\";s:49:\"templates/tab-feature-block-for-page-home-01.json\";s:11:\"preview_url\";s:85:\"https://demothemesflat.com/kinghokit/template-kit/tab-feature-block-for-page-home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:12;a:9:{s:4:\"name\";s:38:\"Slider Feedback Block for Page Home 02\";s:10:\"screenshot\";s:54:\"screenshots/slider-feedback-block-for-page-home-02.jpg\";s:6:\"source\";s:53:\"templates/slider-feedback-block-for-page-home-02.json\";s:11:\"preview_url\";s:89:\"https://demothemesflat.com/kinghokit/template-kit/slider-feedback-block-for-page-home-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:19:\"section-testimonial\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:13;a:9:{s:4:\"name\";s:38:\"Slider Rooms Block 01 for Page Home 03\";s:10:\"screenshot\";s:54:\"screenshots/slider-rooms-block-01-for-page-home-03.jpg\";s:6:\"source\";s:53:\"templates/slider-rooms-block-01-for-page-home-03.json\";s:11:\"preview_url\";s:89:\"https://demothemesflat.com/kinghokit/template-kit/slider-rooms-block-01-for-page-home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:14;a:8:{s:4:\"name\";s:42:\"Slider Testimonial Block for Page Our Team\";s:10:\"screenshot\";s:58:\"screenshots/slider-testimonial-block-for-page-our-team.jpg\";s:6:\"source\";s:57:\"templates/slider-testimonial-block-for-page-our-team.json\";s:11:\"preview_url\";s:93:\"https://demothemesflat.com/kinghokit/template-kit/slider-testimonial-block-for-page-our-team/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:19:\"section-testimonial\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:9:{s:4:\"name\";s:7:\"Home 01\";s:10:\"screenshot\";s:23:\"screenshots/home-01.jpg\";s:6:\"source\";s:22:\"templates/home-01.json\";s:11:\"preview_url\";s:58:\"https://demothemesflat.com/kinghokit/template-kit/home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:16;a:9:{s:4:\"name\";s:7:\"Home 02\";s:10:\"screenshot\";s:23:\"screenshots/home-02.jpg\";s:6:\"source\";s:22:\"templates/home-02.json\";s:11:\"preview_url\";s:58:\"https://demothemesflat.com/kinghokit/template-kit/home-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:17;a:9:{s:4:\"name\";s:7:\"Home 03\";s:10:\"screenshot\";s:23:\"screenshots/home-03.jpg\";s:6:\"source\";s:22:\"templates/home-03.json\";s:11:\"preview_url\";s:58:\"https://demothemesflat.com/kinghokit/template-kit/home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:18;a:9:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:59:\"https://demothemesflat.com/kinghokit/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:19;a:9:{s:4:\"name\";s:12:\"Our Services\";s:10:\"screenshot\";s:28:\"screenshots/our-services.jpg\";s:6:\"source\";s:27:\"templates/our-services.json\";s:11:\"preview_url\";s:63:\"https://demothemesflat.com/kinghokit/template-kit/our-services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:20;a:9:{s:4:\"name\";s:9:\"Room Grid\";s:10:\"screenshot\";s:25:\"screenshots/room-grid.jpg\";s:6:\"source\";s:24:\"templates/room-grid.json\";s:11:\"preview_url\";s:60:\"https://demothemesflat.com/kinghokit/template-kit/room-grid/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:21;a:9:{s:4:\"name\";s:8:\"Our Team\";s:10:\"screenshot\";s:24:\"screenshots/our-team.jpg\";s:6:\"source\";s:23:\"templates/our-team.json\";s:11:\"preview_url\";s:59:\"https://demothemesflat.com/kinghokit/template-kit/our-team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:22;a:9:{s:4:\"name\";s:11:\"Our Gallery\";s:10:\"screenshot\";s:27:\"screenshots/our-gallery.jpg\";s:6:\"source\";s:26:\"templates/our-gallery.json\";s:11:\"preview_url\";s:62:\"https://demothemesflat.com/kinghokit/template-kit/our-gallery/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:23;a:9:{s:4:\"name\";s:11:\"Our Pricing\";s:10:\"screenshot\";s:27:\"screenshots/our-pricing.jpg\";s:6:\"source\";s:26:\"templates/our-pricing.json\";s:11:\"preview_url\";s:62:\"https://demothemesflat.com/kinghokit/template-kit/our-pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:24;a:9:{s:4:\"name\";s:4:\"News\";s:10:\"screenshot\";s:20:\"screenshots/news.jpg\";s:6:\"source\";s:19:\"templates/news.json\";s:11:\"preview_url\";s:55:\"https://demothemesflat.com/kinghokit/template-kit/news/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:12:\"archive-blog\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:25;a:9:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:61:\"https://demothemesflat.com/kinghokit/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}}s:16:\"required_plugins\";a:5:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.4.7\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.4.0\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"1.5.6\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:35:\"Sticky Header Effects for Elementor\";s:7:\"version\";s:5:\"1.4.7\";s:4:\"file\";s:75:\"sticky-header-effects-for-elementor/sticky-header-effects-for-elementor.php\";s:6:\"author\";s:8:\"Rwattner\";}i:4;a:4:{s:4:\"name\";s:31:\"Themesflat Addons For Elementor\";s:7:\"version\";s:5:\"1.8.6\";s:4:\"file\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:6:\"author\";s:10:\"Themesflat\";}}s:6:\"images\";a:145:{i:0;a:8:{s:8:\"filename\";s:17:\"logo-hotel-01.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/logo-hotel-01.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-01.json\";s:4:\"name\";s:15:\"Header style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/header-style-02.json\";s:4:\"name\";s:15:\"Header style 02\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/header-style-03.json\";s:4:\"name\";s:15:\"Header style 03\";}i:3;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:4;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}i:5;a:2:{s:6:\"source\";s:30:\"templates/footer-style-03.json\";s:4:\"name\";s:15:\"Footer style 03\";}}s:8:\"filesize\";i:3343;s:10:\"dimensions\";a:2:{i:0;i:103;i:1;i:75;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:1;a:8:{s:8:\"filename\";s:17:\"logo-hotel-03.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/logo-hotel-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-02.json\";s:4:\"name\";s:15:\"Header style 02\";}}s:8:\"filesize\";i:3157;s:10:\"dimensions\";a:2:{i:0;i:103;i:1;i:81;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:2;a:8:{s:8:\"filename\";s:16:\"logo-home-03.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/logo-home-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-03.json\";s:4:\"name\";s:15:\"Header style 03\";}}s:8:\"filesize\";i:1487;s:10:\"dimensions\";a:2:{i:0;i:92;i:1;i:36;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:3;a:8:{s:8:\"filename\";s:17:\"img-arward-01.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-arward-01.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-03.json\";s:4:\"name\";s:15:\"Footer style 03\";}}s:8:\"filesize\";i:2447;s:10:\"dimensions\";a:2:{i:0;i:53;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:4;a:8:{s:8:\"filename\";s:17:\"img-arward-02.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-arward-02.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-03.json\";s:4:\"name\";s:15:\"Footer style 03\";}}s:8:\"filesize\";i:2015;s:10:\"dimensions\";a:2:{i:0;i:67;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:5;a:8:{s:8:\"filename\";s:17:\"img-arward-03.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-arward-03.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-03.json\";s:4:\"name\";s:15:\"Footer style 03\";}}s:8:\"filesize\";i:2382;s:10:\"dimensions\";a:2:{i:0;i:53;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:6;a:8:{s:8:\"filename\";s:11:\"logo-02.png\";s:13:\"thumbnail_url\";s:75:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/logo-02.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:4927;s:10:\"dimensions\";a:2:{i:0;i:140;i:1;i:28;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:7;a:8:{s:8:\"filename\";s:14:\"logo-04png.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/logo-04png.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:4006;s:10:\"dimensions\";a:2:{i:0;i:140;i:1;i:28;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:8;a:8:{s:8:\"filename\";s:11:\"logo-03.png\";s:13:\"thumbnail_url\";s:75:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/logo-03.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer style 01\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:4737;s:10:\"dimensions\";a:2:{i:0;i:140;i:1;i:28;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:9;a:8:{s:8:\"filename\";s:16:\"bg-footer-01.jpg\";s:13:\"thumbnail_url\";s:88:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/bg-footer-01-800x221.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:368917;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:531;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Fk9d0cxYqC4\";}i:10;a:8:{s:8:\"filename\";s:21:\"partner-footer-01.png\";s:13:\"thumbnail_url\";s:85:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-footer-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:2446;s:10:\"dimensions\";a:2:{i:0;i:51;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:11;a:8:{s:8:\"filename\";s:21:\"partner-footer-02.png\";s:13:\"thumbnail_url\";s:85:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-footer-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:2000;s:10:\"dimensions\";a:2:{i:0;i:59;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:12;a:8:{s:8:\"filename\";s:21:\"partner-footer-03.png\";s:13:\"thumbnail_url\";s:85:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-footer-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-02.json\";s:4:\"name\";s:15:\"Footer style 02\";}}s:8:\"filesize\";i:2380;s:10:\"dimensions\";a:2:{i:0;i:53;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:13;a:8:{s:8:\"filename\";s:12:\"bg-video.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-video-800x444.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:49:\"templates/tab-feature-block-for-page-home-01.json\";s:4:\"name\";s:34:\"Tab Feature Block for Page Home 01\";}}s:8:\"filesize\";i:382920;s:10:\"dimensions\";a:2:{i:0;i:1170;i:1;i:650;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/g51F6-WYzyU\";}i:14;a:8:{s:8:\"filename\";s:34:\"img_testimonial_Home02-PQNY3TT.jpg\";s:13:\"thumbnail_url\";s:98:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_testimonial_Home02-PQNY3TT.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/slider-feedback-block-for-page-home-02.json\";s:4:\"name\";s:38:\"Slider Feedback Block for Page Home 02\";}}s:8:\"filesize\";i:64350;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:383;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQNY3TT\";}i:15;a:8:{s:8:\"filename\";s:14:\"icon-quote.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-quote.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/slider-feedback-block-for-page-home-02.json\";s:4:\"name\";s:38:\"Slider Feedback Block for Page Home 02\";}}s:8:\"filesize\";i:3412;s:10:\"dimensions\";a:2:{i:0;i:256;i:1;i:220;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:16;a:8:{s:8:\"filename\";s:12:\"rooms-01.jpg\";s:13:\"thumbnail_url\";s:76:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/rooms-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/slider-rooms-block-01-for-page-home-03.json\";s:4:\"name\";s:38:\"Slider Rooms Block 01 for Page Home 03\";}}s:8:\"filesize\";i:91566;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/L7EwHkq1B2s\";}i:17;a:8:{s:8:\"filename\";s:25:\"icon-tripadvisor@3x-1.png\";s:13:\"thumbnail_url\";s:89:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-tripadvisor@3x-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/slider-testimonial-block-for-page-our-team.json\";s:4:\"name\";s:42:\"Slider Testimonial Block for Page Our Team\";}}s:8:\"filesize\";i:5015;s:10:\"dimensions\";a:2:{i:0;i:114;i:1;i:80;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:18;a:8:{s:8:\"filename\";s:15:\"bg-inner-01.png\";s:13:\"thumbnail_url\";s:87:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-inner-01-800x788.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:45895;s:10:\"dimensions\";a:2:{i:0;i:858;i:1;i:845;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:19;a:8:{s:8:\"filename\";s:16:\"icon-heading.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-heading.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:1248;s:10:\"dimensions\";a:2:{i:0;i:41;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:20;a:8:{s:8:\"filename\";s:35:\"img_home01-Y7WfCuz5tn0-unsplash.jpg\";s:13:\"thumbnail_url\";s:99:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img_home01-Y7WfCuz5tn0-unsplash.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:61035;s:10:\"dimensions\";a:2:{i:0;i:495;i:1;i:566;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Y7WfCuz5tn0\";}i:21;a:8:{s:8:\"filename\";s:19:\"img-wellcome-01.jpg\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-wellcome-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:125208;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:370;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/bd6WND-S-L8\";}i:22;a:8:{s:8:\"filename\";s:19:\"img-wellcome-02.jpg\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-wellcome-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:156406;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:530;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/-27u_GzlAFw\";}i:23;a:8:{s:8:\"filename\";s:17:\"logo-hotel-02.png\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/logo-hotel-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:1789;s:10:\"dimensions\";a:2:{i:0;i:61;i:1;i:46;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:24;a:8:{s:8:\"filename\";s:18:\"img-feature-01.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-feature-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:106496;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/N_Y88TWmGwA\";}i:25;a:8:{s:8:\"filename\";s:18:\"img-feature-02.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-feature-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:218319;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:500;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/4f4YZfDMLeU\";}i:26;a:8:{s:8:\"filename\";s:18:\"img-feature-03.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-feature-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:93536;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Id2IIl1jOB0\";}i:27;a:8:{s:8:\"filename\";s:14:\"partner-01.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-01.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:6301;s:10:\"dimensions\";a:2:{i:0;i:168;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:28;a:8:{s:8:\"filename\";s:14:\"partner-02.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-02.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:4577;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:29;a:8:{s:8:\"filename\";s:14:\"partner-03.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-03.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5328;s:10:\"dimensions\";a:2:{i:0;i:138;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:30;a:8:{s:8:\"filename\";s:14:\"partner-04.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-04.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5539;s:10:\"dimensions\";a:2:{i:0;i:133;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:31;a:8:{s:8:\"filename\";s:14:\"partner-05.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/partner-05.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:6217;s:10:\"dimensions\";a:2:{i:0;i:167;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:32;a:8:{s:8:\"filename\";s:15:\"img-room-01.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-room-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:110385;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/aRT5UCf2MYY\";}i:33;a:8:{s:8:\"filename\";s:15:\"img-room-02.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-room-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:108199;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/M8iGdeTSOkg\";}i:34;a:8:{s:8:\"filename\";s:15:\"img-room-03.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-room-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:149104;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/R-w5Q-4Mqm0\";}i:35;a:8:{s:8:\"filename\";s:15:\"img-room-04.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-room-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:138752;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/CbZ4EDP__VQ\";}i:36;a:8:{s:8:\"filename\";s:18:\"img-shedule-01.png\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-shedule-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:25876;s:10:\"dimensions\";a:2:{i:0;i:142;i:1;i:142;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:146:\"https://www.dreamstime.com/chicken-salad-vegetables-olives-chicken-salad-vegetables-capern-olives-served-plate-white-background-top-image141905341\";}i:37;a:8:{s:8:\"filename\";s:16:\"icon-open-01.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-open-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:320;s:10:\"dimensions\";a:2:{i:0;i:16;i:1;i:16;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:38;a:8:{s:8:\"filename\";s:16:\"icon-open-02.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-open-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:299;s:10:\"dimensions\";a:2:{i:0;i:18;i:1;i:16;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:39;a:8:{s:8:\"filename\";s:16:\"icon-open-03.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-open-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:239;s:10:\"dimensions\";a:2:{i:0;i:16;i:1;i:16;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:40;a:8:{s:8:\"filename\";s:15:\"icon-tab-07.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-07.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:1300;s:10:\"dimensions\";a:2:{i:0;i:50;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:41;a:8:{s:8:\"filename\";s:15:\"icon-tab-12.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-12.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:1594;s:10:\"dimensions\";a:2:{i:0;i:67;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:42;a:8:{s:8:\"filename\";s:15:\"icon-tab-09.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-09.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2046;s:10:\"dimensions\";a:2:{i:0;i:50;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:43;a:8:{s:8:\"filename\";s:15:\"icon-tab-10.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-10.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2048;s:10:\"dimensions\";a:2:{i:0;i:59;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:44;a:8:{s:8:\"filename\";s:15:\"icon-tab-11.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-11.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2412;s:10:\"dimensions\";a:2:{i:0;i:54;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:45;a:8:{s:8:\"filename\";s:15:\"icon-tab-06.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-tab-06.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2071;s:10:\"dimensions\";a:2:{i:0;i:51;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:46;a:8:{s:8:\"filename\";s:20:\"icon-feedback-01.png\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-feedback-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:7714;s:10:\"dimensions\";a:2:{i:0;i:230;i:1;i:256;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:47;a:8:{s:8:\"filename\";s:34:\"img_testimonial_Home01-5EP5GAB.jpg\";s:13:\"thumbnail_url\";s:98:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img_testimonial_Home01-5EP5GAB.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:6874;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:70;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5EP5GAB\";}i:48;a:8:{s:8:\"filename\";s:20:\"icon-feedback-02.png\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-feedback-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:11608;s:10:\"dimensions\";a:2:{i:0;i:212;i:1;i:256;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:49;a:8:{s:8:\"filename\";s:34:\"img_testimonial_Home01-7REK9UD.jpg\";s:13:\"thumbnail_url\";s:98:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img_testimonial_Home01-7REK9UD.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:4769;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:70;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7REK9UD\";}i:50;a:8:{s:8:\"filename\";s:20:\"icon-feedback-03.png\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-feedback-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:5647;s:10:\"dimensions\";a:2:{i:0;i:256;i:1;i:256;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:51;a:8:{s:8:\"filename\";s:34:\"img_testimonial_Home01-PW2BQD5.jpg\";s:13:\"thumbnail_url\";s:98:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img_testimonial_Home01-PW2BQD5.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5077;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:70;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PW2BQD5\";}i:52;a:8:{s:8:\"filename\";s:16:\"bg-breakfast.jpg\";s:13:\"thumbnail_url\";s:88:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-breakfast-800x334.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:394009;s:10:\"dimensions\";a:2:{i:0;i:1170;i:1;i:489;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/wVoP_Q2Bg_A\";}i:53;a:8:{s:8:\"filename\";s:21:\"icon-breakfast-01.png\";s:13:\"thumbnail_url\";s:85:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-breakfast-01.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:4806;s:10:\"dimensions\";a:2:{i:0;i:80;i:1;i:80;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:54;a:8:{s:8:\"filename\";s:19:\"bg-banner-home2.jpg\";s:13:\"thumbnail_url\";s:91:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-banner-home2-800x404.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:272634;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:970;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Yrxr3bsPdS0\";}i:55;a:8:{s:8:\"filename\";s:18:\"img-wellcom-02.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-wellcom-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:374225;s:10:\"dimensions\";a:2:{i:0;i:520;i:1;i:700;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/-27u_GzlAFw\";}i:56;a:8:{s:8:\"filename\";s:15:\"icon-map-01.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-map-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:12828;s:10:\"dimensions\";a:2:{i:0;i:290;i:1;i:243;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:57;a:8:{s:8:\"filename\";s:19:\"Trustpilot_logo.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/Trustpilot_logo.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2903;s:10:\"dimensions\";a:2:{i:0;i:145;i:1;i:36;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:58;a:8:{s:8:\"filename\";s:16:\"icon-feature.png\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-feature.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/our-pricing.json\";s:4:\"name\";s:11:\"Our Pricing\";}}s:8:\"filesize\";i:823;s:10:\"dimensions\";a:2:{i:0;i:25;i:1;i:30;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:59;a:8:{s:8:\"filename\";s:19:\"icon-service-01.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-service-01.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1657;s:10:\"dimensions\";a:2:{i:0;i:44;i:1;i:44;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:60;a:8:{s:8:\"filename\";s:19:\"icon-service-03.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-service-03.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1389;s:10:\"dimensions\";a:2:{i:0;i:59;i:1;i:45;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:61;a:8:{s:8:\"filename\";s:19:\"icon-service-02.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/icon-service-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:1742;s:10:\"dimensions\";a:2:{i:0;i:50;i:1;i:45;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:62;a:8:{s:8:\"filename\";s:15:\"our-room-01.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/our-room-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:136387;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:410;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Id2IIl1jOB0\";}i:63;a:8:{s:8:\"filename\";s:15:\"our-room-02.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/our-room-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:111430;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:410;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/FX61rYaAfCQ\";}i:64;a:8:{s:8:\"filename\";s:15:\"our-room-03.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/our-room-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:118276;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:410;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/ffFnddUEaL4\";}i:65;a:8:{s:8:\"filename\";s:15:\"our-room-04.jpg\";s:13:\"thumbnail_url\";s:87:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/our-room-04-800x386.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:273403;s:10:\"dimensions\";a:2:{i:0;i:850;i:1;i:410;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/op9evfg3qww\";}i:66;a:8:{s:8:\"filename\";s:15:\"our-room-05.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/our-room-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:189104;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:410;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/4sDvPgKK4jE\";}i:67;a:8:{s:8:\"filename\";s:28:\"img_salon_Home02-NCF39MK.jpg\";s:13:\"thumbnail_url\";s:92:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img_salon_Home02-NCF39MK.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/our-services.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:98491;s:10:\"dimensions\";a:2:{i:0;i:645;i:1;i:522;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NCF39MK\";}i:68;a:8:{s:8:\"filename\";s:16:\"img-salon-02.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-salon-02.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/our-services.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:249413;s:10:\"dimensions\";a:2:{i:0;i:645;i:1;i:522;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/_wdOjxXPxUU\";}i:69;a:8:{s:8:\"filename\";s:18:\"bg-contact-now.jpg\";s:13:\"thumbnail_url\";s:90:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-contact-now-800x124.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:171960;s:10:\"dimensions\";a:2:{i:0;i:1290;i:1;i:200;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/YCW4BEhKluw\";}i:70;a:8:{s:8:\"filename\";s:19:\"bg-counter-room.jpg\";s:13:\"thumbnail_url\";s:91:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-counter-room-800x146.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:364422;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:350;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/R5v8Xtc0ecg\";}i:71;a:8:{s:8:\"filename\";s:19:\"img-accordin-01.jpg\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/img-accordin-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:474748;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:681;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/CepDpEiALqM\";}i:72;a:8:{s:8:\"filename\";s:10:\"bg-faq.jpg\";s:13:\"thumbnail_url\";s:74:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/10/bg-faq.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:122038;s:10:\"dimensions\";a:2:{i:0;i:325;i:1;i:681;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/GFcWwwGNu_w\";}i:73;a:8:{s:8:\"filename\";s:14:\"bg-pricing.jpg\";s:13:\"thumbnail_url\";s:86:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/bg-pricing-800x318.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:278357;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:762;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/DGa0LQ0yDPc\";}i:74;a:8:{s:8:\"filename\";s:16:\"bg-banner-05.jpg\";s:13:\"thumbnail_url\";s:88:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/bg-banner-05-800x457.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:280266;s:10:\"dimensions\";a:2:{i:0;i:1180;i:1;i:674;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/a8iCZvtrHpQ\";}i:75;a:8:{s:8:\"filename\";s:18:\"img-wellcom-04.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-wellcom-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:139925;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:370;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/h0AnGGgseio\";}i:76;a:8:{s:8:\"filename\";s:18:\"img-wellcom-05.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-wellcom-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:182706;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:520;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/oyxsG2Lh_uA\";}i:77;a:8:{s:8:\"filename\";s:18:\"img-wellcom-06.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-wellcom-06.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:128846;s:10:\"dimensions\";a:2:{i:0;i:410;i:1;i:370;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Fy9JXanwJi0\";}i:78;a:8:{s:8:\"filename\";s:19:\"icon-feature-01.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-feature-01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1079;s:10:\"dimensions\";a:2:{i:0;i:36;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:79;a:8:{s:8:\"filename\";s:19:\"icon-feature-02.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-feature-02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1381;s:10:\"dimensions\";a:2:{i:0;i:44;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:80;a:8:{s:8:\"filename\";s:19:\"icon-feature-03.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-feature-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1640;s:10:\"dimensions\";a:2:{i:0;i:40;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:81;a:8:{s:8:\"filename\";s:19:\"icon-feature-04.png\";s:13:\"thumbnail_url\";s:83:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-feature-04.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:1511;s:10:\"dimensions\";a:2:{i:0;i:38;i:1;i:40;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:82;a:8:{s:8:\"filename\";s:12:\"img-form.jpg\";s:13:\"thumbnail_url\";s:76:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-form.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:144338;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:609;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/_6ROq_LmdkM\";}i:83;a:8:{s:8:\"filename\";s:17:\"room-video-01.jpg\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-video-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:251993;s:10:\"dimensions\";a:2:{i:0;i:435;i:1;i:435;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Koei_7yYtIo\";}i:84;a:8:{s:8:\"filename\";s:17:\"room-video-02.jpg\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-video-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:210205;s:10:\"dimensions\";a:2:{i:0;i:435;i:1;i:435;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/f-MvFZ6-M3U\";}i:85;a:8:{s:8:\"filename\";s:17:\"room-video-03.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-video-03-800x774.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:215328;s:10:\"dimensions\";a:2:{i:0;i:930;i:1;i:900;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/N4bOFvyrXgo\";}i:86;a:8:{s:8:\"filename\";s:17:\"room-video-04.jpg\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-video-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:203452;s:10:\"dimensions\";a:2:{i:0;i:435;i:1;i:435;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/425b2PhNuHA\";}i:87;a:8:{s:8:\"filename\";s:17:\"room-video-05.jpg\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-video-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:193859;s:10:\"dimensions\";a:2:{i:0;i:435;i:1;i:435;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/rlwE8f8anOc\";}i:88;a:8:{s:8:\"filename\";s:18:\"img-counter-01.jpg\";s:13:\"thumbnail_url\";s:82:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-counter-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:351122;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:550;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/-27u_GzlAFw\";}i:89;a:8:{s:8:\"filename\";s:14:\"gallery-01.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:93419;s:10:\"dimensions\";a:2:{i:0;i:384;i:1;i:384;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/TQE2kWqyFGk\";}i:90;a:8:{s:8:\"filename\";s:14:\"gallery-02.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:100205;s:10:\"dimensions\";a:2:{i:0;i:384;i:1;i:384;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/2jlRllahuMk\";}i:91;a:8:{s:8:\"filename\";s:14:\"gallery-03.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:102514;s:10:\"dimensions\";a:2:{i:0;i:384;i:1;i:384;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/qeIuFR5vPm8\";}i:92;a:8:{s:8:\"filename\";s:14:\"gallery-04.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:104899;s:10:\"dimensions\";a:2:{i:0;i:384;i:1;i:384;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/FD0Ga_KJTwM\";}i:93;a:8:{s:8:\"filename\";s:14:\"gallery-05.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:108713;s:10:\"dimensions\";a:2:{i:0;i:384;i:1;i:384;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/9uH-hM0VwPg\";}i:94;a:8:{s:8:\"filename\";s:17:\"bg-inner-page.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/bg-inner-page-800x167.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/our-services.json\";s:4:\"name\";s:12:\"Our Services\";}i:2;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/our-pricing.json\";s:4:\"name\";s:11:\"Our Pricing\";}i:6;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:485731;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/giL2fHNr3Lc\";}i:95;a:8:{s:8:\"filename\";s:15:\"about-us-01.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/about-us-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:116651;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:550;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/x_VOtnVJeGE\";}i:96;a:8:{s:8:\"filename\";s:12:\"video-01.jpg\";s:13:\"thumbnail_url\";s:76:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/video-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:133160;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/AH8zKXqFITA\";}i:97;a:8:{s:8:\"filename\";s:12:\"video-02.jpg\";s:13:\"thumbnail_url\";s:76:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/video-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:216992;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/iAftdIcgpFc\";}i:98;a:8:{s:8:\"filename\";s:17:\"img-choose-01.jpg\";s:13:\"thumbnail_url\";s:81:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-choose-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:124666;s:10:\"dimensions\";a:2:{i:0;i:620;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Y7WfCuz5tn0\";}i:99;a:8:{s:8:\"filename\";s:14:\"service-01.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/service-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/our-services.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:306652;s:10:\"dimensions\";a:2:{i:0;i:645;i:1;i:522;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/iAftdIcgpFc\";}i:100;a:8:{s:8:\"filename\";s:13:\"service-2.jpg\";s:13:\"thumbnail_url\";s:77:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/service-2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/our-services.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:203176;s:10:\"dimensions\";a:2:{i:0;i:645;i:1;i:522;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/AH8zKXqFITA\";}i:101;a:8:{s:8:\"filename\";s:16:\"room-grid-01.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:85039;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/L7EwHkq1B2s\";}i:102;a:8:{s:8:\"filename\";s:16:\"room-grid-02.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:80261;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/PJNO2sLlbB8\";}i:103;a:8:{s:8:\"filename\";s:16:\"room-grid-03.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:46979;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:20:\"https://unsplash.com\";}i:104;a:8:{s:8:\"filename\";s:16:\"room-grid-04.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:79356;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/yoOeM6iXVPY\";}i:105;a:8:{s:8:\"filename\";s:16:\"room-grid-05.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:80705;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/xc4oxgAbDmw\";}i:106;a:8:{s:8:\"filename\";s:16:\"room-grid-06.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-06.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:44903;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/uocSnWMhnAs\";}i:107;a:8:{s:8:\"filename\";s:16:\"room-grid-07.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-07.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:46252;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:20:\"https://unsplash.com\";}i:108;a:8:{s:8:\"filename\";s:16:\"room-grid-08.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-08.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:72381;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/emqnSQwQQDo\";}i:109;a:8:{s:8:\"filename\";s:16:\"room-grid-09.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-09.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:74065;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/pHcLOc_RzQ0\";}i:110;a:8:{s:8:\"filename\";s:16:\"room-grid-10.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-10.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:83314;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/R-w5Q-4Mqm0\";}i:111;a:8:{s:8:\"filename\";s:16:\"room-grid-11.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-11.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:44710;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:20:\"https://unsplash.com\";}i:112;a:8:{s:8:\"filename\";s:16:\"room-grid-12.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/room-grid-12.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:24:\"templates/room-grid.json\";s:4:\"name\";s:9:\"Room Grid\";}}s:8:\"filesize\";i:78280;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:260;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/pSDe7ePo0Tc\";}i:113;a:8:{s:8:\"filename\";s:20:\"img_Team-5EP5GAB.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-5EP5GAB.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:51555;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5EP5GAB\";}i:114;a:8:{s:8:\"filename\";s:20:\"img_Team-7REK9UD.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-7REK9UD.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:25446;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7REK9UD\";}i:115;a:8:{s:8:\"filename\";s:20:\"img_Team-PW2BQD5.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-PW2BQD5.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:32275;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PW2BQD5\";}i:116;a:8:{s:8:\"filename\";s:20:\"img_Team-AW5Y4NG.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-AW5Y4NG.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:22776;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AW5Y4NG\";}i:117;a:8:{s:8:\"filename\";s:20:\"img_Team-BYRG62A.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-BYRG62A.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:26774;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-BYRG62A\";}i:118;a:8:{s:8:\"filename\";s:20:\"img_Team-KDGDZV2.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-KDGDZV2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:31516;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KDGDZV2\";}i:119;a:8:{s:8:\"filename\";s:20:\"img_Team-JD5CJPP.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-JD5CJPP.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:29147;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JD5CJPP\";}i:120;a:8:{s:8:\"filename\";s:20:\"img_Team-QPWUJCX.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Team-QPWUJCX.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/our-team.json\";s:4:\"name\";s:8:\"Our Team\";}}s:8:\"filesize\";i:24311;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:250;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QPWUJCX\";}i:121;a:8:{s:8:\"filename\";s:16:\"gallery-01-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-01-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:134044;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Cj7a21nHLyo\";}i:122;a:8:{s:8:\"filename\";s:16:\"gallery-02-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-02-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:89022;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/IP8_8izFE4k\";}i:123;a:8:{s:8:\"filename\";s:16:\"gallery-03-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-03-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:81120;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/p3UWyaujtQo\";}i:124;a:8:{s:8:\"filename\";s:16:\"gallery-04-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-04-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:93830;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/lw3Lqe2K7xc\";}i:125;a:8:{s:8:\"filename\";s:16:\"gallery-05-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-05-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:125547;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/RiOhen_OLPs\";}i:126;a:8:{s:8:\"filename\";s:14:\"gallery-06.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-06.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:90243;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/gwV9eklemSg\";}i:127;a:8:{s:8:\"filename\";s:14:\"gallery-07.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-07.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:74060;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/AkqnZZR1oL4\";}i:128;a:8:{s:8:\"filename\";s:14:\"gallery-08.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-08.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:58814;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/lTrbjFd8Iwo\";}i:129;a:8:{s:8:\"filename\";s:14:\"gallery-09.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-09.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:105471;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/GHCVUtBECuY\";}i:130;a:8:{s:8:\"filename\";s:15:\"gallery-010.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-010.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:180434;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/t7zYZzO_CX0\";}i:131;a:8:{s:8:\"filename\";s:14:\"gallery-11.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-11.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:75073;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/tOVmshavtoo\";}i:132;a:8:{s:8:\"filename\";s:14:\"gallery-12.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-12.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:88562;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/QZGQO3NvsLo\";}i:133;a:8:{s:8:\"filename\";s:14:\"gallery-13.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-13.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:156535;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/1emWndlDHs0\";}i:134;a:8:{s:8:\"filename\";s:14:\"gallery-14.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-14.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:104976;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/W5dsm9n6e3g\";}i:135;a:8:{s:8:\"filename\";s:14:\"gallery-15.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-15.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:91196;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/lYLeIM2W-cw\";}i:136;a:8:{s:8:\"filename\";s:14:\"gallery-16.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-16.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:169579;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/ln_slYqaMiI\";}i:137;a:8:{s:8:\"filename\";s:14:\"gallery-17.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-17.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:111368;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/OtXADkUh3-I\";}i:138;a:8:{s:8:\"filename\";s:14:\"gallery-18.jpg\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/gallery-18.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-gallery.json\";s:4:\"name\";s:11:\"Our Gallery\";}}s:8:\"filesize\";i:104702;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:400;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/1_B4Zzh7UpQ\";}i:139;a:8:{s:8:\"filename\";s:15:\"img-platter.png\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-platter.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/our-pricing.json\";s:4:\"name\";s:11:\"Our Pricing\";}}s:8:\"filesize\";i:510348;s:10:\"dimensions\";a:2:{i:0;i:626;i:1;i:599;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PSDNUX6\";}i:140;a:8:{s:8:\"filename\";s:20:\"img_Blog-527TEPX.jpg\";s:13:\"thumbnail_url\";s:84:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img_Blog-527TEPX.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/news.json\";s:4:\"name\";s:4:\"News\";}}s:8:\"filesize\";i:9137;s:10:\"dimensions\";a:2:{i:0;i:140;i:1;i:140;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-527TEPX\";}i:141;a:8:{s:8:\"filename\";s:13:\"icon-mail.png\";s:13:\"thumbnail_url\";s:77:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-mail.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:8334;s:10:\"dimensions\";a:2:{i:0;i:156;i:1;i:153;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:142;a:8:{s:8:\"filename\";s:14:\"icon-phone.png\";s:13:\"thumbnail_url\";s:78:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-phone.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:10113;s:10:\"dimensions\";a:2:{i:0;i:152;i:1;i:152;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:143;a:8:{s:8:\"filename\";s:12:\"icon-map.png\";s:13:\"thumbnail_url\";s:76:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/icon-map.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:9559;s:10:\"dimensions\";a:2:{i:0;i:153;i:1;i:156;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:144;a:8:{s:8:\"filename\";s:15:\"img-contact.jpg\";s:13:\"thumbnail_url\";s:79:\"https://demothemesflat.com/kinghokit/wp-content/uploads/2021/11/img-contact.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:413459;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:709;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Qkf0dfItwYc\";}}}'),(4,5,'envato_tk_folder_name','7ada6db9ff82ebca189638e06737493a'),(5,5,'envato_tk_builder','elementor'),(6,5,'envato_tk_source_zip_url','https://hoteldhruvpalace.com/wp-content/uploads/template-kits/7ada6db9ff82ebca189638e06737493a/source-5.zip'),(7,6,'_elementor_edit_mode','builder'),(8,6,'_elementor_template_type','kit'),(9,7,'_elementor_edit_mode','builder'),(10,7,'_elementor_template_type','kit'),(11,7,'_elementor_version','3.14.1'),(15,7,'_wp_page_template','default'),(16,7,'_elementor_page_settings','a:18:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#7B4200\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#B58804\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:13:\"Color-text-01\";s:5:\"color\";s:7:\"#595959\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFFFFF\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"2198600\";s:5:\"title\";s:7:\"Accent2\";s:5:\"color\";s:7:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:7:\"318c6de\";s:5:\"title\";s:11:\"New Item #2\";s:5:\"color\";s:7:\"#921E53\";}}s:17:\"system_typography\";a:4:{i:0;a:7:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Heading\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:13:\"Gilda Display\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;s:5:\"sizes\";a:0:{}}}i:1;a:7:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:7:\"Font-H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:29:\"typography_line_height_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:7:\"poppins\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:22:{s:28:\"button_typography_typography\";s:0:\"\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=primary\";s:16:\"link_hover_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h1_typography_typography\";s:28:\"globals/typography?id=accent\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h6_typography_typography\";s:26:\"globals/typography?id=text\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=primary\";s:24:\"h3_typography_typography\";s:0:\"\";s:24:\"h4_typography_typography\";s:0:\"\";s:24:\"h5_typography_typography\";s:31:\"globals/typography?id=secondary\";s:17:\"button_text_color\";s:25:\"globals/colors?id=2198600\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=primary\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=2198600\";s:23:\"form_field_border_color\";s:0:\"\";}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:9:\"site_name\";s:18:\"Hotel Dhruv Palace\";s:16:\"site_description\";s:34:\"Best Hotel in Trimbakeshwar Nashik\";}'),(17,7,'_elementor_data','[]'),(24,7,'_elementor_page_assets','a:0:{}'),(25,7,'envato_tk_source_kit','5'),(26,7,'envato_tk_source_index','0'),(26209,1074,'ekit_post_views_count','150'),(26210,1072,'ekit_post_views_count','135'),(26203,1067,'ekit_post_views_count','147'),(26204,1069,'ekit_post_views_count','112'),(26206,1077,'ekit_post_views_count','152'),(28299,3658,'_order_shipping_tax','0'),(28300,3658,'_order_tax','0'),(28301,3658,'_order_total','2500.00'),(28302,3658,'_order_version','7.0.0'),(28303,3658,'_prices_include_tax','no'),(436,113,'_wp_attached_file','2022/03/gallery-06.jpg'),(439,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-06.jpg\";s:8:\"filesize\";i:86896;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16409;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3139;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-06-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4963;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(442,113,'_elementor_source_image_hash','cbbead9d2472183e3f1aaf1cedcca9723fa3c6f2'),(575,153,'_wp_attached_file','2022/03/img-room-01.jpg'),(576,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2022/03/img-room-01.jpg\";s:8:\"filesize\";i:106235;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"img-room-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18986;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3365;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"img-room-01-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(577,153,'_elementor_source_image_hash','5300d1d3cf5b97d60b2afce84622716d75698d2b'),(578,154,'_wp_attached_file','2022/03/gallery-14.jpg'),(579,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-14.jpg\";s:8:\"filesize\";i:100915;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21285;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3802;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-14-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6237;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(580,155,'_wp_attached_file','2022/03/our-room-03.jpg'),(581,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:23:\"2022/03/our-room-03.jpg\";s:8:\"filesize\";i:114112;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"our-room-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20098;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"our-room-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(582,154,'_elementor_source_image_hash','4060ed5ea2e11deb7926e2b6a4cf5d98fdf4a3e5'),(583,155,'_elementor_source_image_hash','2bbf2b1182f981a008f2c793e339a5b4bb4bb6a9'),(584,156,'_wp_attached_file','2022/03/img-choose-01.jpg'),(585,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2022/03/img-choose-01.jpg\";s:8:\"filesize\";i:119966;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"img-choose-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16395;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"img-choose-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3357;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"img-choose-01-600x387.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34821;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"img-choose-01-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"img-choose-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(586,156,'_elementor_source_image_hash','1fbc49086406903c067b2e5a5989b102472ecf59'),(587,157,'_wp_attached_file','2022/03/img-room-02.jpg'),(588,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2022/03/img-room-02.jpg\";s:8:\"filesize\";i:104706;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"img-room-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17880;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2999;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"img-room-02-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8401;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4915;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(589,157,'_elementor_source_image_hash','2e9a6db3640e06eec11404f733f6bc70d3848742'),(593,159,'_wp_attached_file','2022/03/icon-feature-01.png'),(595,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:36;s:6:\"height\";i:40;s:4:\"file\";s:27:\"2022/03/icon-feature-01.png\";s:8:\"filesize\";i:1079;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(596,159,'_elementor_source_image_hash','6bcc621fa28b01829f6e667c27f5ac3fede041e1'),(609,162,'_wp_attached_file','2022/03/icon-feature-02.png'),(610,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:44;s:6:\"height\";i:40;s:4:\"file\";s:27:\"2022/03/icon-feature-02.png\";s:8:\"filesize\";i:1381;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(611,162,'_elementor_source_image_hash','75c028a50391213949fad367dc094b30b3b7e193'),(612,163,'_wp_attached_file','2022/03/our-room-04.jpg'),(613,164,'_wp_attached_file','2022/03/gallery-15.jpg'),(614,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:850;s:6:\"height\";i:410;s:4:\"file\";s:23:\"2022/03/our-room-04.jpg\";s:8:\"filesize\";i:261882;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"our-room-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21457;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3818;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"our-room-04-600x289.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42630;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"our-room-04-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6191;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"our-room-04-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(615,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-15.jpg\";s:8:\"filesize\";i:87956;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18106;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3189;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-15-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(616,164,'_elementor_source_image_hash','06d10a5c4e3286ac8e8c50dcc6df592688a59751'),(617,163,'_elementor_source_image_hash','7d37c69840650d5ced10fafb74dca3739cf31215'),(618,165,'_wp_attached_file','2022/03/img-room-03.jpg'),(619,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2022/03/img-room-03.jpg\";s:8:\"filesize\";i:143610;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"img-room-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23591;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3970;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"img-room-03-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(624,165,'_elementor_source_image_hash','34fb6ec391c5ad3f9c48ad7a7abfd7dc3114641a'),(629,167,'_wp_attached_file','2022/03/icon-feature-03.png'),(630,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:27:\"2022/03/icon-feature-03.png\";s:8:\"filesize\";i:1640;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(631,167,'_elementor_source_image_hash','49a94f69a09e0c4bfce494d18ff7c7f9de4265ad'),(632,168,'_wp_attached_file','2022/03/our-room-05.jpg'),(633,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:23:\"2022/03/our-room-05.jpg\";s:8:\"filesize\";i:182627;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"our-room-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29735;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3998;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"our-room-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29735;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"our-room-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(634,169,'_wp_attached_file','2022/03/gallery-16.jpg'),(635,169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-16.jpg\";s:8:\"filesize\";i:163644;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35481;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5232;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-16-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9438;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35481;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,168,'_elementor_source_image_hash','4ace8c042fbf673ff5bafc3be7f9248534e10741'),(637,170,'_wp_attached_file','2022/03/img-room-04.jpg'),(638,169,'_elementor_source_image_hash','2042199de626229ec6edd7cfe33d3177f9098c3b'),(639,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2022/03/img-room-04.jpg\";s:8:\"filesize\";i:133233;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"img-room-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23494;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3631;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"img-room-04-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"img-room-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(640,170,'_elementor_source_image_hash','95d8c48c2b42a2e9dd455b31e6a9fb7826a2b6fb'),(641,171,'_wp_attached_file','2022/03/icon-feature-04.png'),(642,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:38;s:6:\"height\";i:40;s:4:\"file\";s:27:\"2022/03/icon-feature-04.png\";s:8:\"filesize\";i:1511;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(643,171,'_elementor_source_image_hash','feada86250335373aecd37e351812c5281040a8e'),(644,172,'_wp_attached_file','2022/03/img-shedule-01.png'),(645,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:142;s:6:\"height\";i:142;s:4:\"file\";s:26:\"2022/03/img-shedule-01.png\";s:8:\"filesize\";i:24931;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"img-shedule-01-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(646,172,'_elementor_source_image_hash','cd25ae4f0f5ab5f00070599b907e4fe36237e3c1'),(647,173,'_wp_attached_file','2022/03/gallery-17.jpg'),(648,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-17.jpg\";s:8:\"filesize\";i:107284;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21546;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3564;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-17-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(649,173,'_elementor_source_image_hash','019964e34d4799f781b742a1ff2fbbf15374d290'),(650,174,'_wp_attached_file','2022/03/img-form.jpg'),(651,174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:609;s:4:\"file\";s:20:\"2022/03/img-form.jpg\";s:8:\"filesize\";i:138416;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"img-form-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10957;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"img-form-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2165;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"img-form-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"img-form-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3237;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"img-form-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(652,174,'_elementor_source_image_hash','56082fd9cf82088afc6ade6ac32321ba10b9bc2f'),(653,175,'_wp_attached_file','2022/03/icon-open-01.png'),(654,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:24:\"2022/03/icon-open-01.png\";s:8:\"filesize\";i:235;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(655,175,'_elementor_source_image_hash','c42adaa87ae19615c3117a5904dede0224669abb'),(656,176,'_wp_attached_file','2022/03/gallery-18.jpg'),(657,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/03/gallery-18.jpg\";s:8:\"filesize\";i:100439;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19039;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3277;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-18-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(658,176,'_elementor_source_image_hash','c34c24ceeb226803a2859bd96136250e609a7ea0'),(662,178,'_wp_attached_file','2022/03/room-video-01.jpg'),(663,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:435;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2022/03/room-video-01.jpg\";s:8:\"filesize\";i:242768;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"room-video-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35575;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5218;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"room-video-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(664,179,'_wp_attached_file','2022/03/icon-open-02.png'),(665,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:18;s:6:\"height\";i:16;s:4:\"file\";s:24:\"2022/03/icon-open-02.png\";s:8:\"filesize\";i:231;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(666,179,'_elementor_source_image_hash','7d6d05b8bc0d4b190a89c1dc746043e6743bf118'),(667,178,'_elementor_source_image_hash','cd7640d0868e57fb014003c2d9122e10cfb1137b'),(680,182,'_wp_attached_file','2022/03/icon-breakfast-01.png'),(681,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:29:\"2022/03/icon-breakfast-01.png\";s:8:\"filesize\";i:4038;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(682,182,'_elementor_source_image_hash','acd76ab799c6a374e2738c8505b936c4806e9d2c'),(683,183,'_wp_attached_file','2022/03/icon-open-03.png'),(684,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:24:\"2022/03/icon-open-03.png\";s:8:\"filesize\";i:209;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(685,183,'_elementor_source_image_hash','75537ff2169e6e43c09f1328a75f1e9bc5ba90f4'),(686,184,'_wp_attached_file','2022/03/room-video-02.jpg'),(687,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:435;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2022/03/room-video-02.jpg\";s:8:\"filesize\";i:202399;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"room-video-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34983;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5554;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"room-video-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9327;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(688,184,'_elementor_source_image_hash','8e4b62ccbbb626538d639dc0de790221ba3eafab'),(689,185,'_wp_attached_file','2022/03/room-video-03.jpg'),(690,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:930;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2022/03/room-video-03.jpg\";s:8:\"filesize\";i:215328;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"room-video-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36532;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5558;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"room-video-03-600x581.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125787;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"room-video-03-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"room-video-03-768x743.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(691,185,'_elementor_source_image_hash','e893180236d698cdb32e0f8fffde8c28de8f3edc'),(692,186,'_wp_attached_file','2022/03/icon-tab-12.png'),(693,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:67;s:6:\"height\";i:51;s:4:\"file\";s:23:\"2022/03/icon-tab-12.png\";s:8:\"filesize\";i:1594;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(694,186,'_elementor_source_image_hash','8dc79e7af2099974caa8ddf3748cf60b44abf6e8'),(695,187,'_wp_attached_file','2022/03/bg-counter-room.jpg'),(696,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2022/03/bg-counter-room.jpg\";s:8:\"filesize\";i:355560;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"bg-counter-room-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12932;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-counter-room-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2159;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"bg-counter-room-600x109.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11497;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"bg-counter-room-300x55.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3789;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"bg-counter-room-1024x187.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"bg-counter-room-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"bg-counter-room-768x140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16800;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"bg-counter-room-1536x280.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(697,187,'_elementor_source_image_hash','9527ba398946b02bf2cb05eebc5aa6d5ac2db204'),(698,188,'_wp_attached_file','2022/03/room-video-04.jpg'),(699,188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:435;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2022/03/room-video-04.jpg\";s:8:\"filesize\";i:194472;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"room-video-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27568;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4381;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"room-video-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6711;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(700,188,'_elementor_source_image_hash','ef48cd7c8c3139b785d33e5f75011ed6a3edaea5'),(701,189,'_wp_attached_file','2022/03/img-accordin-01.jpg'),(702,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:681;s:4:\"file\";s:27:\"2022/03/img-accordin-01.jpg\";s:8:\"filesize\";i:458222;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"img-accordin-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35168;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"img-accordin-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5668;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-accordin-01-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-accordin-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9581;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"img-accordin-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35168;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"img-accordin-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5668;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(703,189,'_elementor_source_image_hash','e9ae0350701c9fc116ba71ba4deb5794e7d5c889'),(704,190,'_wp_attached_file','2022/03/room-video-05.jpg'),(705,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:435;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2022/03/room-video-05.jpg\";s:8:\"filesize\";i:186513;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"room-video-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28965;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4346;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"room-video-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"room-video-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(706,190,'_elementor_source_image_hash','26ce280b81d389b23f8d50b1bec14d4623060b07'),(707,191,'_wp_attached_file','2022/03/img_testimonial_Home01-PW2BQD5.jpg'),(708,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:42:\"2022/03/img_testimonial_Home01-PW2BQD5.jpg\";s:8:\"filesize\";i:4025;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(709,191,'_elementor_source_image_hash','d317c400f3dc8d270a692f651492313446a13980'),(710,192,'_wp_attached_file','2022/03/bg-faq.jpg'),(711,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:325;s:6:\"height\";i:681;s:4:\"file\";s:18:\"2022/03/bg-faq.jpg\";s:8:\"filesize\";i:116448;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"bg-faq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6886;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"bg-faq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1276;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"bg-faq-143x300.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"bg-faq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1979;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"bg-faq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6886;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:18:\"bg-faq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(712,192,'_elementor_source_image_hash','43ce69a599180579d147fd9b5326de63327396c6'),(713,193,'_wp_attached_file','2022/03/icon-feedback-01.png'),(714,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:230;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2022/03/icon-feedback-01.png\";s:8:\"filesize\";i:5181;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-01-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5725;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(715,193,'_elementor_source_image_hash','95c8d6f113efdcff853521fb2076edfde9bb3df4'),(716,194,'_wp_attached_file','2022/03/img-counter-01.jpg'),(717,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:550;s:4:\"file\";s:26:\"2022/03/img-counter-01.jpg\";s:8:\"filesize\";i:336291;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"img-counter-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"img-counter-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5132;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"img-counter-01-300x275.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"img-counter-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8713;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"img-counter-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32511;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"img-counter-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(718,194,'_elementor_source_image_hash','7fb0a01cb0d84c2f62652dcbaba22cfc53b90624'),(719,195,'_wp_attached_file','2022/03/bg-pricing.jpg'),(720,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:762;s:4:\"file\";s:22:\"2022/03/bg-pricing.jpg\";s:8:\"filesize\";i:278357;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"bg-pricing-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21086;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-pricing-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3304;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"bg-pricing-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38216;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bg-pricing-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10210;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bg-pricing-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-pricing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bg-pricing-768x305.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52864;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"bg-pricing-1536x610.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(721,195,'_elementor_source_image_hash','b83ad940ff7082a039010f59ee3de349ce1ffc6d'),(722,196,'_wp_attached_file','2022/03/icon-feedback-02.png'),(723,196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:212;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2022/03/icon-feedback-02.png\";s:8:\"filesize\";i:7418;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-02-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(724,196,'_elementor_source_image_hash','e0515a4d738140733914f4233a3823f6317a62b6'),(725,197,'_wp_attached_file','2022/03/gallery-01.jpg'),(726,197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:384;s:6:\"height\";i:384;s:4:\"file\";s:22:\"2022/03/gallery-01.jpg\";s:8:\"filesize\";i:89366;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19847;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3765;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(727,197,'_elementor_source_image_hash','3a951f3e60c95a916b6be37bd0a33dc19a7e9d9a'),(731,199,'_wp_attached_file','2022/03/gallery-02.jpg'),(732,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:384;s:6:\"height\";i:384;s:4:\"file\";s:22:\"2022/03/gallery-02.jpg\";s:8:\"filesize\";i:96419;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18970;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3635;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(733,199,'_elementor_source_image_hash','da659440a8941ce4c1601a11b6df1a76c185d1c3'),(738,201,'_wp_attached_file','2022/03/icon-feedback-03.png'),(739,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2022/03/icon-feedback-03.png\";s:8:\"filesize\";i:4056;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-03-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"icon-feedback-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(740,201,'_elementor_source_image_hash','7f3c83ca8db65da40d06fd75aad4893ff7218aa1'),(750,203,'_wp_attached_file','2022/03/gallery-03.jpg'),(751,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:384;s:6:\"height\";i:384;s:4:\"file\";s:22:\"2022/03/gallery-03.jpg\";s:8:\"filesize\";i:99174;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18046;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3193;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(752,203,'_elementor_source_image_hash','174cbf46e396aadfe36baa97a5ba11c2650005ac'),(756,205,'_wp_attached_file','2022/03/bg-breakfast.jpg'),(757,205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:489;s:4:\"file\";s:24:\"2022/03/bg-breakfast.jpg\";s:8:\"filesize\";i:376402;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bg-breakfast-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22183;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-breakfast-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4039;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"bg-breakfast-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33285;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bg-breakfast-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9914;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"bg-breakfast-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-breakfast-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6643;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"bg-breakfast-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(758,205,'_elementor_source_image_hash','275ff3313d935059082318048a6757878e934c6b'),(759,206,'_wp_attached_file','2022/03/gallery-05.jpg'),(760,206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:384;s:6:\"height\";i:384;s:4:\"file\";s:22:\"2022/03/gallery-05.jpg\";s:8:\"filesize\";i:105156;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21172;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3649;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(761,206,'_elementor_source_image_hash','f7ce73ea7c53a8d729664b7b1199d7956a2f67e7'),(788,211,'_edit_lock','1749292575:2'),(789,211,'_elementor_edit_mode','builder'),(790,211,'_elementor_template_type','wp-page'),(791,211,'_elementor_version','3.6.2'),(805,211,'_wp_page_template','default'),(806,211,'_elementor_data','[{\"id\":\"1aa9cfcf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-banner-home2.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.34,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"324\",\"right\":\"0\",\"bottom\":\"293\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"282d8706\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56cd3a75\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2812dca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"169fc76a\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Hotel of Trimbakeshwar\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50,\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"371e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<u>Luxurious Hotel in trimbakeshwar<\\/u>\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50,\"title_color\":\"#7B4200\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41c7bb2b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"shape_divider_top\":\"curve-asymmetrical\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":221,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":167,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"__globals__\":{\"shape_divider_top_color\":\"\",\"background_color\":\"globals\\/colors?id=3a98efc\"},\"custom_height\":{\"unit\":\"px\",\"size\":540,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cc2ceb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.566,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"49e9054\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":94,\"sizes\":[]},\"shape_divider_top_above_content\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"shape_divider_top_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"\"},\"border_color\":\"#B5880426\",\"shape_divider_top_color\":\"#B58804\"},\"elements\":[{\"id\":\"dd2e3c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"df596bb\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":1318,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg\"},{\"id\":1526,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2.jpeg\"},{\"id\":1507,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg\"},{\"id\":1523,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-1.jpeg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"300\"},\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"arrows_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dots_position\":\"inside\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"ba7587e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg\",\"id\":1318,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18383ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg\",\"id\":1507,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"px\",\"size\":135,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"vh\",\"size\":-26,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f5885d\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Gallery\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/our-gallery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#7B4200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#5B3101\",\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"25\",\"bottom\":\"12\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"45220c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.434,\"background_color\":\"#F8F8F899\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"cfa796c\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"zoom\",\"headline_before_text\":\"Welcome To Hotel\",\"repeater_list\":[{\"headline_text_animation\":\" DHRUV PALACE\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=primary\",\"headline_color_default\":\"globals\\/colors?id=2198600\",\"typography_default_typography\":\"\"},\"_animation\":\"fadeIn\",\"typography_highlight_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_default_text_transform\":\"capitalize\",\"typography_highlight_font_family\":\"Jost\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"5365e94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient.<\\/p>\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"417595e\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e091a9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"00\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d565d86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"00828f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p align=\\\"justify\\\">A wellknown Pure Vegetarian Lodging & Boarding establishment, came into existence in the year 2002. Since its inception Hotel Dhruv Palace, Trimbakeshwar, has served millions of people & domestic customers.<\\/p><p align=\\\"justify\\\">In its journy of 20 years Hotel Dhruv Palace, Trimbakeshwar, has the Following services for their valued customers are combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies. Hotel Dhruv Palace is 500 meters from the Trimbakeshwar Temple.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0322d9\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"c23b6e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44811c2\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"NEAR PLACES\",\"repeater_list\":[{\"headline_text_animation\":\" TO VISIT\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"\",\"typography_default_typography\":\"\"},\"_animation\":\"fadeIn\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_family\":\"Jost\",\"typography_highlight_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"5fb8de8\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style2\",\"ekit_testimonial_wartermarks\":{\"value\":\"\",\"library\":\"\"},\"ekit_testimonial_data\":[{\"client_name\":\"TRIMBAKESHWAR MAIN TEMPLE\",\"_id\":\"8692294\",\"designation\":\"0.2 KM\",\"review\":\"Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ANJANERI-HANUMAN-BIRTH-PLACE.jpg\",\"id\":2046,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"PANCHAWATI\",\"designation\":\"32 KM\",\"review\":\"River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<br>\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gurukul.jpg\",\"id\":542,\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"9d2f505\"},{\"client_name\":\"GURUKUL (SWAMI SAMARTH)\",\"designation\":\"1.5 KM\",\"review\":\"The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gurukul.jpg\",\"id\":542,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5ec9273\"},{\"client_name\":\"MUKTIDHAM\",\"designation\":\"39 KM\",\"review\":\"Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India\\n<br>\\n<br>\\n<br>\\n<br>\\n\\n\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/muktidham.jpg\",\"id\":544,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fc1e047\"},{\"client_name\":\"BRAHMAGIRI (700 STOPS)\",\"designation\":\"1 KM\",\"review\":\"Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/brahmgiri.jpg\",\"id\":555,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"40f007f\"},{\"client_name\":\"GANGA DWAR\",\"designation\":\"1 KM\",\"review\":\"From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gangadvar.jpg\",\"id\":548,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"c94f9ee\"},{\"client_name\":\"NIVRUTTINATH SAMADHI\",\"designation\":\"1 KM\",\"review\":\"After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/nivruttinath.jpg\",\"id\":546,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e1845eb\"},{\"client_name\":\"ANJANERI (HANUMAN BIRTH PLACE)\",\"designation\":\"6 KM\",\"review\":\"Anjaneri is the birthplace of Hanuman, and is named after Hanuman\\u2019s mother \\u2018Anjani\\u2019. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/anjaneri.jpg\",\"id\":554,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"b30f145\"},{\"client_name\":\"KUSHAVARTA KUND\",\"designation\":\"0.2 KM\",\"review\":\"The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/kushavarta.jpg\",\"id\":549,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"85e9e32\"},{\"client_name\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"designation\":\"2 KM\",\"review\":\"Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.<br><br><br><br><br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/neel-parvat.jpg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"aa61bf3\"},{\"client_name\":\"SHANI SHINGNAPUR TEMPLE\",\"designation\":\"174 KM\",\"review\":\"The temple is believed to be a \\u201cjagrut devasthan\\u201d (\\u201calive temple\\u201d), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shani.jpg\",\"id\":545,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"54f1396\"},{\"client_name\":\"SHIRDI SAI BABA TEMPLE\",\"designation\":\"117 KM\",\"review\":\"Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.<br>\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shirdi.jpg\",\"id\":550,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"05d2861\"},{\"client_name\":\"MAHABALESHWAR TEMPLE)\",\"designation\":\"367 KM\",\"review\":\"Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \\u2018Kunda\\u2019 or water tank.\",\"client_photo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/mahabaleshwar.jpg\",\"id\":953,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"2d04ffb\"}],\"ekit_testimonial_slidetoshow\":3,\"ekit_testimonial_slidesToScroll\":3,\"ekit_testimonial_layout_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_section_wraper_use_height\":\"\",\"ekit_testimonial_show_arrow\":\"yes\",\"ekit_testimonial_wartermark_enable\":\"\",\"ekit_testimonial_left_arrows\":{\"value\":\"icon icon-chevron-left-circle\",\"library\":\"ekiticons\"},\"ekit_testimonial_right_arrows\":{\"value\":\"icon icon-chevron-right-circle\",\"library\":\"ekiticons\"},\"ekit_testimonial_client_dot_bottom\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_testimonial_client_dot_width\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#595959\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#000000\",\"ekit_testimonial_nav_background_hover_color\":\"#000000\",\"__globals__\":{\"ekit_testimonial_nav_background_normal_color\":\"\",\"ekit_testimonial_nav_background_hover_color\":\"globals\\/colors?id=2198600\",\"ekit_testimonial_client_dot_active_background_color\":\"globals\\/colors?id=2198600\",\"ekit_testimonial_client_dot_background_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_title_separator_color\":\"globals\\/colors?id=primary\",\"ekit_testimonial_layout_active_border_color\":\"globals\\/colors?id=2198600\",\"ekit_testimonial_description_typography_typography\":\"\",\"ekit_testimonial_description_color\":\"\",\"ekit_testimonial_client_name_normal_color\":\"globals\\/colors?id=2198600\",\"ekit_testimonial_client_name_typography_typography\":\"\",\"ekit_testimonial_section_wathermark_color\":\"globals\\/colors?id=accent\",\"ekit_testimonial_section_wathermark_badge_background_color\":\"globals\\/colors?id=primary\"},\"ekit_testimonial_layout_active_border_color\":\"#000000\",\"ekit_testimonial_section_wraper_vertical_alignment\":\"\",\"ekit_testimonial_section_wraper_horizontal_alignment\":\"left\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_testimonial_section_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_testimonial_description_color\":\"#7B7B7B\",\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_typography_font_family\":\"Jost\",\"ekit_testimonial_description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ekit_testimonial_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_testimonial_description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"ekit_testimonial_description_typography_font_weight\":\"400\",\"ekit_testimonial_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_testimonial_description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"ekit_testimonial_review_ratting_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_section_wathermark_badge_radius\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"ekit_testimonial_section_wathermark_badge_background_background\":\"classic\",\"ekit_testimonial_title_separator_color\":\"#7B4200\",\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_client_name_typography_typography\":\"custom\",\"ekit_testimonial_client_name_typography_font_family\":\"Jost\",\"ekit_testimonial_client_name_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_testimonial_client_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"ekit_testimonial_client_name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_testimonial_client_name_typography_font_weight\":\"400\",\"ekit_testimonial_client_name_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_testimonial_client_name_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_testimonial_client_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":227,\"sizes\":[]},\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"ekit_testimonial_speed\":500,\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_badge_background_color\":\"#7B4200\",\"ekit_testimonial_title_separator_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_testimonial_title_separator_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ekit_testimonial_client_logo_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_nav_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"ekit_testimonial_nav_vertical_align\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bec6e71\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3211fd2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f548b26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b55485b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5a3b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":140,\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ee0e723\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"4d37c98a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1540,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"id\":1540,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"43b9d753\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\u20b93,400.00\\n\\n\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"717970b8\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3131bc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 6 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-6-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"33a51443\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":835,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ac-deluxe.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":100,\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-3-1.jpg\",\"id\":1538,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"444cc074\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b92,000.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76dcff3d\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39d0a0f1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"AC Deluxe\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/ac-deluxe\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"67e45fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2014,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ACCOMODATION1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":150,\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ac-deluxe-1.jpg\",\"id\":846,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"20a097df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,600.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"688cbf75\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"798ab49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 10 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-10-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71fa4531\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"348682ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6,\"background_background\":\"classic\",\"background_image\":{\"id\":1503,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"46f818ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b92,500.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2052eec1\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c1d65af\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"SUPER DELUXE\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/super-deluxe\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"1cf53d9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.4,\"background_background\":\"classic\",\"background_image\":{\"id\":848,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/family-4-bed.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":250},\"elements\":[{\"id\":\"3f00eefb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,200.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d70e37a\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"287d1822\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 4 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-4-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f153d79\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-47\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"62c1b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3fa39d7\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"HOTEL \",\"repeater_list\":[{\"headline_text_animation\":\"FACILITIES\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"\",\"typography_default_typography\":\"\"},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_animation\":\"fadeIn\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_family\":\"Jost\",\"typography_highlight_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"tfanimated_headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30d13a4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"9bcb273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"faebe0f\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"573aa67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0c40f89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5-1.jpg\",\"id\":1562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"THE RESTAURANT\",\"description\":\"Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.\",\"button_text\":\"View Gallery\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/our-gallery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jost\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Jost\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#7B7B7B\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_typography_font_weight\":\"500\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Jost\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b8870e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cfdcd0b\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\"},\"elements\":[{\"id\":\"8d779dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"658a4c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"id\":1540,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"medium\",\"title\":\"ACCOMODATION\",\"description\":\"The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar.\",\"button_text\":\"View Rooms\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/accomodation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jost\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Jost\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#7B7B7B\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_typography_font_weight\":\"500\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Jost\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"14b5a86\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2e1ab3f\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\"},\"elements\":[{\"id\":\"8593ba3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d07f18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\",\"id\":1554,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CONFERENCE ROOM\",\"description\":\"Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.\",\"button_text\":\"Contact Us\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jost\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Jost\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#7B7B7B\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_typography_font_weight\":\"500\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Jost\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"699099d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f6f5259\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5957975\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"button_hover_background_color\":\"\",\"button_hover_color\":\"globals\\/colors?id=accent\",\"onsale_text_color\":\"\",\"onsale_text_background_color\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_color\":\"globals\\/colors?id=secondary\",\"button_border_color\":\"\",\"box_border_color\":\"\"},\"title_color\":\"#7B4200\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Jost\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Jost\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#B58804\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Jost\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#8E6B05\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Jost\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_radius\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"box_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"box_border_color\":\"#E2E2E2\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":4,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"729ed6bf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b6daa4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe981c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4cb38f86\",\"elType\":\"widget\",\"settings\":{\"title\":\"User Feedback\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":70},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"258dbfa7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":140},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62441f53\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"187\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-counter-room.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.502,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=77fa033\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"217ddb78\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"58c4a38\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFFFFF33\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2e8917ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxary Room\\n\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF80\",\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":8,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ccf5407\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4020b495\",\"elType\":\"widget\",\"settings\":{\"ending_number\":120,\"title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"number_color\":\"globals\\/colors?id=2198600\",\"typography_number_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"44deb003\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_delay\":60},\"elements\":[{\"id\":\"4fcf1467\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFFFFF33\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ce945bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxary Room\\n\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF80\",\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":8,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ccf5407\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f47f9ae\",\"elType\":\"widget\",\"settings\":{\"ending_number\":120,\"title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"number_color\":\"globals\\/colors?id=2198600\",\"typography_number_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"597f5c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":120},\"elements\":[{\"id\":\"b189531\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFFFFF33\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"14c34f87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxary Room\\n\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF80\",\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":8,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ccf5407\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78516f51\",\"elType\":\"widget\",\"settings\":{\"ending_number\":120,\"title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"number_color\":\"globals\\/colors?id=2198600\",\"typography_number_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"326e689e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeInDown\",\"animation_delay\":170},\"elements\":[{\"id\":\"38945484\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#FFFFFF33\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6b303f5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxary Room\\n\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#FFFFFF80\",\"_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":8,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ccf5407\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b812ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":120,\"title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-37\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"number_color\":\"globals\\/colors?id=2198600\",\"typography_number_typography\":\"globals\\/typography?id=primary\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"103cd377\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"background_color\":\"#FFEEDA\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"17f1b931\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"389be97c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58ea010e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Answers\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":70,\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"221c6c7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna \\u00a0aliqua.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":140,\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"76c00d77\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Content marketing from worldwide?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"310b234\"},{\"acc_title\":\"How to edit wordpress theme?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"dd72a58\"},{\"acc_title\":\"Design edit is not easy job. So what?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"e2c7d88\"}],\"ekit_accordion_right_icons\":{\"value\":\"icon icon-plus\",\"library\":\"ekiticons\"},\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_title_border_open_color\":\"#000000\",\"ekit_accordion_title_color_close\":\"#FFFFFF\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#7B4200\",\"ekit_accordion_title_border_close_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_accordion_title_border_close_color\":\"#F2F2F2\",\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"37\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"33\",\"bottom\":\"13\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_accordion_element_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_accordion_element_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"ekit_accordion_section_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"\",\"ekit_accordion_title_border_close_color\":\"\",\"ekit_accordion_title_color_close\":\"globals\\/colors?id=accent\",\"ekit_accordion_background_close_color\":\"globals\\/colors?id=primary\",\"ekit_accordion_background_color\":\"globals\\/colors?id=secondary\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=accent\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"_animation_delay\":220,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_typography_typography\":\"custom\",\"ekit_accordion_title_typography_font_family\":\"Jost\",\"ekit_accordion_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_accordion_title_typography_font_weight\":\"500\",\"ekit_accordion_title_color\":\"#FFFFFF\",\"ekit_accordion_background_color\":\"#B58804\",\"ekit_accordion_content_color\":\"#7B7B7B\",\"ekit_accordion_content_typography_typography\":\"custom\",\"ekit_accordion_content_typography_font_family\":\"Jost\",\"ekit_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_accordion_content_typography_font_weight\":\"400\",\"ekit_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_accordion_icon_color_close\":\"#000000\",\"ekit_accordion_icon_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"31c12388\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"7605974f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1559,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-2-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"zoomIn\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"object-fit\":\"contain\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18d1ce72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"39\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"581e333c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"60ad0191\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45e7e6a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"News Feeds\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55caea40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua minim veniam<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":140,\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(812,211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:28:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";}}'),(813,218,'_wp_page_template','elementor_header_footer'),(814,218,'elementskit_template_activation','yes'),(815,218,'elementskit_template_type','header'),(816,218,'elementskit_template_condition_a','entire_site'),(817,218,'elementskit_template_condition_singular','all'),(818,218,'elementskit_template_condition_singular_id',NULL),(819,218,'ekit_post_views_count','309'),(820,218,'_edit_lock','1751078097:2'),(821,218,'_elementor_edit_mode','builder'),(822,218,'_elementor_template_type','wp-post'),(823,218,'_elementor_version','3.23.4'),(838,218,'_elementor_data','[{\"id\":\"7785964\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"hide_desktop\":\"hidden-desktop\",\"sticky\":\"top\",\"sticky_effects_offset_mobile\":10,\"hide_tablet\":\"hidden-tablet\",\"sticky_on\":[\"desktop\"],\"background_color\":\"#B28C3E\"},\"elements\":[{\"id\":\"7c9518b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"66fb1ad\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"My Booking\",\"selected_icon\":{\"value\":\"fas fa-clipboard-list\",\"library\":\"fa-solid\"},\"_id\":\"f2910ab\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/guestrequest\\/login\\/PDFwMT5aVhkA3SjtMe1uV8ZkYDej\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"My Account\",\"selected_icon\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"_id\":\"b9940a5\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/login-hoteldhruvpalace-Direct\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\",\"text_color\":\"globals\\/colors?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e9265\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFDD\",\"z_index_mobile\":999,\"sticky\":\"top\",\"sticky_offset_mobile\":0,\"transparent_on\":[\"mobile\"],\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"transparent_header_show\":\"yes\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"ec7f0f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":15,\"content_position_mobile\":\"center\"},\"elements\":[{\"id\":\"592c7db\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"main-menu\",\"elementskit_main_menu_position_mobile\":\"elementskit-menu-po-center\",\"elementskit_one_page_enable\":\"yes\",\"elementskit_nav_menu_logo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/Untitled-design_20250125_204720_0000-e1737818946584.png\",\"id\":4380,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"elementskit_hamburger_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"elementskit_content_typography_font_weight\":\"600\",\"elementskit_menu_item_typography_typography\":\"custom\",\"elementskit_menu_item_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_typography_font_weight\":\"600\",\"elementskit_submenu_container_width\":\"220px\",\"elementskit_menu_toggle_icon_position_mobile\":\"left\",\"elementskit_menu_open_typography_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"elementskit_menu_toggle_background_background\":\"classic\",\"elementskit_menu_toggle_background_color\":\"#02010100\",\"elementskit_menu_toggle_icon_color\":\"#B28C3E\",\"elementskit_menu_close_border_border\":\"none\",\"elementskit_mobile_menu_logo_width_mobile\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"elementskit_mobile_menu_logo_height_mobile\":{\"unit\":\"px\",\"size\":103,\"sizes\":[]},\"__globals__\":{\"elementskit_menu_toggle_icon_color\":\"\",\"elementskit_menu_close_icon_color\":\"globals\\/colors?id=accent\",\"elementskit_menu_close_icon_color_hover\":\"globals\\/colors?id=accent\",\"elementskit_submenu_item_color_mobile\":\"globals\\/colors?id=primary\",\"elementskit_menu_text_color_mobile\":\"\",\"elementskit_item_color_hover_mobile\":\"globals\\/colors?id=primary\",\"elementskit_nav_menu_active_text_color_mobile\":\"globals\\/colors?id=primary\",\"wrapper_color_mobile_mobile\":\"\"},\"elementskit_menu_text_color_mobile\":\"#B28C3E\",\"elementskit_item_color_hover_mobile\":\"#7B4200\",\"elementskit_nav_menu_active_text_color_mobile\":\"#7B4200\",\"elementskit_submenu_item_color_mobile\":\"#7B4200\",\"elementskit_menu_close_icon_color\":\"#FFFFFF\",\"elementskit_menu_close_icon_color_hover\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":false},{\"id\":\"01b43ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":40},\"elements\":[{\"id\":\"962bb30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4388,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/20250125_232425_0000-e1737827912662.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=3a98efc\"},\"width_mobile\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"align_mobile\":\"left\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":129.333}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b18bb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_mobile\":10},\"elements\":[{\"id\":\"e6696eb\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_search_icon_text_align\":\"left\",\"ekit_search_icon_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":11.367},\"ekit_search_icon_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_searech_icon_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false},{\"id\":\"eacde04\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":35,\"content_position_mobile\":\"center\"},\"elements\":[{\"id\":\"b4cf0ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"right\",\"icon_align\":\"right\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"25\",\"bottom\":\"12\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=2198600\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/book-rooms-hoteldhruvpalace\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"right\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#B28C3E\",\"button_background_hover_color\":\"#B58804\",\"button_hover_border_color\":\"#FFFFFF\",\"border_color\":\"#000000\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"017\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a44dd40\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#B28C3E\"},\"elements\":[{\"id\":\"ad38859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"bd6f336\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"dd45ea6\",\"text\":\"+91 9021072870\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"tel: +919021072870\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\" +91 8263874278\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"_id\":\"302a231\",\"link\":{\"url\":\"tel: +918263874278\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\" 02594-233464\",\"selected_icon\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"_id\":\"cc996fe\",\"link\":{\"url\":\"tel:02594-233464\\/ 234019\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\" 02594-234019\",\"selected_icon\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"tel:02594-233464\\/ 234019\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"87ec792\"}],\"space_between\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\",\"text_color_hover\":\"\"},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color_hover\":\"#EADBB1\",\"icon_typography_font_weight\":\"400\",\"icon_align\":\"center\",\"divider\":\"yes\",\"icon_self_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f0d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"transparent\":\"yes\",\"transparent_on\":[\"desktop\",\"tablet\"],\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"\",\"background\":\"globals\\/colors?id=secondary\"},\"background_color\":\"#FFFFDD\",\"background\":\"#7B4200\",\"content_width\":{\"unit\":\"px\",\"size\":1353,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sticky\":\"top\"},\"elements\":[{\"id\":\"0f62710\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.268,\"_inline_size_mobile\":10},\"elements\":[{\"id\":\"5b4e566\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4388,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/20250125_232425_0000-e1737827912662.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium\",\"link_to\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=3a98efc\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":287.042}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ff4c4d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":68.518,\"content_position\":\"center\",\"_inline_size_tablet\":41,\"_inline_size_mobile\":10},\"elements\":[{\"id\":\"0147d17\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"menu_name\":\"Menu\",\"color_dropdown_item\":\"#B58804\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Poppins\",\"dropdown_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"dropdown_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"dropdown_typography_font_weight\":\"600\",\"__globals__\":{\"color_dropdown_item\":\"globals\\/colors?id=secondary\",\"dropdown_typography_typography\":\"\",\"toggle_color\":\"globals\\/colors?id=secondary\",\"toggle_background_color\":\"globals\\/colors?id=accent\",\"color_menu_item\":\"\",\"color_menu_item_hover\":\"globals\\/colors?id=2198600\",\"pointer_color_menu_item_hover\":\"globals\\/colors?id=secondary\"},\"dropdown_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"dropdown_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Jost\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#B28C3E\",\"color_menu_item_hover\":\"#000000\",\"pointer_color_menu_item_hover\":\"#B58804\",\"toggle_color\":\"#B58804\",\"toggle_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"96ac340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.475,\"content_position\":\"center\",\"_inline_size_tablet\":19,\"_inline_size_mobile\":10},\"elements\":[{\"id\":\"281753a\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_search_icon_text_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false},{\"id\":\"c1a806f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.716,\"content_position\":\"center\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"_inline_size_tablet\":22,\"_inline_size_mobile\":10},\"elements\":[{\"id\":\"6c40610\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"align\":\"right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=2198600\",\"button_hover_border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/book-rooms-hoteldhruvpalace\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#B58804\",\"border_color\":\"#000000\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#DDDDDD\",\"hover_color\":\"#FFFFFF\",\"background_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(844,218,'_elementor_page_assets','a:1:{s:7:\"scripts\";a:1:{i:0;s:8:\"e-sticky\";}}'),(1561,7,'_edit_lock','1749271920:2'),(847,223,'_edit_lock','1750051057:2'),(848,224,'_edit_last','1'),(849,224,'_edit_lock','1751005418:2'),(850,224,'_elementor_edit_mode','builder'),(851,224,'_elementor_template_type','wp-post'),(852,224,'_elementor_version','3.23.4'),(853,224,'ekit_post_views_count','132'),(854,224,'_wp_page_template','elementor_canvas'),(855,224,'_elementor_data','[{\"id\":\"249430c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFDD\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"944cc69\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.961,\"_inline_size_tablet\":50,\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"62656ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4357,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/20250121_175037_0000-e1737816751306.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":86.11},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":333.556}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40f93e8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"5f7f1e4\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/hoteldhruvpalacetrimbakeshwar\\/?ti=as\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-google\",\"library\":\"fa-brands\"},\"_id\":\"cc780eb\",\"link\":{\"url\":\"https:\\/\\/g.co\\/kgs\\/TCzFKSA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"ff8f101\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"b6e8e02\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/hoteldhruvpalace_nsk\\/profilecard\\/?igsh=MW1zb2Fremx6cWt6Ng==\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"\",\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"image_border_color\":\"globals\\/colors?id=secondary\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"icon_primary_color\":\"#FFFFDD\",\"image_border_border\":\"none\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"-36\",\"right\":\"-36\",\"bottom\":\"-36\",\"left\":\"-36\",\"isLinked\":true},\"hover_primary_color\":\"#B58804\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":84.276}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"e6cc4df\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.621,\"_inline_size_mobile\":50,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f18fe35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#B28C3E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":169.778},\"_element_vertical_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"126b740\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Accomodation\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"cc6abd3\"},{\"text\":\"Conference Hall\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"b73cddc\"},{\"text\":\"Banquet Hall\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"781c243\"},{\"text\":\"Pure Veg Restaurant\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"5f7a461\"},{\"text\":\"ATM\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"cf8d1da\"},{\"_id\":\"f1d10cd\",\"text\":\"24\\/7 Desk\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"\",\"icon_color_hover\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color_hover\":\"#9B5300\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#B28C3E\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#B58804\",\"text_color_hover\":\"#9B5300\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":146.778}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"6321c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":23.331,\"_inline_size_mobile\":46,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"c0a6c9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#B28C3E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":175.194}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f061cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cancellation Policy\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"cc6abd3\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/refund-returns\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"b73cddc\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/term-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Price Policy\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"781c243\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/pricing-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"5f7a461\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"\",\"icon_color_hover\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color_hover\":\"#9B5300\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#B28C3E\",\"text_color_hover\":\"#9B5300\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#B58804\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":137.194}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"58025dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28.087,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"fe7d415\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#B28C3E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":331.556}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f11a8d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"_id\":\"73e0899\",\"text\":\"02594233464\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3685c07\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22whatsapp%22%2C%22tel_number%22%3A%22912594233464%22%7D\\\"]\"},\"link\":{\"url\":\"tel:02594233464\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bbeb143\",\"text\":\"08263874278\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"205cd60\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22whatsapp%22%2C%22tel_number%22%3A%228263874278%22%7D\\\"]\"}},{\"text\":\"09021072870\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0f5f420\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%229021072870%22%7D\\\"]\"},\"_id\":\"7e1e2ef\"},{\"text\":\"02594-233464\",\"selected_icon\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"tel; 02594233464\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0aa7091\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"a971e56\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%2202594233464%22%7D\\\"]\"}},{\"_id\":\"4e8cc40\",\"text\":\"02594-234019\",\"selected_icon\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"3ca80a9\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%2202594234019%22%7D\\\"]\"}},{\"text\":\"enquiry@hoteldhruvpalace.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"e08102d\",\"link\":{\"url\":\"mailto:enquiry@hoteldhruvpalace.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"enquiry.hoteldhruvpalace@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"link\":{\"url\":\"mailto:enquiry.hoteldhruvpalace@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"621047c\"},{\"text\":\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/1C7kEerwie6Ts8qL6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ccd3bf1\",\"__dynamic__\":[]}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_typography_typography\":\"\",\"text_color\":\"\",\"icon_color_hover\":\"\",\"text_color_hover\":\"\"},\"icon_typography_typography\":\"custom\",\"icon_color_hover\":\"#9B5300\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#B28C3E\",\"text_color_hover\":\"#9B5300\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#B58804\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_self_vertical_align\":\"flex-start\",\"icon_self_vertical_align_mobile\":\"flex-start\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":208.556}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a30fda8\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script src=\\\"https:\\/\\/app.mbgcart.com\\/webchat\\/plugin.js?v=6\\\"><\\/script><script>ktt10.setup({id:\\\"yyuUqTzS3mVitX91\\\",accountId:\\\"1874184\\\",color:\\\"#B28C3E\\\"})<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53407ce\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#B28C3E\"},\"elements\":[{\"id\":\"d7968dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8cbb13\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Copyright \\u00a9 2025 <span style=\\\"color: #800080;\\\"><a style=\\\"color: #800080;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/\\\"><span style=\\\"color: #fff;\\\"><strong><span style=\\\"color: #7b4200;\\\"><span style=\\\"color: #ffffff;\\\">Hot<\\/span><\\/span><span style=\\\"color: #7b4200;\\\"><span style=\\\"color: #ffffff;\\\">el<\\/span><\\/span><span style=\\\"color: #7b4200;\\\"><span style=\\\"color: #ffffff;\\\"> Dhruv Palace<\\/span><\\/span><\\/strong><\\/span><\\/a><\\/span><span style=\\\"color: #ffffff;\\\"><strong>.<\\/strong><\\/span> All Rights Reserved.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f40f7f6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7565f75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(856,224,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(857,223,'_elementor_edit_mode','builder'),(858,223,'_elementor_template_type','wp-page'),(859,223,'_elementor_version','3.6.6'),(884,224,'_wp_old_slug','elementor-224'),(898,223,'_elementor_data','[{\"id\":\"7209af7b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"134ac2e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7864a7da\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3044263\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9193cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a9531\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"ABOUT HOTEL\",\"repeater_list\":[{\"headline_text_animation\":\" DHRUV PALACE\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"globals\\/colors?id=primary\",\"typography_default_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_family\":\"Jost\",\"typography_highlight_font_weight\":\"500\",\"typography_highlight_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"c321ac6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hotel Dhruv Palace is the best hotel, Trimbakeshwar, Nashik ensures an ambiance that makes one feel at home. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient. Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.<\\/p><p>Hotel Dhruv Palace is 30 km from the Nashik City and 500 meter from Trimbakeshwar Temple. Situated within walking distance from Temple, Hotel Dhruv Palace lies in the vicinity of the Trimbakeshwar Temple.<\\/p><p>The hotel offers 25 living options, which are categorised as Deluxe AC and Royal AC Rooms. Besides being spacious and clean, these rooms are fitted with cable TV, telephone and air-conditioner. The proximity of this hotel to major tourist attractions of the city makes it an ideal choice for leisure travellers. Guests can avail the on-site services of travel desk, parking space, Wi-Fi internet, doctor-on-call and round-the-clock room service. The in-house restaurant serves an array of pure vegetarian Punjabi, Chinese, Continental, South Indian and Gujarati Katharine dishes. Moreover, guests can also relish healthy and delicious breakfasts in the privacy of their rooms through room service. The beautiful Brahmgiri is just minutes away from the hotel.<\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"fbcc84d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"252cdbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-01-1.jpg\",\"id\":71,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"image_border_border\":\"double\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_border_color\":\"#7B42006E\",\"_animation\":\"fadeInRight\",\"__globals__\":{\"image_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c3abcf7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"custom_height\":{\"unit\":\"px\",\"size\":599,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"shape_divider_top\":\"curve-asymmetrical\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":207,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":167,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e3b0d09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"0004d94\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"ABOUT HOTEL\",\"repeater_list\":[{\"headline_text_animation\":\" DHRUV PALACE\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#B58804\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Arial\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"globals\\/colors?id=primary\",\"typography_default_typography\":\"\"}},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"4ee02be\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"gap\":\"wide\",\"structure\":\"20\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":138,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\"}},\"elements\":[{\"id\":\"127c9df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.471},\"elements\":[{\"id\":\"58ec227\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/about-1.jpg\",\"id\":779,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"551d418\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.529,\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"25bffff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hotel Dhruv Palace is the best hotel, Trimbakeshwar, Nashik ensures an ambiance that makes one feel at home. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient. Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.<\\/p><p>Hotel Dhruv Palace is 30 km from the Nashik City and 500 meter from Trimbakeshwar Temple. Situated within walking distance from Temple, Hotel Dhruv Palace lies in the vicinity of the Trimbakeshwar Temple.<\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#6F6F6F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e79d6d3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1080,\"sizes\":[]},\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":138,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\"}},\"elements\":[{\"id\":\"ba0b4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"c3b38ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The hotel offers 25 living options, which are categorised as Deluxe AC and Royal AC Rooms. Besides being spacious and clean, these rooms are fitted with cable TV, telephone and air-conditioner. The proximity of this hotel to major tourist attractions of the city makes it an ideal choice for leisure travellers. Guests can avail the on-site services of travel desk, parking space, Wi-Fi internet, doctor-on-call and round-the-clock room service. The in-house restaurant serves an array of pure vegetarian Punjabi, Chinese, Continental, South Indian and Gujarati Katharine dishes. Moreover, guests can also relish healthy and delicious breakfasts in the privacy of their rooms through room service. The beautiful Brahmgiri is just minutes away from the hotel.<\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"text_color\":\"#6F6F6F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa9faf4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"77a3b59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#656565\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"9e2ae04\",\"elType\":\"widget\",\"settings\":{\"title\":\"FACILITIES\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7867869\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"bf8e588\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.366},\"elements\":[{\"id\":\"8ec28b7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-car-1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"ENORMOUS PARKING\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"22b8f20\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-apartment1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\" LIFT FACILITY\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1057c4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clipboard11\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"TRAVEL DESK\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c62b160\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.53,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"60c9716\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\" PURE VEG RESTAURANT\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5d307d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bank1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"24X7 BANK ATM\",\"description_text\":\"\",\"position\":\"left\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd555a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#656565\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"9f5090c\",\"elType\":\"widget\",\"settings\":{\"title\":\"HOTEL AMINITIES\",\"header_size\":\"h5\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62bcc20\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"6b99f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.53,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c9ab66\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-van\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"MEDICAL FACILTIY\",\"description_text\":\"\",\"position\":\"right\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2ffe76d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-tshirt\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"LAUNDRY SERVICE\",\"description_text\":\"\",\"position\":\"right\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"2b57c7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.366},\"elements\":[{\"id\":\"993102d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\" LIMITED HOURS ROOM SERVICE\",\"description_text\":\"\",\"position\":\"right\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"821f738\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-wifi\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"FREE WI-FI IN RECEPTION\",\"description_text\":\"\",\"position\":\"right\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75cf06d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-laptop\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"LED TV WITH DTH\",\"description_text\":\"\",\"position\":\"right\",\"primary_color\":\"#CBA305\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_align\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"hover_primary_color\":\"globals\\/colors?id=primary\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_family\":\"Jost\",\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cacad6a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1082,\"sizes\":[]},\"gap\":\"wider\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"00185a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#656565\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1be9e3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FACILITIES\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nokora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a8ab4b6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"fb82fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4c0ee43\",\"elType\":\"widget\",\"settings\":{\"style\":\"curved\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"pattern_height\":{\"unit\":\"px\",\"size\":6.3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"weight\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"pattern_size\":{\"unit\":\"px\",\"size\":14.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d3cc25b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ENORMOUS PARKING\",\"selected_icon\":{\"value\":\"icon icon-car-1\",\"library\":\"ekiticons\"},\"_id\":\"5221757\"},{\"text\":\" LIFT FACILITY\",\"selected_icon\":{\"value\":\"icon icon-apartment1\",\"library\":\"ekiticons\"},\"_id\":\"39111d7\"},{\"text\":\"TRAVEL DESK\",\"selected_icon\":{\"value\":\"icon icon-clipboard11\",\"library\":\"ekiticons\"},\"_id\":\"ff74732\"},{\"text\":\" PURE VEG RESTAURANT\",\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"_id\":\"082eb2c\"},{\"text\":\"24X7 BANK ATM\",\"selected_icon\":{\"value\":\"icon icon-bank1\",\"library\":\"ekiticons\"},\"_id\":\"ec8956c\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#7B4200\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align_mobile\":\"left\",\"text_color\":\"#2A2A2A\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Mulish\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13.5,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0eac743\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#656565\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a613f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"HOTEL AMINITIES\",\"header_size\":\"h5\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nokora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"915dbbe\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"c1ee147\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9aa173\",\"elType\":\"widget\",\"settings\":{\"style\":\"curved\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"pattern_height\":{\"unit\":\"px\",\"size\":6.3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"weight\":{\"unit\":\"px\",\"size\":1.5,\"sizes\":[]},\"pattern_size\":{\"unit\":\"px\",\"size\":14.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ce08965\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" LIMITED HOURS ROOM SERVICE\",\"selected_icon\":{\"value\":\"icon icon-clock1\",\"library\":\"ekiticons\"},\"_id\":\"5221757\"},{\"text\":\"FREE WI-FI IN RECEPTION\",\"selected_icon\":{\"value\":\"icon icon-wifi\",\"library\":\"ekiticons\"},\"_id\":\"39111d7\"},{\"text\":\"LED TV WITH DTH\",\"selected_icon\":{\"value\":\"icon icon-laptop\",\"library\":\"ekiticons\"},\"_id\":\"ff74732\"},{\"text\":\"MEDICAL FACILTIY\",\"selected_icon\":{\"value\":\"icon icon-van\",\"library\":\"ekiticons\"},\"_id\":\"082eb2c\"},{\"text\":\"LAUNDRY SERVICE\",\"selected_icon\":{\"value\":\"icon icon-tshirt\",\"library\":\"ekiticons\"},\"_id\":\"ec8956c\"}],\"space_between_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_align_mobile\":\"left\",\"icon_color\":\"#7B4200\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align_mobile\":\"left\",\"text_color\":\"#2A2A2A\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Mulish\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13.5,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"881786d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":737,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":401,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFEFEF\",\"shape_divider_top\":\"curve-asymmetrical\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":197,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\",\"shape_divider_top_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0afcb54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ce3d5dc\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"ACCESSIBILITY \",\"repeater_list\":[{\"headline_text_animation\":\"TO HOTEL\",\"_id\":\"992e998\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"globals\\/colors?id=primary\",\"typography_default_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_family\":\"Jost\",\"typography_highlight_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"dcc811a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\" NASHIK AIRPORT : 37 KM\",\"tab_content\":\"<p>Nashik Airport is located at Ozar, 15 kilometres (9.3 mi) northeast of the city of Nashik and 37 KM from Trimbakeshwar. Taxis are available at the airport for travel to different parts of the city and outside.<\\/p>\",\"_id\":\"7db9cf5\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#7B4200\",\"title_color\":\"#EFEFEF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"b25d60f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\" NASHIK ROAD RAILWAY STATION : 38 KM\",\"tab_content\":\"<p>Nasik Road railway station is located at a distance of 38 km from Trimbakeshwar and distance of 9 km from Nashik city centre. Taxis are available at the railway station for travel to different parts of the city and outside.<\\/p>\",\"_id\":\"8091014\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#7B4200\",\"title_color\":\"#EFEFEF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"386f869\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\" TRIMBAKESHWAR BUS STAND : 1 KM\",\"tab_content\":\"<p>Maharashtra State Transport Bus Stand is 1 KM from Hotel Dhruv Palace, Trimbakeshwar. City Bus and Long Route buses available to travel different parts of the city and outside.<\\/p>\",\"_id\":\"787cd4f\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#7B4200\",\"title_color\":\"#EFEFEF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4447daa6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f5496a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=3a98efc\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c361c1b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-planet-earth\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"13d71b0\",\"elType\":\"widget\",\"settings\":{\"style\":\"curved\",\"width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"pattern_height\":{\"unit\":\"px\",\"size\":6.8,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pattern_size\":{\"unit\":\"px\",\"size\":19.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bb11f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1047,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0f5a80f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"69bba94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/trimbakeshwar.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"382a330\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"}},\"elements\":[{\"id\":\"8812702\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bd0a0ee\",\"elType\":\"widget\",\"settings\":{\"title\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e404089\",\"elType\":\"widget\",\"settings\":{\"editor\":\"0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17f4d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe18604\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gurukul.jpg\",\"id\":542,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1dd75de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]}},\"elements\":[{\"id\":\"96eae8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24f87f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"GURUKUL (SWAMI SAMARTH)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0b5fc77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1.5 KM<\\/p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"96ecf95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"319c912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"389fc13\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]}},\"elements\":[{\"id\":\"7062a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"69faf44\",\"elType\":\"widget\",\"settings\":{\"title\":\"PANCHAWATI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79c6dec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>32 KM<\\/p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ef5824\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1047,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af11f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9476ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/muktidham.jpg\",\"id\":544,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9618e95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"542536a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c48ff3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUKTIDHAM\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25298c5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>39 KM<\\/p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b7d5499\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1f82871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/brahmgiri.jpg\",\"id\":555,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d3d6d6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"75dc30e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab4db98\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAHMAGIRI (700 STOPS)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e09a987\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"date marginb20\\\">1 KM<\\/div><div>\\u00a0<\\/div><p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c98e330\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"47f480d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gangadvar.jpg\",\"id\":548,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f7591a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"a2177f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"77946b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nGANGA DWAR\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aa705f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28b7185\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1047,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b6edbe8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58c3d98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/nivruttinath.jpg\",\"id\":546,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c051665\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"3ca8334\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c55f027\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIVRUTTINATH SAMADHI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e56cb83\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a62dbb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"78ae5e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/anjaneri.jpg\",\"id\":554,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7cf0e54\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"6f3db6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbe917d\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANJANERI (HANUMAN BIRTH PLACE)\\n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35b79f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6 KM<\\/p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2757c9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"67a28ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/kushavarta.jpg\",\"id\":549,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cab1d71\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"7c5dc5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b3c4fc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nKUSHAVARTA KUND\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a04fecd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>0.2 KM<\\/p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3437b6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1047,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"f12fd35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"733c776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/neel-parvat.jpg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"04f9100\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"bac059e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5257d7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e28de41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 KM<\\/p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"adc0ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ec34cb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shani.jpg\",\"id\":545,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3575d0e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"cce77e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a0eef8\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHANI SHINGNAPUR TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eef2b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>174 KM<\\/p><p>The temple is believed to be a \\\"jagrut devasthan\\\" (\\\"alive temple\\\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"84d2b1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"09b88d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shirdi.jpg\",\"id\":550,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e736be\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"7ca34c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06ea6e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHIRDI SAI BABA TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"976505d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>117 KM<\\/p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8148723\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1047,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"cd59476\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb56630\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/mahabaleshwar.jpg\",\"id\":953,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_mask_switch\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7fd8eaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]}},\"elements\":[{\"id\":\"9f15da5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a633068\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAHABALESHWAR TEMPLE)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a863b72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>367 KM<\\/p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"190f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"edb9274\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(897,223,'_wp_page_template','elementor_header_footer'),(904,223,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2596,223,'_elementor_pro_version','3.5.1'),(19697,2675,'_elementor_template_type','wp-page'),(19696,2675,'_elementor_edit_mode','builder'),(914,235,'_menu_item_type','post_type'),(915,235,'_menu_item_menu_item_parent','0'),(916,235,'_menu_item_object_id','223'),(917,235,'_menu_item_object','page'),(918,235,'_menu_item_target',''),(919,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(920,235,'_menu_item_xfn',''),(921,235,'_menu_item_url',''),(928,224,'elementskit_template_activation','yes'),(929,224,'elementskit_template_type','footer'),(930,224,'elementskit_template_condition_a','entire_site'),(931,224,'elementskit_template_condition_singular',NULL),(932,224,'elementskit_template_condition_singular_id',NULL),(957,244,'_edit_lock','1750066517:2'),(958,244,'_elementor_edit_mode','builder'),(959,244,'_elementor_template_type','wp-page'),(960,244,'_elementor_version','3.14.1'),(974,244,'_elementor_data','[{\"id\":\"459359d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-inner-page.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a45ff5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ebfef5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12fd1ac6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":9,\"gap\":\"wide\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1f31b895\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"__globals__\":{\"background_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"6785d30\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420045\",\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"3cb0501\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"782a1dff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"86\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-mail.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2b7e1ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Address\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb22766\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"enquiry.hoteldhruvpalace@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"719447f\",\"link\":{\"url\":\"mailto:enquiry.hoteldhruvpalace@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"enquiry@hoteldhruvpalace.com\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"_id\":\"5d3d674\",\"link\":{\"url\":\"mailto:enquiry@hoteldhruvpalace.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#B58804\",\"icon_color_hover\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#7B7B7B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6ffc5919\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"__globals__\":{\"background_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"592c7f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"57\",\"right\":\"10\",\"bottom\":\"57\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420045\",\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6baec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e8a83e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-phone.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"803ba5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone Number\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a4ae3e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"+91-9021072870\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"_id\":\"719447f\",\"link\":{\"url\":\"tel:+919021072870\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+91-8263874278\",\"selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"},\"_id\":\"5d3d674\",\"link\":{\"url\":\"tel:+918263874278\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ab443c6\\\" name=\\\"contact-url\\\" settings=\\\"%7B%22link_type%22%3A%22whatsapp%22%2C%22tel_number%22%3A%228263874278%22%7D\\\"]\"}},{\"text\":\"02594-233464\\/ 234019 \",\"selected_icon\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"tel:02594-233464\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9e25919\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#B58804\",\"icon_color_hover\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#7B7B7B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2b200e4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"__globals__\":{\"background_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"20b1530\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"10\",\"bottom\":\"53\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420045\",\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bdf3a9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"090d7d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-map.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"901203f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c9a4d41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Near HDFC Bank, Shree Krushna Colony, Temple Main Road, Trimbakeshwar, Nashik, Maharashtra, INDIA. Pin.: 422212.\",\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"_id\":\"719447f\",\"link\":{\"url\":\"mailto:enquiry.hoteldhruvpalace@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#B58804\",\"icon_color_hover\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#7B7B7B\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"\",\"text_color_hover\":\"\",\"icon_typography_typography\":\"\"},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"abf9369\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":804,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\"}},\"elements\":[{\"id\":\"4c3ec86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47ad478\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D9B306\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"shape_divider_top\":\"tilt\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"shape_divider_top_color\":\"\",\"border_color\":\"globals\\/colors?id=3a98efc\",\"background_color\":\"globals\\/colors?id=3a98efc\"}},\"elements\":[{\"id\":\"aa044de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512d081\",\"elType\":\"widget\",\"settings\":{\"headline_shape_highlight\":\"scale\",\"headline_before_text\":\"Get In Touch\",\"repeater_list\":[{\"headline_text_animation\":\"\",\"_id\":\"24ea4c8\"}],\"headline_after_text\":\"\",\"alignment_text\":\"center\",\"headline_break\":\"\",\"headline_break_mobile\":\"yes\",\"headline_color_default\":\"#7B4200\",\"headline_color_highlight\":\"#000000\",\"typography_default_typography\":\"custom\",\"typography_default_font_family\":\"Jost\",\"typography_default_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_default_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_default_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_default_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_highlight_typography\":\"custom\",\"typography_highlight_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"spacing_highlight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"__globals__\":{\"headline_color_highlight\":\"globals\\/colors?id=2198600\",\"headline_color_default\":\"\",\"typography_default_typography\":\"\"},\"_animation\":\"fadeIn\",\"typography_default_font_weight\":\"500\",\"typography_highlight_font_family\":\"Jost\",\"typography_highlight_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"tfanimated_headline\"},{\"id\":\"31bd1e2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"_id\":\"6d5f9a1\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"83db23b\"},{\"custom_id\":\"field_763fe53\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone No\",\"placeholder\":\"Phone No\",\"_id\":\"763fe53\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"1f523ab\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"mapapi188@gmail.com\",\"email_subject\":\"New message from "Hoteldhruvpalace"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@hoteldhruvpalace.com\",\"email_from_name\":\"Hoteldhruvpalace\",\"email_to_2\":\"mapapi188@gmail.com\",\"email_subject_2\":\"New message from "Hoteldhruvpalace"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@hoteldhruvpalace.com\",\"email_from_name_2\":\"Hoteldhruvpalace\",\"email_reply_to_2\":\"mapapi188@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There's something wrong. The form is invalid.\",\"row_gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"600de8c6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":0,\"bottom\":\"5\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2232372\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"262c323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3750.71368112911!2d73.53202741438974!3d19.936466829542592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bddeacf3f1b1f1b%3A0xf43832ed6d271a8b!2sHotel%20Dhruv%20Palace!5e0!3m2!1sen!2sin!4v1648721286743!5m2!1sen!2sin\\\" width=\\\"600\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(973,244,'_wp_page_template','elementor_header_footer'),(980,244,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(981,250,'_menu_item_type','post_type'),(982,250,'_menu_item_menu_item_parent','0'),(983,250,'_menu_item_object_id','244'),(984,250,'_menu_item_object','page'),(985,250,'_menu_item_target',''),(986,250,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(987,250,'_menu_item_xfn',''),(988,250,'_menu_item_url',''),(1003,254,'_edit_lock','1750066901:2'),(1024,254,'_elementor_edit_mode','builder'),(1025,254,'_elementor_template_type','wp-page'),(1026,254,'_elementor_version','3.14.1'),(1044,254,'_elementor_data','[{\"id\":\"536c992\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-inner-page.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"03e7b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"676e1a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"GALLERY\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa79c40\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":816,\"sizes\":[]},\"background_overlay_color\":\"#A1A1A1\",\"shape_divider_bottom\":\"arrow\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\",\"background_color\":\"globals\\/colors?id=3a98efc\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdf58af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a8e1f14\",\"elType\":\"widget\",\"settings\":{\"gallery_type\":\"multiple\",\"galleries\":[{\"gallery_title\":\"DELUXE ROOMS\",\"_id\":\"55144b4\",\"multiple_gallery\":[{\"id\":4232,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2024\\/08\\/IMG-20240731-WA0212-scaled.jpg\"},{\"id\":4231,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2024\\/08\\/IMG-20240731-WA0210-scaled.jpg\"},{\"id\":4230,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2024\\/08\\/IMG-20240731-WA0209-scaled.jpg\"},{\"id\":4229,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2024\\/08\\/IMG-20240731-WA0206-scaled.jpg\"}]},{\"gallery_title\":\"FAMILY BED\",\"multiple_gallery\":[{\"id\":1537,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-1-1.jpg\"},{\"id\":1538,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-3-1.jpg\"},{\"id\":1539,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-4-1.jpg\"},{\"id\":1540,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\"}],\"_id\":\"971c40d\"},{\"gallery_title\":\"TRIPLE SHARING BED\",\"multiple_gallery\":[{\"id\":1541,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-triple-1-1.jpg\"},{\"id\":1542,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-triple-2-1.jpg\"},{\"id\":1543,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-triple-3-1.jpg\"},{\"id\":1544,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-triple-4-1.jpg\"}],\"_id\":\"a37b1c4\"},{\"gallery_title\":\"ROYAL SUITES\",\"multiple_gallery\":[{\"id\":1548,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-royal-1-1.jpg\"},{\"id\":1549,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-royal-2-1.jpg\"},{\"id\":1550,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-royal-3-1.jpg\"},{\"id\":1551,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-royal-4-1.jpg\"},{\"id\":1552,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-royal-5-1.jpg\"}],\"_id\":\"986b354\"},{\"gallery_title\":\"CONFERENCE ROOMS\",\"multiple_gallery\":[{\"id\":1554,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\"},{\"id\":1555,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-2-1.jpg\"},{\"id\":1556,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-3-1.jpg\"},{\"id\":1557,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-3-2.jpg\"}],\"_id\":\"6d89ec6\"},{\"gallery_title\":\"HOTEL PREMISES\",\"multiple_gallery\":[{\"id\":1558,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-1-1.jpg\"},{\"id\":1559,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-2-1.jpg\"},{\"id\":1560,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-3-1.jpg\"},{\"id\":1561,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-4-1.jpg\"},{\"id\":1562,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5-1.jpg\"}],\"_id\":\"c8d69b7\"}],\"columns\":3,\"show_all_galleries_label\":\"All\",\"gap_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"align_filter_bar_items\":\"center\",\"galleries_titles_typography_typography\":\"custom\",\"pointer_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"galleries_titles_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"galleries_titles_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"__globals__\":{\"galleries_title_color_normal\":\"globals\\/colors?id=primary\",\"galleries_title_color_active\":\"globals\\/colors?id=secondary\",\"galleries_title_color_hover\":\"globals\\/colors?id=secondary\",\"galleries_titles_typography_typography\":\"\"},\"galleries_title_color_normal\":\"#7B4200\",\"galleries_titles_typography_font_family\":\"Jost\",\"galleries_titles_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"galleries_title_color_hover\":\"#B58804\",\"galleries_title_color_active\":\"#B58804\",\"galleries_titles_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"galleries_titles_typography_font_weight\":\"600\",\"columns_mobile\":2,\"galleries_titles_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"072eff9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"58f21c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e74e8a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"71\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-01-1.jpg\"},{\"id\":\"78\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-02-1.jpg\"},{\"id\":\"87\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-03-1.jpg\"},{\"id\":\"98\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-04-1.jpg\"},{\"id\":\"106\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-05-1.jpg\"},{\"id\":\"113\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-06.jpg\"},{\"id\":\"121\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-07.jpg\"},{\"id\":\"124\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-08.jpg\"},{\"id\":\"132\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-09.jpg\"},{\"id\":\"137\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-010.jpg\"},{\"id\":\"142\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-11.jpg\"},{\"id\":\"146\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-12.jpg\"},{\"id\":\"151\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-13.jpg\"},{\"id\":\"154\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-14.jpg\"},{\"id\":\"164\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-15.jpg\"},{\"id\":\"169\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-16.jpg\"},{\"id\":\"173\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-17.jpg\"},{\"id\":\"176\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-18.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"open_lightbox\":\"yes\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1043,254,'_wp_page_template','elementor_header_footer'),(1050,254,'_elementor_page_assets','a:0:{}'),(1071,270,'_edit_lock','1750074039:2'),(1072,271,'_edit_lock','1750071411:2'),(1073,270,'_elementor_edit_mode','builder'),(1074,270,'_elementor_template_type','wp-page'),(1075,270,'_elementor_version','3.23.4'),(1076,271,'_elementor_edit_mode','builder'),(1077,271,'_elementor_template_type','wp-page'),(1078,271,'_elementor_version','3.6.2'),(1105,271,'_wp_page_template','elementor_header_footer'),(1097,270,'_wp_page_template','elementor_header_footer'),(1098,270,'_elementor_data','[{\"id\":\"c240763\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-inner-page.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"08b5236\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9431e8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"ACCOMODATION\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9cbe870\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"92f1636\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b281090\",\"elType\":\"widget\",\"settings\":{\"columns_mobile\":2,\"rows\":14,\"column_gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"column_gap_mobile\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"row_gap_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"align\":\"center\",\"title_color\":\"#7B4200\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Gilda Display\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"price_color\":\"#000000\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Poppins\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"price_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#7B4200\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Poppins\",\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"box_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"box_bg_color\":\"#F7F4F0\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"price_color\":\"globals\\/colors?id=2198600\",\"title_typography_typography\":\"\",\"price_typography_typography\":\"\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_color\":\"globals\\/colors?id=primary\",\"button_typography_typography\":\"\",\"box_bg_color\":\"\"},\"button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b883b79\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"44d5733\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"78066e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4482,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/wbgsl2wnx5gs3bk6vq8e-scaled.webp\",\"alt\":\"Comfort Double Room (Non-A\\/c)\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9c6a1b4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Comfort Double Room (NON-AC)\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"152737e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.1800\\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"91b476f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/book-rooms-thevsadan\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bc400de\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"2a9545c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4473,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/o9kza7pdlzi5otznoikf-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8229d82\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Comfort Double Room (A\\/C)\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e884b84\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.2400 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000007\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64ffad3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000004\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"55bac1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":51,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"830e812\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4486,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/tcrcoakgdu3rqlx1oetk-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"378263c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Comfort Triple Room (NON-A\\/C)\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a7d6382\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.2300 \\/ Night \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"767fe5c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"729a2416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"6bab98d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4496,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-20240731-WA0222-scaled.webp\",\"alt\":\"Comfort Triple Room (A\\/c)\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aac2328\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Comfort Triple Room (A\\/C)\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cc122ec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.2900\\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0492922\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000005\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46927997\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\"},\"elements\":[{\"id\":\"7e59907a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":51,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"7557863d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4465,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/jpl2b6wdsbidxrktzaph-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4112edb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Deluxe Double Room \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9381d95\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Rs.2900 \\/ Night \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a1649eb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2bfbca06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"background_color\":\"#F7F4F0\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"54207d72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4485,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/tue8wazfqwvaaudireoa-scaled.webp\",\"alt\":\"Deluxe Triple Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e505cb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Deluxe Triple Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"be37f15\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\u20b9 3,400 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000017\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"288ddd41\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000009\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bdb827e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":51,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"d7bc5ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4489,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp\",\"alt\":\"Deluxe Quadruple Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"47ba845\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Deluxe Quadruple Room \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3f63ff5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" Rs.2900 \\/ Night \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"289cc4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7e3f326c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"4df5237a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4463,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/jeft6dzvjkerbiexdzyy-1-scaled.webp\",\"alt\":\"Deluxe 8-Bed Room (Non-A\\/c)\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9eb9003\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Deluxe 8-Bed Room (NON-A\\/C)\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"14bbbab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\u20b95400 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000021\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f522531\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000011\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c7ddb77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68921503\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"27953149\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4491,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/sddkqvbaouyojd60qsvm-scaled.webp\",\"alt\":\"Superior Double Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b5bb0c0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Superior Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cf8068b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.4800 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000019\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"036926c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000010\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"7be78237\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"68514232\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4477,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/zxgigwkrggrjsvfyoipu-scaled.webp\",\"alt\":\"Superior Quadruple Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c94fd43\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Superior Quadruple Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0915a78\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.5000 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000011\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"87d85d4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000016\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"49150f04\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F3F3F3\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"_inline_size_tablet\":50,\"background_color\":\"#F7F4F0\"},\"elements\":[{\"id\":\"1da2efbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":4475,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/p9gjze1kr19ycomgnlfv-scaled.webp\",\"alt\":\"Superior Family Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":115,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"363c6508\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Superior Family Room\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\"}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=primary\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#7B4200\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Gilda Display\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c743efa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rs.5800 \\/ Night\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4ae8efc\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000013\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color\":\"#000000\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"465a3fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"background_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EAEAEA\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"\"},\"align\":\"center\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000007\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"569f22a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"536269e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":791,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":440,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EFEFEF\",\"shape_divider_top\":\"curve-asymmetrical\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":197,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\",\"shape_divider_top_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"902c95f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0d6f85\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"HOTEL OVERVIEW\",\"tab_content\":\"<p>\\u2022 Total Number of Floors : 3<br \\/>\\u2022 Total Number of Rooms : 42<br \\/>\\u2022 Check In Time : 12:00 PM<br \\/>\\u2022 Check Out Time : 11:00 AM<\\/p>\",\"_id\":\"7db9cf5\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"title_color\":\"#EFEFEF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_background\":\"#7B4200\",\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"dd9cb6e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"7161f7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2f3a0\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"COST FOR AVERAGE MEAL\",\"tab_content\":\"<p>\\u2022 Breakfast Cost : Rs. 100 + GST (Per Person)<br \\/>\\u2022 Lunch Cost : Rs. 225 + GST (Per Person)<br \\/>\\u2022 Dinner Cost : Rs. 275 + GST (Per Person)<\\/p>\",\"_id\":\"8091014\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_background\":\"#7B4200\",\"title_color\":\"#EFEFEF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true},{\"id\":\"bfcc8e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"68d30f2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"CHILD POLICY\",\"tab_content\":\"<p>\\u2022 Children below 5 years are complimentary. (Without extra bed in same room)<br \\/>\\u2022 Children between 6 years to 12 years is Rs.400\\/- according to above package only, with extra bed in same Room.<br \\/>\\u2022 Extra Person above 12 is on Rs.600\\/- according to above package only, with extra bed in same Room.<\\/p>\",\"_id\":\"787cd4f\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"title_color\":\"#EFEFEF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_background\":\"#7B4200\",\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2288593\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"a77dcb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"86ce60f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"CANCELLATION POLICY\",\"tab_content\":\"<p>\\u2022 Any Cancellation Before 10 days : Refund 100%<br \\/>\\u2022 Any Cancellation Before 7 days : Refund 50%<br \\/>\\u2022 Any Cancellation within 2 days : No Refund<br \\/>\\u2022 Cancellations must be received at Office before 7 days of arrival date during the peak dates.<br \\/>\\u2022 In case of late cancellation or no show, the hotel reserves the right to charge full retention.<\\/p>\",\"_id\":\"787cd4f\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"title_color\":\"#EFEFEF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_background\":\"#7B4200\",\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true},{\"id\":\"b842529\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cba5097\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"BANK ACCOUNT DETAILS\",\"tab_content\":\"<p>\\u2022 Bank Name : HDFC BANK LTD<br \\/>\\u2022 Branch Address: Trimbakeshwar, Maharashtra. INDIA. 422212<br \\/>\\u2022 Account Name: Hotel Dhruv Palace<br \\/>\\u2022 Account Number: 50200012764596<br \\/>\\u2022 RTGS \\/ IFSC Code: HDFC0004388<\\/p>\",\"_id\":\"787cd4f\"}],\"title_html_tag\":\"h6\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"__globals__\":{\"title_background\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\",\"title_color\":\"\",\"tab_active_color\":\"\",\"title_typography_typography\":\"\",\"content_color\":\"\",\"content_typography_typography\":\"\"},\"title_typography_font_family\":\"Jost\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_color\":\"#FFFFFF\",\"title_color\":\"#EFEFEF\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"icon_align\":\"right\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#7B7B7B\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Jost\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_background\":\"#7B4200\",\"title_typography_font_weight\":\"500\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1111,271,'_elementor_data','[{\"id\":\"282bad43\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-inner-page.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"304f2a4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ba22258\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"header_size\":\"h1\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8c974e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"500013d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"19c2d3cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parlour & Salon\",\"header_size\":\"h6\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57b46bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa & Massage\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15d9c4c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .<\\/p>\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b393d55\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Open Daily: 7:00am - 03:00am\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"1bdf256\"},{\"text\":\"Sunday: Off day\",\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"_id\":\"65402da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5351dd5e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Appointment\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"_z_index\":9,\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"191a14e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"70\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/img_salon_Home02-NCF39MK.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c5c91c\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"651d2375\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b1b9450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"76\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/img-salon-02.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"401079b8\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5511182d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"39fe4634\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eat & Drinks\",\"header_size\":\"h6\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f3bb3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurant & Bar\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3437cbbf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .<\\/p>\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4959898c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Open Daily: 7:00am - 03:00am\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"1bdf256\"},{\"text\":\"Sunday: Off day\",\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"_id\":\"65402da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"781a2dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Food Menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"_z_index\":9,\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b009d8c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"56c9c966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"62d2f209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parlour & Salon\",\"header_size\":\"h6\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac25288\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxary & Family Room\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503ec86c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .<\\/p>\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae0b417\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Open Daily: 7:00am - 03:00am\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"1bdf256\"},{\"text\":\"Sunday: Off day\",\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"_id\":\"65402da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1dcc4fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Appointment\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"_z_index\":9,\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"3ac717bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"85\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/service-01.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24f6a330\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16f55d95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10370df6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"97\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/service-2.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"62271e63\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"63345897\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"186396c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eat & Drinks\",\"header_size\":\"h6\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ec4165\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Transport Way\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c51d783\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .<\\/p>\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f9a70e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Open Daily: 7:00am - 03:00am\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"1bdf256\"},{\"text\":\"Sunday: Off day\",\"selected_icon\":{\"value\":\"far fa-calendar-alt\",\"library\":\"fa-regular\"},\"_id\":\"65402da\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2198600\"},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"44dec8b4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Food Menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"float\",\"_z_index\":9,\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1112,270,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1118,271,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1390,330,'metform_form__form_setting','a:16:{s:10:\"form_title\";s:21:\"New Form # 1646309429\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:15:\"Entry # [mf_id]\";s:11:\"redirect_to\";s:0:\"\";s:18:\"user_email_subject\";s:0:\"\";s:15:\"user_email_from\";s:0:\"\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:19:\"admin_email_subject\";s:0:\"\";s:14:\"admin_email_to\";s:0:\"\";s:16:\"admin_email_from\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";}'),(1391,330,'_wp_page_template','elementor_canvas'),(1392,330,'_elementor_edit_mode','builder'),(1393,330,'_elementor_template_type','wp-post'),(1394,330,'_elementor_version','3.5.6'),(1395,330,'ekit_post_views_count','92'),(1396,330,'_edit_lock','1646309974:1'),(1407,330,'_elementor_data','[{\"id\":\"34b4479a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e1f872\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6ce3c80c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f44056\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"13b0dc48\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Enter full name\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"27\",\"isLinked\":false},\"mf_input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"mf_input_border_color\":\"#F3F3F3\",\"mf_input_box_shadow_box_shadow_type\":\"yes\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true},{\"id\":\"249b1b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49786be8\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Enter email address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"27\",\"isLinked\":false},\"mf_input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"mf_input_border_color\":\"#F3F3F3\",\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=2198600\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"},\"mf_input_box_shadow_box_shadow_type\":\"yes\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"59eaaaab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"17\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"38b26d72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75ab8882\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Select\",\"mf_input_name\":\"mf-select\",\"mf_input_placeholder\":\"Guests\",\"mf_input_list\":[{\"mf_input_option_text\":\"02\",\"mf_input_option_value\":\"value-1\",\"_id\":\"0847217\"},{\"mf_input_option_text\":\"04\",\"mf_input_option_value\":\"value-2\",\"_id\":\"dbdd718\"},{\"mf_input_option_text\":\"06\",\"mf_input_option_value\":\"value-3\",\"_id\":\"a0b0a6e\"}],\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"27\",\"isLinked\":false},\"mf_input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"mf_input_border_color\":\"#F3F3F3\",\"mf_input_box_shadow_box_shadow_type\":\"yes\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=2198600\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"mf-select\"}],\"isInner\":true},{\"id\":\"3296b09e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c5412fe\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Date\",\"mf_input_name\":\"mf-date\",\"mf_input_placeholder\":\"Select Date\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_disable_date_list\":[],\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"27\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"mf_input_border_color\":\"#F3F3F3\",\"mf_input_box_shadow_box_shadow_type\":\"yes\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=2198600\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_date_calender_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"mf-date\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"195e461a\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"27\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"mf_input_border_color\":\"#F3F3F3\",\"mf_input_box_shadow_box_shadow_type\":\"yes\",\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":28,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=2198600\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=ccf5407\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"3fd20b48\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Make Request\",\"mf_btn_align\":\"left\",\"mf_btn_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"mf_hidden_input\":[],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"36\",\"bottom\":\"17\",\"left\":\"37\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Roboto\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_text_transform\":\"none\",\"mf_btn_typography_text_decoration\":\"none\",\"mf_btn_typography_line_height\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_typography_typography\":\"\",\"mf_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=primary\"},\"mf_btn_align_tablet\":\"justify\",\"mf_btn_align_mobile\":\"justify\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1413,330,'_elementor_page_assets','a:0:{}'),(2087,425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:282;s:4:\"file\";s:22:\"2022/03/footerlogo.png\";s:8:\"filesize\";i:13933;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"footerlogo-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12904;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"footerlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3655;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"footerlogo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"footerlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8192;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"footerlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1599,361,'_wp_attached_file','2022/03/mainlogo.png'),(1600,361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:282;s:4:\"file\";s:20:\"2022/03/mainlogo.png\";s:8:\"filesize\";i:58700;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"mainlogo-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41322;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10692;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"mainlogo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21002;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2086,425,'_wp_attached_file','2022/03/footerlogo.png'),(2260,452,'_menu_item_type','post_type'),(2261,452,'_menu_item_menu_item_parent','0'),(2262,452,'_menu_item_object_id','254'),(2263,452,'_menu_item_object','page'),(2264,452,'_menu_item_target',''),(2265,452,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2266,452,'_menu_item_xfn',''),(2267,452,'_menu_item_url',''),(2270,235,'_wp_old_date','2022-03-03'),(2273,250,'_wp_old_date','2022-03-03'),(2325,224,'_elementor_pro_version','3.23.3'),(2487,211,'_elementor_pro_version','3.5.1'),(2558,7,'_elementor_pro_version','3.14.0'),(2615,497,'_wp_attached_file','2022/03/trimbakeshwar.jpg'),(2616,497,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2022/03/trimbakeshwar.jpg\";s:8:\"filesize\";i:24164;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"trimbakeshwar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2666,505,'_wp_attached_file','2022/03/otel-info-image-1.jpg'),(2667,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:458;s:4:\"file\";s:29:\"2022/03/otel-info-image-1.jpg\";s:8:\"filesize\";i:273277;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"otel-info-image-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23453;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4142;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-600x382.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50982;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6603;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23453;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2668,506,'_wp_attached_file','2022/03/otel-info-image-2.jpg'),(2669,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:458;s:4:\"file\";s:29:\"2022/03/otel-info-image-2.jpg\";s:8:\"filesize\";i:244069;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"otel-info-image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16926;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3266;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-600x382.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38939;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5195;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16926;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"otel-info-image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3266;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2933,545,'_wp_attached_file','2022/03/shani.jpg'),(2934,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:17:\"2022/03/shani.jpg\";s:8:\"filesize\";i:36204;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"shani-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5832;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2927,542,'_wp_attached_file','2022/03/gurukul.jpg'),(2928,542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:19:\"2022/03/gurukul.jpg\";s:8:\"filesize\";i:25609;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"gurukul-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3849;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2929,543,'_wp_attached_file','2022/03/panchawati.jpg'),(2930,543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2022/03/panchawati.jpg\";s:8:\"filesize\";i:26253;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"panchawati-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4245;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2931,544,'_wp_attached_file','2022/03/muktidham.jpg'),(2932,544,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2022/03/muktidham.jpg\";s:8:\"filesize\";i:21585;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"muktidham-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2935,546,'_wp_attached_file','2022/03/nivruttinath.jpg'),(2936,546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2022/03/nivruttinath.jpg\";s:8:\"filesize\";i:23198;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"nivruttinath-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2937,547,'_wp_attached_file','2022/03/neel-parvat.jpg'),(2938,547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2022/03/neel-parvat.jpg\";s:8:\"filesize\";i:21524;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"neel-parvat-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2939,548,'_wp_attached_file','2022/03/gangadvar.jpg'),(2940,548,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2022/03/gangadvar.jpg\";s:8:\"filesize\";i:27000;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"gangadvar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2941,549,'_wp_attached_file','2022/03/kushavarta.jpg'),(2942,549,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2022/03/kushavarta.jpg\";s:8:\"filesize\";i:27560;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"kushavarta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4687;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2943,550,'_wp_attached_file','2022/03/shirdi.jpg'),(2944,550,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2022/03/shirdi.jpg\";s:8:\"filesize\";i:32263;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"shirdi-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5348;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2945,551,'_wp_attached_file','2022/03/accomodation-1.jpg'),(2946,551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:26:\"2022/03/accomodation-1.jpg\";s:8:\"filesize\";i:250937;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"accomodation-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18551;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"accomodation-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3527;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"accomodation-1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38684;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"accomodation-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"accomodation-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2947,552,'_wp_attached_file','2022/03/conference-1.jpg'),(2948,552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2022/03/conference-1.jpg\";s:8:\"filesize\";i:235395;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"conference-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13542;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"conference-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2901;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"conference-1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29983;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"conference-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"conference-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2949,553,'_wp_attached_file','2022/03/restaurant-1.jpg'),(2950,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2022/03/restaurant-1.jpg\";s:8:\"filesize\";i:310343;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"restaurant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24969;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"restaurant-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4615;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"restaurant-1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57684;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"restaurant-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15797;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"restaurant-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7039;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"restaurant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24969;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"restaurant-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4615;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2951,554,'_wp_attached_file','2022/03/anjaneri.jpg'),(2952,554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2022/03/anjaneri.jpg\";s:8:\"filesize\";i:30009;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"anjaneri-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5118;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2953,555,'_wp_attached_file','2022/03/brahmgiri.jpg'),(2954,555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2022/03/brahmgiri.jpg\";s:8:\"filesize\";i:23385;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"brahmgiri-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3987;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34400,4493,'_wp_attached_file','2025/06/r56p9givl4fzxpy3phld-scaled.webp'),(34401,4493,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/r56p9givl4fzxpy3phld-scaled.webp\";s:8:\"filesize\";i:122748;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6208;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"r56p9givl4fzxpy3phld-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21724;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"r56p9givl4fzxpy3phld-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56916;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"r56p9givl4fzxpy3phld-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86856;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8114;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15654;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"r56p9givl4fzxpy3phld-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"r56p9givl4fzxpy3phld.webp\";}'),(4243,735,'_wp_attached_file','2022/03/trimbakeshwar-1.jpg'),(4244,735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:27:\"2022/03/trimbakeshwar-1.jpg\";s:8:\"filesize\";i:452809;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"trimbakeshwar-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17160;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"trimbakeshwar-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3256;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"trimbakeshwar-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33721;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"trimbakeshwar-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9500;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"trimbakeshwar-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69363;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"trimbakeshwar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"trimbakeshwar-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43237;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4245,736,'_wp_attached_file','2022/03/gallery-conference-1.jpg'),(4246,736,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:32:\"2022/03/gallery-conference-1.jpg\";s:8:\"filesize\";i:441216;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"gallery-conference-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12458;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2654;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"gallery-conference-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24542;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"gallery-conference-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6820;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"gallery-conference-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"gallery-conference-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4247,737,'_wp_attached_file','2022/03/gallery-conference-2.jpg'),(4248,737,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:32:\"2022/03/gallery-conference-2.jpg\";s:8:\"filesize\";i:441289;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"gallery-conference-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15805;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3051;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"gallery-conference-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26006;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"gallery-conference-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6497;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"gallery-conference-2-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"gallery-conference-2-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4249,738,'_wp_attached_file','2022/03/gallery-conference-3.jpg'),(4250,738,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:32:\"2022/03/gallery-conference-3.jpg\";s:8:\"filesize\";i:475713;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"gallery-conference-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20925;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3983;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"gallery-conference-3-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38035;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"gallery-conference-3-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10976;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"gallery-conference-3-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"gallery-conference-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"gallery-conference-3-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34402,4494,'_wp_attached_file','2025/06/pdyttvvcbvqbjaxgwdzk-2-scaled.webp'),(34403,4494,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/pdyttvvcbvqbjaxgwdzk-2-scaled.webp\";s:8:\"filesize\";i:140826;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8048;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"pdyttvvcbvqbjaxgwdzk-2-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29560;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"pdyttvvcbvqbjaxgwdzk-2-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"pdyttvvcbvqbjaxgwdzk-2-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10022;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21228;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"pdyttvvcbvqbjaxgwdzk-2.webp\";}'),(34397,4491,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/sddkqvbaouyojd60qsvm-scaled.webp\";s:8:\"filesize\";i:148616;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7638;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"sddkqvbaouyojd60qsvm-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30270;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"sddkqvbaouyojd60qsvm-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77382;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"sddkqvbaouyojd60qsvm-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110812;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13218;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21322;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"sddkqvbaouyojd60qsvm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"sddkqvbaouyojd60qsvm.webp\";}'),(34398,4492,'_wp_attached_file','2025/06/rsrppvgtasl0txkpc3jc-scaled.webp'),(34399,4492,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2025/06/rsrppvgtasl0txkpc3jc-scaled.webp\";s:8:\"filesize\";i:223128;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"rsrppvgtasl0txkpc3jc-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9526;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"rsrppvgtasl0txkpc3jc-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64500;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"rsrppvgtasl0txkpc3jc-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"rsrppvgtasl0txkpc3jc-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96818;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"rsrppvgtasl0txkpc3jc-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111896;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"rsrppvgtasl0txkpc3jc-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166232;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"rsrppvgtasl0txkpc3jc-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15572;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"rsrppvgtasl0txkpc3jc-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67884;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"rsrppvgtasl0txkpc3jc-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2640;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"rsrppvgtasl0txkpc3jc.webp\";}'),(4273,747,'_wp_attached_file','2022/03/gallery-family-5.jpg'),(4274,747,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:28:\"2022/03/gallery-family-5.jpg\";s:8:\"filesize\";i:430509;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"gallery-family-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15057;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"gallery-family-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3242;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"gallery-family-5-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28986;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"gallery-family-5-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8584;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"gallery-family-5-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"gallery-family-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"gallery-family-5-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36839;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4275,748,'_wp_attached_file','2022/03/gallery-premise-1.jpg'),(4276,748,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2022/03/gallery-premise-1.jpg\";s:8:\"filesize\";i:469480;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"gallery-premise-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21562;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3872;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39033;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10567;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"gallery-premise-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48768;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21562;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4277,749,'_wp_attached_file','2022/03/gallery-premise-2.jpg'),(4278,749,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2022/03/gallery-premise-2.jpg\";s:8:\"filesize\";i:476316;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"gallery-premise-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21121;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4083;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"gallery-premise-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41198;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"gallery-premise-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11223;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"gallery-premise-2-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"gallery-premise-2-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4279,750,'_wp_attached_file','2022/03/gallery-premise-3.jpg'),(4280,750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2022/03/gallery-premise-3.jpg\";s:8:\"filesize\";i:505370;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"gallery-premise-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4493;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43566;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11906;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"gallery-premise-3-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54163;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4281,751,'_wp_attached_file','2022/03/gallery-premise-4.jpg'),(4282,751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2022/03/gallery-premise-4.jpg\";s:8:\"filesize\";i:782959;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"gallery-premise-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34930;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4641;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"gallery-premise-4-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63751;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"gallery-premise-4-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14443;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"gallery-premise-4-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8278;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"gallery-premise-4-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4283,752,'_wp_attached_file','2022/03/gallery-premise-5.jpg'),(4284,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:29:\"2022/03/gallery-premise-5.jpg\";s:8:\"filesize\";i:525994;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"gallery-premise-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24353;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4536;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46734;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12903;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"gallery-premise-5-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6861;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55932;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24353;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"gallery-premise-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4285,753,'_wp_attached_file','2022/03/gallery-royal-1.jpg'),(4286,753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:27:\"2022/03/gallery-royal-1.jpg\";s:8:\"filesize\";i:412102;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"gallery-royal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16709;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3372;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"gallery-royal-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26091;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"gallery-royal-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7392;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"gallery-royal-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"gallery-royal-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4287,754,'_wp_attached_file','2022/03/gallery-royal-2.jpg'),(4288,754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:27:\"2022/03/gallery-royal-2.jpg\";s:8:\"filesize\";i:428866;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"gallery-royal-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15488;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3204;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"gallery-royal-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26503;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"gallery-royal-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7427;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"gallery-royal-2-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54839;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"gallery-royal-2-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32812;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4289,755,'_wp_attached_file','2022/03/gallery-royal-3.jpg'),(4290,755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:27:\"2022/03/gallery-royal-3.jpg\";s:8:\"filesize\";i:461249;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"gallery-royal-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20416;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"gallery-royal-3-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33215;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"gallery-royal-3-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8818;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"gallery-royal-3-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"gallery-royal-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"gallery-royal-3-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34396,4491,'_wp_attached_file','2025/06/sddkqvbaouyojd60qsvm-scaled.webp'),(34394,4490,'_wp_attached_file','2025/06/sh7g9ysgqfnnzk5aoyob-scaled.webp'),(34395,4490,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2025/06/sh7g9ysgqfnnzk5aoyob-scaled.webp\";s:8:\"filesize\";i:259594;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"sh7g9ysgqfnnzk5aoyob-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9768;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"sh7g9ysgqfnnzk5aoyob-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"sh7g9ysgqfnnzk5aoyob-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"sh7g9ysgqfnnzk5aoyob-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109944;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"sh7g9ysgqfnnzk5aoyob-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129748;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"sh7g9ysgqfnnzk5aoyob-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199200;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"sh7g9ysgqfnnzk5aoyob-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16418;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"sh7g9ysgqfnnzk5aoyob-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76104;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"sh7g9ysgqfnnzk5aoyob-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2730;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"sh7g9ysgqfnnzk5aoyob.webp\";}'),(34392,4489,'_wp_attached_file','2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp'),(34393,4489,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:1067;s:4:\"file\";s:55:\"2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp\";s:8:\"filesize\";i:74556;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-300x222.webp\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9516;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-1024x759.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-768x569.webp\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32052;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"sxegovtw2rlmp2mpgeyg-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73020;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"sxegovtw2rlmp2mpgeyg-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106704;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11654;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-600x445.webp\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"sxegovtw2rlmp2mpgeyg.webp\";}'),(34390,4488,'_wp_attached_file','2025/06/t6reyr3qzvwl6e1h6q2g-scaled.webp'),(34391,4488,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/t6reyr3qzvwl6e1h6q2g-scaled.webp\";s:8:\"filesize\";i:204592;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9164;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"t6reyr3qzvwl6e1h6q2g-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39918;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"t6reyr3qzvwl6e1h6q2g-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108306;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"t6reyr3qzvwl6e1h6q2g-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14062;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27384;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"t6reyr3qzvwl6e1h6q2g-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"t6reyr3qzvwl6e1h6q2g.webp\";}'),(34388,4487,'_wp_attached_file','2025/06/t43pggdredfb3jfwgcqo-scaled.webp'),(34389,4487,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/t43pggdredfb3jfwgcqo-scaled.webp\";s:8:\"filesize\";i:93950;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6388;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"t43pggdredfb3jfwgcqo-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20376;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"t43pggdredfb3jfwgcqo-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47554;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"t43pggdredfb3jfwgcqo-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69342;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9256;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15508;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"t43pggdredfb3jfwgcqo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"t43pggdredfb3jfwgcqo.webp\";}'),(4328,254,'_elementor_pro_version','3.14.0'),(4423,779,'_wp_attached_file','2022/03/about-1.jpg'),(4424,779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2022/03/about-1.jpg\";s:8:\"filesize\";i:977367;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"about-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25397;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"about-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4402;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"about-1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47499;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"about-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12184;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"about-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"about-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"about-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59216;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"about-1-1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186157;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"about-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25397;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:19:\"about-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4812,270,'_elementor_pro_version','3.23.3'),(4813,835,'_wp_attached_file','2022/03/ac-deluxe.jpg'),(4814,835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:21:\"2022/03/ac-deluxe.jpg\";s:8:\"filesize\";i:245468;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"ac-deluxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"ac-deluxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"ac-deluxe-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38515;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"ac-deluxe-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"ac-deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4815,836,'_wp_attached_file','2022/03/super-deluxe.jpg'),(4816,836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2022/03/super-deluxe.jpg\";s:8:\"filesize\";i:117908;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"super-deluxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18162;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"super-deluxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3343;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"super-deluxe-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39419;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"super-deluxe-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"super-deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5428;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:24:\"super-deluxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:18162;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"super-deluxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3343;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4880,846,'_wp_attached_file','2022/03/ac-deluxe-1.jpg'),(4881,846,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:23:\"2022/03/ac-deluxe-1.jpg\";s:8:\"filesize\";i:245468;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"ac-deluxe-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"ac-deluxe-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"ac-deluxe-1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38515;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"ac-deluxe-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"ac-deluxe-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5161;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:23:\"ac-deluxe-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:17733;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"ac-deluxe-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4882,847,'_wp_attached_file','2022/03/non-ac-deluxe.jpg'),(4883,847,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2022/03/non-ac-deluxe.jpg\";s:8:\"filesize\";i:222364;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"non-ac-deluxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15364;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"non-ac-deluxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3068;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"non-ac-deluxe-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34765;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"non-ac-deluxe-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"non-ac-deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4461;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:25:\"non-ac-deluxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:15364;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"non-ac-deluxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3068;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4884,848,'_wp_attached_file','2022/03/family-4-bed.jpg'),(4885,848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2022/03/family-4-bed.jpg\";s:8:\"filesize\";i:275477;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"family-4-bed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21385;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"family-4-bed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3649;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"family-4-bed-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43661;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"family-4-bed-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"family-4-bed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5973;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:24:\"family-4-bed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:21385;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"family-4-bed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4886,849,'_wp_attached_file','2022/03/family-6-bed.jpg'),(4887,849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2022/03/family-6-bed.jpg\";s:8:\"filesize\";i:230545;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"family-6-bed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15791;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"family-6-bed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3372;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"family-6-bed-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35160;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"family-6-bed-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"family-6-bed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4856;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:24:\"family-6-bed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:15791;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"family-6-bed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4888,850,'_wp_attached_file','2022/03/family-12-bed-1.jpg'),(4889,850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:27:\"2022/03/family-12-bed-1.jpg\";s:8:\"filesize\";i:311563;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"family-12-bed-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23399;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"family-12-bed-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3846;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"family-12-bed-1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53493;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"family-12-bed-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"family-12-bed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5979;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:27:\"family-12-bed-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:23399;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"family-12-bed-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4890,851,'_wp_attached_file','2022/03/triple-sharing-ac.jpg'),(4891,851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2022/03/triple-sharing-ac.jpg\";s:8:\"filesize\";i:245977;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"triple-sharing-ac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16295;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"triple-sharing-ac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3089;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"triple-sharing-ac-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37128;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"triple-sharing-ac-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"triple-sharing-ac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4721;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:29:\"triple-sharing-ac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:16295;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"triple-sharing-ac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4892,852,'_wp_attached_file','2022/03/triple-sharing-non-ac.jpg'),(4893,852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:33:\"2022/03/triple-sharing-non-ac.jpg\";s:8:\"filesize\";i:249416;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"triple-sharing-non-ac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18395;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"triple-sharing-non-ac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3484;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"triple-sharing-non-ac-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39901;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"triple-sharing-non-ac-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10835;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"triple-sharing-non-ac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5110;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:33:\"triple-sharing-non-ac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:18395;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:33:\"triple-sharing-non-ac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3484;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4894,853,'_wp_attached_file','2022/03/royal-suite.jpg'),(4895,853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:23:\"2022/03/royal-suite.jpg\";s:8:\"filesize\";i:224122;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"royal-suite-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16669;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"royal-suite-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3368;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"royal-suite-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32000;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"royal-suite-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"royal-suite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4864;}s:12:\"shop_catalog\";a:6:{s:4:\"file\";s:23:\"royal-suite-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:16669;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"royal-suite-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5239,244,'_elementor_pro_version','3.14.0'),(5241,244,'__elementor_forms_snapshot','[{\"id\":\"1d1bcb5\",\"name\":\"New Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Name\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"message\",\"type\":\"select\",\"label\":\"Message\",\"options\":[\"l\",\"h\",\"j\",\"\"],\"is_multiple\":false},{\"id\":\"field_54e7955\",\"type\":\"textarea\",\"label\":\"Message\"}]},{\"id\":\"61fdc1a\",\"name\":\"New Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Name\"},{\"id\":\"field_7a4bc5e\",\"type\":\"tel\",\"label\":\"Phone No\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"}]},{\"id\":\"31bd1e2\",\"name\":\"New Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Name\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"field_763fe53\",\"type\":\"tel\",\"label\":\"Phone No\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"}]}]'),(5543,953,'_wp_attached_file','2022/03/mahabaleshwar.jpg'),(5544,953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2022/03/mahabaleshwar.jpg\";s:8:\"filesize\";i:28423;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"mahabaleshwar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"olly - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Smiles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5787,218,'_elementor_pro_version','3.23.3'),(5916,1005,'_wp_attached_file','2022/03/1.jpg'),(5917,1005,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:630;s:4:\"file\";s:13:\"2022/03/1.jpg\";s:8:\"filesize\";i:70611;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10095;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1888;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"1-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18596;}s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6438;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46897;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3541;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29097;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"1-1536x538.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88777;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5918,1006,'_wp_attached_file','2022/03/hotel-banner.jpg'),(5919,1006,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:755;s:4:\"file\";s:24:\"2022/03/hotel-banner.jpg\";s:8:\"filesize\";i:207173;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"hotel-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15172;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"hotel-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2625;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"hotel-banner-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22362;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"hotel-banner-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"hotel-banner-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"hotel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5011;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"hotel-banner-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35754;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"hotel-banner-1536x580.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121837;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"hotel-banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15172;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"hotel-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2625;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6242,1046,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10530;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1792;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31616;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10530;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6086,270,'_edit_last','2'),(6095,223,'_edit_last','2'),(6096,244,'_edit_last','2'),(6241,1046,'_wp_attached_file','woocommerce-placeholder.png'),(6243,1052,'redq_hourly_ranges_cost','a:0:{}'),(6244,1052,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6245,1052,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6246,1052,'redq_day_ranges_cost','a:0:{}'),(6248,1052,'_edit_last','2'),(6249,1052,'_edit_lock','1671196067:2'),(6250,1052,'quantity','2'),(6251,1052,'pricing_type','general_pricing'),(6252,1052,'distance_unit_type','kilometer'),(6253,1052,'perkilo_price',''),(6254,1052,'hourly_pricing_type','hourly_general'),(6255,1052,'hourly_price',''),(6256,1052,'general_price','2500'),(6257,1053,'_edit_last','2'),(6258,1053,'_edit_lock','1751260444:2'),(6259,1053,'_thumbnail_id','836'),(6260,1053,'redq_price_discount_cost','a:0:{}'),(6261,1053,'rnb_settings_for_display','local'),(6262,1053,'rnb_settings_for_labels','global'),(6263,1053,'rnb_settings_for_conditions','global'),(6264,1053,'rnb_settings_for_validations','global'),(6265,1053,'redq_calendar_date_format','m/d/Y'),(6266,1053,'redq_calendar_time_format','24-hours'),(6267,1053,'redq_choose_european_date_format','no'),(6268,1053,'redq_max_time_late',''),(6269,1053,'rnb_pay_extra_hours','yes'),(6270,1053,'redq_max_rental_days',''),(6271,1053,'redq_min_rental_days',''),(6272,1053,'redq_rental_starting_block_dates',''),(6273,1053,'redq_rental_before_booking_block_dates',''),(6274,1053,'redq_rental_post_booking_block_dates',''),(6275,1053,'redq_time_interval',''),(6276,1053,'rnb_show_price_type','daily'),(6277,1053,'redq_allowed_times',''),(6278,1053,'rnb_booking_layout','layout_one'),(6279,1053,'redq_rental_local_enable_single_day_time_based_booking','open'),(6280,1053,'rnb_include_trailing_date','open'),(6281,1053,'redq_rental_local_quantity_on_days','closed'),(6282,1053,'redq_rental_off_days','a:0:{}'),(6283,1053,'rnb_inventory_title',''),(6284,1053,'redq_flip_pricing_plan_text',''),(6285,1053,'rnb_unit_price',''),(6286,1053,'redq_pickup_location_heading_title',''),(6287,1053,'redq_pickup_loc_placeholder',''),(6288,1053,'redq_dropoff_location_heading_title',''),(6289,1053,'redq_return_loc_placeholder',''),(6290,1053,'redq_pickup_date_heading_title',''),(6291,1053,'redq_pickup_date_placeholder',''),(6292,1053,'redq_pickup_time_placeholder',''),(6293,1053,'redq_dropoff_date_heading_title',''),(6294,1053,'redq_dropoff_date_placeholder',''),(6295,1053,'redq_dropoff_time_placeholder',''),(6296,1053,'rnb_quantity_label',''),(6297,1053,'redq_rnb_cat_heading',''),(6298,1053,'redq_resources_heading_title',''),(6299,1053,'redq_adults_heading_title',''),(6300,1053,'redq_adults_placeholder',''),(6301,1053,'redq_childs_heading_title',''),(6302,1053,'redq_childs_placeholder',''),(6303,1053,'rnb_invalid_date_range_notice',''),(6304,1053,'rnb_max_day_notice',''),(6305,1053,'rnb_min_day_notice',''),(6306,1053,'rnb_quantity_notice',''),(6307,1053,'redq_book_now_button_text',''),(6308,1053,'redq_rfq_button_text',''),(6309,1053,'redq_username_title',''),(6310,1053,'redq_username_placeholder',''),(6311,1053,'redq_password_title',''),(6312,1053,'redq_password_placeholder',''),(6313,1053,'redq_first_name_title',''),(6314,1053,'redq_first_name_placeholder',''),(6315,1053,'redq_last_name_title',''),(6316,1053,'redq_last_name_placeholder',''),(6317,1053,'redq_phone_title',''),(6318,1053,'redq_phone_placeholder',''),(6319,1053,'redq_email_title',''),(6320,1053,'redq_email_placeholder',''),(6321,1053,'redq_message_title',''),(6322,1053,'redq_message_placeholder',''),(6323,1053,'redq_submit_button_text',''),(6324,1053,'redq_security_deposite_heading_title',''),(6325,1053,'redq_rental_local_show_pickup_date','open'),(6326,1053,'redq_rental_local_show_pickup_time','open'),(6327,1053,'redq_rental_local_show_dropoff_date','open'),(6328,1053,'redq_rental_local_show_dropoff_time','open'),(6329,1053,'rnb_enable_quantity','open'),(6330,1053,'redq_rental_local_show_pricing_flip_box','closed'),(6331,1053,'redq_rental_local_show_price_discount_on_days','open'),(6332,1053,'redq_rental_local_show_price_instance_payment','open'),(6333,1053,'redq_rental_local_show_request_quote','closed'),(6334,1053,'redq_rental_local_show_book_now','open'),(6335,1053,'redq_rental_local_required_pickup_location','closed'),(6336,1053,'redq_rental_local_required_return_location','closed'),(6337,1053,'redq_rental_local_required_person','closed'),(6338,1053,'redq_rental_required_local_pickup_time','closed'),(6339,1053,'redq_rental_required_local_return_time','closed'),(6340,1053,'redq_rental_fri_min_time','00:00'),(6341,1053,'redq_rental_fri_max_time','24:00'),(6342,1053,'redq_rental_sat_min_time','00:00'),(6343,1053,'redq_rental_sat_max_time','24:00'),(6344,1053,'redq_rental_sun_min_time','00:00'),(6345,1053,'redq_rental_sun_max_time','24:00'),(6346,1053,'redq_rental_mon_min_time','00:00'),(6347,1053,'redq_rental_mon_max_time','24:00'),(6348,1053,'redq_rental_thu_min_time','00:00'),(6349,1053,'redq_rental_thu_max_time','24:00'),(6350,1053,'redq_rental_wed_min_time','00:00'),(6351,1053,'redq_rental_wed_max_time','24:00'),(6352,1053,'redq_rental_thur_min_time','00:00'),(6353,1053,'redq_rental_thur_max_time','24:00'),(6354,1053,'_tf_flashsale_text',''),(6355,1053,'_tf_flashsale_text_2',''),(6356,1053,'total_sales','11'),(6357,1053,'_tax_status','taxable'),(6358,1053,'_tax_class',''),(6359,1053,'_manage_stock','no'),(6360,1053,'_backorders','no'),(6361,1053,'_sold_individually','no'),(6362,1053,'_virtual','no'),(6363,1053,'_downloadable','no'),(6364,1053,'_download_limit','-1'),(6365,1053,'_download_expiry','-1'),(6366,1053,'_stock',NULL),(6367,1053,'_stock_status','instock'),(6368,1053,'_wc_average_rating','0'),(6369,1053,'_wc_review_count','0'),(6370,1053,'_product_version','9.2.2'),(6371,1053,'_price','2500'),(6372,1053,'ekit_post_views_count','981'),(6373,1048,'_edit_lock','1646809582:1'),(6374,1048,'_elementor_edit_mode','builder'),(6375,1048,'_elementor_template_type','wp-page'),(6376,1048,'_elementor_version','3.5.6'),(6377,1048,'_elementor_pro_version','3.6.1'),(6544,1053,'_redq_product_inventory','a:1:{i:0;s:4:\"1052\";}'),(6545,1053,'_regular_price','2500'),(6546,1060,'redq_hourly_ranges_cost','a:0:{}'),(6547,1060,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6548,1060,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6549,1060,'redq_day_ranges_cost','a:0:{}'),(6550,1060,'_edit_last','2'),(6551,1060,'_edit_lock','1671195505:2'),(6552,1060,'quantity','3'),(6553,1060,'pricing_type','general_pricing'),(6554,1060,'distance_unit_type','kilometer'),(6555,1060,'perkilo_price',''),(6556,1060,'hourly_pricing_type','hourly_general'),(6557,1060,'hourly_price',''),(6558,1060,'general_price','2000'),(6559,1061,'_edit_last','2'),(6560,1061,'redq_price_discount_cost','a:0:{}'),(6561,1061,'rnb_settings_for_display','local'),(6562,1061,'rnb_settings_for_labels','global'),(6563,1061,'rnb_settings_for_conditions','global'),(6564,1061,'rnb_settings_for_validations','global'),(6565,1061,'redq_calendar_date_format','m/d/Y'),(6566,1061,'redq_calendar_time_format','24-hours'),(6567,1061,'redq_choose_european_date_format','no'),(6568,1061,'redq_max_time_late',''),(6569,1061,'rnb_pay_extra_hours','yes'),(6570,1061,'redq_max_rental_days',''),(6571,1061,'redq_min_rental_days',''),(6572,1061,'redq_rental_starting_block_dates',''),(6573,1061,'redq_rental_before_booking_block_dates',''),(6574,1061,'redq_rental_post_booking_block_dates',''),(6575,1061,'redq_time_interval',''),(6576,1061,'rnb_show_price_type','daily'),(6577,1061,'redq_allowed_times',''),(6578,1061,'rnb_booking_layout','layout_one'),(6579,1061,'redq_rental_local_enable_single_day_time_based_booking','open'),(6580,1061,'rnb_include_trailing_date','open'),(6581,1061,'redq_rental_local_quantity_on_days','closed'),(6582,1061,'redq_rental_off_days','a:0:{}'),(6583,1061,'rnb_inventory_title',''),(6584,1061,'redq_flip_pricing_plan_text',''),(6585,1061,'rnb_unit_price',''),(6586,1061,'redq_pickup_location_heading_title',''),(6587,1061,'redq_pickup_loc_placeholder',''),(6588,1061,'redq_dropoff_location_heading_title',''),(6589,1061,'redq_return_loc_placeholder',''),(6590,1061,'redq_pickup_date_heading_title',''),(6591,1061,'redq_pickup_date_placeholder',''),(6592,1061,'redq_pickup_time_placeholder',''),(6593,1061,'redq_dropoff_date_heading_title',''),(6594,1061,'redq_dropoff_date_placeholder',''),(6595,1061,'redq_dropoff_time_placeholder',''),(6596,1061,'rnb_quantity_label',''),(6597,1061,'redq_rnb_cat_heading',''),(6598,1061,'redq_resources_heading_title',''),(6599,1061,'redq_adults_heading_title',''),(6600,1061,'redq_adults_placeholder',''),(6601,1061,'redq_childs_heading_title',''),(6602,1061,'redq_childs_placeholder',''),(6603,1061,'rnb_invalid_date_range_notice',''),(6604,1061,'rnb_max_day_notice',''),(6605,1061,'rnb_min_day_notice',''),(6606,1061,'rnb_quantity_notice',''),(6607,1061,'redq_book_now_button_text',''),(6608,1061,'redq_rfq_button_text',''),(6609,1061,'redq_username_title',''),(6610,1061,'redq_username_placeholder',''),(6611,1061,'redq_password_title',''),(6612,1061,'redq_password_placeholder',''),(6613,1061,'redq_first_name_title',''),(6614,1061,'redq_first_name_placeholder',''),(6615,1061,'redq_last_name_title',''),(6616,1061,'redq_last_name_placeholder',''),(6617,1061,'redq_phone_title',''),(6618,1061,'redq_phone_placeholder',''),(6619,1061,'redq_email_title',''),(6620,1061,'redq_email_placeholder',''),(6621,1061,'redq_message_title',''),(6622,1061,'redq_message_placeholder',''),(6623,1061,'redq_submit_button_text',''),(6624,1061,'redq_security_deposite_heading_title',''),(6625,1061,'redq_rental_local_show_pickup_date','open'),(6626,1061,'redq_rental_local_show_pickup_time','open'),(6627,1061,'redq_rental_local_show_dropoff_date','open'),(6628,1061,'redq_rental_local_show_dropoff_time','open'),(6629,1061,'rnb_enable_quantity','open'),(6630,1061,'redq_rental_local_show_pricing_flip_box','closed'),(6631,1061,'redq_rental_local_show_price_discount_on_days','open'),(6632,1061,'redq_rental_local_show_price_instance_payment','open'),(6633,1061,'redq_rental_local_show_request_quote','closed'),(6634,1061,'redq_rental_local_show_book_now','open'),(6635,1061,'redq_rental_local_required_pickup_location','closed'),(6636,1061,'redq_rental_local_required_return_location','closed'),(6637,1061,'redq_rental_local_required_person','closed'),(6638,1061,'redq_rental_required_local_pickup_time','closed'),(6639,1061,'redq_rental_required_local_return_time','closed'),(6640,1061,'redq_rental_fri_min_time','00:00'),(6641,1061,'redq_rental_fri_max_time','24:00'),(6642,1061,'redq_rental_sat_min_time','00:00'),(6643,1061,'redq_rental_sat_max_time','24:00'),(6644,1061,'redq_rental_sun_min_time','00:00'),(6645,1061,'redq_rental_sun_max_time','24:00'),(6646,1061,'redq_rental_mon_min_time','00:00'),(6647,1061,'redq_rental_mon_max_time','24:00'),(6648,1061,'redq_rental_thu_min_time','00:00'),(6649,1061,'redq_rental_thu_max_time','24:00'),(6650,1061,'redq_rental_wed_min_time','00:00'),(6651,1061,'redq_rental_wed_max_time','24:00'),(6652,1061,'redq_rental_thur_min_time','00:00'),(6653,1061,'redq_rental_thur_max_time','24:00'),(6654,1061,'_tf_flashsale_text',''),(6655,1061,'_tf_flashsale_text_2',''),(6656,1061,'total_sales','14'),(6657,1061,'_tax_status','taxable'),(6658,1061,'_tax_class',''),(6659,1061,'_manage_stock','no'),(6660,1061,'_backorders','no'),(6661,1061,'_sold_individually','no'),(6662,1061,'_virtual','no'),(6663,1061,'_downloadable','no'),(6664,1061,'_download_limit','-1'),(6665,1061,'_download_expiry','-1'),(6666,1061,'_stock',NULL),(6667,1061,'_stock_status','instock'),(6668,1061,'_wc_average_rating','0'),(6669,1061,'_wc_review_count','0'),(6670,1061,'_product_version','9.2.2'),(6671,1061,'_price','2000'),(6672,1061,'_edit_lock','1751529755:2'),(6673,1061,'_thumbnail_id','835'),(6674,1061,'_redq_product_inventory','a:1:{i:0;s:4:\"1060\";}'),(6675,1061,'_regular_price','2000'),(6676,1061,'ekit_post_views_count','740'),(6806,1067,'redq_hourly_ranges_cost','a:0:{}'),(6807,1067,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6808,1067,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6809,1067,'redq_day_ranges_cost','a:0:{}'),(6852,1067,'_edit_last','1'),(6853,1067,'_edit_lock','1646734071:1'),(6854,1067,'quantity','1'),(6855,1067,'pricing_type','general_pricing'),(6856,1067,'distance_unit_type','kilometer'),(6857,1067,'perkilo_price',''),(6858,1067,'hourly_pricing_type','hourly_general'),(6859,1067,'hourly_price',''),(6860,1067,'general_price','1600'),(6861,1069,'redq_hourly_ranges_cost','a:0:{}'),(6862,1069,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6863,1069,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6864,1069,'redq_day_ranges_cost','a:0:{}'),(6865,1069,'_edit_last','1'),(6866,1069,'_edit_lock','1646734071:1'),(6867,1069,'quantity','1'),(6868,1069,'pricing_type','general_pricing'),(6869,1069,'distance_unit_type','kilometer'),(6870,1069,'perkilo_price',''),(6871,1069,'hourly_pricing_type','hourly_general'),(6872,1069,'hourly_price',''),(6873,1069,'general_price','3200'),(6874,1070,'redq_hourly_ranges_cost','a:0:{}'),(6875,1070,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6876,1070,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6877,1070,'redq_day_ranges_cost','a:0:{}'),(6878,1070,'_edit_last','1'),(6879,1070,'quantity','1'),(6880,1070,'pricing_type','general_pricing'),(6881,1070,'distance_unit_type','kilometer'),(6882,1070,'perkilo_price',''),(6883,1070,'hourly_pricing_type','hourly_general'),(6884,1070,'hourly_price',''),(6885,1070,'general_price','3400'),(6886,1070,'_edit_lock','1646734071:1'),(6893,1072,'redq_hourly_ranges_cost','a:0:{}'),(6894,1072,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6895,1072,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6896,1072,'redq_day_ranges_cost','a:0:{}'),(6897,1072,'_edit_last','1'),(6898,1072,'_edit_lock','1665572476:2'),(6899,1072,'quantity','1'),(6900,1072,'pricing_type','general_pricing'),(6901,1072,'distance_unit_type','kilometer'),(6902,1072,'perkilo_price',''),(6903,1072,'hourly_pricing_type','hourly_general'),(6904,1072,'hourly_price',''),(6905,1072,'general_price','3600'),(6906,1073,'redq_hourly_ranges_cost','a:0:{}'),(6907,1073,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6908,1073,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6909,1073,'redq_day_ranges_cost','a:0:{}'),(6910,1073,'_edit_last','1'),(6911,1073,'_edit_lock','1646887561:1'),(6912,1073,'quantity','1'),(6913,1073,'pricing_type','general_pricing'),(6914,1073,'distance_unit_type','kilometer'),(6915,1073,'perkilo_price',''),(6916,1073,'hourly_pricing_type','hourly_general'),(6917,1073,'hourly_price',''),(6918,1073,'general_price','2400'),(6919,1074,'redq_hourly_ranges_cost','a:0:{}'),(6920,1074,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6921,1074,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6922,1074,'redq_day_ranges_cost','a:0:{}'),(6923,1074,'_edit_last','1'),(6924,1074,'_edit_lock','1646733929:1'),(6925,1074,'quantity','1'),(6926,1074,'pricing_type','general_pricing'),(6927,1074,'distance_unit_type','kilometer'),(6928,1074,'perkilo_price',''),(6929,1074,'hourly_pricing_type','hourly_general'),(6930,1074,'hourly_price',''),(6931,1074,'general_price','2200'),(6936,1077,'redq_hourly_ranges_cost','a:0:{}'),(6937,1077,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(6938,1077,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(6939,1077,'redq_day_ranges_cost','a:0:{}'),(6983,1077,'_edit_last','1'),(6984,1077,'quantity','1'),(6985,1077,'pricing_type','general_pricing'),(6986,1077,'distance_unit_type','kilometer'),(6987,1077,'perkilo_price',''),(6988,1077,'hourly_pricing_type','hourly_general'),(6989,1077,'hourly_price',''),(6990,1077,'general_price','3000'),(6991,1077,'_edit_lock','1646734072:1'),(7009,1079,'rnb_settings_for_display','local'),(7010,1079,'rnb_settings_for_labels','global'),(7005,1079,'_edit_last','2'),(7006,1079,'_edit_lock','1751260582:2'),(7007,1079,'_thumbnail_id','847'),(7008,1079,'redq_price_discount_cost','a:0:{}'),(7011,1079,'rnb_settings_for_conditions','local'),(7012,1079,'rnb_settings_for_validations','local'),(7013,1079,'redq_calendar_date_format','m/d/Y'),(7014,1079,'redq_calendar_time_format','24-hours'),(7015,1079,'redq_choose_european_date_format','no'),(7016,1079,'redq_max_time_late',''),(7017,1079,'rnb_pay_extra_hours','yes'),(7018,1079,'redq_max_rental_days',''),(7019,1079,'redq_min_rental_days',''),(7020,1079,'redq_rental_starting_block_dates',''),(7021,1079,'redq_rental_before_booking_block_dates',''),(7022,1079,'redq_rental_post_booking_block_dates',''),(7023,1079,'redq_time_interval',''),(7024,1079,'rnb_show_price_type','daily'),(7025,1079,'redq_allowed_times',''),(7026,1079,'rnb_booking_layout','layout_one'),(7027,1079,'redq_rental_local_enable_single_day_time_based_booking','open'),(7028,1079,'rnb_include_trailing_date','open'),(7029,1079,'redq_rental_local_quantity_on_days','closed'),(7030,1079,'redq_rental_off_days','a:0:{}'),(7031,1079,'rnb_inventory_title',''),(7032,1079,'redq_flip_pricing_plan_text',''),(7033,1079,'rnb_unit_price',''),(7034,1079,'redq_pickup_location_heading_title',''),(7035,1079,'redq_pickup_loc_placeholder',''),(7036,1079,'redq_dropoff_location_heading_title',''),(7037,1079,'redq_return_loc_placeholder',''),(7038,1079,'redq_pickup_date_heading_title',''),(7039,1079,'redq_pickup_date_placeholder',''),(7040,1079,'redq_pickup_time_placeholder',''),(7041,1079,'redq_dropoff_date_heading_title',''),(7042,1079,'redq_dropoff_date_placeholder',''),(7043,1079,'redq_dropoff_time_placeholder',''),(7044,1079,'rnb_quantity_label',''),(7045,1079,'redq_rnb_cat_heading',''),(7046,1079,'redq_resources_heading_title',''),(7047,1079,'redq_adults_heading_title',''),(7048,1079,'redq_adults_placeholder',''),(7049,1079,'redq_childs_heading_title',''),(7050,1079,'redq_childs_placeholder',''),(7051,1079,'rnb_invalid_date_range_notice',''),(7052,1079,'rnb_max_day_notice',''),(7053,1079,'rnb_min_day_notice',''),(7054,1079,'rnb_quantity_notice',''),(7055,1079,'redq_book_now_button_text',''),(7056,1079,'redq_rfq_button_text',''),(7057,1079,'redq_username_title',''),(7058,1079,'redq_username_placeholder',''),(7059,1079,'redq_password_title',''),(7060,1079,'redq_password_placeholder',''),(7061,1079,'redq_first_name_title',''),(7062,1079,'redq_first_name_placeholder',''),(7063,1079,'redq_last_name_title',''),(7064,1079,'redq_last_name_placeholder',''),(7065,1079,'redq_phone_title',''),(7066,1079,'redq_phone_placeholder',''),(7067,1079,'redq_email_title',''),(7068,1079,'redq_email_placeholder',''),(7069,1079,'redq_message_title',''),(7070,1079,'redq_message_placeholder',''),(7071,1079,'redq_submit_button_text',''),(7072,1079,'redq_security_deposite_heading_title',''),(7073,1079,'redq_rental_local_show_pickup_date','open'),(7074,1079,'redq_rental_local_show_pickup_time','open'),(7075,1079,'redq_rental_local_show_dropoff_date','open'),(7076,1079,'redq_rental_local_show_dropoff_time','open'),(7077,1079,'rnb_enable_quantity','open'),(7078,1079,'redq_rental_local_show_pricing_flip_box','closed'),(7079,1079,'redq_rental_local_show_price_discount_on_days','open'),(7080,1079,'redq_rental_local_show_price_instance_payment','open'),(7081,1079,'redq_rental_local_show_request_quote','closed'),(7082,1079,'redq_rental_local_show_book_now','open'),(7083,1079,'redq_rental_local_required_pickup_location','closed'),(7084,1079,'redq_rental_local_required_return_location','closed'),(7085,1079,'redq_rental_local_required_person','closed'),(7086,1079,'redq_rental_required_local_pickup_time','closed'),(7087,1079,'redq_rental_required_local_return_time','closed'),(7088,1079,'redq_rental_fri_min_time','00:00'),(7089,1079,'redq_rental_fri_max_time','24:00'),(7090,1079,'redq_rental_sat_min_time','00:00'),(7091,1079,'redq_rental_sat_max_time','24:00'),(7092,1079,'redq_rental_sun_min_time','00:00'),(7093,1079,'redq_rental_sun_max_time','24:00'),(7094,1079,'redq_rental_mon_min_time','00:00'),(7095,1079,'redq_rental_mon_max_time','24:00'),(7096,1079,'redq_rental_thu_min_time','00:00'),(7097,1079,'redq_rental_thu_max_time','24:00'),(7098,1079,'redq_rental_wed_min_time','00:00'),(7099,1079,'redq_rental_wed_max_time','24:00'),(7100,1079,'redq_rental_thur_min_time','00:00'),(7101,1079,'redq_rental_thur_max_time','24:00'),(7102,1079,'_tf_flashsale_text',''),(7103,1079,'_tf_flashsale_text_2',''),(7104,1079,'total_sales','2'),(7105,1079,'_tax_status','taxable'),(7106,1079,'_tax_class',''),(7107,1079,'_manage_stock','no'),(7108,1079,'_backorders','no'),(7109,1079,'_sold_individually','no'),(7110,1079,'_virtual','no'),(7111,1079,'_downloadable','no'),(7112,1079,'_download_limit','-1'),(7113,1079,'_download_expiry','-1'),(7114,1079,'_stock',NULL),(7115,1079,'_stock_status','instock'),(7116,1079,'_wc_average_rating','0'),(7117,1079,'_wc_review_count','0'),(7118,1079,'_product_version','9.2.2'),(7119,1079,'_price','1600'),(7120,1080,'_edit_last','2'),(7121,1080,'_edit_lock','1751260575:2'),(7122,1080,'_thumbnail_id','848'),(7123,1080,'redq_price_discount_cost','a:0:{}'),(7124,1080,'rnb_settings_for_display','local'),(7125,1080,'rnb_settings_for_labels','global'),(7126,1080,'rnb_settings_for_conditions','global'),(7127,1080,'rnb_settings_for_validations','global'),(7128,1080,'redq_calendar_date_format','m/d/Y'),(7129,1080,'redq_calendar_time_format','24-hours'),(7130,1080,'redq_choose_european_date_format','no'),(7131,1080,'redq_max_time_late',''),(7132,1080,'rnb_pay_extra_hours','yes'),(7133,1080,'redq_max_rental_days',''),(7134,1080,'redq_min_rental_days',''),(7135,1080,'redq_rental_starting_block_dates',''),(7136,1080,'redq_rental_before_booking_block_dates',''),(7137,1080,'redq_rental_post_booking_block_dates',''),(7138,1080,'redq_time_interval',''),(7139,1080,'rnb_show_price_type','daily'),(7140,1080,'redq_allowed_times',''),(7141,1080,'rnb_booking_layout','layout_one'),(7142,1080,'redq_rental_local_enable_single_day_time_based_booking','open'),(7143,1080,'rnb_include_trailing_date','open'),(7144,1080,'redq_rental_local_quantity_on_days','closed'),(7145,1080,'redq_rental_off_days','a:0:{}'),(7146,1080,'rnb_inventory_title',''),(7147,1080,'redq_flip_pricing_plan_text',''),(7148,1080,'rnb_unit_price',''),(7149,1080,'redq_pickup_location_heading_title',''),(7150,1080,'redq_pickup_loc_placeholder',''),(7151,1080,'redq_dropoff_location_heading_title',''),(7152,1080,'redq_return_loc_placeholder',''),(7153,1080,'redq_pickup_date_heading_title',''),(7154,1080,'redq_pickup_date_placeholder',''),(7155,1080,'redq_pickup_time_placeholder',''),(7156,1080,'redq_dropoff_date_heading_title',''),(7157,1080,'redq_dropoff_date_placeholder',''),(7158,1080,'redq_dropoff_time_placeholder',''),(7159,1080,'rnb_quantity_label',''),(7160,1080,'redq_rnb_cat_heading',''),(7161,1080,'redq_resources_heading_title',''),(7162,1080,'redq_adults_heading_title',''),(7163,1080,'redq_adults_placeholder',''),(7164,1080,'redq_childs_heading_title',''),(7165,1080,'redq_childs_placeholder',''),(7166,1080,'rnb_invalid_date_range_notice',''),(7167,1080,'rnb_max_day_notice',''),(7168,1080,'rnb_min_day_notice',''),(7169,1080,'rnb_quantity_notice',''),(7170,1080,'redq_book_now_button_text',''),(7171,1080,'redq_rfq_button_text',''),(7172,1080,'redq_username_title',''),(7173,1080,'redq_username_placeholder',''),(7174,1080,'redq_password_title',''),(7175,1080,'redq_password_placeholder',''),(7176,1080,'redq_first_name_title',''),(7177,1080,'redq_first_name_placeholder',''),(7178,1080,'redq_last_name_title',''),(7179,1080,'redq_last_name_placeholder',''),(7180,1080,'redq_phone_title',''),(7181,1080,'redq_phone_placeholder',''),(7182,1080,'redq_email_title',''),(7183,1080,'redq_email_placeholder',''),(7184,1080,'redq_message_title',''),(7185,1080,'redq_message_placeholder',''),(7186,1080,'redq_submit_button_text',''),(7187,1080,'redq_security_deposite_heading_title',''),(7188,1080,'redq_rental_local_show_pickup_date','open'),(7189,1080,'redq_rental_local_show_pickup_time','open'),(7190,1080,'redq_rental_local_show_dropoff_date','open'),(7191,1080,'redq_rental_local_show_dropoff_time','open'),(7192,1080,'rnb_enable_quantity','open'),(7193,1080,'redq_rental_local_show_pricing_flip_box','closed'),(7194,1080,'redq_rental_local_show_price_discount_on_days','open'),(7195,1080,'redq_rental_local_show_price_instance_payment','open'),(7196,1080,'redq_rental_local_show_request_quote','closed'),(7197,1080,'redq_rental_local_show_book_now','open'),(7198,1080,'redq_rental_local_required_pickup_location','closed'),(7199,1080,'redq_rental_local_required_return_location','closed'),(7200,1080,'redq_rental_local_required_person','closed'),(7201,1080,'redq_rental_required_local_pickup_time','closed'),(7202,1080,'redq_rental_required_local_return_time','closed'),(7203,1080,'redq_rental_fri_min_time','00:00'),(7204,1080,'redq_rental_fri_max_time','24:00'),(7205,1080,'redq_rental_sat_min_time','00:00'),(7206,1080,'redq_rental_sat_max_time','24:00'),(7207,1080,'redq_rental_sun_min_time','00:00'),(7208,1080,'redq_rental_sun_max_time','24:00'),(7209,1080,'redq_rental_mon_min_time','00:00'),(7210,1080,'redq_rental_mon_max_time','24:00'),(7211,1080,'redq_rental_thu_min_time','00:00'),(7212,1080,'redq_rental_thu_max_time','24:00'),(7213,1080,'redq_rental_wed_min_time','00:00'),(7214,1080,'redq_rental_wed_max_time','24:00'),(7215,1080,'redq_rental_thur_min_time','00:00'),(7216,1080,'redq_rental_thur_max_time','24:00'),(7217,1080,'_tf_flashsale_text',''),(7218,1080,'_tf_flashsale_text_2',''),(7219,1080,'total_sales','1'),(7220,1080,'_tax_status','taxable'),(7221,1080,'_tax_class',''),(7222,1080,'_manage_stock','no'),(7223,1080,'_backorders','no'),(7224,1080,'_sold_individually','no'),(7225,1080,'_virtual','no'),(7226,1080,'_downloadable','no'),(7227,1080,'_download_limit','-1'),(7228,1080,'_download_expiry','-1'),(7229,1080,'_stock',NULL),(7230,1080,'_stock_status','instock'),(7231,1080,'_wc_average_rating','0'),(7232,1080,'_wc_review_count','0'),(7233,1080,'_product_version','9.2.2'),(7234,1080,'_price','3200'),(7235,1080,'_redq_product_inventory','a:1:{i:0;s:4:\"1069\";}'),(7236,1080,'_regular_price','3200'),(7237,1082,'_edit_last','2'),(7238,1082,'_edit_lock','1751260446:2'),(7239,1082,'_thumbnail_id','849'),(7240,1082,'redq_price_discount_cost','a:0:{}'),(7241,1082,'rnb_settings_for_display','local'),(7242,1082,'rnb_settings_for_labels','global'),(7243,1082,'rnb_settings_for_conditions','global'),(7244,1082,'rnb_settings_for_validations','global'),(7245,1082,'redq_calendar_date_format','m/d/Y'),(7246,1082,'redq_calendar_time_format','24-hours'),(7247,1082,'redq_choose_european_date_format','no'),(7248,1082,'redq_max_time_late',''),(7249,1082,'rnb_pay_extra_hours','yes'),(7250,1082,'redq_max_rental_days',''),(7251,1082,'redq_min_rental_days',''),(7252,1082,'redq_rental_starting_block_dates',''),(7253,1082,'redq_rental_before_booking_block_dates',''),(7254,1082,'redq_rental_post_booking_block_dates',''),(7255,1082,'redq_time_interval',''),(7256,1082,'rnb_show_price_type','daily'),(7257,1082,'redq_allowed_times',''),(7258,1082,'rnb_booking_layout','layout_one'),(7259,1082,'redq_rental_local_enable_single_day_time_based_booking','open'),(7260,1082,'rnb_include_trailing_date','open'),(7261,1082,'redq_rental_local_quantity_on_days','closed'),(7262,1082,'redq_rental_off_days','a:0:{}'),(7263,1082,'rnb_inventory_title',''),(7264,1082,'redq_flip_pricing_plan_text',''),(7265,1082,'rnb_unit_price',''),(7266,1082,'redq_pickup_location_heading_title',''),(7267,1082,'redq_pickup_loc_placeholder',''),(7268,1082,'redq_dropoff_location_heading_title',''),(7269,1082,'redq_return_loc_placeholder',''),(7270,1082,'redq_pickup_date_heading_title',''),(7271,1082,'redq_pickup_date_placeholder',''),(7272,1082,'redq_pickup_time_placeholder',''),(7273,1082,'redq_dropoff_date_heading_title',''),(7274,1082,'redq_dropoff_date_placeholder',''),(7275,1082,'redq_dropoff_time_placeholder',''),(7276,1082,'rnb_quantity_label',''),(7277,1082,'redq_rnb_cat_heading',''),(7278,1082,'redq_resources_heading_title',''),(7279,1082,'redq_adults_heading_title',''),(7280,1082,'redq_adults_placeholder',''),(7281,1082,'redq_childs_heading_title',''),(7282,1082,'redq_childs_placeholder',''),(7283,1082,'rnb_invalid_date_range_notice',''),(7284,1082,'rnb_max_day_notice',''),(7285,1082,'rnb_min_day_notice',''),(7286,1082,'rnb_quantity_notice',''),(7287,1082,'redq_book_now_button_text',''),(7288,1082,'redq_rfq_button_text',''),(7289,1082,'redq_username_title',''),(7290,1082,'redq_username_placeholder',''),(7291,1082,'redq_password_title',''),(7292,1082,'redq_password_placeholder',''),(7293,1082,'redq_first_name_title',''),(7294,1082,'redq_first_name_placeholder',''),(7295,1082,'redq_last_name_title',''),(7296,1082,'redq_last_name_placeholder',''),(7297,1082,'redq_phone_title',''),(7298,1082,'redq_phone_placeholder',''),(7299,1082,'redq_email_title',''),(7300,1082,'redq_email_placeholder',''),(7301,1082,'redq_message_title',''),(7302,1082,'redq_message_placeholder',''),(7303,1082,'redq_submit_button_text',''),(7304,1082,'redq_security_deposite_heading_title',''),(7305,1082,'redq_rental_local_show_pickup_date','open'),(7306,1082,'redq_rental_local_show_pickup_time','open'),(7307,1082,'redq_rental_local_show_dropoff_date','open'),(7308,1082,'redq_rental_local_show_dropoff_time','open'),(7309,1082,'rnb_enable_quantity','open'),(7310,1082,'redq_rental_local_show_pricing_flip_box','closed'),(7311,1082,'redq_rental_local_show_price_discount_on_days','open'),(7312,1082,'redq_rental_local_show_price_instance_payment','open'),(7313,1082,'redq_rental_local_show_request_quote','closed'),(7314,1082,'redq_rental_local_show_book_now','open'),(7315,1082,'redq_rental_local_required_pickup_location','closed'),(7316,1082,'redq_rental_local_required_return_location','closed'),(7317,1082,'redq_rental_local_required_person','closed'),(7318,1082,'redq_rental_required_local_pickup_time','closed'),(7319,1082,'redq_rental_required_local_return_time','closed'),(7320,1082,'redq_rental_fri_min_time','00:00'),(7321,1082,'redq_rental_fri_max_time','24:00'),(7322,1082,'redq_rental_sat_min_time','00:00'),(7323,1082,'redq_rental_sat_max_time','24:00'),(7324,1082,'redq_rental_sun_min_time','00:00'),(7325,1082,'redq_rental_sun_max_time','24:00'),(7326,1082,'redq_rental_mon_min_time','00:00'),(7327,1082,'redq_rental_mon_max_time','24:00'),(7328,1082,'redq_rental_thu_min_time','00:00'),(7329,1082,'redq_rental_thu_max_time','24:00'),(7330,1082,'redq_rental_wed_min_time','00:00'),(7331,1082,'redq_rental_wed_max_time','24:00'),(7332,1082,'redq_rental_thur_min_time','00:00'),(7333,1082,'redq_rental_thur_max_time','24:00'),(7334,1082,'_tf_flashsale_text',''),(7335,1082,'_tf_flashsale_text_2',''),(7336,1082,'total_sales','0'),(7337,1082,'_tax_status','taxable'),(7338,1082,'_tax_class',''),(7339,1082,'_manage_stock','no'),(7340,1082,'_backorders','no'),(7341,1082,'_sold_individually','no'),(7342,1082,'_virtual','no'),(7343,1082,'_downloadable','no'),(7344,1082,'_download_limit','-1'),(7345,1082,'_download_expiry','-1'),(7346,1082,'_stock',NULL),(7347,1082,'_stock_status','instock'),(7348,1082,'_wc_average_rating','0'),(7349,1082,'_wc_review_count','0'),(7350,1082,'_product_version','9.2.2'),(7351,1082,'_price','3400'),(7352,1083,'_edit_last','2'),(7353,1083,'_edit_lock','1751260836:2'),(7354,1083,'_thumbnail_id','853'),(7355,1083,'redq_price_discount_cost','a:0:{}'),(7356,1083,'rnb_settings_for_display','local'),(7357,1083,'rnb_settings_for_labels','global'),(7358,1083,'rnb_settings_for_conditions','global'),(7359,1083,'rnb_settings_for_validations','global'),(7360,1083,'redq_calendar_date_format','m/d/Y'),(7361,1083,'redq_calendar_time_format','24-hours'),(7362,1083,'redq_choose_european_date_format','no'),(7363,1083,'redq_max_time_late','0'),(7364,1083,'rnb_pay_extra_hours','yes'),(7365,1083,'redq_max_rental_days',''),(7366,1083,'redq_min_rental_days',''),(7367,1083,'redq_rental_starting_block_dates',''),(7368,1083,'redq_rental_before_booking_block_dates',''),(7369,1083,'redq_rental_post_booking_block_dates','0'),(7370,1083,'redq_time_interval',''),(7371,1083,'rnb_show_price_type','daily'),(7372,1083,'redq_allowed_times',''),(7373,1083,'rnb_booking_layout','layout_one'),(7374,1083,'redq_rental_local_enable_single_day_time_based_booking','open'),(7375,1083,'rnb_include_trailing_date','open'),(7376,1083,'redq_rental_local_quantity_on_days','closed'),(7377,1083,'redq_rental_off_days','a:0:{}'),(7378,1083,'rnb_inventory_title',''),(7379,1083,'redq_flip_pricing_plan_text',''),(7380,1083,'rnb_unit_price',''),(7381,1083,'redq_pickup_location_heading_title',''),(7382,1083,'redq_pickup_loc_placeholder',''),(7383,1083,'redq_dropoff_location_heading_title',''),(7384,1083,'redq_return_loc_placeholder',''),(7385,1083,'redq_pickup_date_heading_title',''),(7386,1083,'redq_pickup_date_placeholder',''),(7387,1083,'redq_pickup_time_placeholder',''),(7388,1083,'redq_dropoff_date_heading_title',''),(7389,1083,'redq_dropoff_date_placeholder',''),(7390,1083,'redq_dropoff_time_placeholder',''),(7391,1083,'rnb_quantity_label',''),(7392,1083,'redq_rnb_cat_heading',''),(7393,1083,'redq_resources_heading_title',''),(7394,1083,'redq_adults_heading_title',''),(7395,1083,'redq_adults_placeholder',''),(7396,1083,'redq_childs_heading_title',''),(7397,1083,'redq_childs_placeholder',''),(7398,1083,'rnb_invalid_date_range_notice',''),(7399,1083,'rnb_max_day_notice',''),(7400,1083,'rnb_min_day_notice',''),(7401,1083,'rnb_quantity_notice',''),(7402,1083,'redq_book_now_button_text',''),(7403,1083,'redq_rfq_button_text',''),(7404,1083,'redq_username_title',''),(7405,1083,'redq_username_placeholder',''),(7406,1083,'redq_password_title',''),(7407,1083,'redq_password_placeholder',''),(7408,1083,'redq_first_name_title',''),(7409,1083,'redq_first_name_placeholder',''),(7410,1083,'redq_last_name_title',''),(7411,1083,'redq_last_name_placeholder',''),(7412,1083,'redq_phone_title',''),(7413,1083,'redq_phone_placeholder',''),(7414,1083,'redq_email_title',''),(7415,1083,'redq_email_placeholder',''),(7416,1083,'redq_message_title',''),(7417,1083,'redq_message_placeholder',''),(7418,1083,'redq_submit_button_text',''),(7419,1083,'redq_security_deposite_heading_title',''),(7420,1083,'redq_rental_local_show_pickup_date','open'),(7421,1083,'redq_rental_local_show_pickup_time','open'),(7422,1083,'redq_rental_local_show_dropoff_date','open'),(7423,1083,'redq_rental_local_show_dropoff_time','open'),(7424,1083,'rnb_enable_quantity','open'),(7425,1083,'redq_rental_local_show_pricing_flip_box','closed'),(7426,1083,'redq_rental_local_show_price_discount_on_days','open'),(7427,1083,'redq_rental_local_show_price_instance_payment','open'),(7428,1083,'redq_rental_local_show_request_quote','closed'),(7429,1083,'redq_rental_local_show_book_now','open'),(7430,1083,'redq_rental_local_required_pickup_location','closed'),(7431,1083,'redq_rental_local_required_return_location','closed'),(7432,1083,'redq_rental_local_required_person','closed'),(7433,1083,'redq_rental_required_local_pickup_time','closed'),(7434,1083,'redq_rental_required_local_return_time','closed'),(7435,1083,'redq_rental_fri_min_time','00:00'),(7436,1083,'redq_rental_fri_max_time','24:00'),(7437,1083,'redq_rental_sat_min_time','00:00'),(7438,1083,'redq_rental_sat_max_time','24:00'),(7439,1083,'redq_rental_sun_min_time','00:00'),(7440,1083,'redq_rental_sun_max_time','24:00'),(7441,1083,'redq_rental_mon_min_time','00:00'),(7442,1083,'redq_rental_mon_max_time','24:00'),(7443,1083,'redq_rental_thu_min_time','00:00'),(7444,1083,'redq_rental_thu_max_time','24:00'),(7445,1083,'redq_rental_wed_min_time','00:00'),(7446,1083,'redq_rental_wed_max_time','24:00'),(7447,1083,'redq_rental_thur_min_time','00:00'),(7448,1083,'redq_rental_thur_max_time','24:00'),(7449,1083,'_tf_flashsale_text',''),(7450,1083,'_tf_flashsale_text_2',''),(7451,1083,'total_sales','1'),(7452,1083,'_tax_status','taxable'),(7453,1083,'_tax_class',''),(7454,1083,'_manage_stock','no'),(7455,1083,'_backorders','no'),(7456,1083,'_sold_individually','no'),(7457,1083,'_virtual','no'),(7458,1083,'_downloadable','no'),(7459,1083,'_download_limit','-1'),(7460,1083,'_download_expiry','-1'),(7461,1083,'_stock',NULL),(7462,1083,'_stock_status','instock'),(7463,1083,'_wc_average_rating','0'),(7464,1083,'_wc_review_count','0'),(7465,1083,'_product_version','9.2.2'),(7466,1083,'_price','3000'),(7467,1085,'_edit_last','2'),(7468,1085,'_edit_lock','1751260977:2'),(7469,1084,'_edit_last','2'),(7470,1084,'_thumbnail_id','2014'),(7471,1084,'redq_price_discount_cost','a:0:{}'),(7472,1084,'rnb_settings_for_display','local'),(7473,1084,'rnb_settings_for_labels','global'),(7474,1084,'rnb_settings_for_conditions','global'),(7475,1084,'rnb_settings_for_validations','global'),(7476,1084,'redq_calendar_date_format','m/d/Y'),(7477,1084,'redq_calendar_time_format','24-hours'),(7478,1084,'redq_choose_european_date_format','no'),(7479,1084,'redq_max_time_late',''),(7480,1084,'rnb_pay_extra_hours','yes'),(7481,1084,'redq_max_rental_days',''),(7482,1084,'redq_min_rental_days',''),(7483,1084,'redq_rental_starting_block_dates',''),(7484,1084,'redq_rental_before_booking_block_dates',''),(7485,1084,'redq_rental_post_booking_block_dates',''),(7486,1084,'redq_time_interval',''),(7487,1084,'rnb_show_price_type','daily'),(7488,1084,'redq_allowed_times',''),(7489,1084,'rnb_booking_layout','layout_one'),(7490,1084,'redq_rental_local_enable_single_day_time_based_booking','open'),(7491,1084,'rnb_include_trailing_date','open'),(7492,1084,'redq_rental_local_quantity_on_days','closed'),(7493,1084,'redq_rental_off_days','a:0:{}'),(7494,1084,'rnb_inventory_title',''),(7495,1084,'redq_flip_pricing_plan_text',''),(7496,1084,'rnb_unit_price',''),(7497,1084,'redq_pickup_location_heading_title',''),(7498,1084,'redq_pickup_loc_placeholder',''),(7499,1084,'redq_dropoff_location_heading_title',''),(7500,1084,'redq_return_loc_placeholder',''),(7501,1084,'redq_pickup_date_heading_title',''),(7502,1084,'redq_pickup_date_placeholder',''),(7503,1084,'redq_pickup_time_placeholder',''),(7504,1084,'redq_dropoff_date_heading_title',''),(7505,1084,'redq_dropoff_date_placeholder',''),(7506,1084,'redq_dropoff_time_placeholder',''),(7507,1084,'rnb_quantity_label',''),(7508,1084,'redq_rnb_cat_heading',''),(7509,1084,'redq_resources_heading_title',''),(7510,1084,'redq_adults_heading_title',''),(7511,1084,'redq_adults_placeholder',''),(7512,1084,'redq_childs_heading_title',''),(7513,1084,'redq_childs_placeholder',''),(7514,1084,'rnb_invalid_date_range_notice',''),(7515,1084,'rnb_max_day_notice',''),(7516,1084,'rnb_min_day_notice',''),(7517,1084,'rnb_quantity_notice',''),(7518,1084,'redq_book_now_button_text',''),(7519,1084,'redq_rfq_button_text',''),(7520,1084,'redq_username_title',''),(7521,1084,'redq_username_placeholder',''),(7522,1084,'redq_password_title',''),(7523,1084,'redq_password_placeholder',''),(7524,1084,'redq_first_name_title',''),(7525,1084,'redq_first_name_placeholder',''),(7526,1084,'redq_last_name_title',''),(7527,1084,'redq_last_name_placeholder',''),(7528,1084,'redq_phone_title',''),(7529,1084,'redq_phone_placeholder',''),(7530,1084,'redq_email_title',''),(7531,1084,'redq_email_placeholder',''),(7532,1084,'redq_message_title',''),(7533,1084,'redq_message_placeholder',''),(7534,1084,'redq_submit_button_text',''),(7535,1084,'redq_security_deposite_heading_title',''),(7536,1084,'redq_rental_local_show_pickup_date','open'),(7537,1084,'redq_rental_local_show_pickup_time','open'),(7538,1084,'redq_rental_local_show_dropoff_date','open'),(7539,1084,'redq_rental_local_show_dropoff_time','open'),(7540,1084,'rnb_enable_quantity','open'),(7541,1084,'redq_rental_local_show_pricing_flip_box','closed'),(7542,1084,'redq_rental_local_show_price_discount_on_days','open'),(7543,1084,'redq_rental_local_show_price_instance_payment','open'),(7544,1084,'redq_rental_local_show_request_quote','closed'),(7545,1084,'redq_rental_local_show_book_now','open'),(7546,1084,'redq_rental_local_required_pickup_location','closed'),(7547,1084,'redq_rental_local_required_return_location','closed'),(7548,1084,'redq_rental_local_required_person','closed'),(7549,1084,'redq_rental_required_local_pickup_time','closed'),(7550,1084,'redq_rental_required_local_return_time','closed'),(7551,1084,'redq_rental_fri_min_time','00:00'),(7552,1084,'redq_rental_fri_max_time','24:00'),(7553,1084,'redq_rental_sat_min_time','00:00'),(7554,1084,'redq_rental_sat_max_time','24:00'),(7555,1084,'redq_rental_sun_min_time','00:00'),(7556,1084,'redq_rental_sun_max_time','24:00'),(7557,1084,'redq_rental_mon_min_time','00:00'),(7558,1084,'redq_rental_mon_max_time','24:00'),(7559,1084,'redq_rental_thu_min_time','00:00'),(7560,1084,'redq_rental_thu_max_time','24:00'),(7561,1084,'redq_rental_wed_min_time','00:00'),(7562,1084,'redq_rental_wed_max_time','24:00'),(7563,1084,'redq_rental_thur_min_time','00:00'),(7564,1084,'redq_rental_thur_max_time','24:00'),(7565,1084,'_tf_flashsale_text',''),(7566,1084,'_tf_flashsale_text_2',''),(7567,1084,'total_sales','1'),(7568,1084,'_tax_status','taxable'),(7569,1084,'_tax_class',''),(7570,1084,'_manage_stock','no'),(7571,1084,'_backorders','no'),(7572,1084,'_sold_individually','no'),(7573,1084,'_virtual','no'),(7574,1084,'_downloadable','no'),(7575,1084,'_download_limit','-1'),(7576,1084,'_download_expiry','-1'),(7577,1084,'_stock',NULL),(7578,1084,'_stock_status','instock'),(7579,1084,'_wc_average_rating','0'),(7580,1084,'_wc_review_count','0'),(7581,1084,'_product_version','9.2.2'),(7582,1084,'_price','3600'),(7583,1084,'_edit_lock','1751260976:2'),(7584,1085,'_thumbnail_id','852'),(7585,1085,'redq_price_discount_cost','a:0:{}'),(7586,1085,'rnb_settings_for_display','local'),(7587,1085,'rnb_settings_for_labels','global'),(7588,1085,'rnb_settings_for_conditions','global'),(7589,1085,'rnb_settings_for_validations','global'),(7590,1085,'redq_calendar_date_format','m/d/Y'),(7591,1085,'redq_calendar_time_format','24-hours'),(7592,1085,'redq_choose_european_date_format','no'),(7593,1085,'redq_max_time_late',''),(7594,1085,'rnb_pay_extra_hours','yes'),(7595,1085,'redq_max_rental_days',''),(7596,1085,'redq_min_rental_days',''),(7597,1085,'redq_rental_starting_block_dates',''),(7598,1085,'redq_rental_before_booking_block_dates',''),(7599,1085,'redq_rental_post_booking_block_dates',''),(7600,1085,'redq_time_interval',''),(7601,1085,'rnb_show_price_type','daily'),(7602,1085,'redq_allowed_times',''),(7603,1085,'rnb_booking_layout','layout_one'),(7604,1085,'redq_rental_local_enable_single_day_time_based_booking','open'),(7605,1085,'rnb_include_trailing_date','open'),(7606,1085,'redq_rental_local_quantity_on_days','closed'),(7607,1085,'redq_rental_off_days','a:0:{}'),(7608,1085,'rnb_inventory_title',''),(7609,1085,'redq_flip_pricing_plan_text',''),(7610,1085,'rnb_unit_price',''),(7611,1085,'redq_pickup_location_heading_title',''),(7612,1085,'redq_pickup_loc_placeholder',''),(7613,1085,'redq_dropoff_location_heading_title',''),(7614,1085,'redq_return_loc_placeholder',''),(7615,1085,'redq_pickup_date_heading_title',''),(7616,1085,'redq_pickup_date_placeholder',''),(7617,1085,'redq_pickup_time_placeholder',''),(7618,1085,'redq_dropoff_date_heading_title',''),(7619,1085,'redq_dropoff_date_placeholder',''),(7620,1085,'redq_dropoff_time_placeholder',''),(7621,1085,'rnb_quantity_label',''),(7622,1085,'redq_rnb_cat_heading',''),(7623,1085,'redq_resources_heading_title',''),(7624,1085,'redq_adults_heading_title',''),(7625,1085,'redq_adults_placeholder',''),(7626,1085,'redq_childs_heading_title',''),(7627,1085,'redq_childs_placeholder',''),(7628,1085,'rnb_invalid_date_range_notice',''),(7629,1085,'rnb_max_day_notice',''),(7630,1085,'rnb_min_day_notice',''),(7631,1085,'rnb_quantity_notice',''),(7632,1085,'redq_book_now_button_text',''),(7633,1085,'redq_rfq_button_text',''),(7634,1085,'redq_username_title',''),(7635,1085,'redq_username_placeholder',''),(7636,1085,'redq_password_title',''),(7637,1085,'redq_password_placeholder',''),(7638,1085,'redq_first_name_title',''),(7639,1085,'redq_first_name_placeholder',''),(7640,1085,'redq_last_name_title',''),(7641,1085,'redq_last_name_placeholder',''),(7642,1085,'redq_phone_title',''),(7643,1085,'redq_phone_placeholder',''),(7644,1085,'redq_email_title',''),(7645,1085,'redq_email_placeholder',''),(7646,1085,'redq_message_title',''),(7647,1085,'redq_message_placeholder',''),(7648,1085,'redq_submit_button_text',''),(7649,1085,'redq_security_deposite_heading_title',''),(7650,1085,'redq_rental_local_show_pickup_date','open'),(7651,1085,'redq_rental_local_show_pickup_time','open'),(7652,1085,'redq_rental_local_show_dropoff_date','open'),(7653,1085,'redq_rental_local_show_dropoff_time','open'),(7654,1085,'rnb_enable_quantity','open'),(7655,1085,'redq_rental_local_show_pricing_flip_box','closed'),(7656,1085,'redq_rental_local_show_price_discount_on_days','open'),(7657,1085,'redq_rental_local_show_price_instance_payment','open'),(7658,1085,'redq_rental_local_show_request_quote','closed'),(7659,1085,'redq_rental_local_show_book_now','open'),(7660,1085,'redq_rental_local_required_pickup_location','closed'),(7661,1085,'redq_rental_local_required_return_location','closed'),(7662,1085,'redq_rental_local_required_person','closed'),(7663,1085,'redq_rental_required_local_pickup_time','closed'),(7664,1085,'redq_rental_required_local_return_time','closed'),(7665,1085,'redq_rental_fri_min_time','00:00'),(7666,1085,'redq_rental_fri_max_time','24:00'),(7667,1085,'redq_rental_sat_min_time','00:00'),(7668,1085,'redq_rental_sat_max_time','24:00'),(7669,1085,'redq_rental_sun_min_time','00:00'),(7670,1085,'redq_rental_sun_max_time','24:00'),(7671,1085,'redq_rental_mon_min_time','00:00'),(7672,1085,'redq_rental_mon_max_time','24:00'),(7673,1085,'redq_rental_thu_min_time','00:00'),(7674,1085,'redq_rental_thu_max_time','24:00'),(7675,1085,'redq_rental_wed_min_time','00:00'),(7676,1085,'redq_rental_wed_max_time','24:00'),(7677,1085,'redq_rental_thur_min_time','00:00'),(7678,1085,'redq_rental_thur_max_time','24:00'),(7679,1085,'_tf_flashsale_text',''),(7680,1085,'_tf_flashsale_text_2',''),(7681,1085,'total_sales','0'),(7682,1085,'_tax_status','taxable'),(7683,1085,'_tax_class',''),(7684,1085,'_manage_stock','no'),(7685,1085,'_backorders','no'),(7686,1085,'_sold_individually','no'),(7687,1085,'_virtual','no'),(7688,1085,'_downloadable','no'),(7689,1085,'_download_limit','-1'),(7690,1085,'_download_expiry','-1'),(7691,1085,'_stock',NULL),(7692,1085,'_stock_status','instock'),(7693,1085,'_wc_average_rating','0'),(7694,1085,'_wc_review_count','0'),(7695,1085,'_product_version','9.2.2'),(7696,1085,'_price','2200'),(7697,1083,'ekit_post_views_count','649'),(7700,1086,'_edit_last','2'),(7701,1086,'_thumbnail_id','851'),(7702,1086,'redq_price_discount_cost','a:0:{}'),(7703,1086,'rnb_settings_for_display','global'),(7704,1086,'rnb_settings_for_labels','global'),(7705,1086,'rnb_settings_for_conditions','global'),(7706,1086,'rnb_settings_for_validations','global'),(7707,1086,'redq_calendar_date_format','m/d/Y'),(7708,1086,'redq_calendar_time_format','24-hours'),(7709,1086,'redq_choose_european_date_format','no'),(7710,1086,'redq_max_time_late',''),(7711,1086,'rnb_pay_extra_hours','yes'),(7712,1086,'redq_max_rental_days',''),(7713,1086,'redq_min_rental_days',''),(7714,1086,'redq_rental_starting_block_dates',''),(7715,1086,'redq_rental_before_booking_block_dates',''),(7716,1086,'redq_rental_post_booking_block_dates',''),(7717,1086,'redq_time_interval',''),(7718,1086,'rnb_show_price_type','daily'),(7719,1086,'redq_allowed_times',''),(7720,1086,'rnb_booking_layout','layout_one'),(7721,1086,'redq_rental_local_enable_single_day_time_based_booking','open'),(7722,1086,'rnb_include_trailing_date','open'),(7723,1086,'redq_rental_local_quantity_on_days','closed'),(7724,1086,'redq_rental_off_days','a:0:{}'),(7725,1086,'rnb_inventory_title',''),(7726,1086,'redq_flip_pricing_plan_text',''),(7727,1086,'rnb_unit_price',''),(7728,1086,'redq_pickup_location_heading_title',''),(7729,1086,'redq_pickup_loc_placeholder',''),(7730,1086,'redq_dropoff_location_heading_title',''),(7731,1086,'redq_return_loc_placeholder',''),(7732,1086,'redq_pickup_date_heading_title',''),(7733,1086,'redq_pickup_date_placeholder',''),(7734,1086,'redq_pickup_time_placeholder',''),(7735,1086,'redq_dropoff_date_heading_title',''),(7736,1086,'redq_dropoff_date_placeholder',''),(7737,1086,'redq_dropoff_time_placeholder',''),(7738,1086,'rnb_quantity_label',''),(7739,1086,'redq_rnb_cat_heading',''),(7740,1086,'redq_resources_heading_title',''),(7741,1086,'redq_adults_heading_title',''),(7742,1086,'redq_adults_placeholder',''),(7743,1086,'redq_childs_heading_title',''),(7744,1086,'redq_childs_placeholder',''),(7745,1086,'rnb_invalid_date_range_notice',''),(7746,1086,'rnb_max_day_notice',''),(7747,1086,'rnb_min_day_notice',''),(7748,1086,'rnb_quantity_notice',''),(7749,1086,'redq_book_now_button_text',''),(7750,1086,'redq_rfq_button_text',''),(7751,1086,'redq_username_title',''),(7752,1086,'redq_username_placeholder',''),(7753,1086,'redq_password_title',''),(7754,1086,'redq_password_placeholder',''),(7755,1086,'redq_first_name_title',''),(7756,1086,'redq_first_name_placeholder',''),(7757,1086,'redq_last_name_title',''),(7758,1086,'redq_last_name_placeholder',''),(7759,1086,'redq_phone_title',''),(7760,1086,'redq_phone_placeholder',''),(7761,1086,'redq_email_title',''),(7762,1086,'redq_email_placeholder',''),(7763,1086,'redq_message_title',''),(7764,1086,'redq_message_placeholder',''),(7765,1086,'redq_submit_button_text',''),(7766,1086,'redq_security_deposite_heading_title',''),(7767,1086,'redq_rental_local_show_pickup_date','open'),(7768,1086,'redq_rental_local_show_pickup_time','open'),(7769,1086,'redq_rental_local_show_dropoff_date','open'),(7770,1086,'redq_rental_local_show_dropoff_time','open'),(7771,1086,'rnb_enable_quantity','open'),(7772,1086,'redq_rental_local_show_pricing_flip_box','closed'),(7773,1086,'redq_rental_local_show_price_discount_on_days','open'),(7774,1086,'redq_rental_local_show_price_instance_payment','open'),(7775,1086,'redq_rental_local_show_request_quote','closed'),(7776,1086,'redq_rental_local_show_book_now','open'),(7777,1086,'redq_rental_local_required_pickup_location','closed'),(7778,1086,'redq_rental_local_required_return_location','closed'),(7779,1086,'redq_rental_local_required_person','closed'),(7780,1086,'redq_rental_required_local_pickup_time','closed'),(7781,1086,'redq_rental_required_local_return_time','closed'),(7782,1086,'redq_rental_fri_min_time','00:00'),(7783,1086,'redq_rental_fri_max_time','24:00'),(7784,1086,'redq_rental_sat_min_time','00:00'),(7785,1086,'redq_rental_sat_max_time','24:00'),(7786,1086,'redq_rental_sun_min_time','00:00'),(7787,1086,'redq_rental_sun_max_time','24:00'),(7788,1086,'redq_rental_mon_min_time','00:00'),(7789,1086,'redq_rental_mon_max_time','24:00'),(7790,1086,'redq_rental_thu_min_time','00:00'),(7791,1086,'redq_rental_thu_max_time','24:00'),(7792,1086,'redq_rental_wed_min_time','00:00'),(7793,1086,'redq_rental_wed_max_time','24:00'),(7794,1086,'redq_rental_thur_min_time','00:00'),(7795,1086,'redq_rental_thur_max_time','24:00'),(7796,1086,'_tf_flashsale_text',''),(7797,1086,'_tf_flashsale_text_2',''),(7798,1086,'total_sales','5'),(7799,1086,'_tax_status','taxable'),(7800,1086,'_tax_class',''),(7801,1086,'_manage_stock','no'),(7802,1086,'_backorders','no'),(7803,1086,'_sold_individually','no'),(7804,1086,'_virtual','no'),(7805,1086,'_downloadable','no'),(7806,1086,'_download_limit','-1'),(7807,1086,'_download_expiry','-1'),(7808,1086,'_stock',NULL),(7809,1086,'_stock_status','instock'),(7810,1086,'_wc_average_rating','0'),(7811,1086,'_wc_review_count','0'),(7812,1086,'_product_version','9.2.2'),(7813,1086,'_price','2400'),(7814,1086,'_edit_lock','1751529908:2'),(7815,1086,'ekit_post_views_count','1257'),(7816,1084,'ekit_post_views_count','1351'),(7817,1085,'ekit_post_views_count','1196'),(7818,1079,'ekit_post_views_count','612'),(7819,1082,'ekit_post_views_count','673'),(7820,1080,'ekit_post_views_count','653'),(7914,1102,'_order_key','wc_order_EaTywfUVgIYJZ'),(7915,1102,'_customer_user','0'),(7916,1102,'_customer_ip_address','117.99.110.227'),(7917,1102,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(7918,1102,'_order_currency','INR'),(7919,1102,'_cart_discount','0'),(7920,1102,'_cart_discount_tax','0'),(7921,1102,'_order_shipping','0'),(7922,1102,'_order_shipping_tax','0'),(7923,1102,'_order_tax','0'),(7924,1102,'_order_total','16000.00'),(7925,1102,'_order_version','6.2.1'),(7926,1102,'_prices_include_tax','no'),(7927,1102,'_billing_address_index',' '),(7928,1102,'_shipping_address_index',' '),(7929,1102,'_billing_first_name','RnB'),(7930,1102,'_billing_last_name','System'),(7931,1060,'ekit_post_views_count','137'),(10955,1061,'_product_image_gallery',''),(10953,1528,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2.jpeg'),(10954,1528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:959;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2.jpeg\";s:8:\"filesize\";i:94137;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12583;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2508;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29836;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10467;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-1024x767.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-768x575.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46479;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12583;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29836;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2508;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8200,1083,'_redq_product_inventory','a:1:{i:0;s:4:\"1077\";}'),(8201,1083,'_regular_price','3000'),(8457,1153,'_order_key','wc_order_PYeuMuZvdIp2v'),(8458,1153,'_customer_user','1'),(8459,1153,'_payment_method','cod'),(8460,1153,'_payment_method_title','Cash on delivery'),(8461,1153,'_customer_ip_address','117.99.110.227'),(8332,1145,'_edit_lock','1750066833:2'),(9521,1145,'_elementor_edit_mode','builder'),(8334,1145,'_elementor_template_type','wp-page'),(8335,1145,'_elementor_version','3.6.6'),(8440,1145,'_elementor_data','[{\"id\":\"389e747\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-inner-page.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]}},\"elements\":[{\"id\":\"44c7702\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14bd14d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Near By Places\",\"header_size\":\"h1\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"df85898\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"5fee7a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6187a3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\",\"id\":2016,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53cb16d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"22bb442\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"695f283\",\"elType\":\"widget\",\"settings\":{\"title\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"349038f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ff2a834\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d091943\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gurukul.jpg\",\"id\":542,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e1f1239\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"-26\",\"left\":0,\"isLinked\":true},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"7042aa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e30684e\",\"elType\":\"widget\",\"settings\":{\"title\":\"GURUKUL (SWAMI SAMARTH)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d714888\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1.5 KM<\\/p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"912ab94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"ab3e7bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5996bac\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcd6749\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8e982ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"PANCHAWATI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1c30ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>32 KM<\\/p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aabc51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"c7b029a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"074e29f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\",\"id\":2016,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"901252a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8642842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e858e9f\",\"elType\":\"widget\",\"settings\":{\"title\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2357d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ac3d974\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5e0b802\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gurukul.jpg\",\"id\":542,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3cca0d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"-26\",\"left\":0,\"isLinked\":true},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"c37ce74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"85b17cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"GURUKUL (SWAMI SAMARTH)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c17f990\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1.5 KM<\\/p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"97bbd7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb41957\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6842082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"46f8ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d5f999f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PANCHAWATI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d31de08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>32 KM<\\/p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6396342\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b1d9026\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ca1d11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/muktidham.jpg\",\"id\":544,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9a3c8ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bb266ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f207e9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUKTIDHAM\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b07d29f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>39 KM<\\/p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4bd6861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcc5260\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/brahmgiri.jpg\",\"id\":555,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d427e6c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3aa2622\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e29bf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAHMAGIRI (700 STOPS)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d94607\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"date marginb20\\\">1 KM<\\/div><div>\\u00a0<\\/div><p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India<\\/p>\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1164a02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"916fc95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gangadvar.jpg\",\"id\":548,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb85aed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f7e4cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2cef546\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nGANGA DWAR\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6394cf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c336d7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9ec95e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"a33fdf6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/nivruttinath.jpg\",\"id\":546,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f07d1b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"530bb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b892583\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIVRUTTINATH SAMADHI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8727dad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2932c62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfdef42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/anjaneri.jpg\",\"id\":554,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2ff96e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4365b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f37d17\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANJANERI (HANUMAN BIRTH PLACE)\\n\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8efef3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6 KM<\\/p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a33681\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"50a3388\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/kushavarta.jpg\",\"id\":549,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"799b096\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"71718ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33ed0a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nKUSHAVARTA KUND\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"abc3c3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>0.2 KM<\\/p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b902e12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"9693075\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"99fdb96\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/neel-parvat.jpg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ca7202\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ef1696d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc4cd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f06d28a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 KM<\\/p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88d8f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"78e57e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shani.jpg\",\"id\":545,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"834ad0e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4e38b16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dada1e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHANI SHINGNAPUR TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b75d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>174 KM<\\/p><p>The temple is believed to be a \\\"jagrut devasthan\\\" (\\\"alive temple\\\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59384b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3e4710\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shirdi.jpg\",\"id\":550,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ce678ee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ae15210\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7c6e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHIRDI SAI BABA TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"999db98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>117 KM<\\/p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c02c9e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wider\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"fd0d009\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"23b9ec3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/mahabaleshwar.jpg\",\"id\":953,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1825378\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\",\"background_color_b\":\"#A1A1A1\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B4200\",\"box_shadow_box_shadow_position\":\"inset\",\"shape_divider_top\":\"mountains\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":145,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=6ce1bba\",\"border_color\":\"globals\\/colors?id=primary\",\"shape_divider_top_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":377,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5918374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"79f20bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAHABALESHWAR TEMPLE)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43ae8ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>367 KM<\\/p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#454141\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Catamaran\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ba2af6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2c8c9d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d11cc8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0289371\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"745b8bd\",\"elType\":\"widget\",\"settings\":{\"title\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d760b74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\",\"id\":2016,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"793f061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>0.2 KM <br \\/><br \\/>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"611549c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"6592d4a\",\"elType\":\"widget\",\"settings\":{\"title\":\"GURUKUL (SWAMI SAMARTH)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d64b01a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/GURUKUL-SWAMI-SAMARTH.jpg\",\"id\":2017,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54650bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1.5 KM<\\/p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b843b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"4ae4f0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"PANCHAWATI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71bbea4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/PANCHAWATI-1.jpg\",\"id\":2034,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88d7e36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>32 KM<\\/p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c3c2f2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"66b6b69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"27b5519\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUKTIDHAM\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8642b98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/MUKTIDHAM-1.jpg\",\"id\":2038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"362bdf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>39 KM<\\/p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f88cfa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"84178a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAHMAGIRI (700 STOPS)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c76aa97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/BRAHMAGIRI-700-STOPS.jpg\",\"id\":2039,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f56a636\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"date marginb20\\\">1 KM<\\/div><div>\\u00a0<\\/div><p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4773d0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"eb9f14b\",\"elType\":\"widget\",\"settings\":{\"title\":\"GANGA DWAR\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7a2083\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/GANGA-DWAR.jpg\",\"id\":2040,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d9c3a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e7724\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34fe287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"bc94e33\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIVRUTTINATH SAMADHI\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776c707\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/NIVRUTTINATH-SAMADHI.jpg\",\"id\":2051,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e43e16\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>1 KM<\\/p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"75e128f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"21c2545\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANJANERI (HANUMAN BIRTH PLACE)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b72947\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ANJANERI-HANUMAN-BIRTH-PLACE.jpg\",\"id\":2046,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c0a0371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"date marginb20\\\"><p>6 KM<\\/p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\\u2019s mother \\u2018Anjani\\u2019. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.<\\/p><\\/div>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a2324c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"37da72a\",\"elType\":\"widget\",\"settings\":{\"title\":\"KUSHAVARTA KUND\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"badc285\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/KUSHAVARTA-KUND.jpg\",\"id\":2047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"656babd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>0.2 KM<\\/p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"069cb00\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e0c934d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"a90c329\",\"elType\":\"widget\",\"settings\":{\"title\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b9949\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg\",\"id\":2041,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d38ae6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 KM<\\/p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3e32f7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"ca2b7e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHANI SHINGNAPUR TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e1bc31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/SHANI-SHINGNAPUR-TEMPLE.jpg\",\"id\":2055,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3221a10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"date marginb20\\\"><p>174 KM<\\/p><p>The temple is believed to be a \\u201cjagrut devasthan\\u201d (\\u201calive temple\\u201d), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.<\\/p><\\/div>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b7d84a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"d027c5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHIRDI SAI BABA TEMPLE\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7574d97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/SHIRDI-SAI-BABA-TEMPLE.jpg\",\"id\":2056,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c56812c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>117 KM<\\/p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e155604\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f6132a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[{\"id\":\"6fe05ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAHABALESHWAR TEMPLE)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99aaf60\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/MAHABALESHWAR-TEMPLE.jpg\",\"id\":2057,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"aec960b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>367 KM<\\/p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \\u2018Kunda\\u2019 or water tank.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"45fd4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[],\"isInner\":false},{\"id\":\"82cc965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7B420017\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"__globals__\":{\"border_color\":\"\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(8439,1145,'_wp_page_template','default'),(8390,1148,'_order_key','wc_order_zP2kaP1nurTXM'),(8391,1148,'_customer_user','1'),(8392,1148,'_payment_method','cod'),(8393,1148,'_payment_method_title','Cash on delivery'),(8394,1148,'_customer_ip_address','117.99.110.227'),(8395,1148,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(8396,1148,'_created_via','checkout'),(8397,1148,'_cart_hash','5a92c7d5cd064197230d12c7b9f9cfe3'),(8398,1148,'_billing_first_name','Bhavesh'),(8399,1148,'_billing_last_name','Patel'),(8400,1148,'_billing_company','Customize Theme'),(8401,1148,'_billing_address_1','E-2101 Central Bazzar'),(8402,1148,'_billing_address_2','Varachha'),(8403,1148,'_billing_city','Surat'),(8404,1148,'_billing_state','GJ'),(8405,1148,'_billing_postcode','395006'),(8406,1148,'_billing_country','IN'),(8407,1148,'_billing_email','konigin188@gmail.com'),(8408,1148,'_billing_phone','08905434034'),(8409,1148,'_order_currency','INR'),(8410,1148,'_cart_discount','0'),(8411,1148,'_cart_discount_tax','0'),(8412,1148,'_order_shipping','0'),(8413,1148,'_order_shipping_tax','0'),(8414,1148,'_order_tax','0'),(8415,1148,'_order_total','6800.00'),(8416,1148,'_order_version','6.2.1'),(8417,1148,'_prices_include_tax','no'),(8418,1148,'_billing_address_index','Bhavesh Patel Customize Theme E-2101 Central Bazzar Varachha Surat GJ 395006 IN konigin188@gmail.com 08905434034'),(8419,1148,'_shipping_address_index',' '),(8420,1148,'is_vat_exempt','no'),(8421,1148,'order_item_22_inventory_ref','1060'),(8422,1148,'order_item_23_inventory_ref','1067'),(8423,1148,'_download_permissions_granted','yes'),(8424,1148,'_recorded_sales','yes'),(8425,1148,'_recorded_coupon_usage_counts','yes'),(8426,1148,'_order_stock_reduced','yes'),(8427,1148,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:136:\"A4, Upal Tower, Opp. Umiya Dham Temple, Varachha, Surat - 395008\r\n\r\n\r\n<b>Email : </b>konigin94@gmail.com\r\n<b>Phone : </b>+91 90549 06670\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(8428,1148,'_wcpdf_invoice_date','1646733796'),(8429,1148,'_wcpdf_invoice_date_formatted','2022-03-08 10:03:16'),(8430,1148,'_wcpdf_invoice_number','12'),(8431,1148,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:12;s:16:\"formatted_number\";s:2:\"12\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:1148;s:7:\"padding\";s:0:\"\";}'),(8432,1148,'_new_order_email_sent','true'),(8446,1145,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(8462,1153,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(8463,1153,'_created_via','checkout'),(8464,1153,'_cart_hash','12b1089305add8233f01a117ec4113ab'),(8465,1153,'_billing_first_name','Bhavesh'),(8466,1153,'_billing_last_name','Patel'),(8467,1153,'_billing_company','Customize Theme'),(8468,1153,'_billing_address_1','E-2101 Central Bazzar'),(8469,1153,'_billing_address_2','Varachha'),(8470,1153,'_billing_city','Surat'),(8471,1153,'_billing_state','GJ'),(8472,1153,'_billing_postcode','395006'),(8473,1153,'_billing_country','IN'),(8474,1153,'_billing_email','konigin188@gmail.com'),(8475,1153,'_billing_phone','08905434034'),(8476,1153,'_order_currency','INR'),(8477,1153,'_cart_discount','0'),(8478,1153,'_cart_discount_tax','0'),(8479,1153,'_order_shipping','0'),(8480,1153,'_order_shipping_tax','0'),(8481,1153,'_order_tax','0'),(8482,1153,'_order_total','4000.00'),(8483,1153,'_order_version','6.2.1'),(8484,1153,'_prices_include_tax','no'),(8485,1153,'_billing_address_index','Bhavesh Patel Customize Theme E-2101 Central Bazzar Varachha Surat GJ 395006 IN konigin188@gmail.com 08905434034'),(8486,1153,'_shipping_address_index',' '),(8487,1153,'is_vat_exempt','no'),(8488,1153,'order_item_24_inventory_ref','1060'),(8489,1153,'_download_permissions_granted','yes'),(8490,1153,'_recorded_sales','yes'),(8491,1153,'_recorded_coupon_usage_counts','yes'),(8492,1153,'_order_stock_reduced','yes'),(8493,1153,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:136:\"A4, Upal Tower, Opp. Umiya Dham Temple, Varachha, Surat - 395008\r\n\r\n\r\n<b>Email : </b>konigin94@gmail.com\r\n<b>Phone : </b>+91 90549 06670\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(8494,1153,'_wcpdf_invoice_date','1646734165'),(8495,1153,'_wcpdf_invoice_date_formatted','2022-03-08 10:09:25'),(8496,1153,'_wcpdf_invoice_number','13'),(8497,1153,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:13;s:16:\"formatted_number\";s:2:\"13\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:1153;s:7:\"padding\";s:0:\"\";}'),(8498,1153,'_new_order_email_sent','true'),(34380,4483,'_wp_attached_file','2025/06/uh2osejmhddzl1ar1z0f-scaled.webp'),(34381,4483,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/uh2osejmhddzl1ar1z0f-scaled.webp\";s:8:\"filesize\";i:101914;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6242;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"uh2osejmhddzl1ar1z0f-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20218;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"uh2osejmhddzl1ar1z0f-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50990;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"uh2osejmhddzl1ar1z0f-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74864;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6814;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15028;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"uh2osejmhddzl1ar1z0f-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"uh2osejmhddzl1ar1z0f.webp\";}'),(10941,1085,'_product_image_gallery','852'),(10939,1085,'_redq_product_inventory','a:1:{i:0;s:4:\"1074\";}'),(10940,1085,'_regular_price','2200'),(8825,3,'_elementor_data','[{\"id\":\"e27fdcb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f3d1f52\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e12205\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.88,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0160\",\"right\":\"0\",\"bottom\":\"0126\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#72583A\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"400e4b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fa2b22\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#D9D9D9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a46f1b1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D9D9D9\",\"weight\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"aa6102c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9ae67b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5305fd6c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2788832e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56373f43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>\\u00a0<\\/h3><h3 style=\\\"text-align: center;\\\">Privacy Policy<\\/h3><p><strong>1. Information Collection:<\\/strong><\\/p><p>- Hotel Dhruv Palace collects personal information from guests for the purpose of providing hotel services, processing reservations, and ensuring a personalized and convenient guest experience.<br \\/>- Personal information may include but is not limited to, name, contact details, payment information, stay preferences, and any special requests or requirements.<\\/p><p><strong>2. Use of Information:<\\/strong><\\/p><p>- Personal information collected by Hotel Dhruv Palace is used solely for the purpose of fulfilling guest reservations, providing requested services, and improving the quality of our hospitality offerings.<br \\/>- Guest information may also be used for marketing and promotional purposes, including sending newsletters, special offers, and updates about hotel amenities and events. Guests have the option to opt-out of receiving marketing communications at any time.<\\/p><p><strong>3. Information Sharing:<\\/strong><\\/p><p>- Hotel Dhruv Palace may share personal information with trusted third-party service providers, including but not limited to, payment processors, booking platforms, and marketing agencies, for the purpose of fulfilling guest requests and improving hotel operations.<br \\/>- Personal information will not be shared, sold, or disclosed to third parties for their marketing or advertising purposes without the explicit consent of the guest, except as required by law or legal proceedings.<\\/p><p><strong>4. Data Security:<\\/strong><\\/p><p>- Hotel Dhruv Palace implements appropriate security measures to protect guest information from unauthorized access, disclosure, alteration, or destruction.<br \\/>- Access to guest information is restricted to authorized personnel only, and strict confidentiality protocols are in place to safeguard the privacy of guest data.<\\/p><p><strong>5. Data Retention:<\\/strong><\\/p><p>- Hotel Dhruv Palace retains guest information for the duration necessary to fulfill the purposes outlined in this privacy policy or as required by applicable laws and regulations.<br \\/>- Guests have the right to request access to their personal information, update or correct inaccuracies, and request deletion of their data in accordance with applicable data protection laws.<\\/p><p><strong>6. Children\'s Privacy:<\\/strong><\\/p><p>- Hotel Dhruv Palace does not knowingly collect or solicit personal information from children under the age of 18 without parental consent. If we become aware that we have collected personal information from a child without parental consent, we will take steps to remove that information from our records.<\\/p><p><strong>7. Changes to Privacy Policy:<\\/strong><\\/p><p>- Hotel Dhruv Palace reserves the right to update or modify this privacy policy at any time without prior notice. Any changes to the privacy policy will be posted on our website, and guests are encouraged to review the policy periodically for updates.<\\/p><p><strong>By making a reservation or using our services, guests acknowledge and agree to the terms of this privacy policy. If you have any questions or concerns about our privacy practices, please contact us directly.<\\/strong><\\/p><p><strong>Please note that this privacy policy is subject to change without prior notice. Guests are encouraged to review the privacy policy periodically for updates and changes.<\\/strong><\\/p>\",\"text_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8821,3,'_edit_lock','1751077923:2'),(8822,3,'_elementor_edit_mode','builder'),(8823,3,'_elementor_template_type','wp-page'),(8824,3,'_elementor_version','3.23.4'),(8826,3,'_elementor_page_assets','a:0:{}'),(8868,1201,'_edit_lock','1751078269:2'),(8870,1202,'_edit_lock','1750071681:2'),(8871,1201,'_elementor_edit_mode','builder'),(8872,1201,'_elementor_template_type','wp-page'),(8873,1201,'_elementor_version','3.23.4'),(8874,1202,'_wp_page_template','elementor_header_footer'),(8875,1202,'_elementor_edit_mode','builder'),(8876,1202,'_elementor_template_type','wp-page'),(8877,1202,'_elementor_version','3.14.1'),(8911,1201,'_elementor_data','[{\"id\":\"2a56eab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a0ab47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8942247\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.88,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0160\",\"right\":\"0\",\"bottom\":\"0126\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#72583A\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"bcaebb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dc2fafd\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#D9D9D9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e616270\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D9D9D9\",\"weight\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"230d463\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Cancellation Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"242315c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cancellation Policy\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a83a7e4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fcd6113\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57c15bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2 style=\\\"text-align: center;\\\"><strong>Cancellation Policy<\\/strong><\\/h2><p><strong>1. Free Cancellation:<\\/strong><\\/p><p>- Guests may cancel their reservation free of charge up to 48 hours before the scheduled check-in time.<br \\/>- Cancellations made within 48 hours of check-in will be charged the first night\'s stay.<\\/p><p><strong>2. Group Bookings:<\\/strong><\\/p><p>- For group bookings of five rooms or more, cancellations must be made at least 7 days prior to the scheduled check-in date to avoid penalty charges.<br \\/>- Cancellations made within 7 days of check-in for group bookings will be subject to a penalty charge equivalent to 50% of the total booking amount.<\\/p><p><strong>3. Non-Refundable Bookings:<\\/strong><\\/p><p>- Some promotional rates or special offers may be non-refundable and require full pre-payment at the time of booking.<br \\/>- Non-refundable bookings cannot be canceled or modified, and the full amount will be charged in the event of cancellation or no-show.<\\/p><p><strong>4. Refund Process:<\\/strong><\\/p><p>- Refunds for eligible cancellations will be processed within 7-10 business days using the original payment method.<br \\/>- Any applicable refund fees or charges imposed by third-party booking platforms or payment processors will be deducted from the refund amount.<\\/p><p><strong>5. Modification Policy:<\\/strong><\\/p><p>- Changes to existing reservations, including dates, room types, or guest names, may be allowed subject to availability and may incur additional charges.<br \\/>- Modifications must be requested at least 48 hours before the scheduled check-in time.<\\/p><p><strong>6. Force Majeure:<\\/strong><\\/p><p>- In the event of unforeseen circumstances or events beyond our control, such as natural disasters, government regulations, or travel restrictions, Hotel Dhruv Palace reserves the right to modify or cancel reservations without penalty.<\\/p><p><strong>Please note that this cancellation policy is subject to change without prior notice. Guests are encouraged to review the cancellation policy at the time of booking and contact the hotel directly for any inquiries or modifications to their reservations.<\\/strong><\\/p>\",\"text_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8910,1201,'_wp_page_template','default'),(8893,1202,'_elementor_data','[{\"id\":\"b441fc1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25f76e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd6bb2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.88,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0160\",\"right\":\"0\",\"bottom\":\"0126\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#72583A\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"a3e8a8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"95af819\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#D9D9D9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba7ab71\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D9D9D9\",\"weight\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"69e0148\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Pricing Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"876da8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing Policy\",\"header_size\":\"h1\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14d7ced\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"05bd7f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9515e2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>\\u00a0<\\/h3><h3 style=\\\"text-align: center;\\\">Price Policy<\\/h3><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p><strong>1. Best Rate Guarantee:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace offers a Best Rate Guarantee, ensuring that guests receive the lowest available rate when booking directly through our official website or contacting our reservations team directly.<br \\/>- If a lower rate for the same room type and dates is found on another website within 24 hours of booking, we will match that rate and provide an additional discount of 5%.<\\/p><p><strong>2. Seasonal Rates:<\\/strong><\\/p><p><br \\/>- Room rates may vary based on seasonal demand, special events, or holidays. Peak seasons typically include [list peak seasons or events].<br \\/>- Guests are encouraged to book in advance to secure the best available rates, especially during peak seasons.<\\/p><p>\\u00a0<\\/p><p><strong>3. Promotional Offers:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace offers various promotional offers and packages throughout the year, including discounts, complimentary upgrades, and special amenities.<br \\/>- Promotional offers may have specific terms and conditions, such as minimum stay requirements, blackout dates, or booking deadlines.<\\/p><p><strong>4. Dynamic Pricing:<\\/strong><\\/p><p><br \\/>- Room rates are subject to dynamic pricing based on factors such as demand, occupancy levels, and market conditions.<br \\/>- Rates may fluctuate daily or hourly, and the price displayed at the time of booking is the current rate for that specific date and time.<\\/p><p><strong>5. Taxes and Fees:<\\/strong><\\/p><p><br \\/>- Room rates are exclusive of taxes, service charges, and any additional fees unless otherwise stated.<br \\/>- Taxes and fees imposed by local authorities or government regulations will be added to the final bill and are subject to change without prior notice.<\\/p><p>\\u00a0<\\/p><p><strong>6. Payment Policies:<\\/strong><\\/p><p><br \\/>- Full payment is required at the time of booking for non-refundable reservations or promotional offers with pre-payment requirements.<br \\/>- For standard reservations, payment is due upon check-in, and guests may choose their preferred payment method, including credit\\/debit cards, cash, or electronic payment systems.<\\/p><p><strong>7. Price Matching:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace reserves the right to match rates found on third-party booking platforms for the same room type and dates, subject to verification and availability.<br \\/>- Price matching requests must be submitted within 24 hours of booking directly through the hotel\'s official website or reservations team.<\\/p><p>\\u00a0<\\/p><p><strong>Please note that this price policy is subject to change without prior notice. Guests are encouraged to review the price policy at the time of booking and contact the hotel directly for any inquiries or clarification regarding rates and pricing.<\\/strong><\\/p><p>\\u00a0<\\/p><p>Our Customer Service Specialists are ready to assist you simply call <a href=\\\"tel: +918263874278\\\"><span class=\\\"elementor-icon-list-text\\\">+91 8263874278<\\/span><\\/a>\\u00a024 hours a day.<\\/p>\",\"text_color\":\"#3A3A3A\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8899,1202,'_elementor_page_assets','a:0:{}'),(10937,1524,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1.jpeg'),(10938,1524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:795;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1.jpeg\";s:8:\"filesize\";i:55224;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12453;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2562;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-600x442.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28313;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-300x221.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10419;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-1024x754.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4655;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-768x565.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41284;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12453;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-600x442.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28313;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8918,1201,'_elementor_page_assets','a:0:{}'),(8925,1214,'_edit_lock','1751078182:2'),(8933,1214,'_elementor_edit_mode','builder'),(8934,1214,'_elementor_template_type','wp-page'),(8935,1214,'_elementor_version','3.23.4'),(8993,1214,'_wp_page_template','default'),(8994,1214,'_elementor_data','[{\"id\":\"76d8ff4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d443797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b348882\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.88,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0160\",\"right\":\"0\",\"bottom\":\"0126\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#72583A\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"1e4504f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"718037b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#D9D9D9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"13a444f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D9D9D9\",\"weight\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3671f2a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Term Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e93a479\",\"elType\":\"widget\",\"settings\":{\"title\":\"Term Conditions\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f248a56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"495777c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea2ded1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993300;\\\"><strong>Terms and Conditions<\\/strong><\\/span><\\/h3><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p><span style=\\\"color: #000000;\\\"><strong>1. Reservation and Payment Policies:<\\/strong><\\/span><\\/p><p><br \\/><span style=\\\"color: #000000;\\\">- Reservations can be made online through our website or by contacting our reservations team directly.<\\/span><br \\/><span style=\\\"color: #000000;\\\">- Payment is required at the time of booking. We accept UPI and cash payments.<\\/span><br \\/><span style=\\\"color: #000000;\\\">- A valid government-issued ID must be presented upon check-in.<\\/span><\\/p><p>\\u00a0<\\/p><p><strong>2. Check-in and Check-out:<\\/strong><\\/p><p><br \\/>- Check-in time is at 12:00 PM, and check-out is at 11:00 AM.<br \\/>- Early check-in and late check-out may be available upon request and are subject to availability. Additional charges may apply.<\\/p><p>\\u00a0<\\/p><p><strong>3. Cancellation Policy:<\\/strong><\\/p><p><br \\/>- Guests may cancel their reservation free of charge up to 48 hours before the scheduled check-in time.<br \\/>- Cancellations made within 48 hours of check-in or no-shows will be charged the first night\'s stay.<\\/p><p>\\u00a0<\\/p><p><strong>4. Occupancy and Extra Guests:<\\/strong><\\/p><p><br \\/>- Room rates are based on double occupancy. Additional guests may incur extra charges.<br \\/>- Maximum occupancy per room is according to the room you select.<\\/p><p>\\u00a0<\\/p><p><strong>5. Smoking and Pet Policies:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace is a non-smoking property. Smoking is prohibited in public areas.<br \\/>- Pets are not allowed at our hotel, with the exception of service animals.<\\/p><p>\\u00a0<\\/p><p><strong>6. Amenities and Services:<\\/strong><\\/p><p><br \\/>- Complimentary Wi-Fi is available throughout the hotel.<br \\/>- Breakfast is not included in all the room rate and served accordingly in our restaurant.<br \\/>- Room service is available for limited hours.<br \\/>- Parking is available on-site for guests, subject to availability.<\\/p><p>\\u00a0<\\/p><p><strong>7. Liability and Responsibility:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace is not liable for any loss, damage, or theft of personal belongings.<br \\/>- Guests are responsible for any damages caused to hotel property during their stay.<\\/p><p>\\u00a0<\\/p><p><strong>8. Privacy Policy:<\\/strong><\\/p><p><br \\/>- Hotel Dhruv Palace respects guest privacy and complies with all data protection laws. Guest information is collected and used solely for the purpose of providing hotel services.<\\/p><p>\\u00a0<\\/p><p><strong>9. Safety and Secur<\\/strong><strong>ity:<\\/strong><\\/p><p><br \\/>- Emergency procedures and evacuation plans are posted in each room and throughout the hotel.<br \\/>- Guests are expected to adhere to hotel rules and regulations to ensure a safe and secure environment for all guests and staff.<\\/p><p>\\u00a0<\\/p><p><strong>10. Special Requests:<\\/strong><\\/p><p><br \\/>- Guests with special requests, such as room preferences or dietary requirements, are encouraged to inform the hotel in advance. We will make every effort to accommodate these requests.<\\/p><p>\\u00a0<\\/p><p>Any Query or Questions about the Terms of Service should be sent to us at <a href=\\\"mailto:enquiry.hoteldhruvpalace@gmail.com\\\">enquiry.hoteldhruvpalace@gmail.com<\\/a><\\/p>\",\"text_color\":\"#3A3A3A\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(31164,1214,'_elementor_pro_version','3.23.3'),(9000,1214,'_elementor_page_assets','a:0:{}'),(34384,4485,'_wp_attached_file','2025/06/tue8wazfqwvaaudireoa-scaled.webp'),(34385,4485,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:40:\"2025/06/tue8wazfqwvaaudireoa-scaled.webp\";s:8:\"filesize\";i:150268;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8390;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"tue8wazfqwvaaudireoa-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28908;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"tue8wazfqwvaaudireoa-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68090;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"tue8wazfqwvaaudireoa-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107602;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9672;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"tue8wazfqwvaaudireoa-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2304;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"tue8wazfqwvaaudireoa.webp\";}'),(9088,1202,'_edit_last','2'),(34375,4480,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/wrpm4kxsz5j2jjelavf0-scaled.webp\";s:8:\"filesize\";i:141260;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7528;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"wrpm4kxsz5j2jjelavf0-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28472;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"wrpm4kxsz5j2jjelavf0-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73030;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105454;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11624;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20288;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"wrpm4kxsz5j2jjelavf0-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"wrpm4kxsz5j2jjelavf0.webp\";}'),(34376,4481,'_wp_attached_file','2025/06/wrpm4kxsz5j2jjelavf0-1-scaled.webp'),(34377,4481,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/wrpm4kxsz5j2jjelavf0-1-scaled.webp\";s:8:\"filesize\";i:141260;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7528;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"wrpm4kxsz5j2jjelavf0-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28472;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"wrpm4kxsz5j2jjelavf0-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73030;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"wrpm4kxsz5j2jjelavf0-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105454;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11624;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20288;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"wrpm4kxsz5j2jjelavf0-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"wrpm4kxsz5j2jjelavf0-1.webp\";}'),(9349,1269,'_menu_item_type','custom'),(9350,1269,'_menu_item_menu_item_parent','235'),(9351,1269,'_menu_item_object_id','1269'),(9352,1269,'_menu_item_object','custom'),(9353,1269,'_menu_item_target',''),(9354,1269,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9355,1269,'_menu_item_xfn',''),(9356,1269,'_menu_item_url','https://hoteldhruvpalace.com/near-by-places/'),(9362,250,'_wp_old_date','2022-03-04'),(9359,235,'_wp_old_date','2022-03-04'),(9361,452,'_wp_old_date','2022-03-04'),(10930,1083,'_product_image_gallery','853,754,1520'),(34378,4482,'_wp_attached_file','2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp'),(34379,4482,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp\";s:8:\"filesize\";i:98336;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5346;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"wbgsl2wnx5gs3bk6vq8e-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2772;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"wbgsl2wnx5gs3bk6vq8e-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51950;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"wbgsl2wnx5gs3bk6vq8e-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77210;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7340;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13802;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"wbgsl2wnx5gs3bk6vq8e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"wbgsl2wnx5gs3bk6vq8e.webp\";}'),(10928,1520,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1.jpeg'),(10929,1520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1.jpeg\";s:8:\"filesize\";i:61649;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8505;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2007;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18083;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6898;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27226;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74030;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8505;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18083;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.56-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2007;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10926,1519,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3.jpeg'),(10927,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3.jpeg\";s:8:\"filesize\";i:96337;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12259;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2517;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27097;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10122;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40448;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111006;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12259;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27097;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.53-PM-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2517;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10923,1079,'_redq_product_inventory','a:1:{i:0;s:4:\"1067\";}'),(10924,1079,'_regular_price','1600'),(10925,1079,'_product_image_gallery','1510'),(9671,1086,'_redq_product_inventory','a:1:{i:0;s:4:\"1073\";}'),(9672,1086,'_regular_price','2400'),(9727,1318,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg'),(9728,1318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:803;s:4:\"file\";s:53:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg\";s:8:\"filesize\";i:315481;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18111;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3351;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-600x446.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42245;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x223.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14888;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-1024x761.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95105;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6638;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-768x571.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63253;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18111;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-600x446.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42245;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.23-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3351;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9751,1323,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM.jpeg'),(9752,1323,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:53:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM.jpeg\";s:8:\"filesize\";i:111431;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13945;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2681;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35168;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4977;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54982;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13945;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35168;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9753,1324,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600.jpeg'),(9754,1324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:523;s:4:\"file\";s:68:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600.jpeg\";s:8:\"filesize\";i:49083;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:68:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15291;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:68:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2835;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:68:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-e1653113060600-600x448.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36722;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-300x224.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5429;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-768x574.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55846;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16575;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-600x448.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39573;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9755,1084,'_redq_product_inventory','a:1:{i:0;s:4:\"1072\";}'),(9756,1084,'_regular_price','3600'),(9757,1084,'_product_image_gallery','2013,2014'),(9791,1048,'_wp_page_template','default'),(9792,1048,'_elementor_data','[{\"id\":\"3c843a45\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]}},\"elements\":[{\"id\":\"6b9f80f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"445aea5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_cart]<!-- \\/wp:shortcode -->\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9799,1048,'_elementor_page_assets','a:0:{}'),(9826,1048,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}}}}'),(9828,1049,'_edit_lock','1646811403:1'),(9829,1049,'_elementor_edit_mode','builder'),(9830,1049,'_elementor_template_type','wp-page'),(9831,1049,'_elementor_version','3.5.6'),(9838,1049,'_wp_page_template','default'),(9839,1049,'_elementor_data','[{\"id\":\"24ae8fd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"153\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bed764\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"027108f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.88,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0160\",\"right\":\"0\",\"bottom\":\"0126\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#72583A\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]}},\"elements\":[{\"id\":\"a3b3b9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"84a4c24\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"text_color\":\"#D9D9D9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8aa53d5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D9D9D9\",\"weight\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"dcfe25a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Checkout\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ab3fc60\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1503068\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout\",\"header_size\":\"h1\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ad11f6f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6e45da8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"22dd6b53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9845,1049,'_elementor_page_assets','a:0:{}'),(9922,1049,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}}'),(12781,330,'_elementor_controls_usage','a:8:{s:7:\"mf-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:21:\"mf_input_label_status\";i:1;s:20:\"mf_input_placeholder\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:1:{s:13:\"input_section\";a:8:{s:16:\"mf_input_padding\";i:1;s:15:\"mf_input_margin\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:35:\"mf_input_box_shadow_box_shadow_type\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:5;}}}}s:8:\"mf-email\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:21:\"mf_input_label_status\";i:1;s:20:\"mf_input_placeholder\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:1:{s:13:\"input_section\";a:8:{s:16:\"mf_input_padding\";i:1;s:15:\"mf_input_margin\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:35:\"mf_input_box_shadow_box_shadow_type\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}}}s:9:\"mf-select\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:3:{s:21:\"mf_input_label_status\";i:1;s:20:\"mf_input_placeholder\";i:1;s:13:\"mf_input_list\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:1:{s:13:\"input_section\";a:8:{s:16:\"mf_input_padding\";i:1;s:15:\"mf_input_margin\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:35:\"mf_input_box_shadow_box_shadow_type\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}}}}s:7:\"mf-date\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:21:\"mf_input_label_status\";i:1;s:20:\"mf_input_placeholder\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:1:{s:13:\"input_section\";a:7:{s:16:\"mf_input_padding\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:35:\"mf_input_box_shadow_box_shadow_type\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}}}}s:11:\"mf-textarea\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:21:\"mf_input_label_status\";i:1;s:20:\"mf_input_placeholder\";i:1;}}s:5:\"style\";a:1:{s:13:\"input_section\";a:8:{s:24:\"mf_textarea_field_height\";i:1;s:16:\"mf_input_padding\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:35:\"mf_input_box_shadow_box_shadow_type\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"mf-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"mf_btn_section_content\";a:5:{s:11:\"mf_btn_text\";i:1;s:12:\"mf_btn_align\";i:1;s:11:\"mf_btn_icon\";i:1;s:19:\"mf_btn_align_tablet\";i:1;s:19:\"mf_btn_align_mobile\";i:1;}}s:5:\"style\";a:3:{s:20:\"mf_btn_section_style\";a:10:{s:19:\"mf_btn_text_padding\";i:1;s:28:\"mf_btn_typography_typography\";i:1;s:29:\"mf_btn_typography_font_family\";i:1;s:27:\"mf_btn_typography_font_size\";i:1;s:29:\"mf_btn_typography_font_weight\";i:1;s:32:\"mf_btn_typography_text_transform\";i:1;s:33:\"mf_btn_typography_text_decoration\";i:1;s:29:\"mf_btn_typography_line_height\";i:1;s:26:\"mf_btn_bg_color_background\";i:1;s:32:\"mf_btn_bg_hover_color_background\";i:1;}s:24:\"mf_btn_border_style_tabs\";a:1:{s:20:\"mf_btn_border_radius\";i:1;}s:23:\"mf_btn_box_shadow_style\";a:2:{s:39:\"mf_btn_box_shadow_group_box_shadow_type\";i:1;s:34:\"mf_btn_box_shadow_group_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),(10921,1518,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3.jpeg'),(10922,1518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3.jpeg\";s:8:\"filesize\";i:133475;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15232;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2815;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35737;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12885;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5489;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54079;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149740;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15232;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35737;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.58.51-PM-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10064,1047,'_edit_lock','1646813785:1'),(10065,1047,'_elementor_edit_mode','builder'),(10066,1047,'_elementor_template_type','wp-page'),(10067,1047,'_elementor_version','3.5.6'),(10920,1517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:747;s:4:\"file\";s:53:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM.jpeg\";s:8:\"filesize\";i:347340;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11867;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2387;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-600x448.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28509;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-300x224.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-768x574.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42422;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11867;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-600x448.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28509;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10919,1517,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM.jpeg'),(10198,1047,'_edit_last','1'),(10199,1047,'_wp_page_template','elementor_header_footer'),(10476,1047,'_elementor_data','[]'),(10482,1047,'_elementor_page_assets','a:0:{}'),(10917,1516,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1.jpeg'),(10918,1516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:797;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1.jpeg\";s:8:\"filesize\";i:66668;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13842;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2875;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-600x443.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32214;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-300x221.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11711;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-1024x756.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-768x567.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47975;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13842;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-600x443.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32214;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2875;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10875,1502,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1.jpeg'),(10876,1502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:993;s:6:\"height\";i:751;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1.jpeg\";s:8:\"filesize\";i:333371;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12133;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2512;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-600x454.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31984;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4571;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-768x581.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46628;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12133;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-600x454.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31984;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.53-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34374,4480,'_wp_attached_file','2025/06/wrpm4kxsz5j2jjelavf0-scaled.webp'),(34382,4484,'_wp_attached_file','2025/06/tvphlu0ddyvtmliiopsb-scaled.webp'),(34383,4484,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/tvphlu0ddyvtmliiopsb-scaled.webp\";s:8:\"filesize\";i:152088;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8964;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"tvphlu0ddyvtmliiopsb-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32132;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"tvphlu0ddyvtmliiopsb-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80780;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"tvphlu0ddyvtmliiopsb-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113728;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12354;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"tvphlu0ddyvtmliiopsb-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"tvphlu0ddyvtmliiopsb.webp\";}'),(10877,1503,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg'),(10878,1503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg\";s:8:\"filesize\";i:61467;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12924;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2543;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30066;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10763;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4692;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45122;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12924;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30066;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2543;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10879,1086,'_product_image_gallery','1512,851'),(10881,1504,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1.jpeg'),(10882,1504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1.jpeg\";s:8:\"filesize\";i:126499;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15450;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2891;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35325;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12743;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5583;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52936;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146166;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15450;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35325;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.14-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10883,1505,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2.jpeg'),(10884,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2.jpeg\";s:8:\"filesize\";i:134081;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2910;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36175;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13101;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54749;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151136;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36175;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10885,1506,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1.jpeg'),(10886,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1.jpeg\";s:8:\"filesize\";i:117305;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14526;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2757;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34046;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12257;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50431;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137485;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14526;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34046;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.13-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10887,1082,'_redq_product_inventory','a:1:{i:0;s:4:\"1070\";}'),(10888,1082,'_regular_price','3400'),(10889,1082,'_product_image_gallery','849'),(10890,1507,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg'),(10891,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:742;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg\";s:8:\"filesize\";i:373046;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12455;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2542;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-600x445.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33124;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-300x223.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-768x570.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49563;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12455;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-600x445.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33124;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10892,1508,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1.jpeg'),(10893,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:999;s:6:\"height\";i:729;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1.jpeg\";s:8:\"filesize\";i:329644;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11505;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-600x438.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27174;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-300x219.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-768x560.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40590;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11505;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-600x438.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27174;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.52.55-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10894,1509,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM.jpeg'),(10895,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:815;s:4:\"file\";s:53:\"2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM.jpeg\";s:8:\"filesize\";i:77949;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15254;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2735;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-600x453.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36486;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12688;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-1024x773.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-768x580.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54559;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15254;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-600x453.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36486;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.52.54-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2735;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10896,1510,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1.jpeg'),(10897,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:988;s:6:\"height\";i:746;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1.jpeg\";s:8:\"filesize\";i:311831;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11289;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2272;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-600x453.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28815;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-768x580.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42562;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11289;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-600x453.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28815;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10898,1053,'_product_image_gallery','1503,836'),(10899,1511,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1.jpeg'),(10900,1511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:57:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1.jpeg\";s:8:\"filesize\";i:134081;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2910;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36175;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13101;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54749;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151136;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36175;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10901,1512,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2.jpeg'),(10902,1512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:996;s:6:\"height\";i:749;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2.jpeg\";s:8:\"filesize\";i:348589;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14294;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2739;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-600x451.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32731;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-768x578.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48009;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14294;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-600x451.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32731;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.54.20-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10903,1513,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1.jpeg'),(10904,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:55:\"2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1.jpeg\";s:8:\"filesize\";i:104672;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13965;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2713;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31678;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11694;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5073;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46578;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123724;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13965;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31678;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2022-03-08-at-12.53.15-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10905,1514,'_wp_attached_file','2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM.jpeg'),(10906,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:792;s:4:\"file\";s:53:\"2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM.jpeg\";s:8:\"filesize\";i:315221;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11400;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2484;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-600x440.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29077;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-300x220.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11115;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-1024x751.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-768x563.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42690;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11400;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-600x440.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29077;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2022-03-08-at-12.58.49-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2484;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10907,1080,'_product_image_gallery','1513,1506,1504'),(34386,4486,'_wp_attached_file','2025/06/tcrcoakgdu3rqlx1oetk-scaled.webp'),(34387,4486,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/tcrcoakgdu3rqlx1oetk-scaled.webp\";s:8:\"filesize\";i:114286;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6672;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"tcrcoakgdu3rqlx1oetk-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24118;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"tcrcoakgdu3rqlx1oetk-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55112;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"tcrcoakgdu3rqlx1oetk-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85418;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10364;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17576;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"tcrcoakgdu3rqlx1oetk-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"tcrcoakgdu3rqlx1oetk.webp\";}'),(10980,1534,'_wp_attached_file','2022/03/gallery-deluxe-3-1-e1675136933697.jpg'),(10981,1534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:45:\"2022/03/gallery-deluxe-3-1-e1675136933697.jpg\";s:8:\"filesize\";i:115187;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18394;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3259;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33088;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10158;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"gallery-deluxe-3-1-e1675136933697-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5815;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136933697-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50901;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16714;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29662;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34360,4473,'_wp_attached_file','2025/06/o9kza7pdlzi5otznoikf-scaled.webp'),(10982,1535,'_wp_attached_file','2022/03/gallery-deluxe-3-2.jpg'),(10983,1535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:30:\"2022/03/gallery-deluxe-3-2.jpg\";s:8:\"filesize\";i:487182;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18241;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3255;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32774;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9356;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"gallery-deluxe-3-2-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42708;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18241;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32774;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10984,1536,'_wp_attached_file','2022/03/gallery-deluxe-4-1.jpg'),(10985,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:30:\"2022/03/gallery-deluxe-4-1.jpg\";s:8:\"filesize\";i:453228;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16297;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3180;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33365;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8931;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"gallery-deluxe-4-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40511;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16297;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33365;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34296,4441,'_wp_attached_file','2025/06/jmcopuuqab8soykxozi5-scaled.webp'),(34334,4460,'_wp_attached_file','2025/06/e0cioirhaexanp1c3e0t-scaled.webp'),(34335,4460,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2025/06/e0cioirhaexanp1c3e0t-scaled.webp\";s:8:\"filesize\";i:196058;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"e0cioirhaexanp1c3e0t-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8542;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"e0cioirhaexanp1c3e0t-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"e0cioirhaexanp1c3e0t-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4920;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"e0cioirhaexanp1c3e0t-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88858;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"e0cioirhaexanp1c3e0t-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101104;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"e0cioirhaexanp1c3e0t-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147382;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"e0cioirhaexanp1c3e0t-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14970;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"e0cioirhaexanp1c3e0t-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63164;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"e0cioirhaexanp1c3e0t-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2520;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"e0cioirhaexanp1c3e0t.webp\";}'),(34336,4461,'_wp_attached_file','2025/06/gv2otebrrodzgwqldud9-1-scaled.webp'),(34337,4461,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/gv2otebrrodzgwqldud9-1-scaled.webp\";s:8:\"filesize\";i:192394;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7972;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"gv2otebrrodzgwqldud9-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30680;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"gv2otebrrodzgwqldud9-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90592;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"gv2otebrrodzgwqldud9-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136072;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12064;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"gv2otebrrodzgwqldud9-1.webp\";}'),(34338,4462,'_wp_attached_file','2025/06/hpbw2qrsijowh6kh8wxg-1-scaled.webp'),(34339,4462,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/hpbw2qrsijowh6kh8wxg-1-scaled.webp\";s:8:\"filesize\";i:96764;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5872;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"hpbw2qrsijowh6kh8wxg-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3670;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19770;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"hpbw2qrsijowh6kh8wxg-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48988;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"hpbw2qrsijowh6kh8wxg-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71788;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9124;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14210;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"hpbw2qrsijowh6kh8wxg-1.webp\";}'),(34340,4463,'_wp_attached_file','2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp'),(34341,4463,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp\";s:8:\"filesize\";i:228174;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10806;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"jeft6dzvjkerbiexdzyy-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41264;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"jeft6dzvjkerbiexdzyy-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110676;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"jeft6dzvjkerbiexdzyy-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165012;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14838;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30046;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"jeft6dzvjkerbiexdzyy-1.webp\";}'),(34342,4464,'_wp_attached_file','2025/06/jmcopuuqab8soykxozi5-1-scaled.webp'),(34343,4464,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/jmcopuuqab8soykxozi5-1-scaled.webp\";s:8:\"filesize\";i:156254;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8628;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"jmcopuuqab8soykxozi5-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32384;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"jmcopuuqab8soykxozi5-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78426;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"jmcopuuqab8soykxozi5-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116548;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12046;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22878;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"jmcopuuqab8soykxozi5-1.webp\";}'),(34344,4465,'_wp_attached_file','2025/06/jpl2b6wdsbidxrktzaph-scaled.webp'),(34345,4465,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/jpl2b6wdsbidxrktzaph-scaled.webp\";s:8:\"filesize\";i:145856;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7682;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"jpl2b6wdsbidxrktzaph-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27610;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"jpl2b6wdsbidxrktzaph-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72756;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"jpl2b6wdsbidxrktzaph-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103612;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12816;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20128;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"jpl2b6wdsbidxrktzaph-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"jpl2b6wdsbidxrktzaph.webp\";}'),(34346,4466,'_wp_attached_file','2025/06/lbks03cyowjzg4dqvica-scaled.webp'),(34347,4466,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/lbks03cyowjzg4dqvica-scaled.webp\";s:8:\"filesize\";i:136654;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6772;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"lbks03cyowjzg4dqvica-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24200;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"lbks03cyowjzg4dqvica-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64016;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"lbks03cyowjzg4dqvica-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98008;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9348;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18194;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"lbks03cyowjzg4dqvica-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2036;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"lbks03cyowjzg4dqvica.webp\";}'),(34348,4467,'_wp_attached_file','2025/06/mbv1tw2exgergzntqlhc-scaled.webp'),(34349,4467,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/mbv1tw2exgergzntqlhc-scaled.webp\";s:8:\"filesize\";i:159628;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7980;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"mbv1tw2exgergzntqlhc-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27954;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"mbv1tw2exgergzntqlhc-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74104;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"mbv1tw2exgergzntqlhc-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113522;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9080;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19768;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"mbv1tw2exgergzntqlhc-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"mbv1tw2exgergzntqlhc.webp\";}'),(34350,4468,'_wp_attached_file','2025/06/msyqxswuboeoqoauzzcq-scaled.webp'),(34351,4468,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2025/06/msyqxswuboeoqoauzzcq-scaled.webp\";s:8:\"filesize\";i:217892;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"msyqxswuboeoqoauzzcq-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10102;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"msyqxswuboeoqoauzzcq-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"msyqxswuboeoqoauzzcq-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"msyqxswuboeoqoauzzcq-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98960;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"msyqxswuboeoqoauzzcq-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116604;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"msyqxswuboeoqoauzzcq-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166650;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"msyqxswuboeoqoauzzcq-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17704;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"msyqxswuboeoqoauzzcq-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69934;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"msyqxswuboeoqoauzzcq-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"msyqxswuboeoqoauzzcq.webp\";}'),(34352,4469,'_wp_attached_file','2025/06/nfdwdfxs19upsxkrenp4-scaled.webp'),(34353,4469,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/nfdwdfxs19upsxkrenp4-scaled.webp\";s:8:\"filesize\";i:141240;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7486;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"nfdwdfxs19upsxkrenp4-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"nfdwdfxs19upsxkrenp4-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68196;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"nfdwdfxs19upsxkrenp4-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102940;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10546;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18944;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"nfdwdfxs19upsxkrenp4-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"nfdwdfxs19upsxkrenp4.webp\";}'),(34354,4470,'_wp_attached_file','2025/06/ngwpy5roiy9ld3kuxirg-scaled.webp'),(34355,4470,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:40:\"2025/06/ngwpy5roiy9ld3kuxirg-scaled.webp\";s:8:\"filesize\";i:207282;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10050;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ngwpy5roiy9ld3kuxirg-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34938;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"ngwpy5roiy9ld3kuxirg-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97224;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"ngwpy5roiy9ld3kuxirg-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145794;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12870;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25292;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"ngwpy5roiy9ld3kuxirg-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2924;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"ngwpy5roiy9ld3kuxirg.webp\";}'),(34356,4471,'_wp_attached_file','2025/06/niqrq3wunxsrr9thcv3q-scaled.webp'),(34357,4471,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/niqrq3wunxsrr9thcv3q-scaled.webp\";s:8:\"filesize\";i:106048;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6920;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"niqrq3wunxsrr9thcv3q-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33398;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22706;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"niqrq3wunxsrr9thcv3q-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57020;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"niqrq3wunxsrr9thcv3q-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83578;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9596;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"niqrq3wunxsrr9thcv3q-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"niqrq3wunxsrr9thcv3q.webp\";}'),(11042,1554,'_wp_attached_file','2022/03/gallery-conference-1-1.jpg'),(11043,1554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:34:\"2022/03/gallery-conference-1-1.jpg\";s:8:\"filesize\";i:35913;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"gallery-conference-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9876;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2059;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19926;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4144;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"gallery-conference-1-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2283;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17103;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9876;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19926;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11044,1555,'_wp_attached_file','2022/03/gallery-conference-2-1.jpg'),(11045,1555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:34:\"2022/03/gallery-conference-2-1.jpg\";s:8:\"filesize\";i:36512;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"gallery-conference-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11595;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2220;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19654;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4043;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"gallery-conference-2-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17671;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11595;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19654;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11536,1555,'original-file','2022/03/gallery-conference-2-1-updraft-pre-smush-original.jpg'),(11537,1555,'smush-complete','1'),(11538,1555,'smush-info','The file was compressed from 472.95 KB to 35.68 KB saving 92.46 percent using WP-Optimize'),(11539,1555,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:484296;s:12:\"smushed-size\";i:36539;s:15:\"savings-percent\";d:92.46;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:484296;s:10:\"compressed\";i:36539;}s:6:\"medium\";a:2:{s:8:\"original\";i:7018;s:10:\"compressed\";i:4043;}s:5:\"large\";a:2:{s:8:\"original\";i:53978;s:10:\"compressed\";i:27826;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4448;s:10:\"compressed\";i:2525;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:32030;s:10:\"compressed\";i:17671;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:12668;s:10:\"compressed\";i:7513;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:20975;s:10:\"compressed\";i:12138;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2728;s:10:\"compressed\";i:1565;}}}'),(11540,1554,'original-file','2022/03/gallery-conference-1-1-updraft-pre-smush-original.jpg'),(11541,1554,'smush-complete','1'),(11542,1554,'smush-info','The file was compressed from 474.97 KB to 35.08 KB saving 92.62 percent using WP-Optimize'),(11543,1554,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:486366;s:12:\"smushed-size\";i:35917;s:15:\"savings-percent\";d:92.62;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:486366;s:10:\"compressed\";i:35917;}s:6:\"medium\";a:2:{s:8:\"original\";i:7308;s:10:\"compressed\";i:4148;}s:5:\"large\";a:2:{s:8:\"original\";i:53006;s:10:\"compressed\";i:26997;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4026;s:10:\"compressed\";i:2285;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:31554;s:10:\"compressed\";i:17103;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:10644;s:10:\"compressed\";i:6192;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:21073;s:10:\"compressed\";i:11909;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2515;s:10:\"compressed\";i:1400;}}}'),(11048,1557,'_wp_attached_file','2022/03/gallery-conference-3-2.jpg'),(11049,1557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:34:\"2022/03/gallery-conference-3-2.jpg\";s:8:\"filesize\";i:60777;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"gallery-conference-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3394;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31941;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6663;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"gallery-conference-3-2-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4021;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29054;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31941;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"gallery-conference-3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11050,1558,'_wp_attached_file','2022/03/gallery-premise-1-1.jpg'),(11051,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:31:\"2022/03/gallery-premise-1-1.jpg\";s:8:\"filesize\";i:63311;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"gallery-premise-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17538;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3083;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31599;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6401;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"gallery-premise-1-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29562;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17538;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31599;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11052,1559,'_wp_attached_file','2022/03/gallery-premise-2-1.jpg'),(11053,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:31:\"2022/03/gallery-premise-2-1.jpg\";s:8:\"filesize\";i:65876;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"gallery-premise-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16926;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32946;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6898;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"gallery-premise-2-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3887;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31086;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16926;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32946;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11054,1560,'_wp_attached_file','2022/03/gallery-premise-3-1.jpg'),(11055,1560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:31:\"2022/03/gallery-premise-3-1.jpg\";s:8:\"filesize\";i:70468;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"gallery-premise-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20131;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3595;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35221;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7321;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"gallery-premise-3-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4410;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33304;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20131;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35221;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11056,1561,'_wp_attached_file','2022/03/gallery-premise-4-1.jpg'),(11057,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:31:\"2022/03/gallery-premise-4-1.jpg\";s:8:\"filesize\";i:115530;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"gallery-premise-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26682;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3604;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49466;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8153;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"gallery-premise-4-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47879;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26682;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49466;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11058,1562,'_wp_attached_file','2022/03/gallery-premise-5-1.jpg'),(11059,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:31:\"2022/03/gallery-premise-5-1.jpg\";s:8:\"filesize\";i:70517;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"gallery-premise-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19115;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3630;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36877;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8018;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"gallery-premise-5-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52643;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4271;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33946;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19115;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36877;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:31:\"gallery-premise-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11458,1562,'original-file','2022/03/gallery-premise-5-1-updraft-pre-smush-original.jpg'),(11459,1562,'smush-complete','1'),(11460,1562,'smush-info','The file was compressed from 563.25 KB to 68.88 KB saving 87.77 percent using WP-Optimize'),(11461,1562,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:576773;s:12:\"smushed-size\";i:70528;s:15:\"savings-percent\";d:87.77;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:576773;s:10:\"compressed\";i:70528;}s:6:\"medium\";a:2:{s:8:\"original\";i:13647;s:10:\"compressed\";i:8197;}s:5:\"large\";a:2:{s:8:\"original\";i:91188;s:10:\"compressed\";i:52650;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7297;s:10:\"compressed\";i:4273;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58195;s:10:\"compressed\";i:33956;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:20942;s:10:\"compressed\";i:12418;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:40134;s:10:\"compressed\";i:23568;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4293;s:10:\"compressed\";i:2503;}}}'),(11462,1561,'original-file','2022/03/gallery-premise-4-1-updraft-pre-smush-original.jpg'),(11463,1561,'smush-complete','1'),(11464,1561,'smush-info','The file was compressed from 835.84 KB to 112.85 KB saving 86.5 percent using WP-Optimize'),(11465,1561,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:855902;s:12:\"smushed-size\";i:115556;s:15:\"savings-percent\";d:86.5;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:855902;s:10:\"compressed\";i:115556;}s:6:\"medium\";a:2:{s:8:\"original\";i:15481;s:10:\"compressed\";i:8249;}s:5:\"large\";a:2:{s:8:\"original\";i:140657;s:10:\"compressed\";i:80068;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8690;s:10:\"compressed\";i:4564;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:87235;s:10:\"compressed\";i:47900;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:31227;s:10:\"compressed\";i:16582;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:56872;s:10:\"compressed\";i:30578;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4367;s:10:\"compressed\";i:2294;}}}'),(11470,1611,'_order_key','wc_order_j1Ty7GNnL8rFC'),(11471,1611,'_customer_user','1'),(11472,1611,'_payment_method','cod'),(11473,1611,'_payment_method_title','Cash on delivery'),(11474,1611,'_customer_ip_address','117.99.110.227'),(11475,1611,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(11476,1611,'_created_via','checkout'),(11477,1611,'_cart_hash','bda211c3652883de9360c93fdd26668d'),(11478,1611,'_billing_first_name','Bhavesh'),(11479,1611,'_billing_last_name','Patel'),(11480,1611,'_billing_company','Customize Theme'),(11481,1611,'_billing_address_1','E-2101 Central Bazzar'),(11482,1611,'_billing_address_2','Varachha'),(11483,1611,'_billing_city','Surat'),(11484,1611,'_billing_state','GJ'),(11485,1611,'_billing_postcode','395006'),(11486,1611,'_billing_country','IN'),(11487,1611,'_billing_email','konigin188@gmail.com'),(11488,1611,'_billing_phone','08905434034'),(11489,1611,'_order_currency','INR'),(11490,1611,'_cart_discount','0'),(11491,1611,'_cart_discount_tax','0'),(11492,1611,'_order_shipping','0'),(11493,1611,'_order_shipping_tax','0'),(11494,1611,'_order_tax','0'),(11495,1611,'_order_total','9600.00'),(11496,1611,'_order_version','6.3.0'),(11497,1611,'_prices_include_tax','no'),(11498,1611,'_billing_address_index','Bhavesh Patel Customize Theme E-2101 Central Bazzar Varachha Surat GJ 395006 IN konigin188@gmail.com 08905434034'),(11499,1611,'_shipping_address_index',' '),(11500,1611,'is_vat_exempt','no'),(11501,1611,'order_item_25_inventory_ref','1073'),(11502,1611,'order_item_26_inventory_ref','1073'),(11503,1611,'order_item_27_inventory_ref','1073'),(11504,1611,'_download_permissions_granted','yes'),(11505,1611,'_recorded_sales','yes'),(11506,1611,'_recorded_coupon_usage_counts','yes'),(11507,1611,'_order_stock_reduced','yes'),(11508,1611,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:136:\"A4, Upal Tower, Opp. Umiya Dham Temple, Varachha, Surat - 395008\r\n\r\n\r\n<b>Email : </b>konigin94@gmail.com\r\n<b>Phone : </b>+91 90549 06670\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(11509,1611,'_wcpdf_invoice_date','1646889955'),(11510,1611,'_wcpdf_invoice_date_formatted','2022-03-10 05:25:55'),(11511,1611,'_wcpdf_invoice_number','14'),(11512,1611,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:14;s:16:\"formatted_number\";s:2:\"14\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:1611;s:7:\"padding\";s:0:\"\";}'),(11513,1611,'_new_order_email_sent','true'),(11516,1560,'original-file','2022/03/gallery-premise-3-1-updraft-pre-smush-original.jpg'),(11517,1560,'smush-complete','1'),(11518,1560,'smush-info','The file was compressed from 551.56 KB to 68.83 KB saving 87.52 percent using WP-Optimize'),(11519,1560,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:564798;s:12:\"smushed-size\";i:70484;s:15:\"savings-percent\";d:87.52;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:564798;s:10:\"compressed\";i:70484;}s:6:\"medium\";a:2:{s:8:\"original\";i:12704;s:10:\"compressed\";i:7412;}s:5:\"large\";a:2:{s:8:\"original\";i:87199;s:10:\"compressed\";i:52015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7614;s:10:\"compressed\";i:4413;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:56572;s:10:\"compressed\";i:33310;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:22334;s:10:\"compressed\";i:13119;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:38730;s:10:\"compressed\";i:22597;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4273;s:10:\"compressed\";i:2473;}}}'),(11522,1559,'original-file','2022/03/gallery-premise-2-1-updraft-pre-smush-original.jpg'),(11523,1559,'smush-complete','1'),(11524,1559,'smush-info','The file was compressed from 517.79 KB to 64.33 KB saving 87.58 percent using WP-Optimize'),(11525,1559,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:530221;s:12:\"smushed-size\";i:65876;s:15:\"savings-percent\";d:87.58;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:530221;s:10:\"compressed\";i:65876;}s:6:\"medium\";a:2:{s:8:\"original\";i:11927;s:10:\"compressed\";i:7010;}s:5:\"large\";a:2:{s:8:\"original\";i:82245;s:10:\"compressed\";i:48698;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6608;s:10:\"compressed\";i:3889;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:53332;s:10:\"compressed\";i:31096;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:18513;s:10:\"compressed\";i:11014;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:36468;s:10:\"compressed\";i:21084;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3884;s:10:\"compressed\";i:2257;}}}'),(11526,1558,'original-file','2022/03/gallery-premise-1-1-updraft-pre-smush-original.jpg'),(11527,1558,'smush-complete','1'),(11528,1558,'smush-info','The file was compressed from 514.54 KB to 61.83 KB saving 87.98 percent using WP-Optimize'),(11529,1558,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:526888;s:12:\"smushed-size\";i:63311;s:15:\"savings-percent\";d:87.98;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526888;s:10:\"compressed\";i:63311;}s:6:\"medium\";a:2:{s:8:\"original\";i:11219;s:10:\"compressed\";i:6510;}s:5:\"large\";a:2:{s:8:\"original\";i:79180;s:10:\"compressed\";i:46608;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6473;s:10:\"compressed\";i:3709;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:51145;s:10:\"compressed\";i:29566;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19390;s:10:\"compressed\";i:11347;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34776;s:10:\"compressed\";i:19947;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3720;s:10:\"compressed\";i:2118;}}}'),(11530,1557,'original-file','2022/03/gallery-conference-3-2-updraft-pre-smush-original.jpg'),(11531,1557,'smush-complete','1'),(11532,1557,'smush-info','The file was compressed from 514.10 KB to 59.37 KB saving 88.45 percent using WP-Optimize'),(11533,1557,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:526434;s:12:\"smushed-size\";i:60795;s:15:\"savings-percent\";d:88.45;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526434;s:10:\"compressed\";i:60795;}s:6:\"medium\";a:2:{s:8:\"original\";i:11513;s:10:\"compressed\";i:6910;}s:5:\"large\";a:2:{s:8:\"original\";i:79041;s:10:\"compressed\";i:44894;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6913;s:10:\"compressed\";i:4023;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:50198;s:10:\"compressed\";i:29055;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19092;s:10:\"compressed\";i:11318;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34171;s:10:\"compressed\";i:20071;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4018;s:10:\"compressed\";i:2312;}}}'),(11712,1145,'_elementor_pro_version','3.5.1'),(12103,1692,'_edit_lock','1656046470:2'),(12104,1692,'ekit_post_views_count','113'),(12069,1688,'_wp_page_template','elementor_canvas'),(12070,1688,'metform_form__form_setting','a:117:{s:10:\"form_title\";s:21:\"New Form # 1646996019\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:0:\"\";s:26:\"hide_form_after_submission\";s:0:\"\";s:11:\"redirect_to\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:17:\"failed_cancel_url\";s:0:\"\";s:13:\"require_login\";s:0:\"\";s:26:\"limit_total_entries_status\";s:0:\"\";s:19:\"limit_total_entries\";s:0:\"\";s:11:\"count_views\";s:0:\"\";s:26:\"mf_stop_vertical_scrolling\";s:0:\"\";s:19:\"multiple_submission\";s:0:\"\";s:16:\"enable_recaptcha\";s:0:\"\";s:25:\"capture_user_browser_data\";s:0:\"\";s:24:\"enable_user_notification\";s:0:\"\";s:18:\"user_email_subject\";s:0:\"\";s:15:\"user_email_from\";s:0:\"\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:33:\"user_email_attach_submission_copy\";s:0:\"\";s:25:\"enable_admin_notification\";s:0:\"\";s:19:\"admin_email_subject\";s:0:\"\";s:16:\"admin_email_from\";s:0:\"\";s:14:\"admin_email_to\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:34:\"admin_email_attach_submission_copy\";s:0:\"\";s:13:\"mf_mail_chimp\";s:0:\"\";s:15:\"mf_get_response\";s:0:\"\";s:22:\"mf_get_reponse_api_key\";s:0:\"\";s:23:\"mf_get_response_list_id\";s:0:\"\";s:11:\"mf_automizy\";s:0:\"\";s:21:\"mf_automizy_api_token\";s:0:\"\";s:19:\"mf_automizy_list_id\";s:0:\"\";s:11:\"mf_rest_api\";s:0:\"\";s:15:\"mf_rest_api_url\";s:0:\"\";s:18:\"mf_rest_api_method\";s:0:\"\";s:20:\"mf_mailchimp_api_key\";s:0:\"\";s:26:\"mf_active_campaign_api_key\";s:0:\"\";s:22:\"mf_active_campaign_url\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:9:\"mf_zapier\";s:0:\"\";s:17:\"mf_zapier_webhook\";s:0:\"\";s:8:\"mf_slack\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";s:9:\"mf_fluent\";s:0:\"\";s:17:\"mf_fluent_webhook\";s:0:\"\";s:17:\"mf_thank_you_page\";s:0:\"\";s:9:\"mf_paypal\";s:0:\"\";s:15:\"mf_paypal_email\";s:0:\"\";s:15:\"mf_paypal_token\";s:0:\"\";s:17:\"mf_paypal_sandbox\";s:0:\"\";s:9:\"mf_stripe\";s:0:\"\";s:19:\"mf_stripe_image_url\";s:0:\"\";s:31:\"mf_stripe_live_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_live_secret_key\";s:0:\"\";s:17:\"mf_stripe_sandbox\";s:0:\"\";s:31:\"mf_stripe_test_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_test_secret_key\";s:0:\"\";s:21:\"mf_google_map_api_key\";s:0:\"\";s:12:\"mf_recaptcha\";s:0:\"\";s:20:\"mf_recaptcha_version\";s:0:\"\";s:21:\"mf_recaptcha_site_key\";s:0:\"\";s:23:\"mf_recaptcha_secret_key\";s:0:\"\";s:24:\"mf_recaptcha_site_key_v3\";s:0:\"\";s:26:\"mf_recaptcha_secret_key_v3\";s:0:\"\";s:14:\"mf_convert_kit\";s:0:\"\";s:15:\"mf_ckit_list_id\";s:0:\"\";s:15:\"mf_ckit_api_key\";s:0:\"\";s:15:\"mf_ckit_sec_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_sec\";s:0:\"\";s:14:\"mf_mail_aweber\";s:0:\"\";s:17:\"mf_aweber_list_id\";s:0:\"\";s:18:\"mf_active_campaign\";s:0:\"\";s:26:\"mf_active_campaign_list_id\";s:0:\"\";s:25:\"mf_active_campaign_tag_id\";s:0:\"\";s:12:\"mf_mail_poet\";s:0:\"\";s:20:\"mf_mail_poet_list_id\";s:0:\"\";s:10:\"mf_hubspot\";s:0:\"\";s:16:\"mf_hubspot_forms\";s:0:\"\";s:16:\"mf_hubsopt_token\";s:0:\"\";s:20:\"mf_hubspot_form_guid\";s:0:\"\";s:24:\"mf_hubspot_form_portalId\";s:0:\"\";s:7:\"mf_zoho\";s:0:\"\";s:13:\"mf_zoho_token\";s:0:\"\";s:15:\"mf_registration\";s:0:\"\";s:8:\"mf_login\";s:0:\"\";s:15:\"mf_form_to_post\";s:0:\"\";s:11:\"mf_mailster\";s:0:\"\";s:19:\"mf_mailster_list_id\";s:0:\"\";s:18:\"mf_mailster_fields\";s:0:\"\";s:28:\"mf_post_submission_post_type\";s:0:\"\";s:24:\"mf_post_submission_title\";s:0:\"\";s:26:\"mf_post_submission_content\";s:0:\"\";s:25:\"mf_post_submission_author\";s:0:\"\";s:33:\"mf_post_submission_featured_image\";s:0:\"\";s:12:\"mf_helpscout\";s:0:\"\";s:19:\"mf_helpscout_app_id\";s:0:\"\";s:23:\"mf_helpscout_app_secret\";s:0:\"\";s:18:\"mf_helpscout_token\";s:0:\"\";s:20:\"mf_helpscout_mailbox\";s:0:\"\";s:33:\"mf_helpscout_conversation_subject\";s:0:\"\";s:40:\"mf_helpscout_conversation_customer_email\";s:0:\"\";s:45:\"mf_helpscout_conversation_customer_first_name\";s:0:\"\";s:44:\"mf_helpscout_conversation_customer_last_name\";s:0:\"\";s:42:\"mf_helpscout_conversation_customer_message\";s:0:\"\";s:15:\"mf_google_sheet\";s:0:\"\";s:25:\"mf_google_sheet_client_id\";s:0:\"\";s:29:\"mf_google_sheet_client_secret\";s:0:\"\";s:25:\"email_verification_enable\";s:0:\"\";s:32:\"email_verification_email_subject\";s:0:\"\";s:35:\"email_verification_confirm_redirect\";s:0:\"\";s:26:\"email_verification_heading\";s:0:\"\";s:28:\"email_verification_paragraph\";s:0:\"\";}'),(12071,1688,'_elementor_edit_mode','builder'),(12072,1688,'_metform_cloned_id','template-1'),(12073,1688,'_elementor_data','[{\"id\":\"8a37600\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":30,\"vertical\":30,\"blur\":80,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"27aeaa5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a13b704\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"422e4bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1689e531\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\"},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"553e86e1\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7288dc94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"723d4805\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-number\",\"mf_input_placeholder\":\"Phone no\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"mf_input_validation_type\":\"by_character_length\"},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true},{\"id\":\"6b9dddc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"500dd3e\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Email Address\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"\",\"mf_input_help_text\":\"Example: user@website.com\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19225d1f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"4bbdd954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4462219f\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"\",\"mf_input_required\":\"yes\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"a7b2dab\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_recaptcha_type\":\"recaptcha-v2\",\"mf_input_label\":\"reCAPTCHA\",\"mf_input_placeholder\":\"reCAPTCHA\"},\"elements\":[],\"widgetType\":\"mf-recaptcha\"},{\"id\":\"403ee486\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send Message\",\"mf_btn_align\":\"left\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Helvetica\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_color_color\":\"#4285f4\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":7,\"blur\":15,\"spread\":0,\"color\":\"rgba(66,133,244,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[]},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(12074,1688,'_edit_lock','1646996318:1'),(12075,1688,'ekit_post_views_count','86'),(12092,1688,'_elementor_page_assets','a:0:{}'),(12093,1688,'_elementor_template_type','wp-post'),(12094,1688,'_elementor_version','3.5.6'),(12095,1688,'_elementor_pro_version','3.6.3'),(12096,1688,'_elementor_controls_usage','a:7:{s:7:\"mf-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:4:{s:14:\"mf_input_label\";i:1;s:13:\"mf_input_name\";i:1;s:20:\"mf_input_placeholder\";i:1;s:21:\"mf_input_label_status\";i:1;}s:16:\"settings_section\";a:2:{s:19:\"mf_input_min_length\";i:1;s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:36:\"mf_input_label_typography_typography\";i:1;s:37:\"mf_input_label_typography_font_family\";i:1;s:35:\"mf_input_label_typography_font_size\";i:1;s:37:\"mf_input_label_typography_font_weight\";i:1;s:37:\"mf_input_label_typography_line_height\";i:1;s:20:\"mf_input_label_color\";i:1;s:21:\"mf_input_label_margin\";i:1;s:33:\"mf_input_required_indicator_color\";i:1;}s:13:\"input_section\";a:12:{s:16:\"mf_input_padding\";i:1;s:14:\"mf_input_color\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:29:\"mf_input_typgraphy_typography\";i:1;s:30:\"mf_input_typgraphy_font_family\";i:1;s:28:\"mf_input_typgraphy_font_size\";i:1;s:30:\"mf_input_typgraphy_font_weight\";i:1;s:30:\"mf_input_typgraphy_line_height\";i:1;s:22:\"mf_input_border_radius\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}s:19:\"placeholder_section\";a:4:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;s:26:\"mf_input_placeholder_color\";i:1;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:1;s:41:\"mf_input_help_text_typography_font_family\";i:1;s:39:\"mf_input_help_text_typography_font_size\";i:1;s:41:\"mf_input_help_text_typography_font_weight\";i:1;s:40:\"mf_input_help_text_typography_font_style\";i:1;s:41:\"mf_input_help_text_typography_line_height\";i:1;s:26:\"mf_input_help_text_padding\";i:1;s:24:\"mf_input_help_text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:8:\"mf-email\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:5:{s:14:\"mf_input_label\";i:2;s:13:\"mf_input_name\";i:1;s:20:\"mf_input_placeholder\";i:2;s:21:\"mf_input_label_status\";i:1;s:18:\"mf_input_help_text\";i:1;}s:16:\"settings_section\";a:2:{s:17:\"mf_input_required\";i:2;s:24:\"mf_input_validation_type\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:20:\"mf_input_label_color\";i:2;s:36:\"mf_input_label_typography_typography\";i:2;s:37:\"mf_input_label_typography_font_family\";i:2;s:35:\"mf_input_label_typography_font_size\";i:2;s:37:\"mf_input_label_typography_font_weight\";i:2;s:37:\"mf_input_label_typography_line_height\";i:2;s:21:\"mf_input_label_margin\";i:2;s:33:\"mf_input_required_indicator_color\";i:2;}s:13:\"input_section\";a:12:{s:16:\"mf_input_padding\";i:2;s:14:\"mf_input_color\";i:2;s:22:\"mf_input_border_border\";i:2;s:21:\"mf_input_border_width\";i:2;s:21:\"mf_input_border_color\";i:2;s:29:\"mf_input_typgraphy_typography\";i:2;s:30:\"mf_input_typgraphy_font_family\";i:2;s:28:\"mf_input_typgraphy_font_size\";i:2;s:30:\"mf_input_typgraphy_font_weight\";i:2;s:30:\"mf_input_typgraphy_line_height\";i:2;s:22:\"mf_input_border_radius\";i:2;s:30:\"mf_input_box_shadow_box_shadow\";i:2;}s:19:\"placeholder_section\";a:4:{s:43:\"mf_input_place_holder_typography_typography\";i:2;s:44:\"mf_input_place_holder_typography_font_family\";i:2;s:44:\"mf_input_place_holder_typography_font_weight\";i:2;s:26:\"mf_input_placeholder_color\";i:2;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:2;s:41:\"mf_input_help_text_typography_font_family\";i:2;s:39:\"mf_input_help_text_typography_font_size\";i:2;s:41:\"mf_input_help_text_typography_font_weight\";i:2;s:40:\"mf_input_help_text_typography_font_style\";i:2;s:41:\"mf_input_help_text_typography_line_height\";i:2;s:26:\"mf_input_help_text_padding\";i:2;s:24:\"mf_input_help_text_color\";i:2;}}}}s:11:\"mf-textarea\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:3:{s:14:\"mf_input_label\";i:1;s:13:\"mf_input_name\";i:1;s:20:\"mf_input_placeholder\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:20:\"mf_input_label_color\";i:1;s:36:\"mf_input_label_typography_typography\";i:1;s:37:\"mf_input_label_typography_font_family\";i:1;s:35:\"mf_input_label_typography_font_size\";i:1;s:37:\"mf_input_label_typography_font_weight\";i:1;s:37:\"mf_input_label_typography_line_height\";i:1;s:21:\"mf_input_label_margin\";i:1;s:33:\"mf_input_required_indicator_color\";i:1;}s:13:\"input_section\";a:13:{s:16:\"mf_input_padding\";i:1;s:14:\"mf_input_color\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:21:\"mf_input_border_color\";i:1;s:29:\"mf_input_typgraphy_typography\";i:1;s:30:\"mf_input_typgraphy_font_family\";i:1;s:28:\"mf_input_typgraphy_font_size\";i:1;s:30:\"mf_input_typgraphy_font_weight\";i:1;s:30:\"mf_input_typgraphy_line_height\";i:1;s:22:\"mf_input_border_radius\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;s:24:\"mf_textarea_field_height\";i:1;}s:19:\"placeholder_section\";a:4:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;s:26:\"mf_input_placeholder_color\";i:1;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:1;s:41:\"mf_input_help_text_typography_font_family\";i:1;s:39:\"mf_input_help_text_typography_font_size\";i:1;s:41:\"mf_input_help_text_typography_font_weight\";i:1;s:40:\"mf_input_help_text_typography_font_style\";i:1;s:41:\"mf_input_help_text_typography_line_height\";i:1;s:26:\"mf_input_help_text_padding\";i:1;s:24:\"mf_input_help_text_color\";i:1;}}}}s:12:\"mf-recaptcha\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"mf-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"mf_btn_section_content\";a:2:{s:11:\"mf_btn_text\";i:1;s:12:\"mf_btn_align\";i:1;}}s:5:\"style\";a:2:{s:20:\"mf_btn_section_style\";a:8:{s:19:\"mf_btn_text_padding\";i:1;s:28:\"mf_btn_typography_typography\";i:1;s:29:\"mf_btn_typography_font_family\";i:1;s:27:\"mf_btn_typography_font_size\";i:1;s:29:\"mf_btn_typography_font_weight\";i:1;s:29:\"mf_btn_typography_line_height\";i:1;s:26:\"mf_btn_bg_color_background\";i:1;s:21:\"mf_btn_bg_color_color\";i:1;}s:23:\"mf_btn_box_shadow_style\";a:2:{s:39:\"mf_btn_box_shadow_group_box_shadow_type\";i:1;s:34:\"mf_btn_box_shadow_group_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(12098,1692,'_wp_page_template','elementor_canvas'),(12099,1692,'metform_form__form_setting','a:18:{s:10:\"form_title\";s:12:\"Contact Form\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:15:\"Entry # [mf_id]\";s:11:\"redirect_to\";s:0:\"\";s:24:\"enable_user_notification\";s:1:\"1\";s:18:\"user_email_subject\";s:19:\"mapapi188@gmail.com\";s:15:\"user_email_from\";s:19:\"mapapi188@gmail.com\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:25:\"enable_admin_notification\";s:1:\"1\";s:19:\"admin_email_subject\";s:0:\"\";s:14:\"admin_email_to\";s:19:\"mapapi188@gmail.com\";s:16:\"admin_email_from\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";}'),(12100,1692,'_elementor_edit_mode','builder'),(12101,1692,'_metform_cloned_id','template-1'),(12102,1692,'_elementor_data','[{\"id\":\"8a37600\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":30,\"vertical\":30,\"blur\":80,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"15\",\"left\":\"32\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3a98efc\"}},\"elements\":[{\"id\":\"27aeaa5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a13b704\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"422e4bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1689e531\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"First Name\",\"mf_input_name\":\"mf-name\",\"mf_input_placeholder\":\"Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_color\":\"#101010\",\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Jost\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"__globals__\":{\"mf_input_border_color\":\"globals\\/colors?id=2198600\",\"mf_input_background_color\":\"\"},\"mf_input_background_background\":\"classic\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"553e86e1\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7288dc94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5038085\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"mf_input_border_color\":\"globals\\/colors?id=2198600\",\"mf_input_background_color\":\"\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Jost\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_place_holder_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true},{\"id\":\"6b9dddc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"928b874\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Telephone\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Telephone\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Jost\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_color\":\"#555555\",\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_input_border_color\":\"globals\\/colors?id=2198600\",\"mf_input_background_color\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19225d1f\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\"},\"elements\":[{\"id\":\"4bbdd954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4462219f\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Comments \\/ Questions\",\"mf_input_name\":\"mf-message\",\"mf_input_placeholder\":\"Message\",\"mf_input_required\":\"\",\"mf_input_label_color\":\"#101010\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"#101010\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Jost\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_help_text_color\":\"#555555\",\"mf_input_label_status\":\"\",\"__globals__\":{\"mf_input_border_color\":\"globals\\/colors?id=2198600\",\"mf_input_background_color\":\"\"},\"mf_input_background_background\":\"classic\",\"mf_input_place_holder_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"403ee486\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Submit\",\"mf_btn_align\":\"left\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"60\",\"bottom\":\"15\",\"left\":\"60\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Jost\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":7,\"blur\":15,\"spread\":0,\"color\":\"rgba(68.25, 0, 1.780434782608655, 0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_hidden_input\":[],\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=primary\"},\"mf_btn_icon\":{\"value\":\"icon icon-edit1\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(12112,1692,'_elementor_page_assets','a:0:{}'),(12113,1692,'_elementor_template_type','wp-post'),(12114,1692,'_elementor_version','3.6.2'),(12115,1692,'_elementor_pro_version','3.5.1'),(12242,1692,'metform_form__form_total_entries','1'),(12440,1731,'_edit_lock','1646999589:1'),(12427,1731,'mf_page_id','244'),(12428,1731,'metform_entries__form_id','1692'),(12429,1731,'metform_entries__form_data','a:4:{s:7:\"mf-name\";s:4:\"test\";s:8:\"mf-email\";s:16:\"abc123@gmail.com\";s:12:\"mf-telephone\";s:9:\"159263487\";s:10:\"mf-message\";s:10:\"qwertyuiop\";}'),(12430,1731,'metform_entries__file_upload',NULL),(12666,452,'_wp_old_date','2022-03-08'),(12667,1269,'_wp_old_date','2022-03-08'),(12668,250,'_wp_old_date','2022-03-08'),(19694,2675,'_edit_last','2'),(12664,235,'_wp_old_date','2022-03-08'),(12630,1758,'_wp_attached_file','2022/03/sitelogo.png'),(12631,1758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:516;s:6:\"height\";i:516;s:4:\"file\";s:20:\"2022/03/sitelogo.png\";s:8:\"filesize\";i:58758;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27501;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"sitelogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5777;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"sitelogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13832;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27501;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"sitelogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5777;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12632,1759,'_wp_attached_file','2022/03/cropped-sitelogo.png'),(12633,1759,'_wp_attachment_context','site-icon'),(12634,1759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2022/03/cropped-sitelogo.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"cropped-sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;s:8:\"filesize\";i:51468;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7279;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51468;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7279;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43811;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17832;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:28:\"cropped-sitelogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20927;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:26:\"cropped-sitelogo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:8:\"filesize\";i:75053;}'),(12638,7,'ekit_post_views_count','19'),(12748,211,'_edit_last','2'),(12780,1611,'_edit_lock','1655276601:2'),(19693,2675,'_edit_lock','1751277486:2'),(13472,235,'_wp_old_date','2022-03-13'),(13474,1269,'_wp_old_date','2022-03-13'),(13476,452,'_wp_old_date','2022-03-13'),(13477,250,'_wp_old_date','2022-03-13'),(14315,1980,'_edit_lock','1719823981:2'),(14316,1980,'_edit_last','2'),(14317,1980,'_wp_page_template','default'),(14318,1980,'tfhf_template_type',''),(14319,1980,'tfhf_template_include_locations','a:0:{}'),(14320,1980,'tfhf_template_exclude_locations','a:0:{}'),(14321,1980,'ekit_post_views_count','9'),(14527,2013,'_wp_attached_file','2022/03/ACCOMODATION2.jpg'),(14528,2013,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2022/03/ACCOMODATION2.jpg\";s:8:\"filesize\";i:57357;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"ACCOMODATION2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18294;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3236;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39648;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5123;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18294;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39648;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14529,2014,'_wp_attached_file','2022/03/ACCOMODATION1.jpg'),(14530,2014,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2022/03/ACCOMODATION1.jpg\";s:8:\"filesize\";i:73203;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"ACCOMODATION1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22650;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3553;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50250;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5953;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22650;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50250;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"ACCOMODATION1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14531,2016,'_wp_attached_file','2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg'),(14532,2016,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\";s:8:\"filesize\";i:99282;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3221;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5842;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:38:\"TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3221;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14533,2017,'_wp_attached_file','2022/03/GURUKUL-SWAMI-SAMARTH.jpg'),(14534,2017,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2022/03/GURUKUL-SWAMI-SAMARTH.jpg\";s:8:\"filesize\";i:103637;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24519;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7453;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24519;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:33:\"GURUKUL-SWAMI-SAMARTH-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14662,2034,'_wp_attached_file','2022/03/PANCHAWATI-1.jpg'),(14663,2034,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2022/03/PANCHAWATI-1.jpg\";s:8:\"filesize\";i:153183;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"PANCHAWATI-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16820;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"PANCHAWATI-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2919;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"PANCHAWATI-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"PANCHAWATI-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4821;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"PANCHAWATI-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16820;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"PANCHAWATI-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14686,2038,'_wp_attached_file','2022/03/MUKTIDHAM-1.jpg');
INSERT INTO `wpf4_postmeta` VALUES (14687,2038,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2022/03/MUKTIDHAM-1.jpg\";s:8:\"filesize\";i:121668;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"MUKTIDHAM-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18096;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"MUKTIDHAM-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3411;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"MUKTIDHAM-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"MUKTIDHAM-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5353;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"MUKTIDHAM-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18096;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:23:\"MUKTIDHAM-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3411;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14688,2039,'_wp_attached_file','2022/03/BRAHMAGIRI-700-STOPS.jpg'),(14689,2039,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2022/03/BRAHMAGIRI-700-STOPS.jpg\";s:8:\"filesize\";i:125005;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13449;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2200;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3428;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13449;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"BRAHMAGIRI-700-STOPS-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14690,2040,'_wp_attached_file','2022/03/GANGA-DWAR.jpg'),(14691,2040,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2022/03/GANGA-DWAR.jpg\";s:8:\"filesize\";i:132360;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"GANGA-DWAR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25055;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"GANGA-DWAR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4065;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"GANGA-DWAR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"GANGA-DWAR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6696;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"GANGA-DWAR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25055;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"GANGA-DWAR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14692,2041,'_wp_attached_file','2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg'),(14693,2041,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg\";s:8:\"filesize\";i:127276;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36563;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5220;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9554;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36563;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:41:\"NIL-PARVAT-AMBIKA-MATA-MANDIR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14724,2046,'_wp_attached_file','2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg'),(14725,2046,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg\";s:8:\"filesize\";i:96716;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25537;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4093;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6980;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25537;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:40:\"ANJANERI-HANUMAN-BIRTH-PLACE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14726,2047,'_wp_attached_file','2022/03/KUSHAVARTA-KUND.jpg'),(14727,2047,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2022/03/KUSHAVARTA-KUND.jpg\";s:8:\"filesize\";i:135111;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26899;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4123;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6955;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26899;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"KUSHAVARTA-KUND-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4123;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14750,2051,'_wp_attached_file','2022/03/NIVRUTTINATH-SAMADHI.jpg'),(14751,2051,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2022/03/NIVRUTTINATH-SAMADHI.jpg\";s:8:\"filesize\";i:136555;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15774;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2693;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4399;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15774;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"NIVRUTTINATH-SAMADHI-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2693;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14774,2055,'_wp_attached_file','2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg'),(14775,2055,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg\";s:8:\"filesize\";i:110875;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34825;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5451;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34825;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9718;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34825;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:35:\"SHANI-SHINGNAPUR-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5451;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14776,2056,'_wp_attached_file','2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg'),(14777,2056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg\";s:8:\"filesize\";i:115039;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34630;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4979;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8952;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34630;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"SHIRDI-SAI-BABA-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14778,2057,'_wp_attached_file','2022/03/MAHABALESHWAR-TEMPLE.jpg'),(14779,2057,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2022/03/MAHABALESHWAR-TEMPLE.jpg\";s:8:\"filesize\";i:112047;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6452;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23696;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:32:\"MAHABALESHWAR-TEMPLE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15986,2210,'_edit_lock','1649681041:2'),(15987,2210,'_wp_page_template','elementor_header_footer'),(15988,2210,'_edit_last','2'),(15989,2210,'_elementor_edit_mode','builder'),(15990,2210,'_elementor_template_type','wp-page'),(15991,2210,'_elementor_version','3.6.2'),(15992,2210,'_elementor_pro_version','3.5.1'),(15999,2212,'_wp_attached_file','2022/04/img_testimonial_Home01-7REK9UD.jpg'),(16000,2212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:42:\"2022/04/img_testimonial_Home01-7REK9UD.jpg\";s:8:\"filesize\";i:3495;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16001,2212,'_elementor_source_image_hash','cd21742c8bc00b7c41adbc545badf9ff10d7999b'),(16066,2221,'_wp_attached_file','2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg'),(16067,2221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:98:\"2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg\";s:8:\"filesize\";i:21161;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13701;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2579;}s:6:\"medium\";a:5:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-300x180.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4847;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13701;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:98:\"WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16068,2222,'_wp_attached_file','2022/04/full-top-img1.jpg'),(16069,2222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:390;s:6:\"height\";i:470;s:4:\"file\";s:25:\"2022/04/full-top-img1.jpg\";s:8:\"filesize\";i:21803;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-top-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16903;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-top-img1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3558;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-top-img1-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-top-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5109;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"full-top-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16903;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-top-img1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16070,2223,'_wp_attached_file','2022/04/title-icon-img.png'),(16071,2223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:30;s:6:\"height\";i:32;s:4:\"file\";s:26:\"2022/04/title-icon-img.png\";s:8:\"filesize\";i:767;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16072,2224,'_wp_attached_file','2022/04/full-top-img1-1.jpg'),(16073,2224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:390;s:6:\"height\";i:470;s:4:\"file\";s:27:\"2022/04/full-top-img1-1.jpg\";s:8:\"filesize\";i:21803;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"full-top-img1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16903;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"full-top-img1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3558;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"full-top-img1-1-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"full-top-img1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5109;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"full-top-img1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16903;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"full-top-img1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16213,2243,'_wp_attached_file','2022/04/new.png'),(16214,2243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:88;s:4:\"file\";s:15:\"2022/04/new.png\";s:8:\"filesize\";i:1260;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"new-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:452;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"new-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:268;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"new-600x83.png\";s:5:\"width\";i:600;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4799;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"new-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"new-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"new-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:452;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:14:\"new-600x83.png\";s:5:\"width\";i:600;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4799;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:14:\"new-100x88.png\";s:5:\"width\";i:100;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16223,2245,'_wp_attached_file','2022/04/149-1499932_gold-page-divider-png-transparent-png.jpg'),(16224,2245,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:280;s:4:\"file\";s:61:\"2022/04/149-1499932_gold-page-divider-png-transparent-png.jpg\";s:8:\"filesize\";i:7054;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1966;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:678;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:971;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1966;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:61:\"149-1499932_gold-page-divider-png-transparent-png-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16299,2210,'_elementor_data','[{\"id\":\"8bbabb8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/bg-banner-home2.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.34,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"324\",\"right\":\"0\",\"bottom\":\"293\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bad3a8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efb815b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6259be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f3224a\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Hotel of Trimbakeshwar\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50,\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e22254b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Luxurious Hotel in trimbakeshwar\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=primary\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cfc2d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9595b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a77937e\",\"elType\":\"widget\",\"settings\":{\"title\":\"WELCOME TO HOTEL DHRUV PALACE\",\"header_size\":\"h6\",\"title_color\":\"#B58804\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20186e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/new1.png\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-41\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e6b268a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient.<\\/p>\",\"text_columns\":\"1\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"915f8fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"038dec1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p align=\\\"justify\\\">A wellknown Pure Vegetarian Lodging & Boarding establishment, came into existence in the year 2002. Since its inception Hotel Dhruv Palace, Trimbakeshwar, has served millions of people & domestic customers.<\\/p><p align=\\\"justify\\\">In its journy of 20 years Hotel Dhruv Palace, Trimbakeshwar, has the Following services for their valued customers are combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies. Hotel Dhruv Palace is 500 meters from the Trimbakeshwar Temple.<\\/p>\",\"text_columns\":\"1\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4547fd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4062799\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"id\":1006,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"91c7b5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/full-top-img1-1.jpg\",\"id\":2224,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":174,\"unit\":\"px\"},\"_offset_y\":{\"size\":-52,\"unit\":\"px\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"714bc13\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9c6ea31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9db24a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"HOTEL FACILITIES\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe82b3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/title-icon-img.png\",\"id\":2223,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5a4ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]}},\"elements\":[{\"id\":\"7a73855\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1685e39\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"}},\"elements\":[{\"id\":\"8b9011c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a600667\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5-1.jpg\",\"id\":1562,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"THE RESTAURANT\",\"description\":\"Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.\",\"button_text\":\"View Gallery\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/our-gallery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Mulish\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#000000A3\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3596603\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a988787\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\"},\"elements\":[{\"id\":\"4a4877a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d776ec6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"id\":1540,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"ACCOMODATION\",\"description\":\"The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar.\",\"button_text\":\"View Rooms\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/accomodation\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Mulish\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#000000A3\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c59ce0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"90fe190\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"background_color\":\"#B5880426\",\"background_hover_color\":\"#7B4200\"},\"elements\":[{\"id\":\"f15eb14\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5471986\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\",\"id\":1554,\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"title\":\"CONFERENCE ROOM\",\"description\":\"Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.\",\"button_text\":\"Contact Us\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"image_overlay_background_color\":\"#B588044D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_color\":\"#7B4200\",\"title_color_hover\":\"#EFEFEF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Mulish\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"description_color\":\"#000000A3\",\"button_bg_color\":\"#7B4200C9\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_bg_color_hover\":\"#7B4200\",\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"\",\"button_bg_color_hover\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"\",\"description_color\":\"\",\"description_typography_typography\":\"\",\"image_background_color\":\"globals\\/colors?id=2198600\"},\"image_background_color\":\"#000000\",\"wrap_heading\":\"h2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66f8dbb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a34c4eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b166f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEAR PLACES TO VISIT\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76a0d64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/title-icon-img.png\",\"id\":2223,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"107d271\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"69eb8ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8af406b\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.<br>\",\"name\":\"John Doe\",\"title\":\"CEO\",\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"1cd284e\"},{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"name\":\"John Doe\",\"title\":\"CEO\",\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"07570ae\"},{\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"name\":\"John Doe\",\"title\":\"CEO\",\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_id\":\"0b1c940\"}],\"skin\":\"bubble\",\"layout\":\"image_above\",\"slides_per_view\":\"3\",\"slides_to_scroll\":\"1\",\"pagination\":\"progressbar\",\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"slide_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"slide_border_color\":\"#FFFFFF\",\"content_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Stoke\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Rubik\",\"image_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"image_border_color\":\"#B58804\",\"image_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_color\":\"#B58804\",\"text_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_background_color_b\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"content_color\":\"globals\\/colors?id=2198600\",\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"slide_background_color\":\"\",\"slide_border_color\":\"globals\\/colors?id=accent\",\"image_border_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=accent\",\"_background_color_b\":\"globals\\/colors?id=accent\",\"pagination_color\":\"globals\\/colors?id=accent\",\"arrows_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"},{\"id\":\"6c8fdd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c0d944\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/title-icon-img.png\",\"id\":2223,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"619dc48\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"67bf59b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1540,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-5-2.jpg\",\"id\":1540,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"cae8825\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\u20b93,400.00\\n\\n\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08147f4\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ce10\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 6 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-6-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"088b8a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":835,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ac-deluxe.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":100,\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-family-3-1.jpg\",\"id\":1538,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"c317091\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b92,000.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2cfdc1\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae8fc3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"AC Deluxe\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/ac-deluxe\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"89e28ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2014,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ACCOMODATION1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":150,\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/ac-deluxe-1.jpg\",\"id\":846,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"2f51cd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,600.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7597fda\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0c3515\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 10 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-10-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6dd25b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"653e1b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.6,\"background_background\":\"classic\",\"background_image\":{\"id\":1503,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"673162d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b92,500.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aacc0b5\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22024dd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"SUPER DELUXE\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/super-deluxe\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3297504\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.4,\"background_background\":\"classic\",\"background_image\":{\"id\":848,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/family-4-bed.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.902,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"318\",\"right\":\"40\",\"bottom\":\"34\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":250},\"elements\":[{\"id\":\"f532151\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,200.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b217a\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"181a4df\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 4 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-4-bed\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e1c0c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4beb2a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bc0edcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"News Feeds\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"_margin\":{\"unit\":\"px\",\"top\":\"-88\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67f61ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/title-icon-img.png\",\"id\":2223,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12c87ee\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ee3f5b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d1edc85\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"\",\"testimonial_job\":\"\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Stoke\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"job_typography_typography\":\"custom\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"e82ccfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d4d719d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"\",\"testimonial_job\":\"\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Stoke\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(16226,2246,'_wp_attached_file','2022/04/new1.png'),(16227,2246,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:50;s:4:\"file\";s:16:\"2022/04/new1.png\";s:8:\"filesize\";i:4648;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"new1-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4217;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"new1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2673;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"new1-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"new1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2877;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"new1-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4217;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:15:\"new1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16306,2210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(16426,2269,'_edit_lock','1751369950:2'),(16427,2269,'_wp_page_template','elementor_header_footer'),(16428,2269,'_edit_last','2'),(16429,2269,'_elementor_edit_mode','builder'),(16430,2269,'_elementor_template_type','wp-page'),(16431,2269,'_elementor_version','3.23.4'),(16432,2269,'_elementor_pro_version','3.23.3'),(16453,2269,'_elementor_data','[{\"id\":\"caa21fe\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1096,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":4472,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/o8ohan2th87pyd2u8lff-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.29,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"tf_sticky\":\"\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":631,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_image_mobile\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/o8ohan2th87pyd2u8lff-scaled.webp\",\"id\":4472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position_mobile\":\"center center\",\"background_overlay_color\":\"#5E3200\",\"background_overlay_opacity_mobile\":{\"unit\":\"px\",\"size\":0.36,\"sizes\":[]}},\"elements\":[{\"id\":\"54bd66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfb2684\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f09a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"841212a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Hotel Dhruv Palace\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50,\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_family\":\"Gilda Display\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1f62a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Hotel of Trimbakeshwar\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeInUp\",\"_animation_delay\":50,\"title_color\":\"#FFBE00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28fe632\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"shape_divider_top_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"shape_divider_bottom_color\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"73dc863\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0f615a\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":353,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]}},\"elements\":[{\"id\":\"a483d80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.324,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"4b5d9ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/2021-12-31.jpg\",\"id\":4518,\"alt\":\"Facade \",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_x\":{\"size\":0,\"unit\":\"px\"},\"_offset_y\":{\"size\":3,\"unit\":\"px\"},\"animation_duration\":\"slow\",\"__globals__\":{\"_border_color\":\"\",\"image_border_color\":\"globals\\/colors?id=accent\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":2,\"unit\":\"px\"},\"width_mobile\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a6856ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.676,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"d9c011a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To Hotel DHRUV PALACE\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"},\"align\":\"center\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b429726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/04\\/new1.png\",\"id\":2246,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c96790c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while thevarious <center>amenities make the stay convenient.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"010\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c7a1b0\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7110b24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c359858\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome To HOTEL DHRUV PALACE\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"},\"align\":\"center\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891dd9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Guiding Star in Luxury & Comfort\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d3b930d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4197895\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>THE FIRST HOTEL OF TRIMBAKESHWAR<\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-2198600 ); font-size: 1rem;\\\">\\u00a0<\\/span><\\/p><p>Enjoy beautiful views of Trimbakeshwar from our luxury stay at Hotel Dhruv Palace, a timeless and peaceful place.<br data-start=\\\"267\\\" data-end=\\\"270\\\" \\/>Relax in our clean, well designed rooms that feel warm and welcoming. We offer everything you need for a smooth and happy stay.<br data-start=\\\"397\\\" data-end=\\\"400\\\" \\/>Looking for a cozy hotel in Trimbakeshwar? Hotel Dhruv Palace is your perfect spot for comfort, care and calm.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\"},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f1c0b83\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"shape_divider_top_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"shape_divider_bottom_color\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"3731f3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"845d7c8\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":353,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"gap\":\"wider\"},\"elements\":[{\"id\":\"b4ce280\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.324,\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5baab9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"\"},\"title_color\":\"#000000\",\"text_stroke_stroke_color\":\"#B58804\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#7B420024\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b55f0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8a8ca4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/05\\/2.png\",\"id\":2853,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_offset_x\":{\"size\":0,\"unit\":\"px\"},\"_offset_y\":{\"size\":3,\"unit\":\"px\"},\"animation_duration\":\"slow\",\"__globals__\":{\"_border_color\":\"\",\"image_border_color\":\"globals\\/colors?id=accent\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":2,\"unit\":\"px\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":259,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"04378ee\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":748,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-1.jpg\"},{\"id\":4475,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/p9gjze1kr19ycomgnlfv-scaled.webp\"},{\"id\":4491,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/sddkqvbaouyojd60qsvm-scaled.webp\"},{\"id\":4476,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/pdyttvvcbvqbjaxgwdzk-1-scaled.webp\"},{\"id\":4459,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/drtqgoj09so5y1k4hy9w-scaled.webp\"},{\"id\":4462,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/hpbw2qrsijowh6kh8wxg-1-scaled.webp\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"arrows\",\"hide_desktop\":\"hidden-desktop\",\"slides_to_show_tablet\":\"3\",\"slides_to_scroll_tablet\":\"1\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"46959e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Gallery\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/our-gallery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"background_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7b91bd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.676,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a9ab5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"\"},\"title_color\":\"#000000\",\"text_stroke_stroke_color\":\"#B58804\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#7B420024\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"422032e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"align\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"df1603b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"172\\\" data-end=\\\"391\\\">Hotel Dhruv Palace is a trusted and well-loved pure vegetarian stay that began its journey in 2003. As a popular hotel near Trimbakeshwar temple, we\\u2019ve had the joy of welcoming guests from all over India and abroad.<\\/p><p style=\\\"text-align: center;\\\" data-start=\\\"393\\\" data-end=\\\"648\\\">Over the last 22 years, we\\u2019ve proudly served delicious Indian and international vegetarian meals at our in-house restaurant. Many consider us the best hotel in Trimbakeshwar not just for our food, but also for the warmth and care we offer every guest.<\\/p><p style=\\\"text-align: center;\\\" data-start=\\\"650\\\" data-end=\\\"866\\\">At Hotel Dhruv Palace, you\\u2019ll find peace, comfort and a spiritual vibe that matches the sacred energy of Trimbakeshwar. Whether you\'re here for a quiet retreat or a temple visit, we\\u2019re here to make your stay special.<\\/p><p style=\\\"text-align: center;\\\" data-start=\\\"868\\\" data-end=\\\"1127\\\">We\\u2019re located just 500 meters from the Trimbakeshwar Temple, making us the perfect hotel near Trimbakeshwar temple. Planning to explore more? We\\u2019re also a great choice for anyone looking for a hotel near Panchavati Nashik and other holy places nearby.<\\/p>\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.7,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":297.75}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0951a5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a23a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7B420024\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top\":\"tilt\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"}},\"elements\":[{\"id\":\"31efa72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1d166e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Near Places To Visit\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f545789\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b715856\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style6\",\"ekit_testimonial_wartermark_enable\":\"\",\"ekit_testimonial_rating_enable\":\"\",\"ekit_testimonial_data\":[{\"client_name\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"_id\":\"0ab015a\",\"designation\":\"0.2 KM\",\"review\":\"Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/trimbakeshwar.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"KUSHAVARTA KUND\",\"_id\":\"0020d1d\",\"designation\":\"0.2 KM\",\"review\":\"The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/kushavarta.jpg\",\"id\":549,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"NIVRUTTINATH SAMADHI\",\"_id\":\"b36d997\",\"designation\":\"1 KM\",\"review\":\"After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/nivruttinath.jpg\",\"id\":546,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"BRAHMAGIRI (700 STOPS)\",\"designation\":\"1 KM\",\"review\":\"Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/brahmgiri.jpg\",\"id\":555,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bd1a9fd\"},{\"_id\":\"421aedf\",\"client_name\":\"GANGA DWAR\",\"designation\":\"1 KM\",\"review\":\"From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gangadvar.jpg\",\"id\":548,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"380ae50\",\"client_name\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"designation\":\"2 KM\",\"review\":\"Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar. \",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/neel-parvat.jpg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"d50af26\",\"client_name\":\"GURUKUL (SWAMI SAMARTH\",\"designation\":\"1.5 KM\",\"review\":\"Review TextThe Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.\",\"client_photo\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/GURUKUL-SWAMI-SAMARTH.jpg\",\"id\":2017,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"541d56c\",\"client_name\":\"ANJANERI (HANUMAN BIRTH PLACE)\",\"designation\":\"6 KM\",\"review\":\"Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/anjaneri.jpg\",\"id\":554,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"56f40a9\",\"client_name\":\"PANCHAWATI\",\"designation\":\"32 KM\",\"review\":\"River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"ac41129\",\"client_name\":\"MUKTIDHAM\",\"designation\":\"39 KM\",\"review\":\"Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/muktidham.jpg\",\"id\":544,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0bb1aa4\",\"client_name\":\"SHIRDI SAI BABA TEMPLE\",\"designation\":\"117 KM\",\"review\":\"Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime. \",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shirdi.jpg\",\"id\":550,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"79f9b75\",\"client_name\":\"SHANI SHINGNAPUR TEMPLE\",\"designation\":\"174 KM\",\"review\":\"The temple is believed to be a \\\"jagrut devasthan\\\" (\\\"alive temple\\\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shani.jpg\",\"id\":545,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0aead3a\",\"client_name\":\"MAHABALESHWAR TEMPLE\",\"designation\":\"367 KM\",\"review\":\"Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank. \",\"client_photo\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/MAHABALESHWAR-TEMPLE.jpg\",\"id\":2057,\"alt\":\"\",\"source\":\"library\"}}],\"ekit_testimonial_left_right_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_testimonial_slidetoshow\":3,\"ekit_testimonial_slidesToScroll\":3,\"ekit_testimonial_section_wraper_use_height\":\"yes\",\"ekit_testimonial_section_height\":{\"unit\":\"px\",\"size\":214,\"sizes\":[]},\"ekit_testimonial_slidetoshow_mobile\":1,\"ekit_testimonial_slidetoshow_tablet\":2,\"ekit_testimonial_slidesToScroll_tablet\":1},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d071f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1290,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"2551ae9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9893336\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"79be058\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Rooms\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"globals\\/typography?id=primary\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db6bc64\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b4764f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a135dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Planning a trip to Trimbakeshwar? Make your Trimbakeshwar room booking now at Hotel Dhruv Palace and enjoy clean, cozy rooms with temple views.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27544f3\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"structure\":\"30\",\"height\":\"min-height\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"53937bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/wbgsl2wnx5gs3bk6vq8e-300x169.webp\",\"id\":4482,\"alt\":\"Comfort Double Room (Non-A\\/c)\",\"source\":\"library\",\"size\":\"medium\"},\"background_position\":\"center center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_color\":\"#595959\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"e74063b\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\u20b91,800.00\\n\\n\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5336e82\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#000000\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41b25ae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"COMFORT ROOM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#000000\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#0F0E0E\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"e95d50f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/jpl2b6wdsbidxrktzaph-300x169.webp\",\"id\":4465,\"alt\":\"Deluxe Double Room\",\"source\":\"library\",\"size\":\"medium\"},\"background_position\":\"center center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"bafb169\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,300.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07de60d\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f724a92\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DELUXE ROOM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"e45c48a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/jeft6dzvjkerbiexdzyy-1-300x169.webp\",\"id\":4463,\"alt\":\"Deluxe 8-Bed Room (Non-A\\/c)\",\"source\":\"library\",\"size\":\"medium\"},\"background_position\":\"center center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=text\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"e7190cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b93,200.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79d08c0\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ca2912\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 8 BED\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc9656\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cb53db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/tue8wazfqwvaaudireoa-768x576.webp\",\"id\":4485,\"alt\":\"Deluxe Triple Room\",\"source\":\"library\",\"size\":\"medium_large\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_position\":\"center center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#595959\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_inline_size_tablet\":65,\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"6372744\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b94,500.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ef1a28\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_element_vertical_align\":\"flex-end\",\"title_color\":\"#FFFFFF\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4626818\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DELUXE TRIPLE ROOM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"8234abb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.853,\"background_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=bbee242\",\"background_overlay_color_b\":\"globals\\/colors?id=77fa033\"},\"background_image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp\",\"id\":4489,\"alt\":\"Deluxe Quadruple Room\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#595959\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"34df79e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u20b94,000.00\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffe8a69\",\"elType\":\"widget\",\"settings\":{\"title\":\" \\/Night\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"5\",\"isLinked\":false},\"_element_width\":\"auto\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a9285a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"FAMILY 4 BED AC ROOM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fbbe018\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"\"},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Jost\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f82ecef\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7B420024\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top\":\"tilt\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"shape_divider_top_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"5a4e35c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59d324e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hotel Facilities\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3549177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4b3895\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2972303\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c777703\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Enjoy modern comforts and thoughtful amenities at our peaceful hotel near Trimbakeshwar Nashik, designed to make your stay relaxing and memorable.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d2694c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":512,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7B420024\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_color\":\"#FFFFFF\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_color\":\"#FFFFFF\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"shape_divider_top_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"shape_divider_bottom_color\":\"globals\\/colors?id=accent\",\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"bef4df2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"animation\":\"fadeInLeft\",\"animation_mobile\":\"none\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"28779e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5.jpg\",\"id\":752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":206,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6084150\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"The Restaurant\",\"description_text\":\"Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Gilda Display\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-58\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"38\",\"bottom\":\"45\",\"left\":\"35\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#B58804B0\",\"_background_hover_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\",\"description_typography_typography\":\"\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=accent\",\"_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"ad7466f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"top\",\"animation\":\"fadeInUp\",\"animation_mobile\":\"none\"},\"elements\":[{\"id\":\"0208e3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2025\\/06\\/sddkqvbaouyojd60qsvm-scaled.webp\",\"id\":4491,\"alt\":\"Superior Double Room\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":206,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"852a6a5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Accomodation\",\"description_text\":\"The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Gilda Display\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"description_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-58\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"35\",\"bottom\":\"45\",\"left\":\"35\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#B58804B0\",\"_background_hover_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\",\"description_typography_typography\":\"\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=accent\",\"_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"035\",\"right\":\"10\",\"bottom\":\"35\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"c67fb71\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"fadeInRight\",\"animation_mobile\":\"none\",\"animation_tablet\":\"none\"},\"elements\":[{\"id\":\"b9ca65b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\",\"id\":1554,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":206,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e78b473\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Conference Room\",\"description_text\":\"Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Gilda Display\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-58\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"024\",\"right\":\"30\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#B58804B0\",\"_background_hover_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=primary\",\"description_typography_typography\":\"\",\"_background_color\":\"\",\"title_color\":\"globals\\/colors?id=accent\",\"description_color\":\"globals\\/colors?id=accent\",\"_background_hover_color\":\"globals\\/colors?id=secondary\"},\"description_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e7d041\",\"elType\":\"section\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"0ec07bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dd0ff7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a54d0a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4693f4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Management\\nHeads\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"645051c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e9b7290\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style6\",\"ekit_testimonial_wartermark_enable\":\"\",\"ekit_testimonial_wartermark_position\":\"top\",\"ekit_testimonial_rating_enable\":\"\",\"ekit_testimonial_data\":[{\"client_name\":\"Vipul Dhaduk\",\"_id\":\"5e27311\",\"designation\":\"Founder & Ceo\",\"review\":\"Phone No : 9423478925<br>\\nEmail Id : ceo@hoteldhruvpalace.com\\n\",\"client_photo\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/th.jpg\",\"id\":3456,\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/th.jpg\",\"id\":3456,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"f847a62\",\"client_name\":\"Rakesh Patel\",\"designation\":\"Managing Director\",\"review\":\"Phone No : 2594234019<br>\\nEmail Id : enquiry@hoteldhruvpalace.com\",\"client_photo\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/th.jpg\",\"id\":3456,\"alt\":\"\",\"source\":\"library\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"5c5e4dd\",\"client_name\":\"Rohan R. Gunjal\",\"designation\":\"General Manager\",\"review\":\"Phone No : 8263874278<br>\\nEmail Id : gmhoteldhruvpalace@gmail.com\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/th.jpg\",\"id\":3456,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"ekit_testimonial_slidetoshow\":2,\"ekit_testimonial_layout_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_layout_border_border\":\"solid\",\"ekit_testimonial_layout_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_testimonial_layout_border_color\":\"#E3E3E3\",\"ekit_testimonial_section_wraper_vertical_alignment\":\"\",\"ekit_testimonial_title_separator_width\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_testimonial_title_separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_client_name_spacing_bottom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]},\"__globals__\":{\"ekit_testimonial_layout_border_color\":\"\"},\"ekit_testimonial_slidetoshow_mobile\":1,\"ekit_testimonial_slidetoshow_tablet\":2},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b598b5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"569eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"217f690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Achievements\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08ef974\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"57476e9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"fd9e5e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3714b30\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":3762,\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2023\\/04\\/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg\"},{\"id\":3763,\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2023\\/04\\/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg\"},{\"id\":3776,\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2023\\/04\\/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg\"},{\"id\":3775,\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2023\\/04\\/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show_mobile\":\"2\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d24f46c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=text\"},\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"wide\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7B420024\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top\":\"tilt\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom\":\"tilt\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]}},\"elements\":[{\"id\":\"cb20ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"72c792d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/icon-feature.png\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63499bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Answers\",\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":70,\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\"},\"title_color\":\"#7B4200\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"410f10a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":140,\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#7B7B7B\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"column_gap\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f41a811\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What are the check-in and check-out timings at Hotel Dhruv Palace?\",\"tab_content\":\"<p>Our standard check-in time is 12:00 PM, and check-out time is 11:00 AM. Early check-in or late check-out is subject to availability and may incur additional charges. Please contact our front desk in advance for any special requests.<\\/p>\",\"_id\":\"1ba3452\"},{\"tab_title\":\"Is parking available at the hotel?\",\"tab_content\":\"<p>Yes, Hotel Dhruv Palace offers free and secure parking for all our guests. We have ample space for both two-wheelers and four-wheelers, making it convenient for pilgrims and families traveling to Trimbakeshwar.<\\/p>\",\"_id\":\"6bf5370\"},{\"tab_title\":\"Do you offer assistance for Trimbakeshwar temple poojas?\",\"tab_content\":\"<p>Absolutely! We provide Pooja Assistance for various rituals performed at the Trimbakeshwar temple, including Rudra Abhishek, Kaal Sarp Dosh Nivaran, and Narayan Nagbali. You can inquire at the front desk or through our WhatsApp service for details on timing, significance, and booking.<\\/p>\",\"_id\":\"84275f5\"}],\"border_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_color\":\"#ECE4DB\",\"title_background\":\"#B28C3E\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_background\":\"\",\"title_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false},{\"id\":\"90b48dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"11e7c37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1558,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-1-1.jpg\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"zoomIn\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"object-fit\":\"contain\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_offset_orientation_v\":\"end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b72dfcc\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6391dd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9516c00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/09\\/new1.png\",\"id\":3497,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"opacity\":{\"unit\":\"px\",\"size\":0.56,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2f3c44\",\"elType\":\"widget\",\"settings\":{\"title\":\"REGISTERED ON OTA :\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25bb276\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/ota.jpg\",\"id\":3460,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d74742c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c00057\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#F4F4F4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"200\",\"bottom\":\"60\",\"left\":\"200\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c697c48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where we are\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"text_stroke_stroke_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8811d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Location in the state<\\/strong><\\/p><p>Shri Krishna Colony, Satyanarayan Temple Main Road, Trimbakeshwar, Maharashtra 422212<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08c34cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Direction\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/place\\/Hotel+Dhruv+Palace\\/@19.936462,73.534216,15z\\/data=!4m8!3m7!1s0x0:0xf43832ed6d271a8b!5m2!4m1!1i2!8m2!3d19.9364618!4d73.5342161?hl=en\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=primary\"},\"background_color\":\"#B28C3E\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"441e1a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f22a94e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7501.42759160502!2d73.534216!3d19.936462!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf43832ed6d271a8b!2sHotel%20Dhruv%20Palace!5e0!3m2!1sen!2sin!4v1656068645138!5m2!1sen!2sin\\\" width=\\\"600\\\" height=\\\"350\\\" allowfullscreen=\\\"allowfullscreen\\\"><\\/iframe>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16460,2269,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(16858,2210,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:18;s:11:\"header_size\";i:17;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:13;s:8:\"_padding\";i:12;s:14:\"_element_width\";i:12;s:21:\"_element_custom_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:23:\"_element_vertical_align\";i:5;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:7;s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:5;s:11:\"title_color\";i:1;s:22:\"typography_font_family\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:21;s:5:\"align\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:7;s:7:\"padding\";i:7;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:15:\"animation_delay\";i:4;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:5;s:19:\"background_position\";i:5;s:17:\"background_repeat\";i:5;s:15:\"background_size\";i:5;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:5;s:26:\"background_overlay_opacity\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:12:\"height_inner\";i:3;s:19:\"custom_height_inner\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:5;s:7:\"padding\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:3;s:22:\"background_hover_color\";i:3;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"align\";i:1;s:5:\"width\";i:5;s:6:\"height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:2;s:12:\"text_columns\";i:2;s:10:\"column_gap\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:20:\"testimonial-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:4:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;s:19:\"_background_color_b\";i:1;s:17:\"_background_image\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:5;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:3:{s:17:\"testimonial_image\";i:2;s:16:\"testimonial_name\";i:2;s:15:\"testimonial_job\";i:2;}}s:5:\"style\";a:3:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;}s:30:\"section_style_testimonial_name\";a:1:{s:26:\"name_typography_typography\";i:1;}s:29:\"section_style_testimonial_job\";a:1:{s:25:\"job_typography_typography\";i:2;}}}}}'),(20878,2829,'_edit_lock','1751277679:2'),(20879,2829,'_edit_last','2'),(20880,2829,'_elementor_edit_mode','builder'),(18092,211,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:21;s:11:\"header_size\";i:15;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:20;s:8:\"_padding\";i:20;s:14:\"_element_width\";i:12;s:21:\"_element_custom_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:23:\"_element_vertical_align\";i:5;s:8:\"_z_index\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:10;s:21:\"typography_typography\";i:16;s:20:\"typography_font_size\";i:16;s:22:\"typography_font_family\";i:16;s:22:\"typography_font_weight\";i:16;s:11:\"title_color\";i:5;s:22:\"typography_line_height\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:29;s:5:\"align\";i:4;s:16:\"content_position\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:19;s:7:\"padding\";i:19;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:7;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:5;s:16:\"background_image\";i:5;s:19:\"background_position\";i:5;s:17:\"background_repeat\";i:5;s:15:\"background_size\";i:5;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:5;s:26:\"background_overlay_opacity\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:13:\"content_width\";i:12;s:19:\"custom_height_inner\";i:4;s:6:\"layout\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;s:12:\"height_inner\";i:3;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:14;s:7:\"padding\";i:12;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:16:\"background_color\";i:4;s:22:\"background_hover_color\";i:3;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:21:\"section_shape_divider\";a:6:{s:31:\"shape_divider_top_above_content\";i:1;s:23:\"shape_divider_top_color\";i:1;s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_top_negative\";i:1;}s:14:\"section_border\";a:1:{s:12:\"border_color\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:6:{s:8:\"carousel\";i:1;s:14:\"thumbnail_size\";i:1;s:26:\"thumbnail_custom_dimension\";i:1;s:14:\"slides_to_show\";i:1;s:16:\"slides_to_scroll\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_style_navigation\";a:2:{s:11:\"arrows_size\";i:1;s:13:\"dots_position\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:5:\"align\";i:4;s:5:\"width\";i:4;s:6:\"height\";i:3;s:10:\"object-fit\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:8:{s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:9:\"_offset_x\";i:2;s:13:\"_offset_x_end\";i:1;s:21:\"_offset_orientation_v\";i:2;s:13:\"_offset_y_end\";i:1;s:7:\"_margin\";i:5;s:8:\"_padding\";i:5;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:5:\"align\";i:1;s:13:\"border_radius\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:6;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:2;s:10:\"text_color\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:5;s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:5;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:5;s:16:\"text_color_hover\";i:5;s:26:\"icon_typography_typography\";i:5;s:27:\"icon_typography_font_family\";i:5;s:25:\"icon_typography_font_size\";i:5;s:27:\"icon_typography_font_weight\";i:5;s:27:\"icon_typography_line_height\";i:5;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;s:5:\"color\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:2:{s:13:\"ending_number\";i:4;s:5:\"title\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}}'),(18189,271,'_elementor_pro_version','3.5.1'),(18256,271,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:9;s:22:\"typography_font_weight\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:9;s:8:\"_padding\";i:9;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:16:\"content_position\";i:4;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:9;s:7:\"padding\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:5;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_line_height\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:4;s:11:\"text_indent\";i:4;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:4;s:27:\"icon_typography_font_family\";i:4;s:25:\"icon_typography_font_size\";i:4;s:27:\"icon_typography_font_weight\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;s:8:\"_z_index\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:15:\"hover_animation\";i:4;s:5:\"align\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}}'),(18491,1692,'_elementor_controls_usage','a:7:{s:7:\"mf-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:4:{s:14:\"mf_input_label\";i:1;s:13:\"mf_input_name\";i:1;s:20:\"mf_input_placeholder\";i:1;s:21:\"mf_input_label_status\";i:1;}s:16:\"settings_section\";a:2:{s:19:\"mf_input_min_length\";i:1;s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:36:\"mf_input_label_typography_typography\";i:1;s:37:\"mf_input_label_typography_font_family\";i:1;s:35:\"mf_input_label_typography_font_size\";i:1;s:37:\"mf_input_label_typography_font_weight\";i:1;s:37:\"mf_input_label_typography_line_height\";i:1;s:20:\"mf_input_label_color\";i:1;s:21:\"mf_input_label_margin\";i:1;s:33:\"mf_input_required_indicator_color\";i:1;}s:13:\"input_section\";a:12:{s:16:\"mf_input_padding\";i:1;s:14:\"mf_input_color\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:29:\"mf_input_typgraphy_typography\";i:1;s:30:\"mf_input_typgraphy_font_family\";i:1;s:28:\"mf_input_typgraphy_font_size\";i:1;s:30:\"mf_input_typgraphy_font_weight\";i:1;s:30:\"mf_input_typgraphy_line_height\";i:1;s:22:\"mf_input_border_radius\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;s:30:\"mf_input_background_background\";i:1;}s:19:\"placeholder_section\";a:5:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;s:26:\"mf_input_placeholder_color\";i:1;s:42:\"mf_input_place_holder_typography_font_size\";i:1;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:1;s:41:\"mf_input_help_text_typography_font_family\";i:1;s:39:\"mf_input_help_text_typography_font_size\";i:1;s:41:\"mf_input_help_text_typography_font_weight\";i:1;s:40:\"mf_input_help_text_typography_font_style\";i:1;s:41:\"mf_input_help_text_typography_line_height\";i:1;s:26:\"mf_input_help_text_padding\";i:1;s:24:\"mf_input_help_text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:8:\"mf-email\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:21:\"mf_input_label_status\";i:1;}}s:5:\"style\";a:2:{s:13:\"input_section\";a:4:{s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:22:\"mf_input_border_radius\";i:1;}s:19:\"placeholder_section\";a:4:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:42:\"mf_input_place_holder_typography_font_size\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;}}}}s:12:\"mf-telephone\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:1:{s:21:\"mf_input_label_status\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:20:\"mf_input_label_color\";i:1;s:36:\"mf_input_label_typography_typography\";i:1;s:37:\"mf_input_label_typography_font_family\";i:1;s:35:\"mf_input_label_typography_font_size\";i:1;s:37:\"mf_input_label_typography_font_weight\";i:1;s:37:\"mf_input_label_typography_line_height\";i:1;s:21:\"mf_input_label_margin\";i:1;s:33:\"mf_input_required_indicator_color\";i:1;}s:13:\"input_section\";a:12:{s:16:\"mf_input_padding\";i:1;s:14:\"mf_input_color\";i:1;s:30:\"mf_input_background_background\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:29:\"mf_input_typgraphy_typography\";i:1;s:30:\"mf_input_typgraphy_font_family\";i:1;s:28:\"mf_input_typgraphy_font_size\";i:1;s:30:\"mf_input_typgraphy_font_weight\";i:1;s:30:\"mf_input_typgraphy_line_height\";i:1;s:22:\"mf_input_border_radius\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;}s:19:\"placeholder_section\";a:5:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;s:26:\"mf_input_placeholder_color\";i:1;s:42:\"mf_input_place_holder_typography_font_size\";i:1;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:1;s:41:\"mf_input_help_text_typography_font_family\";i:1;s:39:\"mf_input_help_text_typography_font_size\";i:1;s:41:\"mf_input_help_text_typography_font_weight\";i:1;s:40:\"mf_input_help_text_typography_font_style\";i:1;s:41:\"mf_input_help_text_typography_line_height\";i:1;s:24:\"mf_input_help_text_color\";i:1;s:26:\"mf_input_help_text_padding\";i:1;}}}}s:11:\"mf-textarea\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"content_section\";a:4:{s:14:\"mf_input_label\";i:1;s:13:\"mf_input_name\";i:1;s:20:\"mf_input_placeholder\";i:1;s:21:\"mf_input_label_status\";i:1;}s:16:\"settings_section\";a:1:{s:17:\"mf_input_required\";i:1;}}s:5:\"style\";a:4:{s:13:\"label_section\";a:8:{s:20:\"mf_input_label_color\";i:1;s:36:\"mf_input_label_typography_typography\";i:1;s:37:\"mf_input_label_typography_font_family\";i:1;s:35:\"mf_input_label_typography_font_size\";i:1;s:37:\"mf_input_label_typography_font_weight\";i:1;s:37:\"mf_input_label_typography_line_height\";i:1;s:21:\"mf_input_label_margin\";i:1;s:33:\"mf_input_required_indicator_color\";i:1;}s:13:\"input_section\";a:13:{s:16:\"mf_input_padding\";i:1;s:14:\"mf_input_color\";i:1;s:22:\"mf_input_border_border\";i:1;s:21:\"mf_input_border_width\";i:1;s:29:\"mf_input_typgraphy_typography\";i:1;s:30:\"mf_input_typgraphy_font_family\";i:1;s:28:\"mf_input_typgraphy_font_size\";i:1;s:30:\"mf_input_typgraphy_font_weight\";i:1;s:30:\"mf_input_typgraphy_line_height\";i:1;s:22:\"mf_input_border_radius\";i:1;s:30:\"mf_input_box_shadow_box_shadow\";i:1;s:24:\"mf_textarea_field_height\";i:1;s:30:\"mf_input_background_background\";i:1;}s:19:\"placeholder_section\";a:5:{s:43:\"mf_input_place_holder_typography_typography\";i:1;s:44:\"mf_input_place_holder_typography_font_family\";i:1;s:44:\"mf_input_place_holder_typography_font_weight\";i:1;s:26:\"mf_input_placeholder_color\";i:1;s:42:\"mf_input_place_holder_typography_font_size\";i:1;}s:17:\"help_text_section\";a:8:{s:40:\"mf_input_help_text_typography_typography\";i:1;s:41:\"mf_input_help_text_typography_font_family\";i:1;s:39:\"mf_input_help_text_typography_font_size\";i:1;s:41:\"mf_input_help_text_typography_font_weight\";i:1;s:40:\"mf_input_help_text_typography_font_style\";i:1;s:41:\"mf_input_help_text_typography_line_height\";i:1;s:26:\"mf_input_help_text_padding\";i:1;s:24:\"mf_input_help_text_color\";i:1;}}}}s:9:\"mf-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"mf_btn_section_content\";a:3:{s:11:\"mf_btn_text\";i:1;s:12:\"mf_btn_align\";i:1;s:11:\"mf_btn_icon\";i:1;}}s:5:\"style\";a:3:{s:20:\"mf_btn_section_style\";a:7:{s:19:\"mf_btn_text_padding\";i:1;s:28:\"mf_btn_typography_typography\";i:1;s:29:\"mf_btn_typography_font_family\";i:1;s:27:\"mf_btn_typography_font_size\";i:1;s:29:\"mf_btn_typography_font_weight\";i:1;s:29:\"mf_btn_typography_line_height\";i:1;s:26:\"mf_btn_bg_color_background\";i:1;}s:23:\"mf_btn_box_shadow_style\";a:2:{s:39:\"mf_btn_box_shadow_group_box_shadow_type\";i:1;s:34:\"mf_btn_box_shadow_group_box_shadow\";i:1;}s:24:\"mf_btn_border_style_tabs\";a:1:{s:20:\"mf_btn_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(19747,2685,'_wp_attached_file','2022/04/mainlogo.png'),(19748,2685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:316;s:4:\"file\";s:20:\"2022/04/mainlogo.png\";s:8:\"filesize\";i:55113;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"mainlogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44646;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8975;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"mainlogo-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31411;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19967;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"mainlogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44646;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"mainlogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8975;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19758,2675,'_elementor_data','[{\"id\":\"9aef62a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1562,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5-1.jpg\"},{\"id\":752,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-premise-5.jpg\"}],\"background_slideshow_slide_transition\":\"slide_left\",\"background_slideshow_background_size\":\"cover\",\"__globals__\":{\"background_hover_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"ae50899\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ff9974\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#B58804D1\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"a5eb325\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"661c019\",\"elType\":\"widget\",\"settings\":{\"title\":\"Menu of Restaurant \",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56b6d60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For More Information\\u00a0<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bf9d8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Chat Us\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e4e26b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b364f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9ae599\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[dflip id=\\\"3482\\\" ][\\/dflip]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"d317ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div style=\\\"max-width: 1000px; margin: 0 auto; padding: 2px;\\\">\\n<h2><strong>Restaurant in Nashik Serving Pure Vegetarian Delights<\\/strong><\\/h2>\\n<p>Great travel experiences are always made better by great food. At Hotel Dhruv Palace, our in-house restaurant in Nashik offers a menu full of flavour, freshness, and tradition. Whether you are visiting Trimbakeshwar for a religious trip or a peaceful getaway, you deserve meals that satisfy the soul.<\\/p>\\n<p>Our restaurant is fully vegetarian and prepared with love. We believe good food is not just about taste, it is about comfort, nutrition, and care. That is exactly what you will find on every plate we serve.<\\/p>\\n<h4><strong>A Peaceful Veg Restaurant Near Trimbakeshwar Temple<\\/strong><\\/h4>\\n<p>If you are searching for veg restaurants near Trimbakeshwar temple, you are in the right place. Our restaurant is located just minutes from the temple, making it a perfect spot to enjoy a relaxing meal after prayers or rituals.<\\/p>\\n<p>Every dish we prepare is made using fresh ingredients, traditional recipes, and clean cooking practices. From South Indian breakfast options to rich North Indian thalis, we serve a variety of meals that are both comforting and wholesome.<\\/p>\\n<h4><strong>Best Restaurant in Nashik for Pure Veg Lovers<\\/strong><\\/h4>\\n<p>What makes us the best restaurant in Nashik for vegetarian food is not just our variety, but our care. Whether you are in the mood for light snacks or a full meal, we have something for you.<\\/p>\\n<ul>\\n<li>South Indian dishes like idli, dosa, and uttapam<\\/li>\\n<li>North Indian favourites such as paneer dishes, parathas, and dal makhani<\\/li>\\n<li>Freshly made rotis, rice varieties, and seasonal sabzis<\\/li>\\n<li>Continental and Chinese style vegetarian options<\\/li>\\n<li>Sweets and desserts prepared in-house<\\/li>\\n<\\/ul>\\n<p>We also offer special Jain meal options and preparations without onion and garlic on request.<\\/p>\\n<h4><strong>Discover the Best Restaurant in Trimbakeshwar for Families and Groups<\\/strong><\\/h4>\\n<p>Hotel Dhruv Palace is a trusted place for families visiting the area. We provide a clean, spacious, and peaceful dining space where you can enjoy your meal without noise or crowd.<\\/p>\\n<p>If you are traveling in a group or with family, our restaurant is perfect for group dining. Many guests tell us that our food reminds them of home, and that is the best compliment we can receive.<\\/p>\\n<h4><strong>Best Restaurant Near Trimbakeshwar for Pilgrims and Tourists<\\/strong><\\/h4>\\n<p>After a long day of travel, rituals, or sightseeing, nothing feels better than a warm and comforting meal. Our location makes it easy for you to stop by whether you are staying at the hotel or not. Just walk in, take a seat, and let us serve you a meal that leaves you feeling full and content.<\\/p>\\n<h4><strong>Best Veg Restaurant in Nashik With a Pure and Peaceful Ambience<\\/strong><\\/h4>\\n<p>Finding a good vegetarian restaurant is not always easy. We maintain high hygiene standards in our kitchen and dining area. Every member of our kitchen staff is trained in safe food practices and works with care.<\\/p>\\n<h4><strong>Open for Breakfast, Lunch, and Dinner<\\/strong><\\/h4>\\n<p>Our restaurant in Nashik is open all day to serve you from breakfast to dinner. Whether you are looking for an early morning bite or a full dinner, you can count on us.<\\/p>\\n<p>We also offer room service for hotel guests, so you can enjoy your meals in the comfort of your room if you prefer to dine in private.<\\/p>\\n<h4><strong>Come As a Guest, Leave As Family<\\/strong><\\/h4>\\n<p>At Hotel Dhruv Palace, we treat every guest with respect and warmth. Whether you are visiting once or returning again, we aim to make you feel welcome in every way \\u2014 especially through our food.<\\/p>\\n<p>Come hungry. Leave happy.<\\/p>\\n<\\/div>\\n<div style=\\\"max-width: 800px; margin: 0 auto; padding: 5px;\\\">\\n<h2 style=\\\"text-align: center;\\\"><strong>Frequently Asked Questions<\\/strong><\\/h2>\\n<ol style=\\\"list-style: none; padding-left: 0;\\\">\\n<li>\\n<h5><strong>1. Do you have a restaurant in Nashik that offers vegetarian meals?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, we have a pure vegetarian restaurant in Nashik located at Hotel Dhruv Palace. We serve a wide range of Indian and international vegetarian dishes in a clean and peaceful environment.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>2. Are there good veg restaurants near Trimbakeshwar Temple?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, our in-house dining space is one of the top veg restaurants near Trimbakeshwar Temple. Just a short walk from the temple, we serve delicious vegetarian meals to pilgrims and travelers.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>3. Why is your dining space considered the best restaurant in Nashik by many visitors?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Many guests call us the best restaurant in Nashik because of our quality food, friendly service, and peaceful setting for pure vegetarian meals.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>4. Is your location known as the best restaurant in Trimbakeshwar for families and groups?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, families and groups choose us for our comfortable seating, fast service, and variety of veg options. Guests enjoy fresh food and calm surroundings.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>5. What makes you the best restaurant near Trimbakeshwar Temple for daily visitors?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Our location, clean kitchen, and consistent quality make us a top choice for those looking for a peaceful meal after visiting the temple.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>6. Are you also listed as the best veg restaurant in Nashik by food lovers?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, with a menu that includes South Indian, Punjabi, Gujarati, Chinese, and Continental dishes, we are often rated the best veg restaurant in Nashik.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>7. Do you offer thali options at your restaurant in Nashik for lunch and dinner?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, we offer a variety of thalis for lunch and dinner, including North Indian, South Indian, and Gujarati options.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>8. What dishes can I expect at veg restaurants near Trimbakeshwar Temple like yours?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">You can expect dosas, paneer curries, dal, sabzi, rotis, and more \\u2014 all freshly prepared and served hot every day.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>9. Why is your place trusted as the best restaurant in Nashik for spiritual travelers?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Spiritual travelers trust us for clean, sattvic food that\\u2019s aligned with their dietary needs during pilgrimage.<\\/p>\\n<\\/li>\\n<li>\\n<h5><strong>10. Is your restaurant the best restaurant in Trimbakeshwar for a quick and clean meal?<\\/strong><\\/h5>\\n<p style=\\\"font-size: 14px;\\\">Yes, we\\u2019re known for serving quick, fresh vegetarian meals in a peaceful and hygienic setting perfect for families and groups.<\\/p>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p style=\\\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\\\"> know more: <span style=\\\"white-space: nowrap;\\\"><a style=\\\"color: #a67939; text-decoration: none;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-6-bed\\/\\\">Family 6 Bed<\\/a> | <a style=\\\"color: #a67939; text-decoration: none;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/suite\\/\\\">Suite Room<\\/a> | <a style=\\\"color: #a67939; text-decoration: none;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/ac-deluxe\\/\\\">AC Deluxe<\\/a> | <a style=\\\"color: #a67939; text-decoration: none;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/triple-sharing-non-ac-bed\\/\\\">Triple Sharing Non AC<\\/a> | <a style=\\\"color: #a67939; text-decoration: none;\\\" href=\\\"https:\\/\\/hoteldhruvpalace.com\\/banquet-hall-in-nashik\\/\\\">Banquet Hall in Nashik<\\/a><br><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19416,2640,'_wp_attached_file','2022/04/mainlogo-2.png'),(19417,2640,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:316;s:4:\"file\";s:22:\"2022/04/mainlogo-2.png\";s:8:\"filesize\";i:52807;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"mainlogo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40779;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8448;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"mainlogo-2-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18806;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"mainlogo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40779;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19678,2674,'_menu_item_type','post_type'),(19679,2674,'_menu_item_menu_item_parent','0'),(19680,2674,'_menu_item_object_id','2269'),(19681,2674,'_menu_item_object','page'),(19682,2674,'_menu_item_target',''),(19683,2674,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19684,2674,'_menu_item_xfn',''),(19685,2674,'_menu_item_url',''),(19687,235,'_wp_old_date','2022-03-30'),(19689,1269,'_wp_old_date','2022-03-30'),(19691,452,'_wp_old_date','2022-03-30'),(19692,250,'_wp_old_date','2022-03-30'),(19698,2675,'_elementor_version','3.23.4'),(19699,2675,'_elementor_pro_version','3.23.3'),(19703,2677,'_edit_lock','1751078044:2'),(19704,2677,'_edit_last','2'),(19705,2677,'_elementor_edit_mode','builder'),(19706,2677,'_elementor_template_type','wp-page'),(19707,2677,'_elementor_version','3.23.4'),(19708,2677,'_elementor_pro_version','3.23.3'),(21759,2873,'_wp_old_date','2022-05-22'),(29084,452,'_wp_old_date','2023-02-01'),(21757,235,'_wp_old_date','2022-05-22'),(21756,2674,'_wp_old_date','2022-05-22'),(21765,250,'_wp_old_date','2022-05-22'),(21754,2947,'_menu_item_url',''),(21753,2947,'_menu_item_xfn',''),(21752,2947,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21751,2947,'_menu_item_target',''),(21750,2947,'_menu_item_object','page'),(21749,2947,'_menu_item_object_id','2677'),(21748,2947,'_menu_item_menu_item_parent','0'),(21747,2947,'_menu_item_type','post_type'),(28298,3658,'_order_shipping','0'),(28297,3658,'_cart_discount_tax','0'),(28296,3658,'_cart_discount','0'),(28295,3658,'_order_currency','INR'),(19757,2675,'_wp_page_template','elementor_header_footer'),(19765,2675,'_elementor_page_assets','a:0:{}'),(29083,2947,'_wp_old_date','2023-02-01'),(29081,2873,'_wp_old_date','2023-02-01'),(29080,3744,'_wp_old_date','2023-02-01'),(29079,1269,'_wp_old_date','2023-02-01'),(29078,235,'_wp_old_date','2023-02-01'),(20883,2829,'_elementor_pro_version','3.23.3'),(20882,2829,'_elementor_version','3.23.4'),(20881,2829,'_elementor_template_type','wp-page'),(20861,2824,'_edit_lock','1651050836:2'),(20862,2824,'_edit_last','2'),(20864,2824,'_thumbnail_id','2224'),(20865,2824,'_hb_num_of_rooms','5'),(20866,2824,'_hb_room_extra',''),(20867,2824,'_hb_max_child_per_room','2'),(20868,2824,'_hb_room_addition_information',''),(20869,2824,'_hb_gallery','a:1:{i:0;s:4:\"2221\";}'),(20870,2824,'_hb_room_capacity','26'),(20871,2824,'_hb_room_origin_capacity','26'),(20875,2811,'_edit_lock','1651069664:2'),(21042,1324,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:747;s:4:\"file\";s:45:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM.jpeg\";}}'),(21043,2853,'_wp_attached_file','2022/05/2.png'),(21044,2853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:13:\"2022/05/2.png\";s:8:\"filesize\";i:220918;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104447;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14413;}s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32694;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104447;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21045,2854,'_wp_attached_file','2022/05/3.png'),(21046,2854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:13:\"2022/05/3.png\";s:8:\"filesize\";i:210024;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103230;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15044;}s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32695;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103230;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21047,2855,'_wp_attached_file','2022/05/1.png'),(21048,2855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:13:\"2022/05/1.png\";s:8:\"filesize\";i:221661;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113909;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16144;}s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35612;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113909;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21181,2873,'_menu_item_type','post_type'),(21182,2873,'_menu_item_menu_item_parent','235'),(21183,2873,'_menu_item_object_id','2829'),(21184,2873,'_menu_item_object','page'),(21185,2873,'_menu_item_target',''),(21186,2873,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21187,2873,'_menu_item_xfn',''),(21188,2873,'_menu_item_url',''),(21190,2674,'_wp_old_date','2022-04-26'),(21191,235,'_wp_old_date','2022-04-26'),(29077,3673,'_wp_old_date','2023-02-01'),(21194,1269,'_wp_old_date','2022-04-26'),(21196,452,'_wp_old_date','2022-04-26'),(21197,250,'_wp_old_date','2022-04-26'),(21215,2829,'_elementor_data','[{\"id\":\"d572633\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":1554,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\"},{\"id\":1555,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-2-1.jpg\"}],\"background_slideshow_slide_transition\":\"slide_left\",\"background_slideshow_background_size\":\"cover\",\"__globals__\":{\"background_hover_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[{\"id\":\"076fe10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"190\",\"bottom\":\"0\",\"left\":\"190\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e53e346\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#B58804D1\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"811c82c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb400b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conference & Banquet\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f75a5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For More Information\\u00a0<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f9fc4f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Chat Us\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"button_text_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"044e67f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5c7bd3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"facb002\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-2-1.jpg\",\"id\":1555,\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e91f932\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gallery-conference-1-1.jpg\",\"id\":1554,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":46.693},\"_position\":\"absolute\",\"_offset_x\":{\"size\":255,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":200,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":175,\"unit\":\"px\"},\"_offset_y\":{\"size\":130,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":141,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":109,\"unit\":\"px\"},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6a16e55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"b808cde\",\"elType\":\"widget\",\"settings\":{\"title\":\"Conference Room\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc66323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac98e5d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"enquiry.hoteldhruvpalace@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"7bf58c1\",\"link\":{\"url\":\"mailto:enquiry.hoteldhruvpalace@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"enquiry@hoteldhruvpalace.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"e347509\",\"link\":{\"url\":\"mailto:enquiry@hoteldhruvpalace.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=2198600\",\"text_color\":\"globals\\/colors?id=2198600\",\"icon_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e2ebfd9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"256b8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6be4cb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div style=\\\"max-width: 1000px; margin: 0 auto; padding: 2px;\\\">\\n<h2><strong>Banquet Hall in Nashik: Your Ideal Venue for Memorable Events<\\/strong><\\/h2>\\nLooking for the perfect venue to host your next big event? If you are searching for a banquet hall in Nashik that combines comfort, elegance, and convenience, Hotel Dhruv Palace is the ultimate destination. Located close to the iconic Trimbakeshwar Temple, our hotel offers exceptional spaces designed to make your events truly memorable.\\n<h3>Conference Hall in Trimbakeshwar for Business Success<\\/h3>\\nAt Hotel Dhruv Palace, we understand that the success of any business event heavily depends on the venue. That\\u2019s why our conference hall in Trimbakeshwar is thoughtfully designed to meet all your corporate needs. Whether you are planning a business conference, seminar, workshop, or training session, our state-of-the-art facility ensures everything runs smoothly.\\n\\nOur conference hall in Trimbakeshwar is equipped with modern amenities, including high-speed Wi-Fi, audio-visual equipment, and comfortable seating arrangements. The serene surroundings, combined with professional service, create the perfect atmosphere for productive discussions and successful outcomes.\\n<h3>Host Grand Celebrations at Our Banquet Hall in Nashik<\\/h3>\\nWhen it comes to celebrating life\\u2019s special moments, choosing the right venue is crucial. Our banquet hall in Nashik is perfect for hosting a wide range of events, from weddings and anniversaries to birthday parties and social gatherings. The spacious hall can be customized to match your specific theme and preferences, ensuring a truly personalized experience for you and your guests.\\n\\nThe banquet hall in Nashik at Hotel Dhruv Palace offers a beautiful setting with elegant d\\u00e9cor, making every celebration special. Our experienced staff works closely with you to plan every detail, from seating arrangements to catering services, so you can relax and enjoy your event without any worries.\\n<h3>The Perfect Meeting Hall in Trimbakeshwar<\\/h3>\\nFor smaller corporate gatherings or private meetings, our meeting hall in Trimbakeshwar offers an intimate setting with all the necessary amenities. Whether it\\u2019s a strategic meeting with your management team or a confidential discussion with business partners, our venue provides the privacy and comfort you need.\\n\\nWith a professional ambiance, our meeting hall in Trimbakeshwar ensures that every meeting is productive and stress-free. We take pride in offering personalized services, allowing you to focus solely on your agenda while we handle the logistics.\\n<h3>Experience a Banquet Hall in Trimbakeshwar Like No Other<\\/h3>\\nOur banquet hall in Trimbakeshwar is designed to create unforgettable memories. With a blend of modern amenities and traditional charm, it serves as an excellent choice for cultural functions, religious ceremonies, and family get-togethers. Being situated so close to the Trimbakeshwar Temple makes it especially convenient for guests attending religious events or ceremonies.\\n\\nThe banquet hall in Trimbakeshwar is spacious, well-maintained, and supported by a professional team that takes care of every detail. From arranging floral decorations to providing delectable vegetarian cuisine, we ensure that your event reflects your unique style and preferences.\\n<h3>Meeting Hall in Nashik: Convenient and Comfortable<\\/h3>\\nIf you are organizing a business meeting or workshop and need a reliable meeting hall in Nashik, Hotel Dhruv Palace offers excellent options. Our facilities are ideal for both small and mid-sized gatherings, featuring comfortable seating, modern presentation tools, and a quiet environment that promotes focus and collaboration.\\n\\nOur team is dedicated to providing top-notch service, ensuring that every aspect of your meeting runs according to plan. Whether it\\u2019s technical support or customized catering, we are here to assist you at every step.\\n<h3>Why Choose Hotel Dhruv Palace as the Top Conference Hall in Nashik Trimbakeshwar?<\\/h3>\\nHotel Dhruv Palace has earned a reputation as the top conference hall in Nashik Trimbakeshwar by consistently delivering outstanding service and world-class facilities. Our strategic location near the Trimbakeshwar Temple makes us easily accessible for guests coming from Nashik city and nearby areas.\\n\\nOur top conference hall in Nashik Trimbakeshwar combines elegant interiors with advanced facilities to ensure your event is both impressive and successful. Whether you are hosting a corporate event, a religious ceremony, or a grand celebration, we offer flexible packages that can be tailored to suit your specific requirements.\\n<h3>Additional Amenities to Enhance Your Stay<\\/h3>\\nBeyond offering the best banquet hall in Nashik and conference hall in Trimbakeshwar, Hotel Dhruv Palace provides a range of services to make your visit pleasant and hassle-free. Guests can enjoy:\\n<ul>\\n \\t<li>Spacious parking facilities<\\/li>\\n \\t<li>Lift access<\\/li>\\n \\t<li>A dedicated travel desk<\\/li>\\n \\t<li>Pure vegetarian multi-cuisine restaurant<\\/li>\\n \\t<li>On-site medical assistance<\\/li>\\n \\t<li>Laundry services<\\/li>\\n \\t<li>Wi-Fi connectivity in reception areas<\\/li>\\n \\t<li>24x7 banking ATM access<\\/li>\\n \\t<li>LED TVs with DTH service<\\/li>\\n<\\/ul>\\n<h3>Book Your Next Event with Confidence<\\/h3>\\nWhether you are planning a large wedding, a business conference, or an intimate family gathering, Hotel Dhruv Palace offers the perfect setting. Our banquet hall in Nashik, conference hall in Trimbakeshwar, and meeting halls are designed to cater to diverse needs with exceptional attention to detail. Allow us to take care of the planning, so you can focus on creating cherished memories with your guests.\\n\\nContact Hotel Dhruv Palace today and let us help you host an event that will be remembered for years to come.\\n\\n<\\/div>\\n<div style=\\\"max-width: 800px; margin: 0 auto; padding: 5px;\\\">\\n<h2 style=\\\"text-align: center;\\\">Frequently Asked Questions<\\/h2>\\n<ol style=\\\"list-style: none; padding-left: 0;\\\">\\n \\t<li>\\n<h4>1. What makes your banquet hall in Nashik a great choice for events?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Our banquet hall in Nashik is designed to host weddings, family gatherings, and celebrations with ease. The banquet hall in Nashik offers spacious seating, elegant d\\u00e9cor, and delicious vegetarian catering to ensure every event is special.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>2. Do you have a conference hall in Trimbakeshwar suitable for business events?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Yes, our conference hall in Trimbakeshwar is perfect for corporate meetings, seminars, and workshops. The conference hall in Trimbakeshwar is equipped with modern facilities and located close to the Trimbakeshwar Temple, making it a convenient choice for business and religious groups.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>3. Is there a meeting hall in Trimbakeshwar for small gatherings?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">We offer a meeting hall in Trimbakeshwar that caters to small business meetings, family discussions, and group sessions. The meeting hall in Trimbakeshwar is air-conditioned, well-furnished, and supported with basic technical amenities.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>4. Can I book a banquet hall in Trimbakeshwar for private functions?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Yes, our banquet hall in Trimbakeshwar is ideal for birthdays, anniversaries, and religious celebrations. The banquet hall in Trimbakeshwar provides a peaceful ambiance and pure vegetarian catering to make every event memorable.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>5. Do you have a meeting hall in Nashik for business discussions?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Our meeting hall in Nashik is available for corporate presentations, team discussions, and small events. The meeting hall in Nashik offers comfortable seating, audio-visual equipment, and a quiet environment for productive meetings.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>6. What facilities does your top conference hall in Nashik Trimbakeshwar offer?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Our top conference hall in Nashik Trimbakeshwar features modern amenities like high-quality sound systems, projectors, Wi-Fi, and customized catering services. The top conference hall in Nashik Trimbakeshwar is perfect for both business and religious gatherings.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>7. Are your banquet and meeting halls in Trimbakeshwar and Nashik suitable for various events?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Yes, our banquet hall in Trimbakeshwar and meeting hall in Nashik are designed for both personal and corporate events. Whether you need a banquet hall in Trimbakeshwar or a meeting hall in Nashik, we offer flexible arrangements and full hospitality services.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>8. How close is your conference hall in Trimbakeshwar to the temple?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Our conference hall in Trimbakeshwar is located just 500 meters from the famous Trimbakeshwar Temple. This makes the conference hall in Trimbakeshwar an excellent option for guests attending spiritual events or religious functions.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>9. Do you provide catering services with your banquet hall in Nashik and Trimbakeshwar?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">Yes, catering is available with both our banquet hall in Nashik and banquet hall in Trimbakeshwar. Guests can enjoy a variety of pure vegetarian Indian, Chinese, South Indian, Continental, and Gujarati dishes during their events.<\\/p>\\n<\\/li>\\n \\t<li>\\n<h4>10. How can I check availability for the top conference hall in Nashik Trimbakeshwar?<\\/h4>\\n<p style=\\\"font-size: 14px;\\\">To check availability for the top conference hall in Nashik Trimbakeshwar, you can directly contact our hotel. Our staff will provide details and assist you in booking the top conference hall in Nashik Trimbakeshwar for your upcoming event.<\\/p>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n \\n\\n \\n\\n<strong>Explore more:<\\/strong>\\n<a href=\\\"https:\\/\\/hoteldhruvpalace.com\\/restaurant\\/\\\">Restaurant<\\/a> |\\n<a href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/suite\\/\\\">Suite Room<\\/a> |\\n<a href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/family-8-bed\\/\\\">Family 8 Bed<\\/a> |\\n<a href=\\\"https:\\/\\/hoteldhruvpalace.com\\/product\\/super-deluxe\\/\\\">Super Deluxe<\\/a>\\n<br>\\n<br>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21214,2829,'_wp_page_template','elementor_header_footer'),(21222,2829,'_elementor_page_assets','a:0:{}'),(21466,2909,'_edit_lock','1751078124:2'),(21467,2909,'_edit_last','2'),(21468,2909,'_elementor_edit_mode','builder'),(21469,2909,'_elementor_template_type','wp-page'),(21470,2909,'_elementor_version','3.23.4'),(21471,2909,'_elementor_pro_version','3.23.3'),(21487,2909,'_wp_page_template','default'),(21488,2909,'_elementor_data','[{\"id\":\"ec200c7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"6f705ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ff6d38f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Customer Support\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f01bb61\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e1e30f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b14d677\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"6a4ad2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"fb79e9c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-clipboard-list\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c6ccae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0b7732a\",\"elType\":\"widget\",\"settings\":{\"title\":\"To see your existing Booking \",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"265ca05\",\"elType\":\"widget\",\"settings\":{\"text\":\"My Booking\",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/guestrequest\\/login\\/PDFwMT5aVhkA3SjtMe1uV8ZkYDej\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"},\"icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bd44af9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4b4876c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"f70dfc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6fd139a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-building\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"653729f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"779df0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"To see your Accommodation \",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffa979d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Accommodation\",\"link\":{\"url\":\"https:\\/\\/www.asiatech.in\\/booking_engine\\/index3.php?token=MjE4Nw==\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3dcc9e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0143263\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"3da0040\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"76579a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"2de890c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"941cdb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"To get contact information for any help\\n\",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f4db84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2486959\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"6866a3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"85d7939\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"cd132a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ce81370\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-review\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e3a911c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc112da\",\"elType\":\"widget\",\"settings\":{\"title\":\"To see Review \",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c93e6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Review \",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/review\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7bc2b1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f1c8c9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"443452e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"ac52414\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-message\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"67386d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7918eb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"To chat us\",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81c7213\",\"elType\":\"widget\",\"settings\":{\"text\":\"Chat Us\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1890ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67efcd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"2a5cfb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"f884044\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-user\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"fb76325\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"90b10f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"To see your account \\n\",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93d519f\",\"elType\":\"widget\",\"settings\":{\"text\":\"My Account \",\"link\":{\"url\":\"https:\\/\\/live.ipms247.com\\/booking\\/login-hoteldhruvpalace-Direct\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d9e0ba1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"df7799b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d3411a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a6904c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ECE4DB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"dd265f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":17.671,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"d67adf5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-help-desk\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"2699b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82.329,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0563a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Still Need Help ?\",\"title_color\":\"#343434\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31a8a05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Talk to customer support agent\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8fc6f6b\",\"elType\":\"widget\",\"settings\":{\"text\":\"For Help\",\"link\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/still-need-help\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c3e4c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(21495,2909,'_elementor_page_assets','a:0:{}'),(21566,250,'_wp_old_date','2022-05-21'),(21558,2674,'_wp_old_date','2022-05-21'),(21559,235,'_wp_old_date','2022-05-21'),(29076,2674,'_wp_old_date','2023-02-01'),(21561,2873,'_wp_old_date','2022-05-21'),(21563,1269,'_wp_old_date','2022-05-21'),(21565,452,'_wp_old_date','2022-05-21'),(21628,2677,'_wp_page_template','default'),(21629,2677,'_elementor_data','[{\"id\":\"73d686b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"initial\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":-598,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-202,\"sizes\":[]},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.33,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f207f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"8e6bebc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Review\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74bef1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"59d3569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"12c8f5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a8eeaf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"41c7af5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"It was good pleasant stay. AC room is good with sofa. Service is good at Dhruv we have lift and a person for help. Location is best part, it has ample space for car parking and is a hussle free zone.\",\"name\":\"Amol Modak\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":5,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"6cd6fca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75f5f8\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"stay was Average because the bathroom cleanliness is not up to mark. it should be better if maintained. staff is good. Room cleanliness is also not up to mark. hotel looks cool from outside but internal structure should be improved. charging high rate for rooms but the rooms are not like that we have seen so please improve this\",\"name\":\"Raja\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":3,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"eddb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3112229\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"I visited this place last week and it was an amazing experience. The Staff is very nice and rooms are clean and good. Must visit\",\"name\":\"Shubham Meghani\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":5,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"487f969\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"2e4f777\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ed490\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Situated close to the Trimbakeshwar Jyotirling. 800m walking distance. Has good and professional staff. There is a restaurant at the base and rooms on the top with a lift inside that works. Cleanliness is also good. The restaurant serves fresh food with good quality but moderate quantity. They also provide you with a pamplet that tell you about the hotela and surrounding spots and places to visit.\",\"name\":\"Siddhesh Sanjay Ganve\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":4,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"686bd54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5a534\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Fairly decent place to stay, food is good albeit being a bit expensive.\\nLodging faculties are quite good and sanitation is taken care of regularly.\\nYes, although for some reason getting a cab, ola or Uber or anything, is frustratingly difficult.\\nThe staff is mostly polite and well mannered although English seems to be a problem, but hey, can\'t blame them for that, can we?\\nAll and all, this is reasonably worth your bucks and would recommend it. Thanks.\",\"name\":\"Digant Chandel\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":3,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"03a8ec8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3239a\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"One of the only decent Hotel with AC rooms in Trimbakeshwar way back in 2003 is efficiently run by Patel brothers Kalpeshbhai and Vipulbhai.\\nA range of AC and Non AC neat and clean rooms, food is okay.\\nA pravachan\\/marriage hall to accommodate. 150 to 200 people, a small AC conference room on the third floor, ample parking space. Great place to relax with family and friends.\",\"name\":\"Sumit\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":5,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d4a741f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"2bdb0f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5b1dc34\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Affordable, clean rooms with ac. perfect for a day stay. Within 1 km of temple. Hotel is just after the check point. Food: Jain food available. Note: oyo rooms are available in next hotel which might be better in same price.\",\"name\":\"Shomeek Basu\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":4,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"ab82b1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"07b7cde\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"The hotel is good, rooms nice n clean. Service is good, restaurant has good taste (a bit costly).\\nThe staff is friendly and the rooms are good. However the facilities come for a price. Room service and food is good. Excellent Rooms, Good staff, Food quality is value for money, meeting hall is good.\",\"name\":\"Rajaram Gohire\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":3,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"1a52416\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c41a7bb\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"it\'s an average hotel with small rooms. stay was fine, no issues. location is perfect, near to Temple, HDFC Bank ATM next, restaurant below. hot and cold water , TV . food was ok. staff is Good.\",\"name\":\"Sumit\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":5,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0dd132d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1193fff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a60682\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"Nice place and cost effective...You can stay here if u want somewhere near temple.\",\"name\":\"Pranay Ashutosh\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":4,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"5800568\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8f5159b\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"It\'s a good place for affordable residence, very near to the triambakeshwar temple,walk away distance,nice staff\",\"name\":\"Savita G Gouda\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":3,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false},{\"id\":\"815060a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dc7375a\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"I love my stay here...and food was plus point of this hotel what a great taste and so friendly staff.. \\u2026\",\"name\":\"mihir sharanam\",\"title\":\"\",\"image\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"fdb102d\",\"rating\":5,\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"slides_per_view\":\"1\",\"slides_to_scroll\":\"1\",\"pagination\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"slide_background_color\":\"#FFFFFF\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"slide_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"slide_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"100\",\"left\":\"12\",\"isLinked\":false},\"header_background_color\":\"#B5880480\",\"content_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"separator_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"name_color\":\"#FFFFFF\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Gilda Display\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"name_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"star_style\":\"star_unicode\",\"star_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"stars_color\":\"#FFF55F\",\"__globals__\":{\"slide_background_color\":\"globals\\/colors?id=accent\",\"header_background_color\":\"\",\"name_color\":\"globals\\/colors?id=accent\",\"name_typography_typography\":\"\",\"stars_color\":\"\",\"stars_unmarked_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false}],\"isInner\":false}]'),(21636,2677,'_elementor_page_assets','a:0:{}'),(21761,1269,'_wp_old_date','2022-05-22'),(21763,452,'_wp_old_date','2022-05-22'),(21813,452,'_wp_old_date','2022-06-04'),(21815,2947,'_wp_old_date','2022-06-04'),(21816,250,'_wp_old_date','2022-06-04'),(21846,2960,'_edit_lock','1751085888:2'),(21847,2960,'_edit_last','2'),(21848,2960,'_elementor_edit_mode','builder'),(21849,2960,'_elementor_template_type','wp-page'),(21850,2960,'_elementor_version','3.23.4'),(21851,2960,'_elementor_pro_version','3.23.3'),(21860,2960,'_wp_page_template','default'),(21861,2960,'_elementor_data','[{\"id\":\"808888e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1006,\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/hotel-banner.jpg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"699b323\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66895f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Still Need Help?\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32b7ebc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1046,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7aa3075\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.409,\"content_position\":\"center\"},\"elements\":[{\"id\":\"c30abc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"To Accomodation \",\"title_color\":\"#595959\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=text\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d71c67a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Accomodation \",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23ab766\",\"elType\":\"widget\",\"settings\":{\"title\":\"For More Help :\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Gilda Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=2198600\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bc37bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"support@hoteldhruvpalace.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"a2f72e8\",\"link\":{\"url\":\"mailto:support@hoteldhruvpalace.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"help@hoteldhruvpalace.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b9ffc80\",\"link\":{\"url\":\"mailto:help@hoteldhruvpalace.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=2198600\",\"icon_typography_typography\":\"\",\"icon_color\":\"globals\\/colors?id=2198600\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7164eaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.591},\"elements\":[{\"id\":\"03ee12b\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"_id\":\"96b806a\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"How can we help you?\",\"placeholder\":\"Message\",\"_id\":\"671ceb8\",\"required\":\"true\"},{\"_id\":\"cfea988\",\"field_type\":\"acceptance\",\"required\":\"true\",\"acceptance_text\":\"Confirm your details so we can call you\",\"checked_by_default\":\"yes\",\"custom_id\":\"field_cfea988\"},{\"_id\":\"7a724ba\",\"field_type\":\"checkbox\",\"field_label\":\"Prefferrd Language \",\"field_options\":\"Hindi \\nEnglish\",\"custom_id\":\"field_7a724ba\"},{\"field_type\":\"tel\",\"field_label\":\"We will call you on this number : \",\"placeholder\":\"+91 823456789\",\"required\":\"true\",\"field_options\":\"Hindi \\nEnglish\",\"custom_id\":\"field_770cab8\",\"_id\":\"770cab8\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"button_width\":\"50\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Call Me Now\",\"email_to\":\"mapapi188@gmail.com\",\"email_subject\":\"New message from "Hoteldhruvpalace"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@hoteldhruvpalace.com\",\"email_from_name\":\"Hoteldhruvpalace\",\"email_to_2\":\"mapapi188@gmail.com\",\"email_subject_2\":\"New message from "Hoteldhruvpalace"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@hoteldhruvpalace.com\",\"email_from_name_2\":\"Hoteldhruvpalace\",\"email_reply_to_2\":\"mapapi188@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There's something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"label_typography_typography\":\"globals\\/typography?id=secondary\"},\"server_message\":\"Your submission failed because of a server error.\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(21868,2960,'_elementor_page_assets','a:0:{}'),(21870,2965,'_menu_item_type','post_type'),(21871,2965,'_menu_item_menu_item_parent','0'),(21872,2965,'_menu_item_object_id','2909'),(21873,2965,'_menu_item_object','page'),(21874,2965,'_menu_item_target',''),(21875,2965,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21876,2965,'_menu_item_xfn',''),(21877,2965,'_menu_item_url',''),(21879,2674,'_wp_old_date','2022-06-04'),(21880,235,'_wp_old_date','2022-06-04'),(29075,176,'ekit_post_views_count','16'),(21882,2873,'_wp_old_date','2022-06-04'),(21884,1269,'_wp_old_date','2022-06-04'),(21886,2947,'_wp_old_date','2022-06-07'),(21887,452,'_wp_old_date','2022-06-07'),(21888,250,'_wp_old_date','2022-06-07'),(22013,2981,'_wp_attached_file','2022/06/IMG20211114185235-scaled.jpg'),(22014,2981,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/06/IMG20211114185235-scaled.jpg\";s:8:\"filesize\";i:406741;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"IMG20211114185235-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14861;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG20211114185235-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2879;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG20211114185235-scaled-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35440;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12882;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"IMG20211114185235-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5478;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54469;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"IMG20211114185235-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163774;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"IMG20211114185235-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269037;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16237;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38394;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG20211114185235-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"IMG20211114185235.jpg\";}'),(22474,3038,'_wp_attached_file','2022/06/th.jpg'),(22475,3038,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:152;s:4:\"file\";s:14:\"2022/06/th.jpg\";s:8:\"filesize\";i:3839;s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"th-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"th-130x150.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4635;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:14:\"th-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22700,3068,'_edit_last','2'),(22701,3068,'nta_wa_account_info','a:7:{s:6:\"number\";s:13:\"+919021072870\";s:5:\"title\";s:12:\"Support Team\";s:14:\"predefinedText\";s:0:\"\";s:14:\"willBeBackText\";s:34:\"I will be back in [njwa_time_work]\";s:11:\"dayOffsText\";s:19:\"I will be back soon\";s:17:\"isAlwaysAvailable\";s:2:\"ON\";s:17:\"daysOfWeekWorking\";a:7:{s:6:\"sunday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:6:\"monday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:7:\"tuesday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:9:\"wednesday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:8:\"thursday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:6:\"friday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}s:8:\"saturday\";a:2:{s:14:\"isWorkingOnDay\";s:3:\"OFF\";s:9:\"workHours\";a:1:{i:0;a:2:{s:9:\"startTime\";s:5:\"08:00\";s:7:\"endTime\";s:5:\"17:30\";}}}}}'),(22699,3068,'_edit_lock','1726243030:2'),(22702,3068,'nta_wa_button_styles','a:6:{s:4:\"type\";s:5:\"round\";s:15:\"backgroundColor\";s:7:\"#2DB742\";s:9:\"textColor\";s:4:\"#fff\";s:5:\"label\";s:23:\"Need Help? Chat with us\";s:5:\"width\";i:300;s:6:\"height\";i:64;}'),(22703,3068,'nta_wa_widget_show','ON'),(22704,3068,'nta_wa_widget_position','0'),(22705,3068,'nta_wa_wc_show','OFF'),(22706,3068,'nta_wa_wc_position','0'),(23805,3205,'_elementor_version','3.6.6'),(23261,1050,'_edit_lock','1655397514:2'),(25678,2212,'_elementor_source_image_hash','cd21742c8bc00b7c41adbc545badf9ff10d7999b'),(25677,1759,'_wp_attachment_context','site-icon'),(23801,3205,'_edit_lock','1655983462:2'),(23802,3205,'_edit_last','2'),(23803,3205,'_elementor_edit_mode','builder'),(23804,3205,'_elementor_template_type','wp-page'),(23806,3205,'_elementor_pro_version','3.5.1'),(23815,3205,'_wp_page_template','default'),(23816,3205,'_elementor_data','[{\"id\":\"87809a8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"da0813a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bd974b5\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style6\",\"ekit_testimonial_wartermark_enable\":\"\",\"ekit_testimonial_rating_enable\":\"\",\"ekit_testimonial_data\":[{\"client_name\":\" TRIMBAKESHWAR MAIN TEMPLE\",\"_id\":\"0ab015a\",\"designation\":\"0.2 KM\",\"review\":\"Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/trimbakeshwar.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"KUSHAVARTA KUND\",\"_id\":\"0020d1d\",\"designation\":\"0.2 KM\",\"review\":\"The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/kushavarta.jpg\",\"id\":549,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"NIVRUTTINATH SAMADHI\",\"_id\":\"b36d997\",\"designation\":\"1 KM\",\"review\":\"After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/nivruttinath.jpg\",\"id\":546,\"alt\":\"\",\"source\":\"library\"}},{\"client_name\":\"BRAHMAGIRI (700 STOPS)\",\"designation\":\"1 KM\",\"review\":\"Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/brahmgiri.jpg\",\"id\":555,\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bd1a9fd\"},{\"_id\":\"421aedf\",\"client_name\":\"GANGA DWAR\",\"designation\":\"1 KM\",\"review\":\"From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/gangadvar.jpg\",\"id\":548,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"380ae50\",\"client_name\":\"NIL PARVAT (AMBIKA MATA MANDIR)\",\"designation\":\"2 KM\",\"review\":\"Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar. \",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/neel-parvat.jpg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"d50af26\",\"client_name\":\"GURUKUL (SWAMI SAMARTH\",\"designation\":\"1.5 KM\",\"review\":\"Review TextThe Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/GURUKUL-SWAMI-SAMARTH.jpg\",\"id\":2017,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"541d56c\",\"client_name\":\"ANJANERI (HANUMAN BIRTH PLACE)\",\"designation\":\"6 KM\",\"review\":\"Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/anjaneri.jpg\",\"id\":554,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"56f40a9\",\"client_name\":\"PANCHAWATI\",\"designation\":\"32 KM\",\"review\":\"River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/panchawati.jpg\",\"id\":543,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"ac41129\",\"client_name\":\"MUKTIDHAM\",\"designation\":\"39 KM\",\"review\":\"Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/muktidham.jpg\",\"id\":544,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0bb1aa4\",\"client_name\":\"SHIRDI SAI BABA TEMPLE\",\"designation\":\"117 KM\",\"review\":\"Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime. \",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shirdi.jpg\",\"id\":550,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"79f9b75\",\"client_name\":\"SHANI SHINGNAPUR TEMPLE\",\"designation\":\"174 KM\",\"review\":\"The temple is believed to be a \\\"jagrut devasthan\\\" (\\\"alive temple\\\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.\",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/shani.jpg\",\"id\":545,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"0aead3a\",\"client_name\":\"MAHABALESHWAR TEMPLE\",\"designation\":\"367 KM\",\"review\":\"Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank. \",\"client_photo\":{\"url\":\"https:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/03\\/MAHABALESHWAR-TEMPLE.jpg\",\"id\":2057,\"alt\":\"\",\"source\":\"library\"}}],\"ekit_testimonial_left_right_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_testimonial_slidetoshow\":3,\"ekit_testimonial_slidesToScroll\":3},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(23823,3205,'_elementor_page_assets','a:0:{}'),(23898,3205,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(25673,1562,'original-file','2022/03/gallery-premise-5-1-updraft-pre-smush-original.jpg'),(25674,1562,'smush-complete','1'),(25675,1562,'smush-info','The file was compressed from 563.25 KB to 68.88 KB saving 87.77 percent using WP-Optimize'),(25676,1562,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:576773;s:12:\"smushed-size\";i:70528;s:15:\"savings-percent\";d:87.77;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:576773;s:10:\"compressed\";i:70528;}s:6:\"medium\";a:2:{s:8:\"original\";i:13647;s:10:\"compressed\";i:8197;}s:5:\"large\";a:2:{s:8:\"original\";i:91188;s:10:\"compressed\";i:52650;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7297;s:10:\"compressed\";i:4273;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58195;s:10:\"compressed\";i:33956;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:20942;s:10:\"compressed\";i:12418;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:40134;s:10:\"compressed\";i:23568;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4293;s:10:\"compressed\";i:2503;}}}'),(25672,1561,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:855902;s:12:\"smushed-size\";i:115556;s:15:\"savings-percent\";d:86.5;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:855902;s:10:\"compressed\";i:115556;}s:6:\"medium\";a:2:{s:8:\"original\";i:15481;s:10:\"compressed\";i:8249;}s:5:\"large\";a:2:{s:8:\"original\";i:140657;s:10:\"compressed\";i:80068;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8690;s:10:\"compressed\";i:4564;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:87235;s:10:\"compressed\";i:47900;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:31227;s:10:\"compressed\";i:16582;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:56872;s:10:\"compressed\";i:30578;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4367;s:10:\"compressed\";i:2294;}}}'),(25669,1561,'original-file','2022/03/gallery-premise-4-1-updraft-pre-smush-original.jpg'),(25670,1561,'smush-complete','1'),(25671,1561,'smush-info','The file was compressed from 835.84 KB to 112.85 KB saving 86.5 percent using WP-Optimize'),(25665,1560,'original-file','2022/03/gallery-premise-3-1-updraft-pre-smush-original.jpg'),(25666,1560,'smush-complete','1'),(25667,1560,'smush-info','The file was compressed from 551.56 KB to 68.83 KB saving 87.52 percent using WP-Optimize'),(25668,1560,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:564798;s:12:\"smushed-size\";i:70484;s:15:\"savings-percent\";d:87.52;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:564798;s:10:\"compressed\";i:70484;}s:6:\"medium\";a:2:{s:8:\"original\";i:12704;s:10:\"compressed\";i:7412;}s:5:\"large\";a:2:{s:8:\"original\";i:87199;s:10:\"compressed\";i:52015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7614;s:10:\"compressed\";i:4413;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:56572;s:10:\"compressed\";i:33310;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:22334;s:10:\"compressed\";i:13119;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:38730;s:10:\"compressed\";i:22597;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4273;s:10:\"compressed\";i:2473;}}}'),(25663,1559,'smush-info','The file was compressed from 517.79 KB to 64.33 KB saving 87.58 percent using WP-Optimize'),(25664,1559,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:530221;s:12:\"smushed-size\";i:65876;s:15:\"savings-percent\";d:87.58;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:530221;s:10:\"compressed\";i:65876;}s:6:\"medium\";a:2:{s:8:\"original\";i:11927;s:10:\"compressed\";i:7010;}s:5:\"large\";a:2:{s:8:\"original\";i:82245;s:10:\"compressed\";i:48698;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6608;s:10:\"compressed\";i:3889;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:53332;s:10:\"compressed\";i:31096;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:18513;s:10:\"compressed\";i:11014;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:36468;s:10:\"compressed\";i:21084;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3884;s:10:\"compressed\";i:2257;}}}'),(25661,1559,'original-file','2022/03/gallery-premise-2-1-updraft-pre-smush-original.jpg'),(25662,1559,'smush-complete','1'),(25660,1558,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:526888;s:12:\"smushed-size\";i:63311;s:15:\"savings-percent\";d:87.98;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526888;s:10:\"compressed\";i:63311;}s:6:\"medium\";a:2:{s:8:\"original\";i:11219;s:10:\"compressed\";i:6510;}s:5:\"large\";a:2:{s:8:\"original\";i:79180;s:10:\"compressed\";i:46608;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6473;s:10:\"compressed\";i:3709;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:51145;s:10:\"compressed\";i:29566;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19390;s:10:\"compressed\";i:11347;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34776;s:10:\"compressed\";i:19947;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3720;s:10:\"compressed\";i:2118;}}}'),(25658,1558,'smush-complete','1'),(25659,1558,'smush-info','The file was compressed from 514.54 KB to 61.83 KB saving 87.98 percent using WP-Optimize'),(25657,1558,'original-file','2022/03/gallery-premise-1-1-updraft-pre-smush-original.jpg'),(25654,1557,'smush-complete','1'),(25655,1557,'smush-info','The file was compressed from 514.10 KB to 59.37 KB saving 88.45 percent using WP-Optimize'),(25656,1557,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:526434;s:12:\"smushed-size\";i:60795;s:15:\"savings-percent\";d:88.45;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526434;s:10:\"compressed\";i:60795;}s:6:\"medium\";a:2:{s:8:\"original\";i:11513;s:10:\"compressed\";i:6910;}s:5:\"large\";a:2:{s:8:\"original\";i:79041;s:10:\"compressed\";i:44894;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6913;s:10:\"compressed\";i:4023;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:50198;s:10:\"compressed\";i:29055;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19092;s:10:\"compressed\";i:11318;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34171;s:10:\"compressed\";i:20071;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4018;s:10:\"compressed\";i:2312;}}}'),(25653,1557,'original-file','2022/03/gallery-conference-3-2-updraft-pre-smush-original.jpg'),(25652,1555,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:484296;s:12:\"smushed-size\";i:36539;s:15:\"savings-percent\";d:92.46;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:484296;s:10:\"compressed\";i:36539;}s:6:\"medium\";a:2:{s:8:\"original\";i:7018;s:10:\"compressed\";i:4043;}s:5:\"large\";a:2:{s:8:\"original\";i:53978;s:10:\"compressed\";i:27826;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4448;s:10:\"compressed\";i:2525;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:32030;s:10:\"compressed\";i:17671;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:12668;s:10:\"compressed\";i:7513;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:20975;s:10:\"compressed\";i:12138;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2728;s:10:\"compressed\";i:1565;}}}'),(25649,1555,'original-file','2022/03/gallery-conference-2-1-updraft-pre-smush-original.jpg'),(25650,1555,'smush-complete','1'),(25651,1555,'smush-info','The file was compressed from 472.95 KB to 35.68 KB saving 92.46 percent using WP-Optimize'),(25648,1554,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:486366;s:12:\"smushed-size\";i:35917;s:15:\"savings-percent\";d:92.62;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:486366;s:10:\"compressed\";i:35917;}s:6:\"medium\";a:2:{s:8:\"original\";i:7308;s:10:\"compressed\";i:4148;}s:5:\"large\";a:2:{s:8:\"original\";i:53006;s:10:\"compressed\";i:26997;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4026;s:10:\"compressed\";i:2285;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:31554;s:10:\"compressed\";i:17103;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:10644;s:10:\"compressed\";i:6192;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:21073;s:10:\"compressed\";i:11909;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2515;s:10:\"compressed\";i:1400;}}}'),(25646,1554,'smush-complete','1'),(25647,1554,'smush-info','The file was compressed from 474.97 KB to 35.08 KB saving 92.62 percent using WP-Optimize'),(25645,1554,'original-file','2022/03/gallery-conference-1-1-updraft-pre-smush-original.jpg'),(34297,4441,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/jmcopuuqab8soykxozi5-scaled.webp\";s:8:\"filesize\";i:156254;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8628;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"jmcopuuqab8soykxozi5-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32384;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"jmcopuuqab8soykxozi5-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78426;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"jmcopuuqab8soykxozi5-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116548;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12046;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22878;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"jmcopuuqab8soykxozi5-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"jmcopuuqab8soykxozi5.webp\";}'),(25628,1324,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:747;s:4:\"file\";s:45:\"WhatsApp-Image-2022-03-08-at-12.54.21-PM.jpeg\";}}'),(25626,205,'_elementor_source_image_hash','275ff3313d935059082318048a6757878e934c6b'),(25627,206,'_elementor_source_image_hash','f7ce73ea7c53a8d729664b7b1199d7956a2f67e7'),(25624,201,'_elementor_source_image_hash','7f3c83ca8db65da40d06fd75aad4893ff7218aa1'),(25625,203,'_elementor_source_image_hash','174cbf46e396aadfe36baa97a5ba11c2650005ac'),(25622,197,'_elementor_source_image_hash','3a951f3e60c95a916b6be37bd0a33dc19a7e9d9a'),(25623,199,'_elementor_source_image_hash','da659440a8941ce4c1601a11b6df1a76c185d1c3'),(25620,195,'_elementor_source_image_hash','b83ad940ff7082a039010f59ee3de349ce1ffc6d'),(25621,196,'_elementor_source_image_hash','e0515a4d738140733914f4233a3823f6317a62b6'),(25617,192,'_elementor_source_image_hash','43ce69a599180579d147fd9b5326de63327396c6'),(25618,193,'_elementor_source_image_hash','95c8d6f113efdcff853521fb2076edfde9bb3df4'),(25619,194,'_elementor_source_image_hash','7fb0a01cb0d84c2f62652dcbaba22cfc53b90624'),(25616,191,'_elementor_source_image_hash','d317c400f3dc8d270a692f651492313446a13980'),(25614,189,'_elementor_source_image_hash','e9ae0350701c9fc116ba71ba4deb5794e7d5c889'),(25615,190,'_elementor_source_image_hash','26ce280b81d389b23f8d50b1bec14d4623060b07'),(25612,187,'_elementor_source_image_hash','9527ba398946b02bf2cb05eebc5aa6d5ac2db204'),(25613,188,'_elementor_source_image_hash','ef48cd7c8c3139b785d33e5f75011ed6a3edaea5'),(25610,185,'_elementor_source_image_hash','e893180236d698cdb32e0f8fffde8c28de8f3edc'),(25611,186,'_elementor_source_image_hash','8dc79e7af2099974caa8ddf3748cf60b44abf6e8'),(25609,184,'_elementor_source_image_hash','8e4b62ccbbb626538d639dc0de790221ba3eafab'),(25607,182,'_elementor_source_image_hash','acd76ab799c6a374e2738c8505b936c4806e9d2c'),(25608,183,'_elementor_source_image_hash','75537ff2169e6e43c09f1328a75f1e9bc5ba90f4'),(25605,178,'_elementor_source_image_hash','cd7640d0868e57fb014003c2d9122e10cfb1137b'),(25606,179,'_elementor_source_image_hash','7d6d05b8bc0d4b190a89c1dc746043e6743bf118'),(24680,1145,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:30;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:30;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:30;s:22:\"typography_font_family\";i:14;s:20:\"typography_font_size\";i:30;s:22:\"typography_font_weight\";i:14;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:50;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:50;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:16;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:15;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:15;s:12:\"border_width\";i:15;s:12:\"border_color\";i:15;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:13:\"content_width\";i:28;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:14;s:3:\"gap\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:28;s:7:\"padding\";i:16;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:6;s:11:\"hide_tablet\";i:6;s:11:\"hide_mobile\";i:6;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:17;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:16;s:18:\"background_color_b\";i:16;s:23:\"background_color_b_stop\";i:16;s:28:\"background_gradient_position\";i:16;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:3:{s:12:\"border_width\";i:16;s:12:\"border_color\";i:16;s:30:\"box_shadow_box_shadow_position\";i:16;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:16;s:23:\"shape_divider_top_width\";i:16;s:24:\"shape_divider_top_height\";i:16;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:29;s:10:\"image_size\";i:29;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:28;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:29;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:29;s:10:\"text_color\";i:29;s:21:\"typography_typography\";i:29;s:22:\"typography_font_family\";i:29;s:20:\"typography_font_size\";i:29;s:22:\"typography_line_height\";i:29;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:13;}}}}}'),(25603,175,'_elementor_source_image_hash','c42adaa87ae19615c3117a5904dede0224669abb'),(25604,176,'_elementor_source_image_hash','c34c24ceeb226803a2859bd96136250e609a7ea0'),(25601,173,'_elementor_source_image_hash','019964e34d4799f781b742a1ff2fbbf15374d290'),(25602,174,'_elementor_source_image_hash','56082fd9cf82088afc6ade6ac32321ba10b9bc2f'),(25599,171,'_elementor_source_image_hash','feada86250335373aecd37e351812c5281040a8e'),(25600,172,'_elementor_source_image_hash','cd25ae4f0f5ab5f00070599b907e4fe36237e3c1'),(25597,169,'_elementor_source_image_hash','2042199de626229ec6edd7cfe33d3177f9098c3b'),(25598,170,'_elementor_source_image_hash','95d8c48c2b42a2e9dd455b31e6a9fb7826a2b6fb'),(25595,167,'_elementor_source_image_hash','49a94f69a09e0c4bfce494d18ff7c7f9de4265ad'),(25596,168,'_elementor_source_image_hash','4ace8c042fbf673ff5bafc3be7f9248534e10741'),(25593,164,'_elementor_source_image_hash','06d10a5c4e3286ac8e8c50dcc6df592688a59751'),(25594,165,'_elementor_source_image_hash','34fb6ec391c5ad3f9c48ad7a7abfd7dc3114641a'),(25591,162,'_elementor_source_image_hash','75c028a50391213949fad367dc094b30b3b7e193'),(25592,163,'_elementor_source_image_hash','7d37c69840650d5ced10fafb74dca3739cf31215'),(25589,157,'_elementor_source_image_hash','2e9a6db3640e06eec11404f733f6bc70d3848742'),(25590,159,'_elementor_source_image_hash','6bcc621fa28b01829f6e667c27f5ac3fede041e1'),(25586,154,'_elementor_source_image_hash','4060ed5ea2e11deb7926e2b6a4cf5d98fdf4a3e5'),(25587,155,'_elementor_source_image_hash','2bbf2b1182f981a008f2c793e339a5b4bb4bb6a9'),(25588,156,'_elementor_source_image_hash','1fbc49086406903c067b2e5a5989b102472ecf59'),(25585,153,'_elementor_source_image_hash','5300d1d3cf5b97d60b2afce84622716d75698d2b'),(24788,223,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:18;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:5;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:47;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:47;s:16:\"content_position\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:5;s:12:\"border_color\";i:4;s:13:\"border_radius\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:31;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:7;s:7:\"padding\";i:14;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:9;s:11:\"hide_mobile\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:30;s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:4;s:19:\"custom_height_inner\";i:16;s:12:\"height_inner\";i:12;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:16;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:14;s:18:\"background_color_b\";i:13;s:23:\"background_color_b_stop\";i:13;s:28:\"background_gradient_position\";i:13;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:4:{s:23:\"shape_divider_top_width\";i:17;s:24:\"shape_divider_top_height\";i:17;s:17:\"shape_divider_top\";i:15;s:26:\"shape_divider_top_negative\";i:2;}s:14:\"section_border\";a:3:{s:12:\"border_width\";i:13;s:12:\"border_color\";i:13;s:30:\"box_shadow_box_shadow_position\";i:13;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:16;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:16;s:10:\"text_color\";i:16;s:21:\"typography_typography\";i:16;s:22:\"typography_font_family\";i:16;s:20:\"typography_font_size\";i:16;s:22:\"typography_line_height\";i:16;s:22:\"typography_font_weight\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:16:\"_section_masking\";a:1:{s:12:\"_mask_switch\";i:13;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:10;s:4:\"view\";i:10;s:5:\"shape\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:4:{s:8:\"position\";i:10;s:10:\"icon_space\";i:10;s:10:\"text_align\";i:10;s:26:\"content_vertical_alignment\";i:10;}s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:10;s:9:\"icon_size\";i:10;s:12:\"icon_padding\";i:10;s:13:\"border_radius\";i:10;}s:21:\"section_style_content\";a:4:{s:27:\"title_typography_typography\";i:10;s:26:\"title_typography_font_size\";i:10;s:28:\"title_typography_font_family\";i:10;s:28:\"title_typography_font_weight\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:10;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:3;s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:4:{s:14:\"pattern_height\";i:3;s:3:\"gap\";i:3;s:6:\"weight\";i:2;s:12:\"pattern_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:17:\"icon_align_mobile\";i:2;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:2;s:11:\"text_indent\";i:2;}s:18:\"section_text_style\";a:4:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:27:\"icon_typography_line_height\";i:2;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:3;s:14:\"title_html_tag\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:4:{s:26:\"section_toggle_style_title\";a:7:{s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_family\";i:3;s:11:\"title_color\";i:3;s:16:\"tab_active_color\";i:3;s:28:\"title_typography_line_height\";i:3;s:28:\"title_typography_font_weight\";i:3;}s:28:\"section_toggle_style_content\";a:7:{s:15:\"content_padding\";i:3;s:13:\"content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:30:\"content_typography_font_family\";i:3;s:30:\"content_typography_line_height\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;}s:20:\"section_toggle_style\";a:2:{s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}s:25:\"section_toggle_style_icon\";a:2:{s:10:\"icon_align\";i:3;s:10:\"icon_space\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(24816,3330,'_wp_attached_file','2022/06/ota.jpg'),(24817,3330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1432;s:6:\"height\";i:68;s:4:\"file\";s:15:\"2022/06/ota.jpg\";s:8:\"filesize\";i:85623;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"ota-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"ota-600x28.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13910;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ota-300x14.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3038;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"ota-1024x49.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-150x68.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ota-768x36.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9510;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"ota-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5305;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:14:\"ota-600x28.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6969;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2143;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25550,113,'_elementor_source_image_hash','cbbead9d2472183e3f1aaf1cedcca9723fa3c6f2'),(25679,3330,'_edit_lock','1656413094:2'),(28089,3649,'_order_key','wc_order_Utp3KZDxGDGZp'),(28090,3649,'_customer_user','0'),(28091,3649,'_customer_ip_address','122.170.152.119'),(28092,3649,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28093,3649,'_order_currency','INR'),(28094,3649,'_cart_discount','0'),(28095,3649,'_cart_discount_tax','0'),(28096,3649,'_order_shipping','0'),(28097,3649,'_order_shipping_tax','0'),(28098,3649,'_order_tax','0'),(28099,3649,'_order_total','6000.00'),(28100,3649,'_order_version','7.0.0'),(28101,3649,'_prices_include_tax','no'),(28102,3649,'_billing_address_index',' '),(28103,3649,'_shipping_address_index',' '),(28104,3649,'_billing_first_name','RnB'),(28105,3649,'_billing_last_name','System'),(28147,3651,'_order_key','wc_order_IFTgSnxNj3Q8k'),(28148,3651,'_customer_user','0'),(28149,3651,'_customer_ip_address','122.170.152.119'),(28150,3651,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28151,3651,'_order_currency','INR'),(28152,3651,'_cart_discount','0'),(28153,3651,'_cart_discount_tax','0'),(28154,3651,'_order_shipping','0'),(28155,3651,'_order_shipping_tax','0'),(28156,3651,'_order_tax','0'),(28157,3651,'_order_total','6000.00'),(28158,3651,'_order_version','7.0.0'),(28159,3651,'_prices_include_tax','no'),(28160,3651,'_billing_address_index',' '),(28161,3651,'_shipping_address_index',' '),(28162,3651,'_billing_first_name','RnB'),(28163,3651,'_billing_last_name','System'),(28164,3652,'_order_key','wc_order_JaJV6wpzRkBdQ'),(28165,3652,'_customer_user','0'),(28166,3652,'_customer_ip_address','122.170.152.119'),(28167,3652,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28168,3652,'_order_currency','INR'),(28169,3652,'_cart_discount','0'),(28170,3652,'_cart_discount_tax','0'),(28171,3652,'_order_shipping','0'),(28172,3652,'_order_shipping_tax','0'),(28173,3652,'_order_tax','0'),(28174,3652,'_order_total','2000.00'),(28175,3652,'_order_version','7.0.0'),(28176,3652,'_prices_include_tax','no'),(28177,3652,'_billing_address_index',' '),(28178,3652,'_shipping_address_index',' '),(28179,3652,'_billing_first_name','RnB'),(28180,3652,'_billing_last_name','System'),(28181,3653,'_order_key','wc_order_j1ZVDufXhhDnU'),(28182,3653,'_customer_user','0'),(28183,3653,'_customer_ip_address','122.170.152.119'),(28184,3653,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28185,3653,'_order_currency','INR'),(28186,3653,'_cart_discount','0'),(28187,3653,'_cart_discount_tax','0'),(28188,3653,'_order_shipping','0'),(28189,3653,'_order_shipping_tax','0'),(28190,3653,'_order_tax','0'),(28191,3653,'_order_total','2000.00'),(28192,3653,'_order_version','7.0.0'),(28193,3653,'_prices_include_tax','no'),(28194,3653,'_billing_address_index',' '),(28195,3653,'_shipping_address_index',' '),(28196,3653,'_billing_first_name','RnB'),(28197,3653,'_billing_last_name','System'),(28240,3655,'_order_key','wc_order_N6fmlPO6BryG0'),(28241,3655,'_customer_user','0'),(28242,3655,'_customer_ip_address','122.170.152.119'),(28243,3655,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28244,3655,'_order_currency','INR'),(28245,3655,'_cart_discount','0'),(28246,3655,'_cart_discount_tax','0'),(28247,3655,'_order_shipping','0'),(28248,3655,'_order_shipping_tax','0'),(28249,3655,'_order_tax','0'),(28250,3655,'_order_total','7500.00'),(28251,3655,'_order_version','7.0.0'),(28252,3655,'_prices_include_tax','no'),(28253,3655,'_billing_address_index',' '),(28254,3655,'_shipping_address_index',' '),(28255,3655,'_billing_first_name','RnB'),(28256,3655,'_billing_last_name','System'),(28257,3656,'_order_key','wc_order_QIvY4i7kARqS1'),(28258,3656,'_customer_user','0'),(28259,3656,'_customer_ip_address','122.170.152.119'),(28260,3656,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28261,3656,'_order_currency','INR'),(28262,3656,'_cart_discount','0'),(28263,3656,'_cart_discount_tax','0'),(28264,3656,'_order_shipping','0'),(28265,3656,'_order_shipping_tax','0'),(28266,3656,'_order_tax','0'),(28267,3656,'_order_total','7500.00'),(28268,3656,'_order_version','7.0.0'),(28269,3656,'_prices_include_tax','no'),(28270,3656,'_billing_address_index',' '),(28271,3656,'_shipping_address_index',' '),(28272,3656,'_billing_first_name','RnB'),(28273,3656,'_billing_last_name','System'),(28274,3657,'_order_key','wc_order_fE5LPfakG6oYB'),(28275,3657,'_customer_user','0'),(28276,3657,'_customer_ip_address','122.170.152.119'),(28277,3657,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28278,3657,'_order_currency','INR'),(28279,3657,'_cart_discount','0'),(28280,3657,'_cart_discount_tax','0'),(28281,3657,'_order_shipping','0'),(28282,3657,'_order_shipping_tax','0'),(28283,3657,'_order_tax','0'),(28284,3657,'_order_total','7500.00'),(28285,3657,'_order_version','7.0.0'),(28286,3657,'_prices_include_tax','no'),(28287,3657,'_billing_address_index',' '),(28288,3657,'_shipping_address_index',' '),(28289,3657,'_billing_first_name','RnB'),(28290,3657,'_billing_last_name','System'),(28291,3658,'_order_key','wc_order_SDbTrWxNNMEH8'),(28292,3658,'_customer_user','0'),(28293,3658,'_customer_ip_address','122.170.152.119'),(28294,3658,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28351,3661,'_order_tax','0'),(28350,3661,'_order_shipping_tax','0'),(28349,3661,'_order_shipping','0'),(28348,3661,'_cart_discount_tax','0'),(28347,3661,'_cart_discount','0'),(28304,3658,'_billing_address_index',' '),(28305,3658,'_shipping_address_index',' '),(28306,3658,'_billing_first_name','RnB'),(28307,3658,'_billing_last_name','System'),(28308,3659,'_order_key','wc_order_sst2JRy4cBQxb'),(28309,3659,'_customer_user','0'),(28310,3659,'_customer_ip_address','122.170.152.119'),(28311,3659,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28312,3659,'_order_currency','INR'),(28313,3659,'_cart_discount','0'),(28314,3659,'_cart_discount_tax','0'),(28315,3659,'_order_shipping','0'),(28316,3659,'_order_shipping_tax','0'),(28317,3659,'_order_tax','0'),(28318,3659,'_order_total','2500.00'),(28319,3659,'_order_version','7.0.0'),(28320,3659,'_prices_include_tax','no'),(28321,3659,'_billing_address_index',' '),(28322,3659,'_shipping_address_index',' '),(28323,3659,'_billing_first_name','RnB'),(28324,3659,'_billing_last_name','System'),(28325,3660,'_order_key','wc_order_51k6Nu7zyborY'),(28326,3660,'_customer_user','0'),(28327,3660,'_customer_ip_address','122.170.152.119'),(28328,3660,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28329,3660,'_order_currency','INR'),(28330,3660,'_cart_discount','0'),(28331,3660,'_cart_discount_tax','0'),(28332,3660,'_order_shipping','0'),(28333,3660,'_order_shipping_tax','0'),(28334,3660,'_order_tax','0'),(28335,3660,'_order_total','5000.00'),(28336,3660,'_order_version','7.0.0'),(28337,3660,'_prices_include_tax','no'),(28338,3660,'_billing_address_index',' '),(28339,3660,'_shipping_address_index',' '),(28340,3660,'_billing_first_name','RnB'),(28341,3660,'_billing_last_name','System'),(28342,3661,'_order_key','wc_order_4vt3UPYrzT1Q6'),(28343,3661,'_customer_user','0'),(28344,3661,'_customer_ip_address','122.170.152.119'),(28345,3661,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28346,3661,'_order_currency','INR'),(25917,3442,'_wp_attached_file','2022/03/mainlogo-1.png'),(25918,3442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:316;s:4:\"file\";s:22:\"2022/03/mainlogo-1.png\";s:8:\"filesize\";i:58623;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"mainlogo-1-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22026;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"mainlogo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70567;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10930;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"mainlogo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70567;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"mainlogo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25971,3449,'_wp_attached_file','2022/06/new1-150x50-1.png'),(25972,3449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2022/06/new1-150x50-1.png\";s:8:\"filesize\";i:3226;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"new1-150x50-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2845;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:24:\"new1-150x50-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25998,3453,'_wp_attached_file','2022/06/149-1499932_gold-page-divider-png-transparent-png-100x100-1.jpg'),(25999,3453,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:71:\"2022/06/149-1499932_gold-page-divider-png-transparent-png-100x100-1.jpg\";s:8:\"filesize\";i:1187;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26040,3460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1432;s:6:\"height\";i:68;s:4:\"file\";s:15:\"2022/06/ota.jpg\";s:8:\"filesize\";i:67707;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"ota-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6027;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1828;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"ota-600x28.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7462;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ota-300x14.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"ota-1024x49.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12452;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-150x68.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ota-768x36.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8978;}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"ota-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6027;}s:11:\"shop_single\";a:5:{s:4:\"file\";s:14:\"ota-600x28.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7462;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:14:\"ota-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(26039,3460,'_wp_attached_file','2022/06/ota.jpg'),(26012,3456,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:152;s:4:\"file\";s:14:\"2022/06/th.jpg\";s:8:\"filesize\";i:3324;s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"th-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"th-130x150.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3983;}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:14:\"th-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26011,3456,'_wp_attached_file','2022/06/th.jpg'),(26009,3455,'_wp_attached_file','2022/06/IMG20211114185235-100x100-1.jpg'),(26010,3455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:39:\"2022/06/IMG20211114185235-100x100-1.jpg\";s:8:\"filesize\";i:3427;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26050,3462,'_wp_attached_file','2022/06/MAHABALESHWAR-TEMPLE-100x100-1.jpg'),(26051,3462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:42:\"2022/06/MAHABALESHWAR-TEMPLE-100x100-1.jpg\";s:8:\"filesize\";i:3723;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26129,3472,'_wp_attached_file','2022/06/GURUKUL-SWAMI-SAMARTH-100x100-1.jpg'),(26130,3472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:43:\"2022/06/GURUKUL-SWAMI-SAMARTH-100x100-1.jpg\";s:8:\"filesize\";i:4401;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26173,3482,'_edit_lock','1747048227:2'),(28745,3703,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:13:\"THALI-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139760;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"THALI-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11953;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"THALI-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"THALI-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5104;}}s:8:\"filesize\";i:174296;}'),(28744,3703,'_wp_attached_file','2022/06/THALI.pdf'),(26176,3482,'_edit_last','2'),(26177,3482,'_dflip_data','a:29:{s:11:\"source_type\";s:3:\"pdf\";s:10:\"pdf_source\";s:63:\"http://hoteldhruvpalace.com/wp-content/uploads/2022/06/MENU.pdf\";s:9:\"pdf_thumb\";s:0:\"\";s:5:\"pages\";a:1:{i:0;a:2:{s:3:\"url\";s:0:\"\";s:8:\"hotspots\";a:0:{}}}s:5:\"webgl\";s:6:\"global\";s:4:\"hard\";s:6:\"global\";s:8:\"bg_color\";s:7:\"#ffffff\";s:8:\"bg_image\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"height\";s:0:\"\";s:12:\"texture_size\";s:6:\"global\";s:10:\"auto_sound\";s:6:\"global\";s:15:\"enable_download\";s:6:\"global\";s:9:\"page_mode\";s:1:\"2\";s:16:\"single_page_mode\";s:6:\"global\";s:17:\"controls_position\";s:6:\"global\";s:9:\"direction\";s:1:\"1\";s:9:\"force_fit\";s:4:\"true\";s:8:\"autoplay\";s:6:\"global\";s:17:\"autoplay_duration\";s:0:\"\";s:14:\"autoplay_start\";s:6:\"global\";s:9:\"page_size\";s:1:\"0\";s:12:\"auto_outline\";s:5:\"false\";s:14:\"auto_thumbnail\";s:5:\"false\";s:17:\"overwrite_outline\";s:5:\"false\";s:7:\"outline\";a:0:{}s:5:\"title\";s:9:\"menu list\";s:4:\"slug\";s:9:\"menu-list\";s:6:\"status\";s:7:\"publish\";}'),(26221,1070,'ekit_post_views_count','105'),(26222,1052,'ekit_post_views_count','122'),(26224,1073,'ekit_post_views_count','125'),(26286,3497,'_wp_attached_file','2022/09/new1.png'),(26287,3497,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:50;s:4:\"file\";s:16:\"2022/09/new1.png\";s:8:\"filesize\";i:4648;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"new1-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4217;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"new1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2673;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"new1-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"new1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26504,3523,'_order_key','wc_order_SGAb13KJBhT44'),(26505,3523,'_customer_user','0'),(26506,3523,'_payment_method','cod'),(26507,3523,'_payment_method_title','Cash on delivery'),(26508,3523,'_customer_ip_address','103.241.224.82'),(26509,3523,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33'),(26510,3523,'_created_via','checkout'),(26511,3523,'_cart_hash','56772bae447dd2db5bb7a8f4e0b9b174'),(26512,3523,'_billing_first_name','SHOBH SINGH'),(26513,3523,'_billing_last_name','BHATI'),(26514,3523,'_billing_address_1','A232 SAYAJI TOWNSHIP NEW VIP ROAD'),(26515,3523,'_billing_address_2','BEHIND SARDAR ESTATE , NEW KARELI BAUG'),(26516,3523,'_billing_city','VADODARA'),(26517,3523,'_billing_state','GJ'),(26518,3523,'_billing_postcode','390019'),(26519,3523,'_billing_country','IN'),(26520,3523,'_billing_email','ssbhati@yahoo.com'),(26521,3523,'_billing_phone','9601599524'),(26522,3523,'_order_currency','INR'),(26523,3523,'_cart_discount','0'),(26524,3523,'_cart_discount_tax','0'),(26525,3523,'_order_shipping','0'),(26526,3523,'_order_shipping_tax','0'),(26527,3523,'_order_tax','0'),(26528,3523,'_order_total','6000.00'),(26529,3523,'_order_version','6.8.2'),(26530,3523,'_prices_include_tax','no'),(26531,3523,'_billing_address_index','SHOBH SINGH BHATI A232 SAYAJI TOWNSHIP NEW VIP ROAD BEHIND SARDAR ESTATE , NEW KARELI BAUG VADODARA GJ 390019 IN ssbhati@yahoo.com 9601599524'),(26532,3523,'_shipping_address_index',' '),(26533,3523,'is_vat_exempt','no'),(26534,3523,'order_item_28_inventory_ref','1060'),(26535,3523,'_download_permissions_granted','yes'),(26536,3523,'_recorded_sales','yes'),(26537,3523,'_recorded_coupon_usage_counts','yes'),(26538,3523,'_order_stock_reduced','yes'),(26539,3523,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:136:\"A4, Upal Tower, Opp. Umiya Dham Temple, Varachha, Surat - 395008\r\n\r\n\r\n<b>Email : </b>konigin94@gmail.com\r\n<b>Phone : </b>+91 90549 06670\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(26540,3523,'_wcpdf_invoice_date','1663260213'),(26541,3523,'_wcpdf_invoice_date_formatted','2022-09-15 16:43:33'),(26542,3523,'_wcpdf_invoice_number','15'),(26543,3523,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:15;s:16:\"formatted_number\";s:2:\"15\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3523;s:7:\"padding\";s:0:\"\";}'),(26544,3523,'_new_order_email_sent','true'),(26545,3524,'_order_key','wc_order_dmj78QLDcgVfI'),(26546,3524,'_customer_user','0'),(26547,3524,'_payment_method','razorpay'),(26548,3524,'_payment_method_title','Credit Card/Debit Card/NetBanking'),(26549,3524,'_customer_ip_address','59.94.53.206'),(26550,3524,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/104.0.5112.99 Mobile/15E148 Safari/604.1'),(26551,3524,'_created_via','checkout'),(26552,3524,'_cart_hash','69ccec27dce659d90c7d590c3bf64786'),(26553,3524,'_billing_first_name','PARAMANAND'),(26554,3524,'_billing_last_name','CHIKANE'),(26555,3524,'_billing_address_1','Talegaon Dabhade'),(26556,3524,'_billing_city','Pune'),(26557,3524,'_billing_state','MH'),(26558,3524,'_billing_postcode','410507'),(26559,3524,'_billing_country','IN'),(26560,3524,'_billing_email','darshanprabhu@gmail.com'),(26561,3524,'_billing_phone','9422311513'),(26562,3524,'_order_currency','INR'),(26563,3524,'_cart_discount','0'),(26564,3524,'_cart_discount_tax','0'),(26565,3524,'_order_shipping','0'),(26566,3524,'_order_shipping_tax','0'),(26567,3524,'_order_tax','0'),(26568,3524,'_order_total','6400.00'),(26569,3524,'_order_version','6.8.2'),(26570,3524,'_prices_include_tax','no'),(26571,3524,'_billing_address_index','PARAMANAND CHIKANE Talegaon Dabhade Pune MH 410507 IN darshanprabhu@gmail.com 9422311513'),(26572,3524,'_shipping_address_index',' '),(26573,3524,'is_vat_exempt','no'),(26574,3524,'order_item_29_inventory_ref','1069'),(26575,3524,'is_magic_checkout_order','no'),(26576,3525,'_order_key','wc_order_EwWLH81r2HZ8C'),(26577,3525,'_customer_user','0'),(26578,3525,'_payment_method','cod'),(26579,3525,'_payment_method_title','Cash on delivery'),(26580,3525,'_customer_ip_address','111.91.4.19'),(26581,3525,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SM-A315F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36'),(26582,3525,'_created_via','checkout'),(26583,3525,'_cart_hash','1d7774151c51f4503c0e01b40adba313'),(26584,3525,'_billing_first_name','Mayur'),(26585,3525,'_billing_last_name','Shirgaonkar'),(26586,3525,'_billing_address_1','68/D/6 NNP2 DINDOSHI GOREGAON EAST'),(26587,3525,'_billing_city','Mumbai'),(26588,3525,'_billing_state','MH'),(26589,3525,'_billing_postcode','400065'),(26590,3525,'_billing_country','IN'),(26591,3525,'_billing_email','shirgaonkar_mayur@yahoo.com'),(26592,3525,'_billing_phone','9773569750'),(26593,3525,'_order_currency','INR'),(26594,3525,'_cart_discount','0'),(26595,3525,'_cart_discount_tax','0'),(26596,3525,'_order_shipping','0'),(26597,3525,'_order_shipping_tax','0'),(26598,3525,'_order_tax','0'),(26599,3525,'_order_total','1600.00'),(26600,3525,'_order_version','6.8.2'),(26601,3525,'_prices_include_tax','no'),(26602,3525,'_billing_address_index','Mayur Shirgaonkar 68/D/6 NNP2 DINDOSHI GOREGAON EAST Mumbai MH 400065 IN shirgaonkar_mayur@yahoo.com 9773569750'),(26603,3525,'_shipping_address_index',' '),(26604,3525,'is_vat_exempt','no'),(26605,3525,'order_item_30_inventory_ref','1067'),(26606,3525,'_download_permissions_granted','yes'),(26607,3525,'_recorded_sales','yes'),(26608,3525,'_recorded_coupon_usage_counts','yes'),(26609,3525,'_order_stock_reduced','yes'),(26610,3525,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:136:\"A4, Upal Tower, Opp. Umiya Dham Temple, Varachha, Surat - 395008\r\n\r\n\r\n<b>Email : </b>konigin94@gmail.com\r\n<b>Phone : </b>+91 90549 06670\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(26611,3525,'_wcpdf_invoice_date','1663688951'),(26612,3525,'_wcpdf_invoice_date_formatted','2022-09-20 15:49:11'),(26613,3525,'_wcpdf_invoice_number','16'),(26614,3525,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:16;s:16:\"formatted_number\";s:2:\"16\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3525;s:7:\"padding\";s:0:\"\";}'),(26615,3525,'_new_order_email_sent','true'),(26616,3525,'_edit_lock','1664018169:2'),(26617,3523,'_edit_lock','1664018549:2'),(26618,3527,'_order_key','wc_order_gh5hhhjbGF1ri'),(26619,3527,'_customer_user','2'),(26620,3527,'_payment_method','cod'),(26621,3527,'_payment_method_title','Cash on delivery'),(26622,3527,'_customer_ip_address','122.170.63.208'),(26623,3527,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0'),(26624,3527,'_created_via','checkout'),(26625,3527,'_cart_hash','1f4819de53174eadc41bce64f2935cf3'),(26626,3527,'_billing_first_name','bhavesh'),(26627,3527,'_billing_last_name','patel'),(26628,3527,'_billing_address_1','ct'),(26629,3527,'_billing_city','surat'),(26630,3527,'_billing_state','MH'),(26631,3527,'_billing_postcode','395010'),(26632,3527,'_billing_country','IN'),(26633,3527,'_billing_email','dosneh@gmail.com'),(26634,3527,'_billing_phone','1234567895'),(26635,3527,'_order_currency','INR'),(26636,3527,'_cart_discount','0'),(26637,3527,'_cart_discount_tax','0'),(26638,3527,'_order_shipping','0'),(26639,3527,'_order_shipping_tax','0'),(26640,3527,'_order_tax','0'),(26641,3527,'_order_total','6400.00'),(26642,3527,'_order_version','6.8.2'),(26643,3527,'_prices_include_tax','no'),(26644,3527,'_billing_address_index','bhavesh patel ct surat MH 395010 IN dosneh@gmail.com 1234567895'),(26645,3527,'_shipping_address_index',' '),(26646,3527,'is_vat_exempt','no'),(26647,3527,'order_item_31_inventory_ref','1069'),(26648,3527,'_download_permissions_granted','yes'),(26649,3527,'_recorded_sales','yes'),(26650,3527,'_recorded_coupon_usage_counts','yes'),(26651,3527,'_order_stock_reduced','yes'),(26652,3527,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(26653,3527,'_wcpdf_invoice_date','1664018585'),(26654,3527,'_wcpdf_invoice_date_formatted','2022-09-24 11:23:05'),(26655,3527,'_wcpdf_invoice_number','17'),(26656,3527,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:17;s:16:\"formatted_number\";s:2:\"17\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3527;s:7:\"padding\";s:0:\"\";}'),(26657,3527,'_new_order_email_sent','true'),(26658,3527,'_edit_lock','1664535250:2'),(26811,3534,'redq_hourly_ranges_cost','a:0:{}'),(26812,3534,'redq_daily_pricing','a:7:{s:6:\"friday\";s:1:\"0\";s:8:\"saturday\";s:1:\"0\";s:6:\"sunday\";s:1:\"0\";s:6:\"monday\";s:1:\"0\";s:7:\"tuesday\";s:1:\"0\";s:9:\"wednesday\";s:1:\"0\";s:8:\"thursday\";s:1:\"0\";}'),(26813,3534,'redq_monthly_pricing','a:12:{s:7:\"january\";s:1:\"0\";s:8:\"february\";s:1:\"0\";s:5:\"march\";s:1:\"0\";s:5:\"april\";s:1:\"0\";s:3:\"may\";s:1:\"0\";s:4:\"june\";s:1:\"0\";s:4:\"july\";s:1:\"0\";s:6:\"august\";s:1:\"0\";s:9:\"september\";s:1:\"0\";s:7:\"october\";s:1:\"0\";s:8:\"november\";s:1:\"0\";s:8:\"december\";s:1:\"0\";}'),(26814,3534,'redq_day_ranges_cost','a:0:{}'),(26815,3534,'_edit_lock','1664537446:2'),(26816,3534,'_edit_last','2'),(26817,3534,'quantity','1'),(26818,3534,'pricing_type','general_pricing'),(26819,3534,'distance_unit_type','kilometer'),(26820,3534,'perkilo_price',''),(26821,3534,'hourly_pricing_type','hourly_general'),(26822,3534,'hourly_price',''),(26823,3534,'general_price','2000'),(26969,3534,'ekit_post_views_count','90'),(26970,3539,'_order_key','wc_order_vpccFkTfIqKbj'),(26971,3539,'_customer_user','0'),(26972,3539,'_payment_method','razorpay'),(26973,3539,'_payment_method_title','Credit Card/Debit Card/NetBanking'),(26974,3539,'_customer_ip_address','103.157.207.72'),(26975,3539,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; RMX2002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36'),(26976,3539,'_created_via','checkout'),(26977,3539,'_cart_hash','b71c24d28568f4c8175f5d9b0c11d26a'),(26978,3539,'_billing_first_name','Harsh'),(26979,3539,'_billing_last_name','Dhaduk'),(26980,3539,'_billing_address_1','Shyam'),(26981,3539,'_billing_address_2','Near St Francis high school'),(26982,3539,'_billing_city','Nashik'),(26983,3539,'_billing_state','MH'),(26984,3539,'_billing_postcode','422009'),(26985,3539,'_billing_country','IN'),(26986,3539,'_billing_email','harshdhaduk18@gmail.com'),(26987,3539,'_billing_phone','6359023399'),(26988,3539,'_order_currency','INR'),(26989,3539,'_cart_discount','0'),(26990,3539,'_cart_discount_tax','0'),(26991,3539,'_order_shipping','0'),(26992,3539,'_order_shipping_tax','0'),(26993,3539,'_order_tax','0'),(26994,3539,'_order_total','2000.00'),(26995,3539,'_order_version','6.8.2'),(26996,3539,'_prices_include_tax','no'),(26997,3539,'_billing_address_index','Harsh Dhaduk Shyam Near St Francis high school Nashik MH 422009 IN harshdhaduk18@gmail.com 6359023399'),(26998,3539,'_shipping_address_index',' '),(26999,3539,'is_vat_exempt','no'),(27000,3539,'order_item_32_inventory_ref','3534'),(27001,3539,'is_magic_checkout_order','no'),(27154,3559,'_order_key','wc_order_hkgJ8phd5HsfK'),(27155,3559,'_customer_user','2'),(27156,3559,'_payment_method','wc-upi'),(27157,3559,'_payment_method_title','Pay with UPI QR Code'),(27158,3559,'_customer_ip_address','122.170.154.4'),(27159,3559,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0'),(27160,3559,'_created_via','checkout'),(27161,3559,'_cart_hash','b1f365814083e14d481e3f46d9bbc06d'),(27162,3559,'_billing_first_name','bhavesh'),(27163,3559,'_billing_last_name','patel'),(27164,3559,'_billing_address_1','ct'),(27165,3559,'_billing_city','surat'),(27166,3559,'_billing_state','MH'),(27167,3559,'_billing_postcode','395010'),(27168,3559,'_billing_country','IN'),(27169,3559,'_billing_email','dosneh@gmail.com'),(27170,3559,'_billing_phone','1234567895'),(27171,3559,'_order_currency','INR'),(27172,3559,'_cart_discount','0'),(27173,3559,'_cart_discount_tax','0'),(27174,3559,'_order_shipping','0'),(27175,3559,'_order_shipping_tax','0'),(27176,3559,'_order_tax','0'),(27177,3559,'_order_total','9400.00'),(27178,3559,'_order_version','6.9.4'),(27179,3559,'_prices_include_tax','no'),(27180,3559,'_billing_address_index','bhavesh patel ct surat MH 395010 IN dosneh@gmail.com 1234567895'),(27181,3559,'_shipping_address_index',' '),(27182,3559,'is_vat_exempt','no'),(27183,3559,'order_item_33_inventory_ref','3534'),(27184,3559,'order_item_34_inventory_ref','3534'),(27185,3559,'order_item_35_inventory_ref','1070'),(27186,3559,'_upiwc_order_paid','no'),(27187,3559,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(27188,3559,'_wcpdf_invoice_date','1665232321'),(27189,3559,'_wcpdf_invoice_date_formatted','2022-10-08 12:32:01'),(27190,3559,'_wcpdf_invoice_number','18'),(27191,3559,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:18;s:16:\"formatted_number\";s:2:\"18\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3559;s:7:\"padding\";s:0:\"\";}'),(27192,3560,'_order_key','wc_order_boGvr1nptpVap'),(27193,3560,'_customer_user','0'),(27194,3560,'_payment_method','wc-upi'),(27195,3560,'_payment_method_title','Pay with UPI QR Code'),(27196,3560,'_customer_ip_address','103.157.207.72'),(27197,3560,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; RMX2002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36'),(27198,3560,'_created_via','checkout'),(27199,3560,'_cart_hash','679095d43adc6e665b708aa4cf252fdd'),(27200,3560,'_billing_first_name','Harsh'),(27201,3560,'_billing_last_name','Dhaduk'),(27202,3560,'_billing_address_1','St Francis high school'),(27203,3560,'_billing_city','Nashik'),(27204,3560,'_billing_state','MH'),(27205,3560,'_billing_postcode','422009'),(27206,3560,'_billing_country','IN'),(27207,3560,'_billing_email','harshdhaduk18@gmail.com'),(27208,3560,'_billing_phone','+916359023399'),(27209,3560,'_order_currency','INR'),(27210,3560,'_cart_discount','0'),(27211,3560,'_cart_discount_tax','0'),(27212,3560,'_order_shipping','0'),(27213,3560,'_order_shipping_tax','0'),(27214,3560,'_order_tax','0'),(27215,3560,'_order_total','2400.00'),(27216,3560,'_order_version','6.9.4'),(27217,3560,'_prices_include_tax','no'),(27218,3560,'_billing_address_index','Harsh Dhaduk St Francis high school Nashik MH 422009 IN harshdhaduk18@gmail.com +916359023399'),(27219,3560,'_shipping_address_index',' '),(27220,3560,'is_vat_exempt','no'),(27221,3560,'order_item_36_inventory_ref','1073'),(27222,3560,'_upiwc_order_paid','yes'),(27223,3560,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(27224,3560,'_wcpdf_invoice_date','1665416116'),(27225,3560,'_wcpdf_invoice_date_formatted','2022-10-10 15:35:16'),(27226,3560,'_wcpdf_invoice_number','19'),(27227,3560,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:19;s:16:\"formatted_number\";s:2:\"19\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3560;s:7:\"padding\";s:0:\"\";}'),(27228,3560,'_recorded_sales','yes'),(27229,3560,'_recorded_coupon_usage_counts','yes'),(27230,3560,'_order_stock_reduced','yes'),(27231,3560,'_new_order_email_sent','true'),(27232,3560,'_transaction_id','undefined'),(28358,3661,'_billing_last_name','System'),(27239,3565,'_order_key','wc_order_HYwZdVTROobOM'),(27240,3565,'_customer_user','2'),(27241,3565,'_payment_method','wc-upi'),(27242,3565,'_payment_method_title','Pay with UPI QR Code'),(27243,3565,'_customer_ip_address','122.170.77.13'),(27244,3565,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(27245,3565,'_created_via','checkout'),(27246,3565,'_cart_hash','4304e4c37f237e1ac1a69abbc7f75f65'),(27247,3565,'_billing_first_name','bhavesh'),(27248,3565,'_billing_last_name','patel'),(27249,3565,'_billing_address_1','ct'),(27250,3565,'_billing_city','surat'),(27251,3565,'_billing_state','MH'),(27252,3565,'_billing_postcode','395010'),(27253,3565,'_billing_country','IN'),(27254,3565,'_billing_email','dosneh@gmail.com'),(27255,3565,'_billing_phone','1234567895'),(27256,3565,'_order_currency','INR'),(27257,3565,'_cart_discount','0'),(27258,3565,'_cart_discount_tax','0'),(27259,3565,'_order_shipping','0'),(27260,3565,'_order_shipping_tax','0'),(27261,3565,'_order_tax','0'),(27262,3565,'_order_total','2400.00'),(27263,3565,'_order_version','6.9.4'),(27264,3565,'_prices_include_tax','no'),(27265,3565,'_billing_address_index','bhavesh patel ct surat MH 395010 IN dosneh@gmail.com 1234567895'),(27266,3565,'_shipping_address_index',' '),(27267,3565,'is_vat_exempt','no'),(27268,3565,'order_item_37_inventory_ref','1073'),(27269,3565,'_upiwc_order_paid','no'),(27270,3565,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(27271,3565,'_wcpdf_invoice_date','1665468688'),(27272,3565,'_wcpdf_invoice_date_formatted','2022-10-11 06:11:28'),(27273,3565,'_wcpdf_invoice_number','20'),(27274,3565,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:20;s:16:\"formatted_number\";s:2:\"20\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3565;s:7:\"padding\";s:0:\"\";}'),(28356,3661,'_shipping_address_index',' '),(28357,3661,'_billing_first_name','RnB'),(27514,3595,'_edit_lock','1665579792:2'),(27515,3595,'_edit_last','2'),(27516,3595,'discount_type','fixed_cart'),(27517,3595,'coupon_amount','200'),(27518,3595,'individual_use','no'),(27519,3595,'usage_limit','1'),(27520,3595,'usage_limit_per_user','1'),(27521,3595,'limit_usage_to_x_items','0'),(27522,3595,'usage_count','0'),(27523,3595,'date_expires','1667174400'),(27524,3595,'free_shipping','no'),(27525,3595,'exclude_sale_items','no'),(27526,3595,'minimum_amount','2000'),(27527,3560,'_edit_lock','1665579923:2'),(28354,3661,'_prices_include_tax','no'),(27537,2947,'_wp_old_date','2022-06-15'),(27538,452,'_wp_old_date','2022-06-15'),(27539,250,'_wp_old_date','2022-06-15'),(27540,2965,'_wp_old_date','2022-06-15'),(27541,235,'_wp_old_date','2022-06-15'),(27542,1269,'_wp_old_date','2022-06-15'),(29074,3711,'_edit_last','2'),(27544,2873,'_wp_old_date','2022-06-15'),(28355,3661,'_billing_address_index',' '),(27642,3611,'_edit_lock','1750065997:2'),(27643,3611,'_elementor_edit_mode','builder'),(27644,3611,'_elementor_template_type','wp-page'),(27645,3611,'_elementor_version','3.7.4'),(27646,3611,'_elementor_pro_version','3.5.1'),(27673,3611,'_wp_page_template','default'),(27674,3611,'_elementor_data','[{\"id\":\"7d45490\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5bdffe1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b3a1de\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"booking_widget_title\":\"\",\"booking_widget_show\":\"booking_calendar\",\"booking_widget_calendar_count\":\"1\",\"booking_widget_last_field\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-bookingwidget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb24e10\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15b504c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d2c1b3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"Book Rooms\",\"number\":\"7\",\"show\":\"\",\"orderby\":\"rand\",\"order\":\"desc\",\"hide_free\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_products\"}],\"isInner\":false}],\"isInner\":false}]'),(28353,3661,'_order_version','7.0.0'),(28352,3661,'_order_total','5000.00'),(27836,3635,'_customer_user','0'),(27837,3635,'_payment_method','razorpay'),(27838,3635,'_payment_method_title','Credit Card/Debit Card/NetBanking'),(27839,3635,'_customer_ip_address','112.79.72.23'),(27840,3635,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; Redmi Note 5 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36'),(27841,3635,'_created_via','checkout'),(27842,3635,'_cart_hash','d14b857a808fd94b68c51eb2b2de7c3e'),(27843,3635,'_billing_first_name','Ajay'),(27844,3635,'_billing_last_name','Jaiswal'),(27845,3635,'_billing_address_1','Subhash Nagar Road, Nahur West'),(27846,3635,'_billing_address_2','A/203, Skyline Sparkle'),(27847,3635,'_billing_city','Mumbai'),(27848,3635,'_billing_state','MH'),(27849,3635,'_billing_postcode','400078'),(27850,3635,'_billing_country','IN'),(27851,3635,'_billing_email','ajayjaiswal1988@gmail.com'),(27852,3635,'_billing_phone','9870688546'),(27853,3635,'_order_currency','INR'),(27854,3635,'_cart_discount','0'),(27855,3635,'_cart_discount_tax','0'),(27856,3635,'_order_shipping','0'),(27857,3635,'_order_shipping_tax','0'),(27858,3635,'_order_tax','0'),(27859,3635,'_order_total','1600.00'),(27860,3635,'_order_version','7.0.0'),(27861,3635,'_prices_include_tax','no'),(27862,3635,'_billing_address_index','Ajay Jaiswal Subhash Nagar Road, Nahur West A/203, Skyline Sparkle Mumbai MH 400078 IN ajayjaiswal1988@gmail.com 9870688546'),(27863,3635,'_shipping_address_index',' '),(27864,3635,'is_vat_exempt','no'),(27865,3635,'order_item_41_inventory_ref','1067'),(27866,3635,'_upiwc_order_paid','no'),(27867,3635,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(27868,3635,'_wcpdf_invoice_date','1669968875'),(27869,3635,'_wcpdf_invoice_date_formatted','2022-12-02 08:14:35'),(27870,3635,'_wcpdf_invoice_number','22'),(27871,3635,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:22;s:16:\"formatted_number\";s:2:\"22\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3635;s:7:\"padding\";s:0:\"\";}'),(27872,3635,'is_magic_checkout_order','no'),(27873,3634,'_edit_lock','1671029688:2'),(27874,3634,'_date_completed','1671027557'),(27875,3634,'_date_paid','1671027557'),(27876,3634,'_paid_date','2022-12-14 14:19:17'),(27877,3634,'_completed_date','2022-12-14 14:19:17'),(27878,3634,'_download_permissions_granted','yes'),(27879,1084,'_wp_old_slug','family-10-bed'),(27880,3636,'_order_key','wc_order_d8dPvuLCEW2FF'),(27881,3636,'_customer_user','0'),(27882,3636,'_payment_method','razorpay'),(27883,3636,'_payment_method_title','Credit Card/Debit Card/NetBanking'),(27884,3636,'_customer_ip_address','103.130.109.47'),(27885,3636,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(27886,3636,'_created_via','checkout'),(27887,3636,'_cart_hash','a0614ffa9469dc4af8fb289e3f36ac91'),(27888,3636,'_billing_first_name','Jivitha'),(27889,3636,'_billing_last_name','V'),(27890,3636,'_billing_address_1','#5, 6th cross, J C Nagar'),(27891,3636,'_billing_city','Bangalore'),(27892,3636,'_billing_state','KA'),(27893,3636,'_billing_postcode','560086'),(27894,3636,'_billing_country','IN'),(27895,3636,'_billing_email','jeevitha.win@gmail.com'),(27896,3636,'_billing_phone','9986479472'),(27897,3636,'_order_currency','INR'),(27898,3636,'_cart_discount','0'),(27899,3636,'_cart_discount_tax','0'),(27900,3636,'_order_shipping','0'),(27901,3636,'_order_shipping_tax','0'),(27902,3636,'_order_tax','0'),(27903,3636,'_order_total','3400.00'),(27904,3636,'_order_version','7.0.0'),(27905,3636,'_prices_include_tax','no'),(27906,3636,'_billing_address_index','Jivitha V #5, 6th cross, J C Nagar Bangalore KA 560086 IN jeevitha.win@gmail.com 9986479472'),(27907,3636,'_shipping_address_index',' '),(27908,3636,'is_vat_exempt','no'),(27909,3636,'order_item_42_inventory_ref','1070'),(27910,3636,'is_magic_checkout_order','no'),(27911,3638,'_order_key','wc_order_3vuRQ84ZqQRb5'),(27912,3638,'_customer_user','0'),(27913,3638,'_customer_ip_address','122.170.152.119'),(27914,3638,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(27915,3638,'_order_currency','INR'),(27916,3638,'_cart_discount','0'),(27917,3638,'_cart_discount_tax','0'),(27918,3638,'_order_shipping','0'),(27919,3638,'_order_shipping_tax','0'),(27920,3638,'_order_tax','0'),(27921,3638,'_order_total','2000.00'),(27922,3638,'_order_version','7.0.0'),(27923,3638,'_prices_include_tax','no'),(27924,3638,'_billing_address_index',' '),(27925,3638,'_shipping_address_index',' '),(27926,3638,'_billing_first_name','RnB'),(27927,3638,'_billing_last_name','System'),(27930,3640,'_order_key','wc_order_0AB953isaaBFZ'),(27931,3640,'_customer_user','0'),(27932,3640,'_customer_ip_address','122.170.152.119'),(27933,3640,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(27934,3640,'_order_currency','INR'),(27935,3640,'_cart_discount','0'),(27936,3640,'_cart_discount_tax','0'),(27937,3640,'_order_shipping','0'),(27938,3640,'_order_shipping_tax','0'),(27939,3640,'_order_tax','0'),(27940,3640,'_order_total','2000.00'),(27941,3640,'_order_version','7.0.0'),(27942,3640,'_prices_include_tax','no'),(27943,3640,'_billing_address_index',' '),(27944,3640,'_shipping_address_index',' '),(27945,3640,'_billing_first_name','RnB'),(27946,3640,'_billing_last_name','System'),(27947,3641,'_order_key','wc_order_wA4OcMTUuq1oX'),(27948,3641,'_customer_user','0'),(27949,3641,'_customer_ip_address','122.170.152.119'),(27950,3641,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(27951,3641,'_order_currency','INR'),(27952,3641,'_cart_discount','0'),(27953,3641,'_cart_discount_tax','0'),(27954,3641,'_order_shipping','0'),(27955,3641,'_order_shipping_tax','0'),(27956,3641,'_order_tax','0'),(27957,3641,'_order_total','2000.00'),(27958,3641,'_order_version','7.0.0'),(27959,3641,'_prices_include_tax','no'),(27960,3641,'_billing_address_index',' '),(27961,3641,'_shipping_address_index',' '),(27962,3641,'_billing_first_name','RnB'),(27963,3641,'_billing_last_name','System'),(27964,3642,'_order_key','wc_order_1HS2TIGtynZca'),(27965,3642,'_customer_user','0'),(27966,3642,'_customer_ip_address','122.170.152.119'),(27967,3642,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(27968,3642,'_order_currency','INR'),(27969,3642,'_cart_discount','0'),(27970,3642,'_cart_discount_tax','0'),(27971,3642,'_order_shipping','0'),(27972,3642,'_order_shipping_tax','0'),(27973,3642,'_order_tax','0'),(27974,3642,'_order_total','2000.00'),(27975,3642,'_order_version','7.0.0'),(27976,3642,'_prices_include_tax','no'),(27977,3642,'_billing_address_index',' '),(27978,3642,'_shipping_address_index',' '),(27979,3642,'_billing_first_name','RnB'),(27980,3642,'_billing_last_name','System'),(27981,3643,'_order_key','wc_order_1shyOxGW2uhzX'),(27982,3643,'_customer_user','0'),(27983,3643,'_customer_ip_address','122.170.152.119'),(27984,3643,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(27985,3643,'_order_currency','INR'),(27986,3643,'_cart_discount','0'),(27987,3643,'_cart_discount_tax','0'),(27988,3643,'_order_shipping','0'),(27989,3643,'_order_shipping_tax','0'),(27990,3643,'_order_tax','0'),(27991,3643,'_order_total','2000.00'),(27992,3643,'_order_version','7.0.0'),(27993,3643,'_prices_include_tax','no'),(27994,3643,'_billing_address_index',' '),(27995,3643,'_shipping_address_index',' '),(27996,3643,'_billing_first_name','RnB'),(27997,3643,'_billing_last_name','System'),(27998,3644,'_order_key','wc_order_r5nJma4ajzyPb'),(27999,3644,'_customer_user','0'),(28000,3644,'_customer_ip_address','122.170.152.119'),(28001,3644,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28002,3644,'_order_currency','INR'),(28003,3644,'_cart_discount','0'),(28004,3644,'_cart_discount_tax','0'),(28005,3644,'_order_shipping','0'),(28006,3644,'_order_shipping_tax','0'),(28007,3644,'_order_tax','0'),(28008,3644,'_order_total','6000.00'),(28009,3644,'_order_version','7.0.0'),(28010,3644,'_prices_include_tax','no'),(28011,3644,'_billing_address_index',' '),(28012,3644,'_shipping_address_index',' '),(28013,3644,'_billing_first_name','RnB'),(28014,3644,'_billing_last_name','System'),(28015,3646,'_order_key','wc_order_TBvINIyqgU2Lf'),(28016,3646,'_customer_user','0'),(28017,3646,'_customer_ip_address','122.170.152.119'),(28018,3646,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28019,3646,'_order_currency','INR'),(28020,3646,'_cart_discount','0'),(28021,3646,'_cart_discount_tax','0'),(28022,3646,'_order_shipping','0'),(28023,3646,'_order_shipping_tax','0'),(28024,3646,'_order_tax','0'),(28025,3646,'_order_total','7500.00'),(28026,3646,'_order_version','7.0.0'),(28027,3646,'_prices_include_tax','no'),(28028,3646,'_billing_address_index',' '),(28029,3646,'_shipping_address_index',' '),(28030,3646,'_billing_first_name','RnB'),(28031,3646,'_billing_last_name','System'),(28032,3647,'_order_key','wc_order_OtXIj55mJpxoy'),(28033,3647,'_customer_user','0'),(28034,3647,'_customer_ip_address','122.170.152.119'),(28035,3647,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28036,3647,'_order_currency','INR'),(28037,3647,'_cart_discount','0'),(28038,3647,'_cart_discount_tax','0'),(28039,3647,'_order_shipping','0'),(28040,3647,'_order_shipping_tax','0'),(28041,3647,'_order_tax','0'),(28042,3647,'_order_total','7500.00'),(28043,3647,'_order_version','7.0.0'),(28044,3647,'_prices_include_tax','no'),(28045,3647,'_billing_address_index',' '),(28046,3647,'_shipping_address_index',' '),(28047,3647,'_billing_first_name','RnB'),(28048,3647,'_billing_last_name','System'),(27681,3611,'_elementor_page_assets','a:0:{}'),(27745,3611,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(27835,3635,'_order_key','wc_order_KokAMcP5DTjBb'),(27788,3634,'_order_key','wc_order_biznpSLsb3iue'),(27789,3634,'_customer_user','0'),(27790,3634,'_payment_method','wc-upi'),(27791,3634,'_payment_method_title','Pay with UPI QR Code'),(27792,3634,'_customer_ip_address','49.37.35.50'),(27793,3634,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(27794,3634,'_created_via','checkout'),(27795,3634,'_cart_hash','370bcb96d66f5681f7cea39fa2b83c37'),(27796,3634,'_billing_first_name','Binayak'),(27797,3634,'_billing_last_name','Sen'),(27798,3634,'_billing_address_1','22/1A Mondal Para Lane'),(27799,3634,'_billing_address_2','Swapnanil 4,G1'),(27800,3634,'_billing_city','Kolkata'),(27801,3634,'_billing_state','WB'),(27802,3634,'_billing_postcode','700090'),(27803,3634,'_billing_country','IN'),(27804,3634,'_billing_email','senbin@gmail.com'),(27805,3634,'_billing_phone','9830075444'),(27806,3634,'_order_currency','INR'),(27807,3634,'_cart_discount','0'),(27808,3634,'_cart_discount_tax','0'),(27809,3634,'_order_shipping','0'),(27810,3634,'_order_shipping_tax','0'),(27811,3634,'_order_tax','0'),(27812,3634,'_order_total','3600.00'),(27813,3634,'_order_version','7.0.0'),(27814,3634,'_prices_include_tax','no'),(27815,3634,'_billing_address_index','Binayak Sen 22/1A Mondal Para Lane Swapnanil 4,G1 Kolkata WB 700090 IN senbin@gmail.com 9830075444'),(27816,3634,'_shipping_address_index',' '),(27822,3634,'is_vat_exempt','no'),(27818,3634,'order_item_38_inventory_ref','1072'),(27819,3634,'is_magic_checkout_order','no'),(27821,3634,'order_item_39_inventory_ref','1072'),(27823,3634,'order_item_40_inventory_ref','1072'),(27824,3634,'_upiwc_order_paid','yes'),(27825,3634,'_wcpdf_invoice_settings','a:14:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(27826,3634,'_wcpdf_invoice_date','1667897206'),(27827,3634,'_wcpdf_invoice_date_formatted','2022-11-08 08:46:46'),(27828,3634,'_wcpdf_invoice_number','21'),(27829,3634,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:21;s:16:\"formatted_number\";s:2:\"21\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:3634;s:7:\"padding\";s:0:\"\";}'),(27830,3634,'_recorded_sales','yes'),(27831,3634,'_recorded_coupon_usage_counts','yes'),(27832,3634,'_order_stock_reduced','yes'),(27833,3634,'_new_order_email_sent','true'),(27834,3634,'_transaction_id','undefined'),(28371,3662,'_order_key','wc_order_TtE7iYYloKZB7'),(28372,3662,'_customer_user','0'),(28373,3662,'_customer_ip_address','122.170.152.119'),(28374,3662,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28375,3662,'_order_currency','INR'),(28376,3662,'_cart_discount','0'),(28377,3662,'_cart_discount_tax','0'),(28378,3662,'_order_shipping','0'),(28379,3662,'_order_shipping_tax','0'),(28380,3662,'_order_tax','0'),(28381,3662,'_order_total','6000.00'),(28382,3662,'_order_version','7.0.0'),(28383,3662,'_prices_include_tax','no'),(28384,3662,'_billing_address_index',' '),(28385,3662,'_shipping_address_index',' '),(28386,3662,'_billing_first_name','RnB'),(28387,3662,'_billing_last_name','System'),(28388,3663,'_order_key','wc_order_AZMVSX8DZllN3'),(28389,3663,'_customer_user','0'),(28390,3663,'_customer_ip_address','122.170.152.119'),(28391,3663,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28392,3663,'_order_currency','INR'),(28393,3663,'_cart_discount','0'),(28394,3663,'_cart_discount_tax','0'),(28395,3663,'_order_shipping','0'),(28396,3663,'_order_shipping_tax','0'),(28397,3663,'_order_tax','0'),(28398,3663,'_order_total','7500.00'),(28399,3663,'_order_version','7.0.0'),(28400,3663,'_prices_include_tax','no'),(28401,3663,'_billing_address_index',' '),(28402,3663,'_shipping_address_index',' '),(28403,3663,'_billing_first_name','RnB'),(28404,3663,'_billing_last_name','System'),(28405,3664,'_order_key','wc_order_LyQqJWP622fr6'),(28406,3664,'_customer_user','0'),(28407,3664,'_customer_ip_address','122.170.152.119'),(28408,3664,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28409,3664,'_order_currency','INR'),(28410,3664,'_cart_discount','0'),(28411,3664,'_cart_discount_tax','0'),(28412,3664,'_order_shipping','0'),(28413,3664,'_order_shipping_tax','0'),(28414,3664,'_order_tax','0'),(28415,3664,'_order_total','5000.00'),(28416,3664,'_order_version','7.0.0'),(28417,3664,'_prices_include_tax','no'),(28418,3664,'_billing_address_index',' '),(28419,3664,'_shipping_address_index',' '),(28420,3664,'_billing_first_name','RnB'),(28421,3664,'_billing_last_name','System'),(28422,3665,'_order_key','wc_order_JdeMoiYpQoATJ'),(28423,3665,'_customer_user','0'),(28424,3665,'_customer_ip_address','122.170.152.119'),(28425,3665,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(28426,3665,'_order_currency','INR'),(28427,3665,'_cart_discount','0'),(28428,3665,'_cart_discount_tax','0'),(28429,3665,'_order_shipping','0'),(28430,3665,'_order_shipping_tax','0'),(28431,3665,'_order_tax','0'),(28432,3665,'_order_total','5000.00'),(28433,3665,'_order_version','7.0.0'),(28434,3665,'_prices_include_tax','no'),(28435,3665,'_billing_address_index',' '),(28436,3665,'_shipping_address_index',' '),(28437,3665,'_billing_first_name','RnB'),(28438,3665,'_billing_last_name','System'),(28492,3673,'_menu_item_type','custom'),(28493,3673,'_menu_item_menu_item_parent','0'),(28494,3673,'_menu_item_object_id','3673'),(28495,3673,'_menu_item_object','custom'),(28496,3673,'_menu_item_target',''),(28497,3673,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(28498,3673,'_menu_item_xfn',''),(28499,3673,'_menu_item_url','https://hoteldhruvpalace.com/accomodation/'),(28502,235,'_wp_old_date','2022-10-12'),(28501,2674,'_wp_old_date','2022-06-15'),(28503,1269,'_wp_old_date','2022-10-12'),(29073,3711,'_edit_lock','1675227718:2'),(28505,2873,'_wp_old_date','2022-10-12'),(28507,2947,'_wp_old_date','2022-10-12'),(28508,452,'_wp_old_date','2022-10-12'),(28509,250,'_wp_old_date','2022-10-12'),(28510,2965,'_wp_old_date','2022-10-12'),(28794,3711,'_wp_attached_file','2022/06/123.pdf'),(28795,3711,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:11:\"123-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139760;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"123-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11953;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"123-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"123-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5104;}}s:8:\"filesize\";i:174296;}'),(29000,1534,'_wp_attachment_backup_sizes','a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:22:\"gallery-deluxe-3-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"gallery-deluxe-3-1-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"gallery-deluxe-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1675136933697\";a:3:{s:5:\"width\";i:1142;s:6:\"height\";i:580;s:4:\"file\";s:37:\"gallery-deluxe-3-1-e1675136902585.jpg\";}s:23:\"thumbnail-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14356;}s:20:\"medium-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18709;}s:26:\"medium_large-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59244;}s:19:\"large-1675136933697\";a:5:{s:4:\"file\";s:46:\"gallery-deluxe-3-1-e1675136902585-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94342;}s:35:\"woocommerce_thumbnail-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26895;}s:32:\"woocommerce_single-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41393;}s:43:\"woocommerce_gallery_thumbnail-1675136933697\";a:5:{s:4:\"file\";s:45:\"gallery-deluxe-3-1-e1675136902585-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11750;}}'),(29053,3711,'ekit_post_views_count','1'),(29054,3744,'_menu_item_type','custom'),(29055,3744,'_menu_item_menu_item_parent','235'),(29056,3744,'_menu_item_object_id','3744'),(29057,3744,'_menu_item_object','custom'),(29058,3744,'_menu_item_target',''),(29059,3744,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29060,3744,'_menu_item_xfn',''),(29061,3744,'_menu_item_url','https://hoteldhruvpalace.com/restaurant/'),(29067,2873,'_wp_old_date','2022-12-17'),(29063,2674,'_wp_old_date','2022-12-17'),(29064,3673,'_wp_old_date','2022-12-17'),(29065,235,'_wp_old_date','2022-12-17'),(29066,1269,'_wp_old_date','2022-12-17'),(29069,2947,'_wp_old_date','2022-12-17'),(29070,452,'_wp_old_date','2022-12-17'),(29071,250,'_wp_old_date','2022-12-17'),(29072,2965,'_wp_old_date','2022-12-17'),(29085,250,'_wp_old_date','2023-02-01'),(29086,2965,'_wp_old_date','2023-02-01'),(29087,3747,'_wp_attached_file','2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM.jpeg'),(29088,3747,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:52:\"2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM.jpeg\";s:8:\"filesize\";i:125543;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14830;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2870;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34859;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12114;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50663;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2023-03-25-at-6.05.59-PM-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29204,3762,'_wp_attached_file','2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg'),(29205,3762,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:591;s:6:\"height\";i:515;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg\";s:8:\"filesize\";i:91702;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17185;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3625;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29206,3762,'_wp_attachment_image_alt','Recommended 2023 Dhruv Palace Pure Veg Restaurant Restaurant Guru'),(29208,3763,'_wp_attached_file','2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg'),(29209,3763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:453;s:6:\"height\";i:409;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg\";s:8:\"filesize\";i:108352;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14965;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2962;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29210,3764,'_wp_attached_file','2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg'),(29211,3764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:232;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg\";s:8:\"filesize\";i:79097;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7327;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2167;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-600x138.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11595;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-300x69.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5323;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3402;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12-768x177.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29212,3765,'_wp_attached_file','2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12.jpg'),(29213,3765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:905;s:6:\"height\";i:254;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12.jpg\";s:8:\"filesize\";i:67156;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2383;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-600x168.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10549;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3639;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29293,3775,'_wp_attached_file','2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg'),(29294,3775,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1025;s:6:\"height\";i:625;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg\";s:8:\"filesize\";i:69629;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6312;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1654;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-600x366.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10169;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29295,3776,'_wp_attached_file','2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg'),(29296,3776,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:777;s:4:\"file\";s:78:\"2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg\";s:8:\"filesize\";i:70612;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9822;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1430;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10468;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4538;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-1024x737.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29359,3789,'_wp_attached_file','2022/06/MENU.pdf'),(29360,3789,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:12:\"MENU-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48990;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"MENU-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7189;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"MENU-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MENU-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4770;}}s:8:\"filesize\";i:302920;}'),(29643,1731,'metform_entries_serial_no','1'),(31273,1201,'_elementor_pro_version','3.23.3'),(36674,1201,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}'),(31329,1202,'_elementor_pro_version','3.14.0'),(31330,1202,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}'),(31352,3,'_elementor_pro_version','3.23.3'),(31391,2960,'__elementor_forms_snapshot','[{\"id\":\"03ee12b\",\"name\":\"New Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"Name\"},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"How can we help you?\"},{\"id\":\"field_cfea988\",\"type\":\"acceptance\",\"label\":\"\"},{\"id\":\"field_7a724ba\",\"type\":\"checkbox\",\"label\":\"Prefferrd Language \",\"options\":[\"Hindi \",\"English\"]},{\"id\":\"field_770cab8\",\"type\":\"tel\",\"label\":\"We will call you on this number : \"}]}]'),(31404,2853,'ekit_post_views_count','1'),(31457,2674,'_wp_old_date','2023-03-01'),(31458,3673,'_wp_old_date','2023-03-01'),(31459,235,'_wp_old_date','2023-03-01'),(31460,1269,'_wp_old_date','2023-03-01'),(31461,3744,'_wp_old_date','2023-03-01'),(31462,2873,'_wp_old_date','2023-03-01'),(31463,2947,'_wp_old_date','2023-03-01'),(31464,452,'_wp_old_date','2023-03-01'),(31465,250,'_wp_old_date','2023-03-01'),(31466,2965,'_wp_old_date','2023-03-01'),(31655,113,'ekit_post_views_count','10'),(31656,169,'ekit_post_views_count','10'),(31657,164,'ekit_post_views_count','9'),(31658,173,'ekit_post_views_count','9'),(31659,154,'ekit_post_views_count','5'),(31808,4123,'_elementor_template_type','single-page'),(31805,1980,'_elementor_page_assets','a:0:{}'),(31807,4123,'_elementor_edit_mode','builder'),(31802,1980,'_elementor_version','3.14.1'),(31803,1980,'_elementor_pro_version','3.14.0'),(31804,1980,'_elementor_data','[{\"id\":\"c42af52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eaf896e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"99bba9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23b3a5c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<link href=\\\"https:\\/\\/live.ipms247.com\\/themes\\/reservation\\/css\\/bookingbtn\\/resui_datepicker.css\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\">\\n <link href=\\\"https:\\/\\/live.ipms247.com\\/themes\\/reservation\\/css\\/bookingbtn\\/resui_bookingbox.css\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\">\\n <div class=\\\"outerbewrap\\\">\\n <div class=\\\"bewarp\\\">\\n \\t<form style=\\\"margin: 0px;\\\" action=\\\"https:\\/\\/live.ipms247.com\\/booking\\/book-rooms-hoteldhruvpalace\\\" method=\\\"post\\\" name=\\\"_resBBBox\\\" target=\\\"_blank\\\">\\n \\t\\t<div id=\\\"bb_resBookingBox\\\" class=\\\"bb_resbox\\\"> <\\/div><\\/form>\\n <\\/div>\\n <\\/div>\\n <script src=\\\"https:\\/\\/live.ipms247.com\\/themes\\/reservation\\/js\\/bookingbtn\\/jquery-ui.js\\\" type=\\\"text\\/javascript\\\"><\\/script><script src=\\\"https:\\/\\/live.ipms247.com\\/themes\\/reservation\\/js\\/bookingbtn\\/common.js\\\" type=\\\"text\\/javascript\\\"><\\/script><script src=\\\"https:\\/\\/live.ipms247.com\\/themes\\/reservation\\/js\\/bookingbtn\\/resui_resbookingbox.js\\\" type=\\\"text\\/javascript\\\"><\\/script><script>\\n jQuery(document).ready(function() {\\n jQuery(\\\"#bb_resBookingBox\\\").bb_resBookingBox({\\n btnContainer: \\\"bb_resBookingBox\\\",\\n headerColor: \\\"#56c5d0\\\",\\n bodyColor: \\\"rgba(0, 0, 0, 0.52)\\\",\\n showborder: false,\\n BorderColor: \\\"rgba(0, 0, 0, 0.52)\\\",\\n BorderWidth: 2,\\n BorderType: \\\"solid\\\",\\n FontFamily: \\\"Arial, Helvetica, sans-serif\\\",\\n BodyLanguage:\\\"en\\\",\\n FontSize: \\\"12\\\",\\n TextColor: \\\"#fff\\\",\\n InputBorderColor: \\\"#fff\\\",\\n InputbackColor: \\\"#fff\\\",\\n InputTextColor: \\\"#000\\\",\\n ButnBackColor: \\\"#FEA61A\\\",\\n ButnBorderColor: \\\"#FEA61A\\\",\\n ButnTextColor: \\\"#fff\\\",\\n HeaderTextColor: \\\"#000000\\\",\\n HeaderFontSize: \\\"15\\\",\\n ShowHeader: \\\"0\\\",\\n boxwidth: \\\"100\\\",\\n boxwidthtype: \\\"TYPE_PER\\\",\\n ShowInlineCSS: \\\"1\\\",\\n type: \\\"htype\\\",\\n acr:false,\\n ShowChild:false,\\n rooms:false,\\n promotion:false,\\n defaultadult:10,\\n defaultchild:10,\\n defaultroom:16,\\n ShowNights:false,\\n Nonights:15,\\n HTextCaption: \\\"Reservation\\\",\\n BtnTextCaption: \\\"Book Now\\\",\\n LblPromoCaption: \\\"Promotion\\\",\\n LblChkOutCaption: \\\"Check Out\\\",\\n Calinit: true,\\n CalShowOn: \\\"both\\\",\\n CalDefaultDt: \\\"+0w\\\",\\n CalChangeMonth: true,\\n CalMinDate: \\\"0\\\",\\n CalMaxDate: \\\"\\\",\\n CalDtFormat: \\\"dd-mm-yy\\\",\\n CalCutoffDays: \\\"1\\\",\\n CalImage: \\\"1px -24px\\\",\\n CalBackColor: \\\"#a0f2ea\\\",\\n CalHeaderColor: \\\"#F9E8E0\\\",\\n CalCellActiveColor: \\\"#101414\\\",\\n CalCellInActiveColor: \\\"#c8dbda\\\",\\n LblArrivalCaption: \\\"Check In\\\",\\n LblNightsCaption: \\\"Nights\\\",\\n LblAdultsCaption: \\\"Adult\\\",\\n LblChildsCaption: \\\"Child\\\",\\n LblRoomsCaption: \\\"Rooms\\\",\\n LblPerRoomCaption: \\\"Per Room\\\",\\n HotelId:\\\"hoteldhruvpalace\\\",\\n });\\n \\/\\/jQuery(\'.ui-datepicker\').addClass(\'notranslate\');\\n});\\n <\\/script> \\n <style>\\n .outerbewrap { position: relative; bottom:0px; width: 100%; z-index:0; } \\n .bewarp {position:relative; width:100%; text-align:center; z-index:0; bottom:0px; border-radius: 6px;}\\n .bb_resbox {width: initial !important; display:inline-block; text-align:center; padding: 10px 10px 20px 10px; }\\n .bb_resbox label { color: #fff; font-size: 17px; height: initial; }\\n .bb_resbox input[type=\\\"text\\\"] {margin: 0px; font-size:14px; min-width: 100%; line-height: 26px; box-sizing: border-box; height: initial;} \\n .bb_resbox select { line-height: 26px; height: initial;}\\n .bb_resbox button.ui-datepicker-trigger { margin: 0px; padding: 0px;}\\n input[type=\\\"button\\\"]#bb_resBtn, input#bb_resBtn { margin-bottom:0px; -webkit-appearance: none;border-radius: 0; line-height: 26px; font-weight: bold;} \\n #bb_resBtn:hover{color: #FEA61A !important; background: #fff !important; border: 1px solid #FEA61A !important; }\\n .ui-datepicker .ui-datepicker-title select { display:inline-block; max-width: 76px; min-width: 76px;} \\n \\/*.ui-datepicker .ui-datepicker-header { padding: .2em 40px;}\\n .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { font-size: 15px; display: inline-block; width: 76px;}*\\/\\n @media only screen and (max-width: 752px) {.bewarp { position:static; min-width: 100%; }}\\n @media only screen and (max-width: 415px) {\\n .bb_resbox p { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; }\\n .bb_resbox input[type=\\\"text\\\"]{ width: 100%; }\\n }\\n <\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(31800,1980,'_elementor_edit_mode','builder'),(31801,1980,'_elementor_template_type','wp-post'),(31811,4123,'_elementor_template_sub_type','page'),(31812,4123,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/page\";}'),(31813,4123,'_elementor_version','3.14.1'),(31814,4123,'_elementor_pro_version','3.14.0'),(31815,4123,'ekit_post_views_count','1'),(31816,4123,'_edit_lock','1719822961:2'),(32739,254,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:2;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:2;s:13:\"content_width\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}s:21:\"section_shape_divider\";a:1:{s:20:\"shape_divider_bottom\";i:1;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:4:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:13:\"open_lightbox\";i:1;}}s:5:\"style\";a:1:{s:22:\"section_gallery_images\";a:2:{s:13:\"image_spacing\";i:1;s:20:\"image_spacing_custom\";i:1;}}}}}'),(32151,1558,'_edit_lock','1723138606:2'),(32208,244,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:5;s:7:\"padding\";i:6;s:7:\"z_index\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:2;s:3:\"gap\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:26:\"box_shadow_box_shadow_type\";i:3;s:13:\"border_radius\";i:1;}s:21:\"section_shape_divider\";a:3:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:3;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:3;s:9:\"icon_size\";i:3;}s:18:\"section_text_style\";a:6:{s:10:\"text_color\";i:3;s:26:\"icon_typography_typography\";i:3;s:27:\"icon_typography_font_family\";i:3;s:25:\"icon_typography_font_size\";i:3;s:27:\"icon_typography_line_height\";i:3;s:27:\"icon_typography_font_weight\";i:3;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}}'),(32707,4229,'_wp_attached_file','2024/08/IMG-20240731-WA0206-scaled.jpg'),(32708,4229,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2024/08/IMG-20240731-WA0206-scaled.jpg\";s:8:\"filesize\";i:423159;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0206-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10625;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0206-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0206-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5485;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0206-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145884;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0206-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178613;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0206-1152x2048.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291719;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG-20240731-WA0206-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17655;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0206-600x1067.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95341;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0206-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG-20240731-WA0206.jpg\";}'),(32709,4230,'_wp_attached_file','2024/08/IMG-20240731-WA0209-scaled.jpg'),(32710,4230,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:38:\"2024/08/IMG-20240731-WA0209-scaled.jpg\";s:8:\"filesize\";i:236632;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9088;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0209-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35597;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0209-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104688;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0209-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165748;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13213;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24709;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0209-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG-20240731-WA0209.jpg\";}'),(32711,4231,'_wp_attached_file','2024/08/IMG-20240731-WA0210-scaled.jpg'),(32712,4231,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:38:\"2024/08/IMG-20240731-WA0210-scaled.jpg\";s:8:\"filesize\";i:319378;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10460;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0210-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6000;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44271;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0210-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136897;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0210-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221050;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17166;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30372;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0210-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG-20240731-WA0210.jpg\";}'),(32713,4232,'_wp_attached_file','2024/08/IMG-20240731-WA0212-scaled.jpg'),(32714,4232,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:38:\"2024/08/IMG-20240731-WA0212-scaled.jpg\";s:8:\"filesize\";i:280895;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9498;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0212-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5510;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0212-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120739;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0212-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194351;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15627;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27448;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20240731-WA0212-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG-20240731-WA0212.jpg\";}'),(34453,270,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:19;s:19:\"_inline_size_tablet\";i:11;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:13;s:7:\"padding\";i:12;s:13:\"margin_tablet\";i:11;s:13:\"margin_mobile\";i:11;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:11;s:16:\"background_color\";i:11;}s:14:\"section_border\";a:6:{s:13:\"border_border\";i:11;s:12:\"border_width\";i:11;s:12:\"border_color\";i:11;s:21:\"box_shadow_box_shadow\";i:11;s:27:\"box_shadow_hover_box_shadow\";i:11;s:26:\"box_shadow_box_shadow_type\";i:11;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:4;s:14:\"padding_mobile\";i:4;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:4;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:6;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_mobile\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:4:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_top_negative\";i:1;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:4:\"rows\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:22:{s:10:\"column_gap\";i:1;s:17:\"column_gap_mobile\";i:1;s:7:\"row_gap\";i:1;s:14:\"row_gap_mobile\";i:1;s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:11:\"price_color\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:33:\"price_typography_font_size_mobile\";i:1;s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:34:\"button_typography_font_size_mobile\";i:1;}s:18:\"section_design_box\";a:3:{s:17:\"box_border_radius\";i:1;s:11:\"box_padding\";i:1;s:12:\"box_bg_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:11;s:10:\"image_size\";i:11;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:28:\"css_filters_hover_css_filter\";i:10;s:28:\"css_filters_hover_brightness\";i:11;s:27:\"background_hover_transition\";i:10;s:5:\"width\";i:11;s:19:\"image_border_radius\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:1;s:14:\"_border_radius\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:22;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:22;s:10:\"icon_align\";i:22;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:22;}s:18:\"section_text_style\";a:6:{s:10:\"text_color\";i:22;s:26:\"icon_typography_typography\";i:22;s:27:\"icon_typography_font_family\";i:22;s:25:\"icon_typography_font_size\";i:11;s:32:\"icon_typography_font_size_tablet\";i:22;s:32:\"icon_typography_font_size_mobile\";i:22;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:11;s:4:\"link\";i:11;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:16:\"background_color\";i:11;s:15:\"hover_animation\";i:11;s:12:\"border_width\";i:11;s:12:\"border_color\";i:11;s:12:\"text_padding\";i:11;s:5:\"align\";i:11;s:13:\"border_radius\";i:11;s:19:\"text_padding_tablet\";i:11;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:11;s:8:\"_padding\";i:11;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:5;s:14:\"title_html_tag\";i:5;s:13:\"selected_icon\";i:2;}}s:5:\"style\";a:4:{s:26:\"section_toggle_style_title\";a:9:{s:27:\"title_typography_typography\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_family\";i:5;s:11:\"title_color\";i:5;s:33:\"title_typography_font_size_tablet\";i:5;s:33:\"title_typography_font_size_mobile\";i:5;s:35:\"title_typography_line_height_tablet\";i:5;s:16:\"title_background\";i:5;s:28:\"title_typography_font_weight\";i:5;}s:28:\"section_toggle_style_content\";a:7:{s:15:\"content_padding\";i:5;s:13:\"content_color\";i:5;s:29:\"content_typography_typography\";i:5;s:30:\"content_typography_font_family\";i:5;s:28:\"content_typography_font_size\";i:5;s:30:\"content_typography_font_weight\";i:5;s:35:\"content_typography_font_size_mobile\";i:5;}s:20:\"section_toggle_style\";a:2:{s:12:\"border_width\";i:5;s:12:\"border_color\";i:5;}s:25:\"section_toggle_style_icon\";a:2:{s:10:\"icon_align\";i:5;s:10:\"icon_space\";i:5;}}}}}'),(34414,4496,'_wp_attached_file','2025/06/IMG-20240731-WA0222-scaled.webp'),(34415,4496,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1518;s:4:\"file\";s:39:\"2025/06/IMG-20240731-WA0222-scaled.webp\";s:8:\"filesize\";i:156380;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-300x178.webp\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7476;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0222-1024x607.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39400;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4108;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-768x455.webp\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26702;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"IMG-20240731-WA0222-1536x911.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70536;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"IMG-20240731-WA0222-2048x1214.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103378;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10420;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-600x356.webp\";s:5:\"width\";i:600;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19278;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG-20240731-WA0222-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"IMG-20240731-WA0222.webp\";}'),(33597,4342,'_edit_lock','1727846165:2'),(33598,4342,'_edit_last','2'),(33599,4342,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(33600,4342,'_elementor_location','elementor_head'),(33601,4342,'_elementor_priority','1'),(33602,4342,'_elementor_code','<script src=\"https://app.mbgcart.com/webchat/plugin.js?v=5\"></script><script>ktt10.setup({id:\"yyuUqTzS3mVitX91\",accountId:\"1874184\",color:\"#006dff\"})</script>'),(33603,4342,'_elementor_extra_options','a:0:{}'),(33604,4342,'_wp_old_date','2024-10-02'),(33680,4353,'_order_key','wc_order_7kdQ9HbVCjRvB'),(33681,4353,'_customer_user','0'),(33682,4353,'_payment_method','razorpay'),(33683,4353,'_payment_method_title','Credit Card/Debit Card/NetBanking'),(33684,4353,'_customer_ip_address','103.251.186.2'),(33685,4353,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(33686,4353,'_created_via','checkout'),(33687,4353,'_cart_hash','a546b0df2d1410b6fab17b10d2e5c935'),(33688,4353,'_download_permissions_granted','no'),(33689,4353,'_recorded_sales','no'),(33690,4353,'_recorded_coupon_usage_counts','no'),(33691,4353,'_new_order_email_sent','false'),(33692,4353,'_order_stock_reduced','no'),(33693,4353,'_billing_first_name','Ambuj Kumar'),(33694,4353,'_billing_last_name','Jha'),(33695,4353,'_billing_address_1','Sutarwadi, Pune'),(33696,4353,'_billing_city','Pune'),(33697,4353,'_billing_state','MH'),(33698,4353,'_billing_postcode','411021'),(33699,4353,'_billing_country','IN'),(33700,4353,'_billing_email','ambuj0947@gmail.com'),(33701,4353,'_billing_phone','9011409258'),(33702,4353,'_order_currency','INR'),(33703,4353,'_cart_discount','0'),(33704,4353,'_cart_discount_tax','0'),(33705,4353,'_order_shipping','0'),(33706,4353,'_order_shipping_tax','0'),(33707,4353,'_order_tax','0'),(33708,4353,'_order_total','3400.00'),(33709,4353,'_order_version','9.2.2'),(33710,4353,'_prices_include_tax','no'),(33711,4353,'_billing_address_index','Ambuj Kumar Jha Sutarwadi, Pune Pune MH 411021 IN ambuj0947@gmail.com 9011409258'),(33712,4353,'_shipping_address_index',' '),(33713,4353,'is_vat_exempt','no'),(33714,4353,'order_item_70_inventory_ref','1070'),(33715,4353,'_wc_order_attribution_source_type','organic'),(33716,4353,'_wc_order_attribution_referrer','https://www.google.com/'),(33717,4353,'_wc_order_attribution_utm_source','google'),(33718,4353,'_wc_order_attribution_utm_medium','organic'),(33719,4353,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/product/family-4-bed/'),(33720,4353,'_wc_order_attribution_session_start_time','2024-12-23 12:44:22'),(33721,4353,'_wc_order_attribution_session_pages','9'),(33722,4353,'_wc_order_attribution_session_count','2'),(33723,4353,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(33724,4353,'_wc_order_attribution_device_type','Desktop'),(33725,4353,'_upiwc_order_paid','no'),(33726,4353,'_wcpdf_invoice_settings','a:16:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:10:\"vat_number\";s:0:\"\";s:10:\"coc_number\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(33727,4353,'_wcpdf_invoice_display_date','invoice_date'),(33728,4353,'_wcpdf_invoice_creation_trigger','email_attachment'),(33729,4353,'_wcpdf_invoice_date','1734959958'),(33730,4353,'_wcpdf_invoice_date_formatted','2024-12-23 13:19:18'),(33731,4353,'_wcpdf_invoice_number','26'),(33732,4353,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:26;s:16:\"formatted_number\";s:2:\"26\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:4353;s:7:\"padding\";s:0:\"\";}'),(33733,4353,'is_magic_checkout_order','no'),(33734,4354,'_order_key','wc_order_FOr6VMWNsFpO9'),(33735,4354,'_customer_user','0'),(33736,4354,'_payment_method','wc-upi'),(33737,4354,'_payment_method_title','Pay with UPI QR Code'),(33738,4354,'_customer_ip_address','103.251.186.2'),(33739,4354,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0'),(33740,4354,'_created_via','checkout'),(33741,4354,'_cart_hash','7f7c70e70dd0e57d7e1493c5177a1543'),(33742,4354,'_download_permissions_granted','no'),(33743,4354,'_recorded_sales','yes'),(33744,4354,'_recorded_coupon_usage_counts','yes'),(33745,4354,'_new_order_email_sent','true'),(33746,4354,'_order_stock_reduced','yes'),(33747,4354,'_billing_first_name','Ambuj Kumar'),(33748,4354,'_billing_last_name','Jha'),(33749,4354,'_billing_address_1','Sutarwadi, Pune'),(33750,4354,'_billing_city','Pune'),(33751,4354,'_billing_state','MH'),(33752,4354,'_billing_postcode','411021'),(33753,4354,'_billing_country','IN'),(33754,4354,'_billing_email','ambuj0947@gmail.com'),(33755,4354,'_billing_phone','9011409258'),(33756,4354,'_order_currency','INR'),(33757,4354,'_cart_discount','0'),(33758,4354,'_cart_discount_tax','0'),(33759,4354,'_order_shipping','0'),(33760,4354,'_order_shipping_tax','0'),(33761,4354,'_order_tax','0'),(33762,4354,'_order_total','5000.00'),(33763,4354,'_order_version','9.2.2'),(33764,4354,'_prices_include_tax','no'),(33765,4354,'_billing_address_index','Ambuj Kumar Jha Sutarwadi, Pune Pune MH 411021 IN ambuj0947@gmail.com 9011409258'),(33766,4354,'_shipping_address_index',' '),(33767,4354,'is_vat_exempt','no'),(33768,4354,'order_item_71_inventory_ref','1052'),(33769,4354,'_wc_order_attribution_source_type','organic'),(33770,4354,'_wc_order_attribution_referrer','https://www.google.com/'),(33771,4354,'_wc_order_attribution_utm_source','google'),(33772,4354,'_wc_order_attribution_utm_medium','organic'),(33773,4354,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/product/family-6-bed/'),(33774,4354,'_wc_order_attribution_session_start_time','2024-12-23 13:39:53'),(33775,4354,'_wc_order_attribution_session_pages','16'),(33776,4354,'_wc_order_attribution_session_count','1'),(33777,4354,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0'),(33778,4354,'_wc_order_attribution_device_type','Desktop'),(33779,4354,'_upiwc_order_paid','yes'),(33780,4354,'_wcpdf_invoice_settings','a:16:{s:24:\"display_shipping_address\";s:0:\"\";s:13:\"display_email\";s:1:\"1\";s:13:\"display_phone\";s:1:\"1\";s:22:\"display_customer_notes\";s:1:\"1\";s:12:\"display_date\";s:12:\"invoice_date\";s:14:\"display_number\";s:14:\"invoice_number\";s:11:\"header_logo\";s:3:\"361\";s:18:\"header_logo_height\";s:0:\"\";s:10:\"vat_number\";s:0:\"\";s:10:\"coc_number\";s:0:\"\";s:9:\"shop_name\";a:1:{s:7:\"default\";s:0:\"\";}s:12:\"shop_address\";a:1:{s:7:\"default\";s:159:\"Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212.\r\n<b>Email : </b>enquiry@hoteldhruvpalace.com\r\n<b>Phone : </b>91 9423478925\";}s:6:\"footer\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_1\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_2\";a:1:{s:7:\"default\";s:0:\"\";}s:7:\"extra_3\";a:1:{s:7:\"default\";s:0:\"\";}}'),(33781,4354,'_wcpdf_invoice_display_date','invoice_date'),(33782,4354,'_wcpdf_invoice_creation_trigger','email_attachment'),(33783,4354,'_wcpdf_invoice_date','1734963217'),(33784,4354,'_wcpdf_invoice_date_formatted','2024-12-23 14:13:37'),(33785,4354,'_wcpdf_invoice_number','27'),(33786,4354,'_wcpdf_invoice_number_data','a:7:{s:6:\"number\";i:27;s:16:\"formatted_number\";s:2:\"27\";s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:13:\"document_type\";s:7:\"invoice\";s:8:\"order_id\";i:4354;s:7:\"padding\";s:0:\"\";}'),(33787,4355,'_wp_attached_file','2024/12/Transaction_DhruvPalace_Nashik.jpeg'),(33788,4355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:881;s:6:\"height\";i:1600;s:4:\"file\";s:43:\"2024/12/Transaction_DhruvPalace_Nashik.jpeg\";s:8:\"filesize\";i:73876;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Transaction_DhruvPalace_Nashik-165x300.jpeg\";s:5:\"width\";i:165;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Transaction_DhruvPalace_Nashik-564x1024.jpeg\";s:5:\"width\";i:564;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Transaction_DhruvPalace_Nashik-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5049;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Transaction_DhruvPalace_Nashik-768x1395.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68280;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"Transaction_DhruvPalace_Nashik-846x1536.jpeg\";s:5:\"width\";i:846;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76774;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"Transaction_DhruvPalace_Nashik-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13247;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"Transaction_DhruvPalace_Nashik-600x1090.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49515;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"Transaction_DhruvPalace_Nashik-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33789,4354,'_upiwc_order_attachment_id','4355'),(33790,4357,'_wp_attached_file','2022/03/20250121_175037_0000-e1737816751306.png'),(33791,4357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:830;s:4:\"file\";s:47:\"2022/03/20250121_175037_0000-e1737816751306.png\";s:8:\"filesize\";i:261754;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17132;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20250121_175037_0000-e1737816751306-1024x425.png\";s:5:\"width\";i:1024;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10469;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-768x319.png\";s:5:\"width\";i:768;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66415;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"20250121_175037_0000-e1737816751306-1536x637.png\";s:5:\"width\";i:1536;s:6:\"height\";i:637;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190903;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27632;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-600x249.png\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20250121_175037_0000-e1737816751306-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33792,4357,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:8:\"filesize\";i:284917;s:4:\"file\";s:24:\"20250121_175037_0000.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"20250121_175037_0000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7970;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:32:\"20250121_175037_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19746;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:32:\"20250121_175037_0000-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71457;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107540;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194873;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:32:\"20250121_175037_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19746;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:32:\"20250121_175037_0000-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50663;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"20250121_175037_0000-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4419;}}'),(33923,4373,'_wp_attached_file','2022/03/20250121_175037_0000-1-e1737817893579.png'),(33924,4373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1966;s:6:\"height\";i:1157;s:4:\"file\";s:49:\"2022/03/20250121_175037_0000-1-e1737817893579.png\";s:8:\"filesize\";i:264288;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17582;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"20250121_175037_0000-1-e1737817893579-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68638;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"20250121_175037_0000-1-e1737817893579-1536x904.png\";s:5:\"width\";i:1536;s:6:\"height\";i:904;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198625;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28004;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-600x353.png\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47220;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"20250121_175037_0000-1-e1737817893579-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33951,4373,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:8:\"filesize\";i:284917;s:4:\"file\";s:26:\"20250121_175037_0000-1.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7970;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19746;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71457;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:36:\"20250121_175037_0000-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107540;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:36:\"20250121_175037_0000-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194873;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:34:\"20250121_175037_0000-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19746;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50663;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:34:\"20250121_175037_0000-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4419;}}'),(33989,4380,'_wp_attachment_backup_sizes','a:18:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:8:\"filesize\";i:379163;s:4:\"file\";s:40:\"Untitled-design_20250125_204720_0000.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9481;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23706;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88342;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:50:\"Untitled-design_20250125_204720_0000-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132963;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:50:\"Untitled-design_20250125_204720_0000-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244875;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23706;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61874;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:48:\"Untitled-design_20250125_204720_0000-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5496;}s:18:\"full-1737818738510\";a:4:{s:5:\"width\";i:2048;s:6:\"height\";i:1017;s:8:\"filesize\";i:392640;s:4:\"file\";s:55:\"Untitled-design_20250125_204720_0000-e1737818535965.png\";}s:23:\"thumbnail-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12203;}s:20:\"medium-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23076;}s:26:\"medium_large-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85527;}s:19:\"large-1737818738510\";a:5:{s:4:\"file\";s:64:\"Untitled-design_20250125_204720_0000-e1737818535965-1024x509.png\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129714;}s:23:\"1536x1536-1737818738510\";a:5:{s:4:\"file\";s:64:\"Untitled-design_20250125_204720_0000-e1737818535965-1536x763.png\";s:5:\"width\";i:1536;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:239049;}s:35:\"woocommerce_thumbnail-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32011;}s:32:\"woocommerce_single-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-600x298.png\";s:5:\"width\";i:600;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60024;}s:43:\"woocommerce_gallery_thumbnail-1737818738510\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818535965-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7273;}}'),(33978,4380,'_wp_attached_file','2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png'),(33979,4380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1396;s:4:\"file\";s:63:\"2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png\";s:8:\"filesize\";i:354376;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20379;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"Untitled-design_20250125_204720_0000-e1737818946584-1024x698.png\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10524;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-768x524.png\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83026;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:65:\"Untitled-design_20250125_204720_0000-e1737818946584-1536x1047.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1047;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236563;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27762;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-600x409.png\";s:5:\"width\";i:600;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56463;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"Untitled-design_20250125_204720_0000-e1737818946584-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6080;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34043,4388,'_wp_attached_file','2022/03/20250125_232425_0000-e1737827912662.png'),(34044,4388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1256;s:4:\"file\";s:47:\"2022/03/20250125_232425_0000-e1737827912662.png\";s:8:\"filesize\";i:179007;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14246;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"20250125_232425_0000-e1737827912662-1024x628.png\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-768x471.png\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55069;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"20250125_232425_0000-e1737827912662-1536x942.png\";s:5:\"width\";i:1536;s:6:\"height\";i:942;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148054;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21538;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-600x368.png\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38129;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"20250125_232425_0000-e1737827912662-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34045,4388,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:8:\"filesize\";i:218112;s:4:\"file\";s:24:\"20250125_232425_0000.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"20250125_232425_0000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6625;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:32:\"20250125_232425_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17157;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:32:\"20250125_232425_0000-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62332;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:34:\"20250125_232425_0000-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90796;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:34:\"20250125_232425_0000-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161561;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:32:\"20250125_232425_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17157;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:32:\"20250125_232425_0000-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43937;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"20250125_232425_0000-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3700;}}'),(34160,4406,'_wp_attached_file','2025/01/cropped-cropped-20250126_120817.png'),(34161,4406,'_wp_attachment_context','site-icon'),(34162,4406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:43:\"2025/01/cropped-cropped-20250126_120817.png\";s:8:\"filesize\";i:91490;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13135;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39501;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6759;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33414;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19484;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-20250126_120817-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17729;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-20250126_120817-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34213,4354,'_edit_lock','1747047728:2'),(34241,4423,'_wpcode_auto_insert','1'),(34242,4423,'_wpcode_auto_insert_number','1'),(34243,4424,'_wpcode_auto_insert','1'),(34244,4424,'_wpcode_library_id','12'),(34271,2269,'_yoast_wpseo_content_score','30'),(34272,2269,'_yoast_wpseo_estimated-reading-time-minutes','16'),(34358,4472,'_wp_attached_file','2025/06/o8ohan2th87pyd2u8lff-scaled.webp'),(34359,4472,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/o8ohan2th87pyd2u8lff-scaled.webp\";s:8:\"filesize\";i:105650;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6150;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"o8ohan2th87pyd2u8lff-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3278;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21484;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"o8ohan2th87pyd2u8lff-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53720;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"o8ohan2th87pyd2u8lff-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78000;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7550;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15478;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"o8ohan2th87pyd2u8lff-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"o8ohan2th87pyd2u8lff.webp\";}'),(34322,4454,'_wp_attached_file','2025/06/ajn4avzvhitutrv4ow4i-scaled.webp'),(34323,4454,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/ajn4avzvhitutrv4ow4i-scaled.webp\";s:8:\"filesize\";i:210190;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10462;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ajn4avzvhitutrv4ow4i-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5372;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39762;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"ajn4avzvhitutrv4ow4i-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103450;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"ajn4avzvhitutrv4ow4i-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155244;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14490;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28368;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"ajn4avzvhitutrv4ow4i-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"ajn4avzvhitutrv4ow4i.webp\";}'),(34324,4455,'_wp_attached_file','2025/06/azkycfvmauo8fjlvj2pm-scaled.webp'),(34325,4455,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/azkycfvmauo8fjlvj2pm-scaled.webp\";s:8:\"filesize\";i:83630;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6208;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"azkycfvmauo8fjlvj2pm-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3162;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"azkycfvmauo8fjlvj2pm-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43968;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"azkycfvmauo8fjlvj2pm-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62160;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7392;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14700;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"azkycfvmauo8fjlvj2pm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"azkycfvmauo8fjlvj2pm.webp\";}'),(34326,4456,'_wp_attached_file','2025/06/cgxqzsyt7sqaqyishx9g-scaled.webp'),(34327,4456,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/cgxqzsyt7sqaqyishx9g-scaled.webp\";s:8:\"filesize\";i:159666;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5732;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"cgxqzsyt7sqaqyishx9g-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21986;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"cgxqzsyt7sqaqyishx9g-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65702;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"cgxqzsyt7sqaqyishx9g-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110108;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7638;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15466;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"cgxqzsyt7sqaqyishx9g-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"cgxqzsyt7sqaqyishx9g.webp\";}'),(34328,4457,'_wp_attached_file','2025/06/d86homkz7n3mpdedygtk-scaled.webp'),(34329,4457,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/d86homkz7n3mpdedygtk-scaled.webp\";s:8:\"filesize\";i:171394;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8718;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"d86homkz7n3mpdedygtk-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32160;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"d86homkz7n3mpdedygtk-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85816;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"d86homkz7n3mpdedygtk-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127776;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13056;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22784;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"d86homkz7n3mpdedygtk-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"d86homkz7n3mpdedygtk.webp\";}'),(34330,4458,'_wp_attached_file','2025/06/dhxu8je40xxskawrmsvj-scaled.webp'),(34331,4458,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/dhxu8je40xxskawrmsvj-scaled.webp\";s:8:\"filesize\";i:129754;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7698;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"dhxu8je40xxskawrmsvj-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26648;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"dhxu8je40xxskawrmsvj-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64822;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"dhxu8je40xxskawrmsvj-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94796;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10836;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19338;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"dhxu8je40xxskawrmsvj-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"dhxu8je40xxskawrmsvj.webp\";}'),(34332,4459,'_wp_attached_file','2025/06/drtqgoj09so5y1k4hy9w-scaled.webp'),(34333,4459,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/drtqgoj09so5y1k4hy9w-scaled.webp\";s:8:\"filesize\";i:239236;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9210;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"drtqgoj09so5y1k4hy9w-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"drtqgoj09so5y1k4hy9w-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116594;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"drtqgoj09so5y1k4hy9w-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171826;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16820;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27990;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"drtqgoj09so5y1k4hy9w-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"drtqgoj09so5y1k4hy9w.webp\";}'),(34290,4438,'_wp_attached_file','2025/06/gv2otebrrodzgwqldud9-scaled.webp'),(34291,4438,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/gv2otebrrodzgwqldud9-scaled.webp\";s:8:\"filesize\";i:192394;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7972;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"gv2otebrrodzgwqldud9-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30680;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"gv2otebrrodzgwqldud9-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90592;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"gv2otebrrodzgwqldud9-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136072;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12064;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"gv2otebrrodzgwqldud9-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"gv2otebrrodzgwqldud9.webp\";}'),(34292,4439,'_wp_attached_file','2025/06/hpbw2qrsijowh6kh8wxg-scaled.webp'),(34293,4439,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/hpbw2qrsijowh6kh8wxg-scaled.webp\";s:8:\"filesize\";i:96764;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5872;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"hpbw2qrsijowh6kh8wxg-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3670;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19770;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"hpbw2qrsijowh6kh8wxg-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48988;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"hpbw2qrsijowh6kh8wxg-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71788;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9124;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14210;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"hpbw2qrsijowh6kh8wxg-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"hpbw2qrsijowh6kh8wxg.webp\";}'),(34294,4440,'_wp_attached_file','2025/06/jeft6dzvjkerbiexdzyy-scaled.webp'),(34295,4440,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/jeft6dzvjkerbiexdzyy-scaled.webp\";s:8:\"filesize\";i:228174;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10806;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"jeft6dzvjkerbiexdzyy-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41264;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"jeft6dzvjkerbiexdzyy-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110676;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"jeft6dzvjkerbiexdzyy-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165012;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14838;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30046;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"jeft6dzvjkerbiexdzyy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"jeft6dzvjkerbiexdzyy.webp\";}'),(34361,4473,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/o9kza7pdlzi5otznoikf-scaled.webp\";s:8:\"filesize\";i:202076;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7994;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"o9kza7pdlzi5otznoikf-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33532;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"o9kza7pdlzi5otznoikf-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101188;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"o9kza7pdlzi5otznoikf-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149884;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10278;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23002;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"o9kza7pdlzi5otznoikf-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"o9kza7pdlzi5otznoikf.webp\";}'),(34362,4474,'_wp_attached_file','2025/06/p8zz0rupvhwyncf45ndn-1-scaled.webp'),(34363,4474,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/p8zz0rupvhwyncf45ndn-1-scaled.webp\";s:8:\"filesize\";i:146928;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8132;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"p8zz0rupvhwyncf45ndn-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31414;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"p8zz0rupvhwyncf45ndn-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77526;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"p8zz0rupvhwyncf45ndn-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110826;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12428;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22858;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"p8zz0rupvhwyncf45ndn-1.webp\";}'),(34364,4475,'_wp_attached_file','2025/06/p9gjze1kr19ycomgnlfv-scaled.webp'),(34365,4475,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/p9gjze1kr19ycomgnlfv-scaled.webp\";s:8:\"filesize\";i:232872;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12302;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"p9gjze1kr19ycomgnlfv-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48376;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"p9gjze1kr19ycomgnlfv-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124564;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"p9gjze1kr19ycomgnlfv-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181240;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16150;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34096;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"p9gjze1kr19ycomgnlfv-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"p9gjze1kr19ycomgnlfv.webp\";}'),(34366,4476,'_wp_attached_file','2025/06/pdyttvvcbvqbjaxgwdzk-1-scaled.webp'),(34367,4476,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2025/06/pdyttvvcbvqbjaxgwdzk-1-scaled.webp\";s:8:\"filesize\";i:140826;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8048;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"pdyttvvcbvqbjaxgwdzk-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29560;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"pdyttvvcbvqbjaxgwdzk-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"pdyttvvcbvqbjaxgwdzk-1-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10022;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21228;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"pdyttvvcbvqbjaxgwdzk-1.webp\";}'),(34368,4477,'_wp_attached_file','2025/06/zxgigwkrggrjsvfyoipu-scaled.webp'),(34369,4477,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/zxgigwkrggrjsvfyoipu-scaled.webp\";s:8:\"filesize\";i:215414;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10580;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"zxgigwkrggrjsvfyoipu-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42534;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"zxgigwkrggrjsvfyoipu-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115402;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"zxgigwkrggrjsvfyoipu-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163924;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15408;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30082;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"zxgigwkrggrjsvfyoipu-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2908;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"zxgigwkrggrjsvfyoipu.webp\";}'),(34370,4478,'_wp_attached_file','2025/06/zk4m0sqjclrwgfiot6ui-scaled.webp'),(34371,4478,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2025/06/zk4m0sqjclrwgfiot6ui-scaled.webp\";s:8:\"filesize\";i:173480;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"zk4m0sqjclrwgfiot6ui-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8734;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"zk4m0sqjclrwgfiot6ui-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"zk4m0sqjclrwgfiot6ui-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"zk4m0sqjclrwgfiot6ui-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78602;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"zk4m0sqjclrwgfiot6ui-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93712;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"zk4m0sqjclrwgfiot6ui-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131958;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"zk4m0sqjclrwgfiot6ui-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11990;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"zk4m0sqjclrwgfiot6ui-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57958;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"zk4m0sqjclrwgfiot6ui-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"zk4m0sqjclrwgfiot6ui.webp\";}'),(34316,4451,'_wp_attached_file','2025/06/p8zz0rupvhwyncf45ndn-scaled.webp'),(34317,4451,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/p8zz0rupvhwyncf45ndn-scaled.webp\";s:8:\"filesize\";i:146928;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8132;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"p8zz0rupvhwyncf45ndn-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31414;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"p8zz0rupvhwyncf45ndn-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77526;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"p8zz0rupvhwyncf45ndn-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110826;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12428;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22858;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"p8zz0rupvhwyncf45ndn-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2278;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"p8zz0rupvhwyncf45ndn.webp\";}'),(34372,4479,'_wp_attached_file','2025/06/z6djbbnpws7ofqx7jy5d-scaled.webp'),(34373,4479,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/z6djbbnpws7ofqx7jy5d-scaled.webp\";s:8:\"filesize\";i:107010;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6584;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"z6djbbnpws7ofqx7jy5d-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21602;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"z6djbbnpws7ofqx7jy5d-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53240;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"z6djbbnpws7ofqx7jy5d-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78484;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8884;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16320;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"z6djbbnpws7ofqx7jy5d-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2138;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"z6djbbnpws7ofqx7jy5d.webp\";}'),(34320,4453,'_wp_attached_file','2025/06/pdyttvvcbvqbjaxgwdzk-scaled.webp'),(34321,4453,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:40:\"2025/06/pdyttvvcbvqbjaxgwdzk-scaled.webp\";s:8:\"filesize\";i:140826;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8048;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pdyttvvcbvqbjaxgwdzk-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29560;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"pdyttvvcbvqbjaxgwdzk-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74908;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"pdyttvvcbvqbjaxgwdzk-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10022;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21228;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"pdyttvvcbvqbjaxgwdzk-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"pdyttvvcbvqbjaxgwdzk.webp\";}'),(34416,4485,'_wp_attachment_image_alt','Deluxe Triple Room'),(34417,4489,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:8:\"filesize\";i:141444;s:4:\"file\";s:32:\"sxegovtw2rlmp2mpgeyg-scaled.webp\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:33:\"sxegovtw2rlmp2mpgeyg-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4752;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:33:\"sxegovtw2rlmp2mpgeyg-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7796;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:34:\"sxegovtw2rlmp2mpgeyg-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62394;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:34:\"sxegovtw2rlmp2mpgeyg-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43350;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:34:\"sxegovtw2rlmp2mpgeyg-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73020;}s:14:\"2048x2048-orig\";a:5:{s:4:\"file\";s:35:\"sxegovtw2rlmp2mpgeyg-1152x2048.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106704;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:33:\"sxegovtw2rlmp2mpgeyg-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12708;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:34:\"sxegovtw2rlmp2mpgeyg-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45892;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:33:\"sxegovtw2rlmp2mpgeyg-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2630;}}'),(34418,4489,'_wp_attachment_image_alt','Deluxe Quadruple Room'),(34419,4463,'_wp_attachment_image_alt','Deluxe 8-Bed Room (Non-A/c)'),(34420,4491,'_wp_attachment_image_alt','Superior Double Room'),(34421,4477,'_wp_attachment_image_alt','Superior Quadruple Room'),(34422,4475,'_wp_attachment_image_alt','Superior Family Room'),(34423,4482,'_wp_attachment_image_alt','Comfort Double Room (Non-A/c)'),(34424,4473,'_wp_attachment_image_alt','Comfort Double Room (A/c)'),(34425,4486,'_wp_attachment_image_alt','Comfort Triple Room (Non-A/c)'),(34426,4496,'_wp_attachment_image_alt','Comfort Triple Room (A/c)'),(34427,4465,'_wp_attachment_image_alt','Deluxe Double Room'),(34454,270,'_yoast_wpseo_content_score','60'),(34455,270,'_yoast_wpseo_estimated-reading-time-minutes','4'),(34618,4518,'_wp_attached_file','2025/06/2021-12-31.jpg'),(34619,4518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:265;s:6:\"height\";i:195;s:4:\"file\";s:22:\"2025/06/2021-12-31.jpg\";s:8:\"filesize\";i:21120;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2021-12-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7342;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"2021-12-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34620,4518,'_wp_attachment_image_alt','Facade'),(34747,1688,'_elementor_css','a:6:{s:4:\"time\";i:1749225342;s:5:\"fonts\";a:1:{i:0;s:9:\"Helvetica\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34746,1692,'_elementor_css','a:6:{s:4:\"time\";i:1749225323;s:5:\"fonts\";a:2:{i:0;s:9:\"Helvetica\";i:1;s:4:\"Jost\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34745,7,'_elementor_css','a:6:{s:4:\"time\";i:1749225203;s:5:\"fonts\";a:2:{i:0;s:13:\"Gilda Display\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34748,330,'_elementor_css','a:6:{s:4:\"time\";i:1749225373;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34759,1048,'_elementor_css','a:6:{s:4:\"time\";i:1749226011;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34760,270,'_elementor_css','a:6:{s:4:\"time\";i:1749226037;s:5:\"fonts\";a:3:{i:0;s:4:\"Jost\";i:1;s:13:\"Gilda Display\";i:2;s:7:\"Poppins\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:33;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34762,3611,'_elementor_css','a:7:{s:4:\"time\";i:1749226057;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(34763,244,'_elementor_css','a:6:{s:4:\"time\";i:1749226073;s:5:\"fonts\";a:1:{i:0;s:4:\"Jost\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:6;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"3a4ae3e\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34764,254,'_elementor_css','a:6:{s:4:\"time\";i:1749226082;s:5:\"fonts\";a:1:{i:0;s:4:\"Jost\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36563,2677,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:14:\"padding_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_mobile\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"reviews\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:3:{s:6:\"slides\";i:12;s:15:\"slides_per_view\";i:12;s:16:\"slides_to_scroll\";i:12;}s:26:\"section_additional_options\";a:1:{s:10:\"pagination\";i:12;}}s:5:\"style\";a:3:{s:20:\"section_slides_style\";a:8:{s:13:\"space_between\";i:12;s:22:\"slide_background_color\";i:12;s:17:\"slide_border_size\";i:12;s:19:\"slide_border_radius\";i:12;s:13:\"slide_padding\";i:12;s:23:\"header_background_color\";i:12;s:11:\"content_gap\";i:12;s:14:\"separator_size\";i:12;}s:21:\"section_content_style\";a:6:{s:10:\"name_color\";i:12;s:26:\"name_typography_typography\";i:12;s:27:\"name_typography_font_family\";i:12;s:25:\"name_typography_font_size\";i:12;s:32:\"name_typography_font_size_tablet\";i:12;s:32:\"name_typography_font_size_mobile\";i:12;}s:20:\"section_rating_style\";a:3:{s:10:\"star_style\";i:12;s:9:\"star_size\";i:12;s:11:\"stars_color\";i:12;}}}}}'),(34766,211,'_elementor_css','a:6:{s:4:\"time\";i:1749226115;s:5:\"fonts\";a:1:{i:0;s:4:\"Jost\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34767,223,'_elementor_css','a:6:{s:4:\"time\";i:1749226122;s:5:\"fonts\";a:5:{i:0;s:4:\"Jost\";i:2;s:5:\"Arial\";i:16;s:6:\"Nokora\";i:17;s:6:\"Mulish\";i:26;s:9:\"Catamaran\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:20;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34771,3205,'_elementor_css','a:6:{s:4:\"time\";i:1749226745;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34772,271,'_elementor_css','a:6:{s:4:\"time\";i:1749226803;s:5:\"fonts\";a:1:{i:0;s:4:\"Jost\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34773,2210,'_elementor_css','a:6:{s:4:\"time\";i:1749227338;s:5:\"fonts\";a:3:{i:0;s:4:\"Lora\";i:6;s:5:\"Stoke\";i:7;s:5:\"Rubik\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34864,1145,'_elementor_css','a:6:{s:4:\"time\";i:1749236754;s:5:\"fonts\";a:2:{i:0;s:4:\"Jost\";i:1;s:9:\"Catamaran\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36639,1214,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}'),(36537,3,'_elementor_controls_usage','a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_element_width\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_xpos\";i:1;s:23:\"background_overlay_ypos\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}}'),(36614,2960,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:14:\"padding_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_tablet\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:2:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;}s:15:\"section_buttons\";a:3:{s:11:\"button_size\";i:1;s:12:\"button_width\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:2:{s:13:\"email_subject\";i:1;s:15:\"email_from_name\";i:1;}s:15:\"section_email_2\";a:2:{s:15:\"email_subject_2\";i:1;s:17:\"email_from_name_2\";i:1;}s:20:\"section_form_options\";a:3:{s:15:\"success_message\";i:1;s:13:\"error_message\";i:1;s:15:\"invalid_message\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_form_style\";a:3:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;}}}}}'),(35056,1202,'_elementor_css','a:6:{s:4:\"time\";i:1749298197;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(35096,218,'_yoast_wpseo_content_score','90'),(35097,218,'_yoast_wpseo_estimated-reading-time-minutes','1'),(35162,2909,'_yoast_wpseo_content_score','90'),(35163,2909,'_yoast_wpseo_estimated-reading-time-minutes','1'),(36589,2909,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:7;s:27:\"typography_font_size_tablet\";i:7;s:27:\"typography_font_size_mobile\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:24;s:16:\"content_position\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:8;s:7:\"padding\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:14:\"padding_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:7;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:7;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:13:\"selected_icon\";i:7;s:4:\"view\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:7;s:12:\"icon_padding\";i:7;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:7;s:4:\"link\";i:7;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:7;s:21:\"typography_font_style\";i:7;s:26:\"typography_text_decoration\";i:7;s:12:\"text_padding\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}}'),(35266,224,'_yoast_wpseo_content_score','90'),(35267,224,'_yoast_wpseo_estimated-reading-time-minutes','1'),(35617,218,'_elementor_controls_usage','a:8:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:20:\"space_between_mobile\";i:1;s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;}s:18:\"section_icon_style\";a:5:{s:10:\"icon_color\";i:1;s:16:\"icon_size_mobile\";i:1;s:11:\"text_indent\";i:2;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:7:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:25:\"icon_typography_font_size\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:10;s:19:\"_inline_size_mobile\";i:8;s:23:\"content_position_mobile\";i:2;s:16:\"content_position\";i:5;s:19:\"_inline_size_tablet\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:14:\"z_index_mobile\";i:1;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:4:{s:6:\"sticky\";i:3;s:28:\"sticky_effects_offset_mobile\";i:1;s:9:\"sticky_on\";i:1;s:20:\"sticky_offset_mobile\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}}}s:13:\"ekit-nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:23:\"elementskit_content_tab\";a:3:{s:20:\"elementskit_nav_menu\";i:1;s:37:\"elementskit_main_menu_position_mobile\";i:1;s:27:\"elementskit_one_page_enable\";i:1;}s:23:\"elementskit_mobile_menu\";a:2:{s:25:\"elementskit_nav_menu_logo\";i:1;s:26:\"elementskit_hamburger_icon\";i:1;}}s:5:\"style\";a:4:{s:30:\"elementskit_style_tab_menuitem\";a:6:{s:41:\"elementskit_content_typography_typography\";i:1;s:47:\"elementskit_content_typography_font_size_mobile\";i:1;s:42:\"elementskit_content_typography_font_weight\";i:1;s:34:\"elementskit_menu_text_color_mobile\";i:1;s:35:\"elementskit_item_color_hover_mobile\";i:1;s:45:\"elementskit_nav_menu_active_text_color_mobile\";i:1;}s:34:\"elementskit_style_tab_submenu_item\";a:4:{s:43:\"elementskit_menu_item_typography_typography\";i:1;s:49:\"elementskit_menu_item_typography_font_size_mobile\";i:1;s:44:\"elementskit_menu_item_typography_font_weight\";i:1;s:37:\"elementskit_submenu_item_color_mobile\";i:1;}s:33:\"elementskit_menu_toggle_style_tab\";a:8:{s:44:\"elementskit_menu_toggle_icon_position_mobile\";i:1;s:39:\"elementskit_menu_open_typography_mobile\";i:1;s:45:\"elementskit_menu_toggle_background_background\";i:1;s:40:\"elementskit_menu_toggle_background_color\";i:1;s:34:\"elementskit_menu_toggle_icon_color\";i:1;s:36:\"elementskit_menu_close_border_border\";i:1;s:33:\"elementskit_menu_close_icon_color\";i:1;s:39:\"elementskit_menu_close_icon_color_hover\";i:1;}s:38:\"elementskit_mobile_menu_logo_style_tab\";a:2:{s:41:\"elementskit_mobile_menu_logo_width_mobile\";i:1;s:42:\"elementskit_mobile_menu_logo_height_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:28:\"_element_custom_width_mobile\";i:1;s:21:\"_element_width_tablet\";i:1;s:28:\"_element_custom_width_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:12:\"width_mobile\";i:1;s:12:\"align_mobile\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}}}s:25:\"elementskit-header-search\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"ekit_header_search\";a:3:{s:26:\"ekit_search_icon_font_size\";i:2;s:33:\"ekit_search_icon_font_size_mobile\";i:1;s:33:\"ekit_search_icon_font_size_tablet\";i:1;}}s:5:\"style\";a:1:{s:36:\"ekit_header_search_section_tab_style\";a:2:{s:27:\"ekit_search_icon_text_align\";i:2;s:23:\"ekit_searech_icon_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:10:\"icon_align\";i:2;s:4:\"link\";i:2;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:5:\"align\";i:2;s:12:\"border_width\";i:2;s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:2;s:12:\"align_mobile\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_mobile\";i:1;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:25:\"button_hover_border_color\";i:1;s:12:\"border_color\";i:2;s:19:\"text_padding_mobile\";i:1;s:13:\"border_radius\";i:2;s:11:\"hover_color\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:3:{s:22:\"section_style_dropdown\";a:6:{s:19:\"color_dropdown_item\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_family\";i:1;s:36:\"dropdown_typography_font_size_tablet\";i:1;s:36:\"dropdown_typography_font_size_mobile\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;}s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;}s:12:\"style_toggle\";a:2:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"pointer\";i:1;}}}}}'),(35618,218,'_elementor_css','a:6:{s:4:\"time\";i:1749322555;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:4:\"Jost\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:9:\"ekiticons\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36052,224,'_elementor_controls_usage','a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:8:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:10:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:13:\"border_radius\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:18:\"icon_primary_color\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;}s:20:\"section_social_hover\";a:2:{s:15:\"hover_animation\";i:1;s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:6;s:19:\"_inline_size_tablet\";i:4;s:12:\"align_mobile\";i:1;s:19:\"_inline_size_mobile\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_mobile\";i:3;s:30:\"_element_vertical_align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:3;s:12:\"align_mobile\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:3;}s:18:\"section_text_style\";a:6:{s:26:\"icon_typography_typography\";i:3;s:10:\"text_color\";i:3;s:27:\"icon_typography_font_family\";i:3;s:16:\"text_color_hover\";i:3;s:25:\"icon_typography_font_size\";i:3;s:27:\"icon_typography_font_weight\";i:3;}s:18:\"section_icon_style\";a:5:{s:16:\"icon_color_hover\";i:3;s:9:\"icon_size\";i:3;s:10:\"icon_color\";i:3;s:24:\"icon_self_vertical_align\";i:1;s:31:\"icon_self_vertical_align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_mobile\";i:3;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}}'),(35795,2269,'_yoast_wpseo_title','Best Hotel in Trimbakeshwar – Hotel Dhruv Palace'),(35796,2269,'_yoast_wpseo_metadesc','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.'),(35797,2269,'_yoast_wpseo_opengraph-title','Best Hotel in Trimbakeshwar – Hotel Dhruv Palace'),(35798,2269,'_yoast_wpseo_opengraph-description','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.'),(35799,2269,'_yoast_wpseo_twitter-title','Best Hotel in Trimbakeshwar – Hotel Dhruv Palace'),(35800,2269,'_yoast_wpseo_twitter-description','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.'),(35801,553,'_wp_attachment_image_alt','Restaurant'),(35811,2675,'_yoast_wpseo_title','Best Restaurant in Nashik – Hotel Dhruv Palace'),(35812,2675,'_yoast_wpseo_metadesc','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.'),(35813,2675,'_yoast_wpseo_content_score','90'),(35814,2675,'_yoast_wpseo_estimated-reading-time-minutes','5'),(35815,2675,'_yoast_wpseo_opengraph-title','Best Restaurant in Nashik – Hotel Dhruv Palace'),(35816,2675,'_yoast_wpseo_opengraph-description','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.'),(35817,2675,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg'),(35818,2675,'_yoast_wpseo_opengraph-image-id','553'),(35819,2675,'_yoast_wpseo_twitter-title','Best Restaurant in Nashik – Hotel Dhruv Palace'),(35820,2675,'_yoast_wpseo_twitter-description','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.'),(35821,2675,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg'),(35822,2675,'_yoast_wpseo_twitter-image-id','553'),(35823,4388,'_wp_attachment_image_alt','Hotal Dhruv Palace Logo'),(35824,2269,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png'),(35825,2269,'_yoast_wpseo_opengraph-image-id','4388'),(35826,2269,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png'),(35827,2269,'_yoast_wpseo_twitter-image-id','4388'),(35933,846,'_wp_attachment_image_alt','ac deluxe'),(35932,1082,'_yoast_wpseo_twitter-image-id','849'),(35931,1082,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg'),(35884,1085,'_yoast_wpseo_opengraph-image-id','852'),(35885,1085,'_yoast_wpseo_twitter-title','Triple Sharing Non-AC Room – Dhruv Palace Stay'),(35886,1085,'_yoast_wpseo_twitter-description','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.'),(35887,1085,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg'),(35888,1085,'_yoast_wpseo_twitter-image-id','852'),(35889,1084,'_wp_old_slug','family-8-bed'),(35890,1084,'_yoast_wpseo_primary_product_cat',''),(35891,1084,'_yoast_wpseo_title','Spacious Family 8 Bed Room at Hotel Dhruv Palace'),(35892,1084,'_yoast_wpseo_metadesc','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.'),(35893,1084,'_yoast_wpseo_content_score','90'),(35894,1084,'_yoast_wpseo_estimated-reading-time-minutes','7'),(35895,1084,'_yoast_wpseo_opengraph-title','Spacious Family 8 Bed Room at Hotel Dhruv Palace'),(35896,1084,'_yoast_wpseo_opengraph-description','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.'),(35897,1084,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-1024x576.webp'),(35898,1084,'_yoast_wpseo_opengraph-image-id','4463'),(35899,1084,'_yoast_wpseo_twitter-title','Spacious Family 8 Bed Room at Hotel Dhruv Palace'),(35900,1084,'_yoast_wpseo_twitter-description','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.'),(35901,1084,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-1024x576.webp'),(35902,1084,'_yoast_wpseo_twitter-image-id','4463'),(35903,853,'_wp_attachment_image_alt','royal-suite room'),(35904,1083,'_wp_old_slug','suite'),(35905,1083,'_yoast_wpseo_primary_product_cat',''),(35906,1083,'_yoast_wpseo_title','Luxury Suite Room Booking at Hotel Dhruv Palace'),(35907,1083,'_yoast_wpseo_metadesc','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.'),(35908,1083,'_yoast_wpseo_content_score','90'),(35909,1083,'_yoast_wpseo_estimated-reading-time-minutes','5'),(35910,1083,'_yoast_wpseo_opengraph-title','Luxury Suite Room Booking at Hotel Dhruv Palace'),(35911,1083,'_yoast_wpseo_opengraph-description','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.'),(35912,1083,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg'),(35913,1083,'_yoast_wpseo_opengraph-image-id','853'),(35914,1083,'_yoast_wpseo_twitter-title','Luxury Suite Room Booking at Hotel Dhruv Palace'),(35915,1083,'_yoast_wpseo_twitter-description','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.'),(35916,1083,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg'),(35917,1083,'_yoast_wpseo_twitter-image-id','853'),(35918,849,'_wp_attachment_image_alt','family 6 bed'),(35919,849,'_wp_old_slug','family-6-bed'),(35920,1082,'_yoast_wpseo_primary_product_cat',''),(35921,1082,'_yoast_wpseo_title','6 Bed Hotel Room in Trimbakeshwar for family'),(35922,1082,'_yoast_wpseo_metadesc','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.'),(35923,1082,'_yoast_wpseo_content_score','90'),(35924,1082,'_yoast_wpseo_estimated-reading-time-minutes','7'),(35925,1082,'_yoast_wpseo_opengraph-title','6 Bed Hotel Room in Trimbakeshwar for family'),(35926,1082,'_yoast_wpseo_opengraph-description','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.'),(35927,1082,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg'),(35928,1082,'_yoast_wpseo_opengraph-image-id','849'),(35929,1082,'_yoast_wpseo_twitter-title','6 Bed Hotel Room in Trimbakeshwar for family'),(35930,1082,'_yoast_wpseo_twitter-description','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.'),(35883,1085,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg'),(35863,1086,'_yoast_wpseo_title','Triple Sharing AC Room at Hotel Dhruv Palace'),(35864,1086,'_yoast_wpseo_metadesc','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.'),(35865,1086,'_yoast_wpseo_content_score','90'),(35866,1086,'_yoast_wpseo_estimated-reading-time-minutes','7'),(35867,1086,'_yoast_wpseo_opengraph-title','Triple Sharing AC Room at Hotel Dhruv Palace'),(35868,1086,'_yoast_wpseo_opengraph-description','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.'),(35869,1086,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg'),(35870,1086,'_yoast_wpseo_opengraph-image-id','851'),(35871,1086,'_yoast_wpseo_twitter-title','Triple Sharing AC Room at Hotel Dhruv Palace'),(35872,1086,'_yoast_wpseo_twitter-description','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.'),(35873,1086,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg'),(35874,1086,'_yoast_wpseo_twitter-image-id','851'),(35875,1085,'_wp_old_slug','triple-sharing-non-ac-bed'),(35876,1085,'_yoast_wpseo_primary_product_cat',''),(35877,1085,'_yoast_wpseo_title','Triple Sharing Non-AC Room – Dhruv Palace Stay'),(35878,1085,'_yoast_wpseo_metadesc','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.'),(35879,1085,'_yoast_wpseo_content_score','90'),(35880,1085,'_yoast_wpseo_estimated-reading-time-minutes','6'),(35881,1085,'_yoast_wpseo_opengraph-title','Triple Sharing Non-AC Room – Dhruv Palace Stay'),(35882,1085,'_yoast_wpseo_opengraph-description','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.'),(35861,851,'_wp_attachment_image_alt','Triple sharing ac'),(35862,1086,'_yoast_wpseo_primary_product_cat',''),(35860,852,'_wp_attachment_image_alt','Triple sharing non ac'),(35838,1557,'_wp_attachment_image_alt','Conference Hall'),(35848,2829,'_yoast_wpseo_title','Banquet Hall in Nashik – Hotel Dhruv Palace'),(35849,2829,'_yoast_wpseo_metadesc','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.'),(35850,2829,'_yoast_wpseo_content_score','60'),(35851,2829,'_yoast_wpseo_estimated-reading-time-minutes','7'),(35852,2829,'_yoast_wpseo_opengraph-title','Banquet Hall in Nashik – Hotel Dhruv Palace'),(35853,2829,'_yoast_wpseo_opengraph-description','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.'),(35854,2829,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2-1024x520.jpg'),(35855,2829,'_yoast_wpseo_opengraph-image-id','1557'),(35856,2829,'_yoast_wpseo_twitter-title','Banquet Hall in Nashik – Hotel Dhruv Palace'),(35857,2829,'_yoast_wpseo_twitter-description','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.'),(35858,2829,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2-1024x520.jpg'),(35859,2829,'_yoast_wpseo_twitter-image-id','1557'),(35934,1061,'_yoast_wpseo_primary_product_cat',''),(35935,1061,'_yoast_wpseo_title','Book AC Deluxe Room at Hotel Dhruv Palace'),(35936,1061,'_yoast_wpseo_metadesc','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple'),(35937,1061,'_yoast_wpseo_content_score','90'),(35938,1061,'_yoast_wpseo_estimated-reading-time-minutes','6'),(35939,1061,'_yoast_wpseo_opengraph-title','Book AC Deluxe Room at Hotel Dhruv Palace'),(35940,1061,'_yoast_wpseo_opengraph-description','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple'),(35941,1061,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg'),(35942,1061,'_yoast_wpseo_opengraph-image-id','846'),(35943,1061,'_yoast_wpseo_twitter-title','Book AC Deluxe Room at Hotel Dhruv Palace'),(35944,1061,'_yoast_wpseo_twitter-description','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple'),(35945,1061,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg'),(35946,1061,'_yoast_wpseo_twitter-image-id','846'),(35947,836,'_wp_attachment_image_alt','super deluxe room'),(35948,836,'_wp_old_slug','super-deluxe'),(35949,1053,'_yoast_wpseo_primary_product_cat',''),(35950,1053,'_yoast_wpseo_title','Book Super Deluxe Room at Hotel Dhruv Palace'),(35951,1053,'_yoast_wpseo_metadesc','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple'),(35952,1053,'_yoast_wpseo_content_score','90'),(35953,1053,'_yoast_wpseo_estimated-reading-time-minutes','6'),(35954,1053,'_yoast_wpseo_opengraph-title','Book Super Deluxe Room at Hotel Dhruv Palace'),(35955,1053,'_yoast_wpseo_opengraph-description','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple'),(35956,1053,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg'),(35957,1053,'_yoast_wpseo_opengraph-image-id','836'),(35958,1053,'_yoast_wpseo_twitter-title','Book Super Deluxe Room at Hotel Dhruv Palace'),(35959,1053,'_yoast_wpseo_twitter-description','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple'),(35960,1053,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg'),(35961,1053,'_yoast_wpseo_twitter-image-id','836'),(35962,848,'_wp_attachment_image_alt','family 4 bed'),(35963,848,'_wp_old_slug','family-4-bed'),(35964,1080,'_yoast_wpseo_primary_product_cat',''),(35965,1080,'_yoast_wpseo_title','Spacious Family 4 Bed Room – Dhruv Palace'),(35966,1080,'_yoast_wpseo_metadesc','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.'),(35967,1080,'_yoast_wpseo_content_score','90'),(35968,1080,'_yoast_wpseo_estimated-reading-time-minutes','5'),(35969,1080,'_yoast_wpseo_opengraph-title','Spacious Family 4 Bed Room – Dhruv Palace'),(35970,1080,'_yoast_wpseo_opengraph-description','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.'),(35971,1080,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg'),(35972,1080,'_yoast_wpseo_opengraph-image-id','848'),(35973,1080,'_yoast_wpseo_twitter-title','Spacious Family 4 Bed Room – Dhruv Palace'),(35974,1080,'_yoast_wpseo_twitter-description','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.'),(35975,1080,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg'),(35976,1080,'_yoast_wpseo_twitter-image-id','848'),(35977,847,'_wp_attachment_image_alt','Non AC Deluxe'),(35978,847,'_wp_old_slug','non-ac-deluxe'),(35979,1079,'_yoast_wpseo_primary_product_cat',''),(35980,1079,'_yoast_wpseo_title','Book Non-AC Deluxe Room at Hotel Dhruv Palace'),(35981,1079,'_yoast_wpseo_metadesc','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.'),(35982,1079,'_yoast_wpseo_content_score','90'),(35983,1079,'_yoast_wpseo_estimated-reading-time-minutes','4'),(35984,1079,'_yoast_wpseo_opengraph-title','Book Non-AC Deluxe Room at Hotel Dhruv Palace'),(35985,1079,'_yoast_wpseo_opengraph-description','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.'),(35986,1079,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg'),(35987,1079,'_yoast_wpseo_opengraph-image-id','847'),(35988,1079,'_yoast_wpseo_twitter-title','Book Non-AC Deluxe Room at Hotel Dhruv Palace'),(35989,1079,'_yoast_wpseo_twitter-description','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.'),(35990,1079,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg'),(35991,1079,'_yoast_wpseo_twitter-image-id','847'),(36053,224,'_elementor_css','a:6:{s:4:\"time\";i:1749727120;s:5:\"fonts\";a:2:{i:0;s:4:\"Jost\";i:6;s:7:\"Poppins\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:2;s:9:\"ekiticons\";i:4;s:8:\"fa-solid\";i:19;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:5:{i:0;s:7:\"6f11a8d\";i:1;s:7:\"6f11a8d\";i:2;s:7:\"6f11a8d\";i:3;s:7:\"6f11a8d\";i:4;s:7:\"6f11a8d\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36063,223,'_yoast_wpseo_title','About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple'),(36064,223,'_yoast_wpseo_metadesc','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.'),(36065,223,'_yoast_wpseo_content_score','30'),(36066,223,'_yoast_wpseo_estimated-reading-time-minutes','9'),(36067,223,'_yoast_wpseo_opengraph-title','About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple'),(36068,223,'_yoast_wpseo_opengraph-description','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.'),(36069,223,'_yoast_wpseo_twitter-title','About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple'),(36070,223,'_yoast_wpseo_twitter-description','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.'),(36071,270,'_yoast_wpseo_title','Shop Room Packages at Hotel Dhruv Palace Online'),(36072,270,'_yoast_wpseo_metadesc','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple'),(36073,270,'_yoast_wpseo_opengraph-title','Shop Room Packages at Hotel Dhruv Palace Online'),(36074,270,'_yoast_wpseo_opengraph-description','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple'),(36075,270,'_yoast_wpseo_twitter-title','Shop Room Packages at Hotel Dhruv Palace Online'),(36076,270,'_yoast_wpseo_twitter-description','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple'),(36086,3611,'_edit_last','2'),(36087,3611,'_yoast_wpseo_title','Book Now at Hotel Dhruv Palace – Secure Your Stay Today'),(36088,3611,'_yoast_wpseo_metadesc','Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple'),(36089,3611,'_yoast_wpseo_content_score','90'),(36090,3611,'_yoast_wpseo_estimated-reading-time-minutes','0'),(36091,3611,'_yoast_wpseo_opengraph-title','Book Now at Hotel Dhruv Palace – Secure Your Stay Today'),(36092,3611,'_yoast_wpseo_opengraph-description','Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple'),(36093,3611,'_yoast_wpseo_twitter-title','Book Now at Hotel Dhruv Palace – Secure Your Stay Today'),(36094,3611,'_yoast_wpseo_twitter-description','Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple'),(36104,244,'_yoast_wpseo_title','Get in Touch with Hotel Dhruv Palace Today'),(36105,244,'_yoast_wpseo_metadesc','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.'),(36106,244,'_yoast_wpseo_content_score','90'),(36107,244,'_yoast_wpseo_estimated-reading-time-minutes','1'),(36108,244,'_yoast_wpseo_opengraph-title','Get in Touch with Hotel Dhruv Palace Today'),(36109,244,'_yoast_wpseo_opengraph-description','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.'),(36110,244,'_yoast_wpseo_twitter-title','Get in Touch with Hotel Dhruv Palace Today'),(36111,244,'_yoast_wpseo_twitter-description','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.'),(36112,2909,'_yoast_wpseo_title','Hotel Dhruv Palace Customer Help & Support Desk'),(36113,2909,'_yoast_wpseo_metadesc','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.'),(36114,2909,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Customer Help & Support Desk'),(36115,2909,'_yoast_wpseo_opengraph-description','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.'),(36116,2909,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Customer Help & Support Desk'),(36117,2909,'_yoast_wpseo_twitter-description','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.'),(36127,1145,'_edit_last','2'),(36128,1145,'_yoast_wpseo_title','Explore Nearby Attractions from Hotel Dhruv Palace'),(36129,1145,'_yoast_wpseo_metadesc','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable'),(36130,1145,'_yoast_wpseo_content_score','60'),(36131,1145,'_yoast_wpseo_estimated-reading-time-minutes','13'),(36132,1145,'_yoast_wpseo_opengraph-title','Explore Nearby Attractions from Hotel Dhruv Palace'),(36133,1145,'_yoast_wpseo_opengraph-description','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable'),(36134,1145,'_yoast_wpseo_twitter-title','Explore Nearby Attractions from Hotel Dhruv Palace'),(36135,1145,'_yoast_wpseo_twitter-description','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable'),(36145,254,'_edit_last','2'),(36146,254,'_yoast_wpseo_title','View Hotel Dhruv Palace Gallery & Room Images'),(36147,254,'_yoast_wpseo_metadesc','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple'),(36148,254,'_yoast_wpseo_content_score','90'),(36149,254,'_yoast_wpseo_estimated-reading-time-minutes','2'),(36150,254,'_yoast_wpseo_opengraph-title','View Hotel Dhruv Palace Gallery & Room Images'),(36151,254,'_yoast_wpseo_opengraph-description','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple'),(36152,254,'_yoast_wpseo_twitter-title','View Hotel Dhruv Palace Gallery & Room Images'),(36153,254,'_yoast_wpseo_twitter-description','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple'),(36163,271,'_edit_last','2'),(36164,271,'_yoast_wpseo_title','Hotel Dhruv Palace Services for a Pleasant Stay'),(36165,271,'_yoast_wpseo_metadesc','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.'),(36166,271,'_yoast_wpseo_content_score','90'),(36167,271,'_yoast_wpseo_estimated-reading-time-minutes','1'),(36168,271,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Services for a Pleasant Stay'),(36169,271,'_yoast_wpseo_opengraph-description','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.'),(36170,271,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Services for a Pleasant Stay'),(36171,271,'_yoast_wpseo_twitter-description','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.'),(36181,1202,'_yoast_wpseo_title','Hotel Dhruv Palace Room Rates & Pricing Policy'),(36182,1202,'_yoast_wpseo_metadesc','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms'),(36183,1202,'_yoast_wpseo_content_score','30'),(36184,1202,'_yoast_wpseo_estimated-reading-time-minutes','2'),(36185,1202,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Room Rates & Pricing Policy'),(36186,1202,'_yoast_wpseo_opengraph-description','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms'),(36187,1202,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Room Rates & Pricing Policy'),(36188,1202,'_yoast_wpseo_twitter-description','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms'),(36198,3,'_edit_last','2'),(36199,3,'_yoast_wpseo_title','Hotel Dhruv Palace Data Use & Privacy Policy'),(36200,3,'_yoast_wpseo_metadesc','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us'),(36201,3,'_yoast_wpseo_content_score','30'),(36202,3,'_yoast_wpseo_estimated-reading-time-minutes','3'),(36203,3,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Data Use & Privacy Policy'),(36204,3,'_yoast_wpseo_opengraph-description','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us'),(36205,3,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Data Use & Privacy Policy'),(36206,3,'_yoast_wpseo_twitter-description','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us'),(36216,1201,'_edit_last','2'),(36217,1201,'_yoast_wpseo_title','Hotel Dhruv Palace Refund & Return Policy Info'),(36218,1201,'_yoast_wpseo_metadesc','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests'),(36219,1201,'_yoast_wpseo_content_score','30'),(36220,1201,'_yoast_wpseo_estimated-reading-time-minutes','2'),(36221,1201,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Refund & Return Policy Info'),(36222,1201,'_yoast_wpseo_opengraph-description','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests'),(36223,1201,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Refund & Return Policy Info'),(36224,1201,'_yoast_wpseo_twitter-description','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests'),(36234,2677,'_yoast_wpseo_title','Read Guest Reviews of Hotel Dhruv Palace Online'),(36235,2677,'_yoast_wpseo_metadesc','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.'),(36236,2677,'_yoast_wpseo_content_score','60'),(36237,2677,'_yoast_wpseo_estimated-reading-time-minutes','3'),(36238,2677,'_yoast_wpseo_opengraph-title','Read Guest Reviews of Hotel Dhruv Palace Online'),(36239,2677,'_yoast_wpseo_opengraph-description','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.'),(36240,2677,'_yoast_wpseo_twitter-title','Read Guest Reviews of Hotel Dhruv Palace Online'),(36241,2677,'_yoast_wpseo_twitter-description','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.'),(36251,1214,'_edit_last','2'),(36252,1214,'_yoast_wpseo_title','Hotel Dhruv Palace Terms & Conditions Policy'),(36253,1214,'_yoast_wpseo_metadesc','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.'),(36254,1214,'_yoast_wpseo_content_score','30'),(36255,1214,'_yoast_wpseo_estimated-reading-time-minutes','2'),(36256,1214,'_yoast_wpseo_opengraph-title','Hotel Dhruv Palace Terms & Conditions Policy'),(36257,1214,'_yoast_wpseo_opengraph-description','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.'),(36258,1214,'_yoast_wpseo_twitter-title','Hotel Dhruv Palace Terms & Conditions Policy'),(36259,1214,'_yoast_wpseo_twitter-description','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.'),(36260,4494,'_wp_attachment_image_alt','Luxury Room with 3 Bed'),(36261,4493,'_wp_attachment_image_alt','Room With 2 Beds'),(36262,4357,'_wp_attachment_image_alt','Hotal Dhruv Palace Logo'),(36263,2909,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36264,2909,'_yoast_wpseo_opengraph-image-id','4357'),(36265,2909,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36266,2909,'_yoast_wpseo_twitter-image-id','4357'),(36267,271,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36268,271,'_yoast_wpseo_opengraph-image-id','4357'),(36269,271,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36270,271,'_yoast_wpseo_twitter-image-id','4357'),(36272,1202,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36273,1202,'_yoast_wpseo_opengraph-image-id','4357'),(36274,1202,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36275,1202,'_yoast_wpseo_twitter-image-id','4357'),(36276,3,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36277,3,'_yoast_wpseo_opengraph-image-id','4357'),(36278,3,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36279,3,'_yoast_wpseo_twitter-image-id','4357'),(36280,1201,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36281,1201,'_yoast_wpseo_opengraph-image-id','4357'),(36282,1201,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36283,1201,'_yoast_wpseo_twitter-image-id','4357'),(36293,2677,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36294,2677,'_yoast_wpseo_opengraph-image-id','4357'),(36295,2677,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36296,2677,'_yoast_wpseo_twitter-image-id','4357'),(36297,2960,'_yoast_wpseo_content_score','90'),(36298,2960,'_yoast_wpseo_estimated-reading-time-minutes','1'),(36299,2960,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36300,2960,'_yoast_wpseo_opengraph-image-id','4357'),(36301,2960,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36302,2960,'_yoast_wpseo_twitter-image-id','4357'),(36303,1214,'_yoast_wpseo_opengraph-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36304,1214,'_yoast_wpseo_opengraph-image-id','4357'),(36305,1214,'_yoast_wpseo_twitter-image','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png'),(36306,1214,'_yoast_wpseo_twitter-image-id','4357'),(36307,4492,'_wp_attachment_image_alt','washrrom'),(36308,4490,'_wp_attachment_image_alt','washroom'),(36309,4488,'_wp_attachment_image_alt','washroom'),(36310,4487,'_wp_attachment_image_alt','Room with Doule bed'),(36311,4484,'_wp_attachment_image_alt','Luxury Room With Double Bed'),(36312,4483,'_wp_attachment_image_alt','Luxury Room'),(36313,4481,'_wp_attachment_image_alt','Luxury Room With Bed'),(36314,4480,'_wp_attachment_image_alt','Luxury Room With Bed'),(36315,4479,'_wp_attachment_image_alt','Luxury Room With Bed'),(36316,4478,'_wp_attachment_image_alt','washrrom'),(36317,4476,'_wp_attachment_image_alt','Luxury Room With Bed'),(36318,4474,'_wp_attachment_image_alt','washroom'),(36319,4472,'_wp_attachment_image_alt','Luxury Room With Bed'),(36320,4471,'_wp_attachment_image_alt','Luxury Room With Bed'),(36321,4470,'_wp_attachment_image_alt','Luxury Room With Bed'),(36322,4469,'_wp_attachment_image_alt','Luxury Room With Bed'),(36323,4468,'_wp_attachment_image_alt','Luxury Room With Bed'),(36324,4467,'_wp_attachment_image_alt','10 Bed Room'),(36325,4466,'_wp_attachment_image_alt','Luxury Room With Bed'),(36326,4464,'_wp_attachment_image_alt','Luxury Room With 4 Bed'),(36327,4462,'_wp_attachment_image_alt','Luxury Room With Bed'),(36328,4461,'_wp_attachment_image_alt','Luxury Room With Bed'),(36329,4460,'_wp_attachment_image_alt','washroom'),(36330,4459,'_wp_attachment_image_alt','Luxury Room With Bed'),(36331,4458,'_wp_attachment_image_alt','Luxury Room With Bed'),(36332,4457,'_wp_attachment_image_alt','Bedroom'),(36333,4456,'_wp_attachment_image_alt','Bedroom'),(36334,4455,'_wp_attachment_image_alt','Luxury Room With Bed'),(36335,4454,'_wp_attachment_image_alt','Large Room with 7 Bed'),(36336,4453,'_wp_attachment_image_alt','4 Bed Room'),(36337,4451,'_wp_attachment_image_alt','Washroom'),(36338,4441,'_wp_attachment_image_alt','4 Bed Luxury Room'),(36339,4440,'_wp_attachment_image_alt','7 Bed Luxury Room'),(36340,4439,'_wp_attachment_image_alt','Luxury Room With Bed'),(36341,4438,'_wp_attachment_image_alt','Luxury Room With Bed'),(36342,4406,'_wp_attachment_image_alt','Disign'),(36343,4380,'_wp_attachment_image_alt','Hotal Dhruv Palace Logo'),(36344,4373,'_wp_attachment_image_alt','Hotal Dhruv Palace Logo'),(36345,4355,'_wp_attachment_image_alt','payment trasnjectional'),(36346,4232,'_wp_attachment_image_alt','Luxury Room'),(36347,4231,'_wp_attachment_image_alt','Luxury Room'),(36348,4230,'_wp_attachment_image_alt','Luxury Room'),(36349,4229,'_wp_attachment_image_alt','Washrrom'),(36350,3776,'_wp_attachment_image_alt','Logo'),(36351,3775,'_wp_attachment_image_alt','Logo'),(36352,3765,'_wp_attachment_image_alt','Logo'),(36353,3764,'_wp_attachment_image_alt','Logo'),(36354,3763,'_wp_attachment_image_alt','Dhruvpalace Logo'),(36355,3747,'_wp_attachment_image_alt','Luxury Room'),(36356,3497,'_wp_attachment_image_alt','logo'),(36357,3460,'_wp_attachment_image_alt','companies'),(36358,3456,'_wp_attachment_image_alt','contact icon'),(36359,3330,'_wp_attachment_image_alt','companies'),(36360,3038,'_wp_attachment_image_alt','contact icon'),(36992,2829,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:37:\"background_slideshow_slide_transition\";i:1;s:36:\"background_slideshow_background_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:6:\"height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"align\";i:1;s:5:\"width\";i:2;s:19:\"image_border_border\";i:2;s:18:\"image_border_width\";i:2;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:9:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:9:\"_offset_y\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_tablet\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;s:31:\"icon_typography_text_decoration\";i:1;}}}}}'),(36486,4693,'_wpcode_auto_insert','1'),(36487,4693,'_wpcode_auto_insert_number','1'),(36488,4693,'_wpcode_conditional_logic_enabled',''),(36489,4693,'_wpcode_priority','10'),(36490,4693,'_wpcode_note',''),(36491,4693,'_wpcode_location_extra',''),(36492,4693,'_wpcode_shortcode_attributes','a:0:{}'),(36493,4693,'_edit_lock','1751020500:2'),(36494,4694,'_wpcode_auto_insert','1'),(36495,4694,'_wpcode_auto_insert_number','1'),(36496,4694,'_wpcode_conditional_logic_enabled',''),(36497,4694,'_wpcode_priority','10'),(36498,4694,'_wpcode_note',''),(36499,4694,'_wpcode_location_extra',''),(36500,4694,'_wpcode_shortcode_attributes','a:0:{}'),(36501,4694,'_edit_lock','1751020586:2'),(36502,4694,'_wpcode_conditional_logic','a:0:{}'),(36538,3,'_elementor_css','a:6:{s:4:\"time\";i:1751077924;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36564,2677,'_elementor_css','a:6:{s:4:\"time\";i:1751078039;s:5:\"fonts\";a:2:{i:0;s:4:\"Jost\";i:1;s:13:\"Gilda Display\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(37097,2269,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:25;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:25;s:11:\"header_size\";i:13;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:7:{s:7:\"_margin\";i:17;s:8:\"_padding\";i:15;s:14:\"_margin_mobile\";i:4;s:14:\"_element_width\";i:12;s:21:\"_element_custom_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:23:\"_element_vertical_align\";i:5;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:5:\"align\";i:15;s:21:\"typography_typography\";i:19;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_family\";i:17;s:22:\"typography_font_weight\";i:11;s:11:\"title_color\";i:11;s:27:\"typography_font_size_tablet\";i:11;s:27:\"typography_font_size_mobile\";i:11;s:23:\"text_stroke_text_stroke\";i:4;s:24:\"text_stroke_stroke_color\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:31;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:31;s:5:\"align\";i:2;s:16:\"content_position\";i:7;s:19:\"_inline_size_tablet\";i:4;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:13;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:9;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:7;s:19:\"background_position\";i:5;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:8;s:12:\"border_width\";i:8;s:13:\"border_radius\";i:5;s:12:\"border_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:13:\"content_width\";i:8;s:6:\"height\";i:4;s:13:\"custom_height\";i:4;s:20:\"custom_height_tablet\";i:2;s:20:\"custom_height_mobile\";i:1;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:2;s:3:\"gap\";i:4;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:14;s:7:\"padding\";i:8;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_mobile\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_mobile\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:5;s:26:\"background_overlay_opacity\";i:5;s:24:\"background_overlay_color\";i:5;s:33:\"background_overlay_opacity_mobile\";i:1;}s:21:\"section_shape_divider\";a:7:{s:17:\"shape_divider_top\";i:3;s:24:\"shape_divider_top_height\";i:4;s:22:\"shape_divider_top_flip\";i:4;s:20:\"shape_divider_bottom\";i:3;s:27:\"shape_divider_bottom_height\";i:3;s:23:\"shape_divider_top_color\";i:1;s:26:\"shape_divider_bottom_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:18;s:10:\"image_size\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:14:{s:5:\"align\";i:7;s:5:\"width\";i:17;s:6:\"height\";i:16;s:19:\"image_border_border\";i:2;s:18:\"image_border_width\";i:2;s:19:\"image_border_radius\";i:2;s:12:\"width_mobile\";i:12;s:13:\"height_mobile\";i:8;s:7:\"opacity\";i:9;s:12:\"width_tablet\";i:3;s:10:\"object-fit\";i:1;s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:9:{s:9:\"_position\";i:1;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:2;s:16:\"_offset_x_mobile\";i:2;s:16:\"_offset_y_mobile\";i:2;s:7:\"_margin\";i:12;s:8:\"_padding\";i:3;s:14:\"_margin_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:15:\"section_effects\";a:2:{s:18:\"animation_duration\";i:2;s:10:\"_animation\";i:3;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:8;s:10:\"column_gap\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:2;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:4;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:3;s:25:\"typography_letter_spacing\";i:1;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:22:\"section_image_carousel\";a:7:{s:8:\"carousel\";i:2;s:14:\"thumbnail_size\";i:2;s:14:\"slides_to_show\";i:1;s:10:\"navigation\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:23:\"slides_to_scroll_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:12:\"hide_desktop\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:2;s:12:\"align_mobile\";i:2;s:16:\"background_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;}}}}s:23:\"elementskit-testimonial\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:41:\"ekit_testimonial_layout_section_tab_style\";a:1:{s:22:\"ekit_testimonial_style\";i:2;}s:34:\"ekit_testimonial_section_tab_style\";a:4:{s:34:\"ekit_testimonial_wartermark_enable\";i:2;s:30:\"ekit_testimonial_rating_enable\";i:2;s:21:\"ekit_testimonial_data\";i:2;s:36:\"ekit_testimonial_wartermark_position\";i:1;}s:32:\"ekit_testimonial_layout_settings\";a:6:{s:35:\"ekit_testimonial_left_right_spacing\";i:1;s:28:\"ekit_testimonial_slidetoshow\";i:2;s:31:\"ekit_testimonial_slidesToScroll\";i:1;s:35:\"ekit_testimonial_slidetoshow_mobile\";i:2;s:35:\"ekit_testimonial_slidetoshow_tablet\";i:2;s:38:\"ekit_testimonial_slidesToScroll_tablet\";i:1;}}s:5:\"style\";a:4:{s:37:\"ekit_testimonial_section_wraper_style\";a:3:{s:42:\"ekit_testimonial_section_wraper_use_height\";i:1;s:31:\"ekit_testimonial_section_height\";i:1;s:50:\"ekit_testimonial_section_wraper_vertical_alignment\";i:1;}s:31:\"ekit_testimonial_section_layout\";a:4:{s:30:\"ekit_testimonial_layout_margin\";i:1;s:37:\"ekit_testimonial_layout_border_border\";i:1;s:36:\"ekit_testimonial_layout_border_width\";i:1;s:36:\"ekit_testimonial_layout_border_color\";i:1;}s:36:\"ekit_testimonial_title_separetor_tab\";a:2:{s:38:\"ekit_testimonial_title_separator_width\";i:1;s:39:\"ekit_testimonial_title_separator_height\";i:1;}s:39:\"ekit_testimonial_client_content_section\";a:2:{s:43:\"ekit_testimonial_client_name_spacing_bottom\";i:1;s:34:\"ekit_testimonial_client_image_size\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:8:{s:10:\"text_color\";i:5;s:16:\"text_color_hover\";i:5;s:26:\"icon_typography_typography\";i:5;s:27:\"icon_typography_font_family\";i:5;s:25:\"icon_typography_font_size\";i:5;s:32:\"icon_typography_font_size_tablet\";i:5;s:32:\"icon_typography_font_size_mobile\";i:5;s:27:\"icon_typography_font_weight\";i:5;}s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:14:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:39:\"description_typography_font_size_mobile\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;s:35:\"description_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:3;s:15:\"_padding_tablet\";i:3;}s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;s:28:\"_background_hover_background\";i:3;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_toggle_style_title\";a:6:{s:16:\"title_background\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}}}}}'),(36701,3472,'_wp_attachment_image_alt','white page'),(36702,3462,'_wp_attachment_image_alt','white page'),(36703,3453,'_wp_attachment_image_alt','white page'),(36704,3455,'_wp_attachment_image_alt','white page'),(36705,3449,'_wp_attachment_image_alt','white page'),(36706,3442,'_wp_attachment_image_alt','white page'),(36707,2981,'_wp_attachment_image_alt','room'),(36708,2855,'_wp_attachment_image_alt','room'),(36709,2854,'_wp_attachment_image_alt','deluxe room'),(36710,2853,'_wp_attachment_image_alt','hotel'),(36711,2685,'_wp_attachment_image_alt','logo'),(36712,2640,'_wp_attachment_image_alt','logo'),(36713,2246,'_wp_attachment_image_alt','logo'),(36714,2245,'_wp_attachment_image_alt','logo'),(36715,2243,'_wp_attachment_image_alt','logo'),(36716,2224,'_wp_attachment_image_alt','hands'),(36717,2223,'_wp_attachment_image_alt','white page'),(36718,2222,'_wp_attachment_image_alt','hands'),(36719,2221,'_wp_attachment_image_alt','deluxe room'),(36720,2212,'_wp_attachment_image_alt','bhavesh patel'),(36721,2057,'_wp_attachment_image_alt','caves'),(36722,2056,'_wp_attachment_image_alt','SAI-BABA'),(36723,2055,'_wp_attachment_image_alt','SHANI-SHINGNAPUR'),(36724,2051,'_wp_attachment_image_alt','NIVRUTTINATH-SAMADHI.'),(36725,2047,'_wp_attachment_image_alt','KUSHAVARTA-KUND'),(36726,2046,'_wp_attachment_image_alt','ANJANERI-HANUMAN-BIRTH-PLACE'),(36727,2041,'_wp_attachment_image_alt','NIL-PARVAT-AMBIKA-MATA-MANDIR'),(36728,2040,'_wp_attachment_image_alt','GANGA-DWAR.'),(36729,2039,'_wp_attachment_image_alt','BRAHMAGIRI'),(36730,2038,'_wp_attachment_image_alt','MUKTIDHAM'),(36731,2034,'_wp_attachment_image_alt','PANCHAWATI'),(36732,2017,'_wp_attachment_image_alt','GURUKUL-SWAMI-SAMARTH'),(36733,2016,'_wp_attachment_image_alt','TRIMBAKESHWAR-MAIN-TEMPLE'),(36734,2014,'_wp_attachment_image_alt','ACCOMODATION'),(36735,2013,'_wp_attachment_image_alt','bedroom'),(36736,1759,'_wp_attachment_image_alt','logo'),(36737,1758,'_wp_attachment_image_alt','logo'),(36738,1562,'_wp_attachment_image_alt','dining area'),(36739,1561,'_wp_attachment_image_alt','garden'),(36740,1560,'_wp_attachment_image_alt','hotel'),(36741,1559,'_wp_attachment_image_alt','hotel'),(36742,1558,'_wp_attachment_image_alt','hotel'),(36743,1555,'_wp_attachment_image_alt','room'),(36744,1554,'_wp_attachment_image_alt','hall'),(36745,1536,'_wp_attachment_image_alt','bedroom'),(36746,1535,'_wp_attachment_image_alt','bedroom'),(36747,1534,'_wp_attachment_image_alt','bedroom'),(36748,1528,'_wp_attachment_image_alt','ac rom'),(36749,1524,'_wp_attachment_image_alt','2 bed room'),(36750,1520,'_wp_attachment_image_alt','tv'),(36751,1519,'_wp_attachment_image_alt','ac rom'),(36752,1518,'_wp_attachment_image_alt','ac rom'),(36753,1517,'_wp_attachment_image_alt','ac rom'),(36754,1516,'_wp_attachment_image_alt','ac rom'),(36755,1514,'_wp_attachment_image_alt','duble bed room'),(36756,1513,'_wp_attachment_image_alt','family 4 bed'),(36757,1512,'_wp_attachment_image_alt','ac bed room'),(36758,1511,'_wp_attachment_image_alt','Triple Sharing AC Bed'),(36759,1510,'_wp_attachment_image_alt','deluxe room'),(36760,1509,'_wp_attachment_image_alt','deluxe room'),(36761,1508,'_wp_attachment_image_alt','deluxe room'),(36762,1507,'_wp_attachment_image_alt','deluxe room'),(36763,1506,'_wp_attachment_image_alt','FAMILY 4 BED'),(36764,1505,'_wp_attachment_image_alt','family 3 bed'),(36765,1504,'_wp_attachment_image_alt','FAMILY 4 BED'),(36766,1503,'_wp_attachment_image_alt','ac room'),(36767,1502,'_wp_attachment_image_alt','family room'),(36768,1324,'_wp_attachment_image_alt','FAMILY 10 BED'),(36769,1323,'_wp_attachment_image_alt','FAMILY 7 BED'),(36770,1318,'_wp_attachment_image_alt','hotel'),(36771,1046,'_wp_attachment_image_alt','placeholder'),(36772,1006,'_wp_attachment_image_alt','luxury room'),(36773,1005,'_wp_attachment_image_alt','luxury room'),(36774,953,'_wp_attachment_image_alt','caves'),(36775,850,'_wp_attachment_image_alt','family-11-bed'),(36776,835,'_wp_attachment_image_alt','super deluxe room'),(36777,835,'_wp_old_slug','ac-deluxe'),(36778,779,'_wp_attachment_image_alt','receptionist'),(36779,755,'_wp_attachment_image_alt','ac room'),(36780,754,'_wp_attachment_image_alt','meeting room'),(36781,753,'_wp_attachment_image_alt','bedroom with ac'),(36782,752,'_wp_attachment_image_alt','dinning'),(36783,751,'_wp_attachment_image_alt','garden'),(36784,750,'_wp_attachment_image_alt','hotel'),(36785,749,'_wp_attachment_image_alt','hotel'),(36786,748,'_wp_attachment_image_alt','hotel'),(36787,747,'_wp_attachment_image_alt','family 6 bed room'),(36788,738,'_wp_attachment_image_alt','meeting hall'),(36789,737,'_wp_attachment_image_alt','hall'),(36790,736,'_wp_attachment_image_alt','hall'),(36791,735,'_wp_attachment_image_alt','bedroom'),(36792,555,'_wp_attachment_image_alt','brahmgiri.'),(36793,554,'_wp_attachment_image_alt','anjaneri.'),(36794,552,'_wp_attachment_image_alt','conference hall'),(36795,551,'_wp_attachment_image_alt','accomodation'),(36796,550,'_wp_attachment_image_alt','sai baba'),(36797,549,'_wp_attachment_image_alt','kund'),(36798,548,'_wp_attachment_image_alt','gangadvar'),(36799,547,'_wp_attachment_image_alt','neel-parvat.'),(36800,546,'_wp_attachment_image_alt','nivruttinath'),(36801,545,'_wp_attachment_image_alt','shani dev'),(36802,544,'_wp_attachment_image_alt','muktidham'),(36803,543,'_wp_attachment_image_alt','panchawati'),(36804,542,'_wp_attachment_image_alt','gurukul.'),(36805,506,'_wp_attachment_image_alt','ac bed room'),(36806,505,'_wp_attachment_image_alt','hotel'),(36807,497,'_wp_attachment_image_alt','trimbakeshwar temple'),(36808,425,'_wp_attachment_image_alt','footerlogo'),(36809,361,'_wp_attachment_image_alt','mainlogo'),(36810,206,'_wp_attachment_image_alt','leaving room'),(36811,205,'_wp_attachment_image_alt','dinig hall'),(36812,203,'_wp_attachment_image_alt','washrom'),(36813,201,'_wp_attachment_image_alt','icon'),(36814,199,'_wp_attachment_image_alt','bath tub'),(36815,197,'_wp_attachment_image_alt','dining table'),(36816,196,'_wp_attachment_image_alt','icon'),(36817,194,'_wp_attachment_image_alt','swimming pool'),(36818,195,'_wp_attachment_image_alt','moountain'),(36819,193,'_wp_attachment_image_alt','icon'),(36820,192,'_wp_attachment_image_alt','ocean'),(36821,191,'_wp_attachment_image_alt','human'),(36822,190,'_wp_attachment_image_alt','hotel'),(36823,189,'_wp_attachment_image_alt','hotel'),(36824,188,'_wp_attachment_image_alt','water'),(36825,187,'_wp_attachment_image_alt','luxury room'),(36826,186,'_wp_attachment_image_alt','icon-tab'),(36827,185,'_wp_attachment_image_alt','swimming pool'),(36828,184,'_wp_attachment_image_alt','swimming pool'),(36829,183,'_wp_attachment_image_alt','icon'),(36830,182,'_wp_attachment_image_alt','icon'),(36831,179,'_wp_attachment_image_alt','icon'),(36832,178,'_wp_attachment_image_alt','swimming pool'),(36833,175,'_wp_attachment_image_alt','icon'),(36834,176,'_wp_attachment_image_alt','table'),(36835,174,'_wp_attachment_image_alt','Swimming pool'),(36836,173,'_wp_attachment_image_alt','leaving room'),(36837,172,'_wp_attachment_image_alt','food'),(36838,171,'_wp_attachment_image_alt','icon'),(36839,170,'_wp_attachment_image_alt','super luxury room'),(36840,169,'_wp_attachment_image_alt','palace'),(36841,168,'_wp_attachment_image_alt','super luxury room'),(36842,167,'_wp_attachment_image_alt','icon'),(36843,165,'_wp_attachment_image_alt','super luxury room'),(36844,164,'_wp_attachment_image_alt','chairs'),(36845,163,'_wp_attachment_image_alt','super luxury room'),(36846,162,'_wp_attachment_image_alt','icon'),(36847,155,'_wp_attachment_image_alt','super luxury room'),(36848,154,'_wp_attachment_image_alt','pampas grass'),(36849,159,'_wp_attachment_image_alt','icon'),(36850,157,'_wp_attachment_image_alt','luxury room'),(36851,156,'_wp_attachment_image_alt','luxury room'),(36852,153,'_wp_attachment_image_alt','luxury room'),(36853,113,'_wp_attachment_image_alt','luxury room'),(36854,1201,'_elementor_css','a:6:{s:4:\"time\";i:1751081106;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36855,2909,'_elementor_css','a:6:{s:4:\"time\";i:1751081252;s:5:\"fonts\";a:2:{i:0;s:4:\"Jost\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";i:2;s:10:\"fa-regular\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36856,1214,'_elementor_css','a:6:{s:4:\"time\";i:1751081307;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36857,2960,'_elementor_css','a:6:{s:4:\"time\";i:1751081311;s:5:\"fonts\";a:3:{i:0;s:4:\"Jost\";i:1;s:7:\"Poppins\";i:2;s:13:\"Gilda Display\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36858,4718,'_edit_lock','1751085253:2'),(36859,4718,'_elementor_edit_mode','builder'),(36860,4718,'_elementor_template_type','wp-post'),(36861,4718,'_elementor_version','3.23.4'),(36862,4718,'_elementor_pro_version','3.23.3'),(36863,4718,'ekit_post_views_count','1'),(36982,2829,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(37009,2675,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(37060,2675,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:37:\"background_slideshow_slide_transition\";i:1;s:36:\"background_slideshow_background_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:6:\"height\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(37021,2829,'_elementor_css','a:6:{s:4:\"time\";i:1751277128;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(37061,2675,'_elementor_css','a:6:{s:4:\"time\";i:1751277387;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(37098,2269,'_elementor_css','a:6:{s:4:\"time\";i:1751369903;s:5:\"fonts\";a:3:{i:0;s:13:\"Gilda Display\";i:1;s:7:\"Poppins\";i:21;s:4:\"Jost\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:14;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wpf4_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_posts`
--
DROP TABLE IF EXISTS `wpf4_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=4763 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_posts`
--
LOCK TABLES `wpf4_posts` WRITE;
/*!40000 ALTER TABLE `wpf4_posts` DISABLE KEYS */;
INSERT INTO `wpf4_posts` VALUES (3,1,'2022-03-03 07:44:29','2022-03-03 07:44:29','<ul>\n <li>\n <a href=\"#\">\n Home\n </a>\n </li>\n </ul>\n <ul>\n <li>\n Privacy Policy\n </li>\n </ul>\n <h2>Privacy Policy</h2> \n <h3> </h3><h3 style=\"text-align: center;\">Privacy Policy</h3><p><strong>1. Information Collection:</strong></p><p>- Hotel Dhruv Palace collects personal information from guests for the purpose of providing hotel services, processing reservations, and ensuring a personalized and convenient guest experience.<br />- Personal information may include but is not limited to, name, contact details, payment information, stay preferences, and any special requests or requirements.</p><p><strong>2. Use of Information:</strong></p><p>- Personal information collected by Hotel Dhruv Palace is used solely for the purpose of fulfilling guest reservations, providing requested services, and improving the quality of our hospitality offerings.<br />- Guest information may also be used for marketing and promotional purposes, including sending newsletters, special offers, and updates about hotel amenities and events. Guests have the option to opt-out of receiving marketing communications at any time.</p><p><strong>3. Information Sharing:</strong></p><p>- Hotel Dhruv Palace may share personal information with trusted third-party service providers, including but not limited to, payment processors, booking platforms, and marketing agencies, for the purpose of fulfilling guest requests and improving hotel operations.<br />- Personal information will not be shared, sold, or disclosed to third parties for their marketing or advertising purposes without the explicit consent of the guest, except as required by law or legal proceedings.</p><p><strong>4. Data Security:</strong></p><p>- Hotel Dhruv Palace implements appropriate security measures to protect guest information from unauthorized access, disclosure, alteration, or destruction.<br />- Access to guest information is restricted to authorized personnel only, and strict confidentiality protocols are in place to safeguard the privacy of guest data.</p><p><strong>5. Data Retention:</strong></p><p>- Hotel Dhruv Palace retains guest information for the duration necessary to fulfill the purposes outlined in this privacy policy or as required by applicable laws and regulations.<br />- Guests have the right to request access to their personal information, update or correct inaccuracies, and request deletion of their data in accordance with applicable data protection laws.</p><p><strong>6. Children\'s Privacy:</strong></p><p>- Hotel Dhruv Palace does not knowingly collect or solicit personal information from children under the age of 18 without parental consent. If we become aware that we have collected personal information from a child without parental consent, we will take steps to remove that information from our records.</p><p><strong>7. Changes to Privacy Policy:</strong></p><p>- Hotel Dhruv Palace reserves the right to update or modify this privacy policy at any time without prior notice. Any changes to the privacy policy will be posted on our website, and guests are encouraged to review the policy periodically for updates.</p><p><strong>By making a reservation or using our services, guests acknowledge and agree to the terms of this privacy policy. If you have any questions or concerns about our privacy practices, please contact us directly.</strong></p><p><strong>Please note that this privacy policy is subject to change without prior notice. Guests are encouraged to review the privacy policy periodically for updates and changes.</strong></p>','Privacy Policy','','publish','closed','open','','privacy-policy','','','2025-06-28 02:31:47','2025-06-28 02:31:47','',0,'https://hoteldhruvpalace.com/?page_id=3',0,'page','',0),(5,1,'2022-03-03 08:03:54','2022-03-03 08:03:54','','KingHo - Hotel Booking','','publish','closed','closed','','kingho-hotel-booking','','','2022-03-03 08:03:54','2022-03-03 08:03:54','',0,'https://hoteldhruvpalace.com/?envato_tk_import=kingho-hotel-booking',0,'envato_tk_import','',0),(6,1,'2022-03-03 08:04:32','2022-03-03 08:04:32','','Default Kit','','publish','closed','closed','','default-kit','','','2022-03-03 08:04:32','2022-03-03 08:04:32','',0,'https://hoteldhruvpalace.com/?p=6',0,'elementor_library','',0),(7,1,'2022-03-03 08:05:39','2022-03-03 08:05:39','','Kit Styles: KingHo - Hotel Booking','','publish','closed','closed','','global-kit-styles','','','2023-07-29 07:21:49','2023-07-29 07:21:49','',0,'https://hoteldhruvpalace.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(113,1,'2022-03-03 08:06:26','2022-03-03 08:06:26','','gallery-06.jpg','','inherit','open','closed','','gallery-06-jpg','','','2025-06-28 03:23:00','2025-06-28 03:23:00','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg',0,'attachment','image/jpeg',0),(153,1,'2022-03-03 08:06:41','2022-03-03 08:06:41','','img-room-01.jpg','','inherit','open','closed','','img-room-01-jpg','','','2025-06-28 03:22:57','2025-06-28 03:22:57','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-room-01.jpg',0,'attachment','image/jpeg',0),(154,1,'2022-03-03 08:06:42','2022-03-03 08:06:42','','gallery-14.jpg','','inherit','open','closed','','gallery-14-jpg','','','2025-06-28 03:22:13','2025-06-28 03:22:13','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg',0,'attachment','image/jpeg',0),(155,1,'2022-03-03 08:06:42','2022-03-03 08:06:42','','our-room-03.jpg','','inherit','open','closed','','our-room-03-jpg','','','2025-06-28 03:21:37','2025-06-28 03:21:37','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/our-room-03.jpg',0,'attachment','image/jpeg',0),(156,1,'2022-03-03 08:06:42','2022-03-03 08:06:42','','img-choose-01.jpg','','inherit','open','closed','','img-choose-01-jpg','','','2025-06-28 03:22:51','2025-06-28 03:22:51','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-choose-01.jpg',0,'attachment','image/jpeg',0),(157,1,'2022-03-03 08:06:42','2022-03-03 08:06:42','','img-room-02.jpg','','inherit','open','closed','','img-room-02-jpg','','','2025-06-28 03:22:29','2025-06-28 03:22:29','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-room-02.jpg',0,'attachment','image/jpeg',0),(159,1,'2022-03-03 08:06:42','2022-03-03 08:06:42','','icon-feature-01.png','','inherit','open','closed','','icon-feature-01-png','','','2025-06-28 03:22:18','2025-06-28 03:22:18','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature-01.png',0,'attachment','image/png',0),(162,1,'2022-03-03 08:06:44','2022-03-03 08:06:44','','icon-feature-02.png','','inherit','open','closed','','icon-feature-02-png','','','2025-06-28 03:21:32','2025-06-28 03:21:32','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature-02.png',0,'attachment','image/png',0),(163,1,'2022-03-03 08:06:44','2022-03-03 08:06:44','','our-room-04.jpg','','inherit','open','closed','','our-room-04-jpg','','','2025-06-28 03:21:23','2025-06-28 03:21:23','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/our-room-04.jpg',0,'attachment','image/jpeg',0),(164,1,'2022-03-03 08:06:44','2022-03-03 08:06:44','','gallery-15.jpg','','inherit','open','closed','','gallery-15-jpg','','','2025-06-28 03:21:14','2025-06-28 03:21:14','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg',0,'attachment','image/jpeg',0),(165,1,'2022-03-03 08:06:45','2022-03-03 08:06:45','','img-room-03.jpg','','inherit','open','closed','','img-room-03-jpg','','','2025-06-28 03:21:07','2025-06-28 03:21:07','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-room-03.jpg',0,'attachment','image/jpeg',0),(167,1,'2022-03-03 08:06:46','2022-03-03 08:06:46','','icon-feature-03.png','','inherit','open','closed','','icon-feature-03-png','','','2025-06-28 03:20:59','2025-06-28 03:20:59','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature-03.png',0,'attachment','image/png',0),(168,1,'2022-03-03 08:06:47','2022-03-03 08:06:47','','our-room-05.jpg','','inherit','open','closed','','our-room-05-jpg','','','2025-06-28 03:20:54','2025-06-28 03:20:54','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/our-room-05.jpg',0,'attachment','image/jpeg',0),(169,1,'2022-03-03 08:06:47','2022-03-03 08:06:47','','gallery-16.jpg','','inherit','open','closed','','gallery-16-jpg','','','2025-06-28 03:20:41','2025-06-28 03:20:41','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg',0,'attachment','image/jpeg',0),(170,1,'2022-03-03 08:06:47','2022-03-03 08:06:47','','img-room-04.jpg','','inherit','open','closed','','img-room-04-jpg','','','2025-06-28 03:20:30','2025-06-28 03:20:30','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-room-04.jpg',0,'attachment','image/jpeg',0),(171,1,'2022-03-03 08:06:48','2022-03-03 08:06:48','','icon-feature-04.png','','inherit','open','closed','','icon-feature-04-png','','','2025-06-28 03:20:17','2025-06-28 03:20:17','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature-04.png',0,'attachment','image/png',0),(172,1,'2022-03-03 08:06:48','2022-03-03 08:06:48','','img-shedule-01.png','','inherit','open','closed','','img-shedule-01-png','','','2025-06-28 03:20:10','2025-06-28 03:20:10','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-shedule-01.png',0,'attachment','image/png',0),(173,1,'2022-03-03 08:06:49','2022-03-03 08:06:49','','gallery-17.jpg','','inherit','open','closed','','gallery-17-jpg','','','2025-06-28 03:19:56','2025-06-28 03:19:56','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg',0,'attachment','image/jpeg',0),(174,1,'2022-03-03 08:06:49','2022-03-03 08:06:49','','img-form.jpg','','inherit','open','closed','','img-form-jpg','','','2025-06-28 03:19:47','2025-06-28 03:19:47','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-form.jpg',0,'attachment','image/jpeg',0),(175,1,'2022-03-03 08:06:50','2022-03-03 08:06:50','','icon-open-01.png','','inherit','open','closed','','icon-open-01-png','','','2025-06-28 03:19:25','2025-06-28 03:19:25','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-open-01.png',0,'attachment','image/png',0),(176,1,'2022-03-03 08:06:50','2022-03-03 08:06:50','','gallery-18.jpg','','inherit','open','closed','','gallery-18-jpg','','','2025-06-28 03:19:32','2025-06-28 03:19:32','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg',0,'attachment','image/jpeg',0),(178,1,'2022-03-03 08:06:51','2022-03-03 08:06:51','','room-video-01.jpg','','inherit','open','closed','','room-video-01-jpg','','','2025-06-28 03:19:19','2025-06-28 03:19:19','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/room-video-01.jpg',0,'attachment','image/jpeg',0),(179,1,'2022-03-03 08:06:51','2022-03-03 08:06:51','','icon-open-02.png','','inherit','open','closed','','icon-open-02-png','','','2025-06-28 03:19:10','2025-06-28 03:19:10','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-open-02.png',0,'attachment','image/png',0),(182,1,'2022-03-03 08:06:52','2022-03-03 08:06:52','','icon-breakfast-01.png','','inherit','open','closed','','icon-breakfast-01-png','','','2025-06-28 03:19:09','2025-06-28 03:19:09','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-breakfast-01.png',0,'attachment','image/png',0),(183,1,'2022-03-03 08:06:53','2022-03-03 08:06:53','','icon-open-03.png','','inherit','open','closed','','icon-open-03-png','','','2025-06-28 03:19:05','2025-06-28 03:19:05','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-open-03.png',0,'attachment','image/png',0),(184,1,'2022-03-03 08:06:53','2022-03-03 08:06:53','','room-video-02.jpg','','inherit','open','closed','','room-video-02-jpg','','','2025-06-28 03:18:42','2025-06-28 03:18:42','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/room-video-02.jpg',0,'attachment','image/jpeg',0),(185,1,'2022-03-03 08:06:55','2022-03-03 08:06:55','','room-video-03.jpg','','inherit','open','closed','','room-video-03-jpg','','','2025-06-28 03:18:27','2025-06-28 03:18:27','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/room-video-03.jpg',0,'attachment','image/jpeg',0),(186,1,'2022-03-03 08:06:55','2022-03-03 08:06:55','','icon-tab-12.png','','inherit','open','closed','','icon-tab-12-png','','','2025-06-28 03:18:17','2025-06-28 03:18:17','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-tab-12.png',0,'attachment','image/png',0),(187,1,'2022-03-03 08:06:55','2022-03-03 08:06:55','','bg-counter-room.jpg','','inherit','open','closed','','bg-counter-room-jpg','','','2025-06-28 03:18:11','2025-06-28 03:18:11','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/bg-counter-room.jpg',0,'attachment','image/jpeg',0),(188,1,'2022-03-03 08:06:57','2022-03-03 08:06:57','','room-video-04.jpg','','inherit','open','closed','','room-video-04-jpg','','','2025-06-28 03:17:52','2025-06-28 03:17:52','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/room-video-04.jpg',0,'attachment','image/jpeg',0),(189,1,'2022-03-03 08:06:58','2022-03-03 08:06:58','','img-accordin-01.jpg','','inherit','open','closed','','img-accordin-01-jpg','','','2025-06-28 03:17:46','2025-06-28 03:17:46','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-accordin-01.jpg',0,'attachment','image/jpeg',0),(190,1,'2022-03-03 08:06:59','2022-03-03 08:06:59','','room-video-05.jpg','','inherit','open','closed','','room-video-05-jpg','','','2025-06-28 03:17:34','2025-06-28 03:17:34','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/room-video-05.jpg',0,'attachment','image/jpeg',0),(191,1,'2022-03-03 08:07:00','2022-03-03 08:07:00','','img_testimonial_Home01-PW2BQD5.jpg','','inherit','open','closed','','img_testimonial_home01-pw2bqd5-jpg','','','2025-06-28 03:17:16','2025-06-28 03:17:16','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img_testimonial_Home01-PW2BQD5.jpg',0,'attachment','image/jpeg',0),(192,1,'2022-03-03 08:07:00','2022-03-03 08:07:00','','bg-faq.jpg','','inherit','open','closed','','bg-faq-jpg','','','2025-06-28 03:17:07','2025-06-28 03:17:07','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/bg-faq.jpg',0,'attachment','image/jpeg',0),(193,1,'2022-03-03 08:07:01','2022-03-03 08:07:01','','icon-feedback-01.png','','inherit','open','closed','','icon-feedback-01-png','','','2025-06-28 03:16:58','2025-06-28 03:16:58','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feedback-01.png',0,'attachment','image/png',0),(194,1,'2022-03-03 08:07:02','2022-03-03 08:07:02','','img-counter-01.jpg','','inherit','open','closed','','img-counter-01-jpg','','','2025-06-28 03:16:36','2025-06-28 03:16:36','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/img-counter-01.jpg',0,'attachment','image/jpeg',0),(195,1,'2022-03-03 08:07:02','2022-03-03 08:07:02','','bg-pricing.jpg','','inherit','open','closed','','bg-pricing-jpg','','','2025-06-28 03:16:50','2025-06-28 03:16:50','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/bg-pricing.jpg',0,'attachment','image/jpeg',0),(196,1,'2022-03-03 08:07:03','2022-03-03 08:07:03','','icon-feedback-02.png','','inherit','open','closed','','icon-feedback-02-png','','','2025-06-28 03:16:21','2025-06-28 03:16:21','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feedback-02.png',0,'attachment','image/png',0),(197,1,'2022-03-03 08:07:04','2022-03-03 08:07:04','','gallery-01.jpg','','inherit','open','closed','','gallery-01-jpg','','','2025-06-28 03:16:13','2025-06-28 03:16:13','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01.jpg',0,'attachment','image/jpeg',0),(199,1,'2022-03-03 08:07:05','2022-03-03 08:07:05','','gallery-02.jpg','','inherit','open','closed','','gallery-02-jpg','','','2025-06-28 03:15:56','2025-06-28 03:15:56','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-02.jpg',0,'attachment','image/jpeg',0),(201,1,'2022-03-03 08:07:06','2022-03-03 08:07:06','','icon-feedback-03.png','','inherit','open','closed','','icon-feedback-03-png','','','2025-06-28 03:15:46','2025-06-28 03:15:46','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feedback-03.png',0,'attachment','image/png',0),(203,1,'2022-03-03 08:07:07','2022-03-03 08:07:07','','gallery-03.jpg','','inherit','open','closed','','gallery-03-jpg','','','2025-06-28 03:15:41','2025-06-28 03:15:41','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-03.jpg',0,'attachment','image/jpeg',0),(205,1,'2022-03-03 08:07:09','2022-03-03 08:07:09','','bg-breakfast.jpg','','inherit','open','closed','','bg-breakfast-jpg','','','2025-06-28 03:15:32','2025-06-28 03:15:32','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/bg-breakfast.jpg',0,'attachment','image/jpeg',0),(206,1,'2022-03-03 08:07:10','2022-03-03 08:07:10','','gallery-05.jpg','','inherit','open','closed','','gallery-05-jpg','','','2025-06-28 03:15:20','2025-06-28 03:15:20','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-05.jpg',0,'attachment','image/jpeg',0),(211,1,'2022-03-03 08:32:16','2022-03-03 08:32:16','<style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>First Hotel of Trimbakeshwar\n</h2> \n <h5><u>Luxurious Hotel in trimbakeshwar</u></h5> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style> \n <figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.23-PM-pllk7v52fih9iohlvd3mgb7gka4f01t0pr3eloef94.jpeg\" alt=\"WhatsApp Image 2022-03-08 at 12.54.23 PM\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg\" alt=\"WhatsApp Image 2022-03-08 at 12.54.19 PM (2)\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-pllwup9lhh47hvt9xywmzj94ogafnfh5wzhqlu0ce0.jpeg\" alt=\"WhatsApp Image 2022-03-08 at 12.52.56 PM (2)\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-1-pllxqbk5dueg1nvub4xud20c22fxkw03xhiqrx4l2w.jpeg\" alt=\"WhatsApp Image 2022-03-08 at 12.54.22 PM (1)\" /></figure> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1080\" height=\"803\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg 1080w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-300x223.jpeg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-1024x761.jpeg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-768x571.jpeg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM-600x446.jpeg 600w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" /> \n <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-pllwup9htws1l20nddo1pie2c4jy7xsdgkpw7jmmds.jpeg\" title=\"WhatsApp Image 2022-03-08 at 12.52.56 PM (2)\" alt=\"WhatsApp Image 2022-03-08 at 12.52.56 PM (2)\" /> \n <a href=\"https://hoteldhruvpalace.com/our-gallery/\" role=\"button\">\n View Gallery\n </a>\n Welcome To Hotel\n DHRUV PALACE \n <p>Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient.</p> \n <h2>About Us</h2> \n <p align=\"justify\">A wellknown Pure Vegetarian Lodging & Boarding establishment, came into existence in the year 2002. Since its inception Hotel Dhruv Palace, Trimbakeshwar, has served millions of people & domestic customers.</p><p align=\"justify\">In its journy of 20 years Hotel Dhruv Palace, Trimbakeshwar, has the Following services for their valued customers are combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies. Hotel Dhruv Palace is 500 meters from the Trimbakeshwar Temple.</p> \n NEAR PLACES\n TO VISIT \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.<br></p>\n <strong>TRIMBAKESHWAR MAIN TEMPLE</strong>\n 0.2 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.<br></p>\n <strong>PANCHAWATI</strong>\n 32 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.<br></p>\n <strong>GURUKUL (SWAMI SAMARTH)</strong>\n 1.5 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India\n<br>\n<br>\n<br>\n<br>\n</p>\n <strong>MUKTIDHAM</strong>\n 39 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India<br></p>\n <strong>BRAHMAGIRI (700 STOPS)</strong>\n 1 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.<br></p>\n <strong>GANGA DWAR</strong>\n 1 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.<br></p>\n <strong>NIVRUTTINATH SAMADHI</strong>\n 1 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman’s mother ‘Anjani’. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.<br></p>\n <strong>ANJANERI (HANUMAN BIRTH PLACE)</strong>\n 6 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.<br></p>\n <strong>KUSHAVARTA KUND</strong>\n 0.2 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.<br><br><br><br><br></p>\n <strong>NIL PARVAT (AMBIKA MATA MANDIR)</strong>\n 2 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>The temple is believed to be a “jagrut devasthan” (“alive temple”), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p>\n <strong>SHANI SHINGNAPUR TEMPLE</strong>\n 174 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.<br></p>\n <strong>SHIRDI SAI BABA TEMPLE</strong>\n 117 KM\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a ‘Kunda’ or water tank.</p>\n <strong>MAHABALESHWAR TEMPLE)</strong>\n 367 KM\n <ul></ul>\n <button type=\"button\"></button>\n <button type=\"button\"></button>\n <img width=\"25\" height=\"30\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" alt=\"\" loading=\"lazy\" /> \n <h2>Our Rooms</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna</p> \n <h6> ₹3,400.00\n</h6> \n <h6> /Night</h6> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">\n FAMILY 6 BED\n </a>\n </li>\n </ul>\n <h6>₹2,000.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/ac-deluxe/\">\n AC Deluxe\n </a>\n </li>\n </ul>\n <h6>₹3,600.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-10-bed/\">\n FAMILY 10 BED\n </a>\n </li>\n </ul>\n <h6>₹2,500.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">\n SUPER DELUXE\n </a>\n </li>\n </ul>\n <h6>₹3,200.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-4-bed/\">\n FAMILY 4 BED\n </a>\n </li>\n </ul>\n HOTEL \n FACILITIES \n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/our-gallery/\">THE RESTAURANT</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/our-gallery/\">THE RESTAURANT</a></h2>\n Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.\n <a href=\"https://hoteldhruvpalace.com/our-gallery/\">View Gallery </a>\n <img width=\"300\" height=\"152\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-300x152.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2.jpg 1142w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/accomodation/\">ACCOMODATION</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/accomodation/\">ACCOMODATION</a></h2>\n The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar.\n <a href=\"https://hoteldhruvpalace.com/accomodation/\">View Rooms </a>\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/contact-us/\">CONFERENCE ROOM</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/contact-us/\">CONFERENCE ROOM</a></h2>\n Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.\n <a href=\"https://hoteldhruvpalace.com/contact-us/\">Contact Us </a>\n <img width=\"25\" height=\"30\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" alt=\"\" loading=\"lazy\" /> \n <h2>User Feedback</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna</p> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}</style> \n <h6>Luxary Room\n</h6> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style> \n 0\n <h6>Luxary Room\n</h6> \n 0\n <h6>Luxary Room\n</h6> \n 0\n <h6>Luxary Room\n</h6> \n 0\n <img width=\"25\" height=\"30\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" alt=\"\" loading=\"lazy\" /> \n <h2>Get Answers</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p> \n <a href=\"#collapse-310b2346255450af0181\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-310b2346255450af0181\" aria-expanded=\"true\" aria-controls=\"Collapse-310b2346255450af0181\">\n Content marketing from worldwide?\n <!-- Normal Icon -->\n <!-- Active Icon -->\n </a>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</p> \n <!-- .elementskit-card END -->\n <a href=\"#collapse-dd72a586255450af0181\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-dd72a586255450af0181\" aria-expanded=\"false\" aria-controls=\"Collapse-dd72a586255450af0181\">\n How to edit wordpress theme?\n <!-- Normal Icon -->\n <!-- Active Icon -->\n </a>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</p> \n <!-- .elementskit-card END -->\n <a href=\"#collapse-e2c7d886255450af0181\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-e2c7d886255450af0181\" aria-expanded=\"false\" aria-controls=\"Collapse-e2c7d886255450af0181\">\n Design edit is not easy job. So what?\n <!-- Normal Icon -->\n <!-- Active Icon -->\n </a>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</p> \n <!-- .elementskit-card END -->\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <img width=\"25\" height=\"30\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" alt=\"\" loading=\"lazy\" /> \n <h2>News Feeds</h2> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua minim veniam</p>','Home','','publish','closed','closed','','home','','','2022-04-12 09:23:23','2022-04-12 09:23:23','',0,'https://hoteldhruvpalace.com/?page_id=211',0,'page','',0),(212,1,'2022-03-03 08:23:46','2022-03-03 08:23:46','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-hello-elementor','','','2022-03-03 08:23:46','2022-03-03 08:23:46','',0,'https://hoteldhruvpalace.com/2022/03/03/wp-global-styles-hello-elementor/',0,'wp_global_styles','',0),(218,1,'2022-03-03 08:36:03','2022-03-03 08:36:03','<ul>\n <li>\n <a href=\"https://live.ipms247.com/guestrequest/login/PDFwMT5aVhkA3SjtMe1uV8ZkYDej\">\n My Booking\n </a>\n </li>\n <li>\n <a href=\"https://live.ipms247.com/booking/login-hoteldhruvpalace-Direct\">\n My Account\n </a>\n </li>\n </ul>\n <button type=\"button\" aria-label=\"hamburger-icon\">\n </button>\n <ul id=\"menu-main-menu-2\"><li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/\">Home</a></li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/accomodation/\">Accomodation</a></li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/about-us/\">About Us</a>\n<ul>\n <li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/near-by-places/\">Near By Places</a> <li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> <li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/conference/\">Conference</a></ul>\n</li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/review/\">Review</a></li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/our-gallery/\">Gallery</a></li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/contact-us/\">Contact Us</a></li>\n<li data-vertical-menu=750px><a href=\"https://hoteldhruvpalace.com/customer-support/\">Customer support</a></li>\n</ul>\n <a href=\"https://hoteldhruvpalace.com\" target=\"_self\" rel=\"\">\n <img width=\"2048\" height=\"1396\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png\" alt=\"\" decoding=\"async\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-300x204.png 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-1024x698.png 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-768x524.png 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-1536x1047.png 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584-600x409.png 600w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />\n </a> \n <button type=\"button\">X</button> \n <a href=\"#\">\n <img width=\"960\" height=\"589\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png\" alt=\"\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x184.png 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-768x471.png 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1536x942.png 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-600x368.png 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png 2048w\" sizes=\"(max-width: 960px) 100vw, 960px\" /> </a>\n <a href=\"#ekit_modal-popup-e6696eb\" aria-label=\"navsearch-button\">\n </a>\n <!-- language switcher strart -->\n <!-- xs modal -->\n <!-- Polylang search - thanks to Alain Melsens -->\n <form role=\"search\" method=\"get\" action=\"https://hoteldhruvpalace.com/\">\n <input type=\"search\" aria-label=\"search-form\" placeholder=\"Search...\" value=\"\" name=\"s\">\n <button type=\"submit\" aria-label=\"search-button\">\n </button>\n </form>\n <!-- End xs modal -->\n <!-- end language switcher strart -->\n <a href=\"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\">\n Book Now\n </a>\n <ul>\n <li>\n <a href=\"tel:%20+919021072870\">\n +91 9021072870\n </a>\n </li>\n <li>\n <a href=\"tel:%20+918263874278\">\n +91 8263874278\n </a>\n </li>\n <li>\n <a href=\"tel:02594-233464/%20234019\">\n 02594-233464\n </a>\n </li>\n <li>\n <a href=\"tel:02594-233464/%20234019\">\n 02594-234019\n </a>\n </li>\n </ul>\n <a href=\"https://hoteldhruvpalace.com/\">\n <img width=\"300\" height=\"184\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x184.png\" alt=\"\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x184.png 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-768x471.png 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1536x942.png 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-600x368.png 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </a>\n <a href=\"#ekit_modal-popup-281753a\" aria-label=\"navsearch-button\">\n </a>\n <!-- language switcher strart -->\n <!-- xs modal -->\n <!-- Polylang search - thanks to Alain Melsens -->\n <form role=\"search\" method=\"get\" action=\"https://hoteldhruvpalace.com/\">\n <input type=\"search\" aria-label=\"search-form\" placeholder=\"Search...\" value=\"\" name=\"s\">\n <button type=\"submit\" aria-label=\"search-button\">\n </button>\n </form>\n <!-- End xs modal -->\n <!-- end language switcher strart -->\n <a href=\"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\" target=\"_blank\">\n Book Now\n </a>','Header','','publish','closed','closed','','header','','','2025-06-07 18:51:16','2025-06-07 18:51:16','',0,'https://hoteldhruvpalace.com/?elementskit_template=header',0,'elementskit_template','',0),(223,1,'2022-03-03 10:33:41','2022-03-03 10:33:41','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1> \n ABOUT HOTEL\n DHRUV PALACE \n <p>Hotel Dhruv Palace is the best hotel, Trimbakeshwar, Nashik ensures an ambiance that makes one feel at home. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient. Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.</p><p>Hotel Dhruv Palace is 30 km from the Nashik City and 500 meter from Trimbakeshwar Temple. Situated within walking distance from Temple, Hotel Dhruv Palace lies in the vicinity of the Trimbakeshwar Temple.</p><p>The hotel offers 25 living options, which are categorised as Deluxe AC and Royal AC Rooms. Besides being spacious and clean, these rooms are fitted with cable TV, telephone and air-conditioner. The proximity of this hotel to major tourist attractions of the city makes it an ideal choice for leisure travellers. Guests can avail the on-site services of travel desk, parking space, Wi-Fi internet, doctor-on-call and round-the-clock room service. The in-house restaurant serves an array of pure vegetarian Punjabi, Chinese, Continental, South Indian and Gujarati Katharine dishes. Moreover, guests can also relish healthy and delicious breakfasts in the privacy of their rooms through room service. The beautiful Brahmgiri is just minutes away from the hotel.</p> \n <style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /> \n ABOUT HOTEL\n DHRUV PALACE \n <img width=\"1600\" height=\"750\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1.jpg 1600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1-600x281.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1-300x141.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1-1024x480.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1-768x360.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1-1536x720.jpg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" /> \n <p>Hotel Dhruv Palace is the best hotel, Trimbakeshwar, Nashik ensures an ambiance that makes one feel at home. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient. Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.</p><p>Hotel Dhruv Palace is 30 km from the Nashik City and 500 meter from Trimbakeshwar Temple. Situated within walking distance from Temple, Hotel Dhruv Palace lies in the vicinity of the Trimbakeshwar Temple.</p><p>The hotel offers 25 living options, which are categorised as Deluxe AC and Royal AC Rooms. Besides being spacious and clean, these rooms are fitted with cable TV, telephone and air-conditioner. The proximity of this hotel to major tourist attractions of the city makes it an ideal choice for leisure travellers. Guests can avail the on-site services of travel desk, parking space, Wi-Fi internet, doctor-on-call and round-the-clock room service. The in-house restaurant serves an array of pure vegetarian Punjabi, Chinese, Continental, South Indian and Gujarati Katharine dishes. Moreover, guests can also relish healthy and delicious breakfasts in the privacy of their rooms through room service. The beautiful Brahmgiri is just minutes away from the hotel.</p> \n <h5>FACILITIES</h5> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\"> \n <h3>\n ENORMOUS PARKING \n </h3>\n <h3>\n LIFT FACILITY \n </h3>\n <h3>\n TRAVEL DESK \n </h3>\n <h3>\n PURE VEG RESTAURANT \n </h3>\n <h3>\n 24X7 BANK ATM \n </h3>\n <h5>HOTEL AMINITIES</h5> \n <h3>\n MEDICAL FACILTIY \n </h3>\n <h3>\n LAUNDRY SERVICE \n </h3>\n <h3>\n LIMITED HOURS ROOM SERVICE \n </h3>\n <h3>\n FREE WI-FI IN RECEPTION \n </h3>\n <h3>\n LED TV WITH DTH \n </h3>\n <h5>FACILITIES</h5> \n <style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}</style> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n ENORMOUS PARKING\n </li>\n <li>\n LIFT FACILITY\n </li>\n <li>\n TRAVEL DESK\n </li>\n <li>\n PURE VEG RESTAURANT\n </li>\n <li>\n 24X7 BANK ATM\n </li>\n </ul>\n <h5>HOTEL AMINITIES</h5> \n <ul>\n <li>\n LIMITED HOURS ROOM SERVICE\n </li>\n <li>\n FREE WI-FI IN RECEPTION\n </li>\n <li>\n LED TV WITH DTH\n </li>\n <li>\n MEDICAL FACILTIY\n </li>\n <li>\n LAUNDRY SERVICE\n </li>\n </ul>\n ACCESSIBILITY \n TO HOTEL \n <style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}</style> \n <h6 id=\"elementor-tab-title-2311\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-2311\" aria-expanded=\"false\">\n <a href=\"\"> NASHIK AIRPORT : 37 KM</a>\n </h6>\n <p>Nashik Airport is located at Ozar, 15 kilometres (9.3 mi) northeast of the city of Nashik and 37 KM from Trimbakeshwar. Taxis are available at the airport for travel to different parts of the city and outside.</p>\n <h6 id=\"elementor-tab-title-1871\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1871\" aria-expanded=\"false\">\n <a href=\"\"> NASHIK ROAD RAILWAY STATION : 38 KM</a>\n </h6>\n <p>Nasik Road railway station is located at a distance of 38 km from Trimbakeshwar and distance of 9 km from Nashik city centre. Taxis are available at the railway station for travel to different parts of the city and outside.</p>\n <h6 id=\"elementor-tab-title-5911\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-5911\" aria-expanded=\"false\">\n <a href=\"\"> TRIMBAKESHWAR BUS STAND : 1 KM</a>\n </h6>\n <p>Maharashtra State Transport Bus Stand is 1 KM from Hotel Dhruv Palace, Trimbakeshwar. City Bus and Long Route buses available to travel different parts of the city and outside.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2> TRIMBAKESHWAR MAIN TEMPLE</h2> \n 0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak. \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>GURUKUL (SWAMI SAMARTH)</h2> \n <p>1.5 KM</p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>PANCHAWATI</h2> \n <p>32 KM</p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>MUKTIDHAM</h2> \n <p>39 KM</p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>BRAHMAGIRI (700 STOPS)</h2> \n 1 KM <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>\nGANGA DWAR</h2> \n <p>1 KM</p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>NIVRUTTINATH SAMADHI</h2> \n <p>1 KM</p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>ANJANERI (HANUMAN BIRTH PLACE)\n</h2> \n <p>6 KM</p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>\nKUSHAVARTA KUND</h2> \n <p>0.2 KM</p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>NIL PARVAT (AMBIKA MATA MANDIR)</h2> \n <p>2 KM</p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>SHANI SHINGNAPUR TEMPLE</h2> \n <p>174 KM</p><p>The temple is believed to be a \"jagrut devasthan\" (\"alive temple\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>SHIRDI SAI BABA TEMPLE</h2> \n <p>117 KM</p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>MAHABALESHWAR TEMPLE)</h2> \n <p>367 KM</p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank.</p>','About Us','','publish','closed','closed','','about-us','','','2025-06-16 05:15:57','2025-06-16 05:15:57','',0,'https://hoteldhruvpalace.com/?page_id=223',0,'page','',0),(224,1,'2022-03-03 10:33:42','2022-03-03 10:33:42','<a href=\"https://hoteldhruvpalace.com/\">\n <img width=\"2000\" height=\"830\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\" alt=\"\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png 2000w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-300x125.png 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1024x425.png 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-768x319.png 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-1536x637.png 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306-600x249.png 600w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" /> </a>\n <a href=\"https://www.facebook.com/hoteldhruvpalacetrimbakeshwar/?ti=as\" target=\"_blank\">\n Facebook-f\n </a>\n <a href=\"https://g.co/kgs/TCzFKSA\" target=\"_blank\">\n Google\n </a>\n <a href=\"https://wa.me/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace\" target=\"_blank\">\n Icon-whatsapp-1\n </a>\n <a href=\"https://www.instagram.com/hoteldhruvpalace_nsk/profilecard/?igsh=MW1zb2Fremx6cWt6Ng==\" target=\"_blank\">\n Icon-instagram-1\n </a>\n <h2>Services</h2> \n <ul>\n <li>\n Accomodation\n </li>\n <li>\n Conference Hall\n </li>\n <li>\n Banquet Hall\n </li>\n <li>\n Pure Veg Restaurant\n </li>\n <li>\n ATM\n </li>\n <li>\n 24/7 Desk\n </li>\n </ul>\n <h2>Information</h2> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/refund-returns/\">\n Cancellation Policy\n </a>\n </li>\n <li>\n <a href=\"https://hoteldhruvpalace.com/term-conditions/\">\n Terms and Conditions\n </a>\n </li>\n <li>\n <a href=\"https://hoteldhruvpalace.com/pricing-policy/\">\n Price Policy\n </a>\n </li>\n <li>\n <a href=\"https://hoteldhruvpalace.com/privacy-policy/\">\n Privacy Policy\n </a>\n </li>\n </ul>\n <h2>Get In Touch</h2> \n <ul>\n <li>\n 02594233464\n </li>\n <li>\n 08263874278\n </li>\n <li>\n 09021072870\n </li>\n <li>\n 02594-233464\n </li>\n <li>\n 02594-234019\n </li>\n <li>\n <a href=\"mailto:enquiry@hoteldhruvpalace.com\">\n enquiry@hoteldhruvpalace.com\n </a>\n </li>\n <li>\n <a href=\"mailto:enquiry.hoteldhruvpalace@gmail.com\">\n enquiry.hoteldhruvpalace@gmail.com\n </a>\n </li>\n <li>\n <a href=\"https://maps.app.goo.gl/1C7kEerwie6Ts8qL6\">\n Shri Krishna Colony, Satyanarayan Temple Main Rd, Trimbakeshwar, Maharashtra 422212\n </a>\n </li>\n </ul>\n <p style=\"text-align: center;\">Copyright © 2025 <a style=\"color: #800080;\" href=\"https://hoteldhruvpalace.com/\"><strong>Hotel Dhruv Palace</strong></a><strong>.</strong> All Rights Reserved.</p>','Footer','','publish','closed','closed','','footer','','','2025-06-12 11:16:24','2025-06-12 11:16:24','',0,'https://hoteldhruvpalace.com/?post_type=elementskit_template&p=224',0,'elementskit_template','',0),(2675,2,'2022-04-26 04:34:39','2022-04-26 04:34:39','<h2>Menu of Restaurant </h2> \n <p>For More Information </p> \n <a href=\"https://hoteldhruvpalace.com/contact-us/\">\n Chat Us\n </a>\n [dflip id=\"3482\" ][/dflip]\n<h2><strong>Restaurant in Nashik Serving Pure Vegetarian Delights</strong></h2>\n<p>Great travel experiences are always made better by great food. At Hotel Dhruv Palace, our in-house restaurant in Nashik offers a menu full of flavour, freshness, and tradition. Whether you are visiting Trimbakeshwar for a religious trip or a peaceful getaway, you deserve meals that satisfy the soul.</p>\n<p>Our restaurant is fully vegetarian and prepared with love. We believe good food is not just about taste, it is about comfort, nutrition, and care. That is exactly what you will find on every plate we serve.</p>\n<h4><strong>A Peaceful Veg Restaurant Near Trimbakeshwar Temple</strong></h4>\n<p>If you are searching for veg restaurants near Trimbakeshwar temple, you are in the right place. Our restaurant is located just minutes from the temple, making it a perfect spot to enjoy a relaxing meal after prayers or rituals.</p>\n<p>Every dish we prepare is made using fresh ingredients, traditional recipes, and clean cooking practices. From South Indian breakfast options to rich North Indian thalis, we serve a variety of meals that are both comforting and wholesome.</p>\n<h4><strong>Best Restaurant in Nashik for Pure Veg Lovers</strong></h4>\n<p>What makes us the best restaurant in Nashik for vegetarian food is not just our variety, but our care. Whether you are in the mood for light snacks or a full meal, we have something for you.</p>\n<ul>\n<li>South Indian dishes like idli, dosa, and uttapam</li>\n<li>North Indian favourites such as paneer dishes, parathas, and dal makhani</li>\n<li>Freshly made rotis, rice varieties, and seasonal sabzis</li>\n<li>Continental and Chinese style vegetarian options</li>\n<li>Sweets and desserts prepared in-house</li>\n</ul>\n<p>We also offer special Jain meal options and preparations without onion and garlic on request.</p>\n<h4><strong>Discover the Best Restaurant in Trimbakeshwar for Families and Groups</strong></h4>\n<p>Hotel Dhruv Palace is a trusted place for families visiting the area. We provide a clean, spacious, and peaceful dining space where you can enjoy your meal without noise or crowd.</p>\n<p>If you are traveling in a group or with family, our restaurant is perfect for group dining. Many guests tell us that our food reminds them of home, and that is the best compliment we can receive.</p>\n<h4><strong>Best Restaurant Near Trimbakeshwar for Pilgrims and Tourists</strong></h4>\n<p>After a long day of travel, rituals, or sightseeing, nothing feels better than a warm and comforting meal. Our location makes it easy for you to stop by whether you are staying at the hotel or not. Just walk in, take a seat, and let us serve you a meal that leaves you feeling full and content.</p>\n<h4><strong>Best Veg Restaurant in Nashik With a Pure and Peaceful Ambience</strong></h4>\n<p>Finding a good vegetarian restaurant is not always easy. We maintain high hygiene standards in our kitchen and dining area. Every member of our kitchen staff is trained in safe food practices and works with care.</p>\n<h4><strong>Open for Breakfast, Lunch, and Dinner</strong></h4>\n<p>Our restaurant in Nashik is open all day to serve you from breakfast to dinner. Whether you are looking for an early morning bite or a full dinner, you can count on us.</p>\n<p>We also offer room service for hotel guests, so you can enjoy your meals in the comfort of your room if you prefer to dine in private.</p>\n<h4><strong>Come As a Guest, Leave As Family</strong></h4>\n<p>At Hotel Dhruv Palace, we treat every guest with respect and warmth. Whether you are visiting once or returning again, we aim to make you feel welcome in every way — especially through our food.</p>\n<p>Come hungry. Leave happy.</p>\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\n<ol style=\"list-style: none; padding-left: 0;\">\n<li>\n<h5><strong>1. Do you have a restaurant in Nashik that offers vegetarian meals?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we have a pure vegetarian restaurant in Nashik located at Hotel Dhruv Palace. We serve a wide range of Indian and international vegetarian dishes in a clean and peaceful environment.</p>\n</li>\n<li>\n<h5><strong>2. Are there good veg restaurants near Trimbakeshwar Temple?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, our in-house dining space is one of the top veg restaurants near Trimbakeshwar Temple. Just a short walk from the temple, we serve delicious vegetarian meals to pilgrims and travelers.</p>\n</li>\n<li>\n<h5><strong>3. Why is your dining space considered the best restaurant in Nashik by many visitors?</strong></h5>\n<p style=\"font-size: 14px;\">Many guests call us the best restaurant in Nashik because of our quality food, friendly service, and peaceful setting for pure vegetarian meals.</p>\n</li>\n<li>\n<h5><strong>4. Is your location known as the best restaurant in Trimbakeshwar for families and groups?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, families and groups choose us for our comfortable seating, fast service, and variety of veg options. Guests enjoy fresh food and calm surroundings.</p>\n</li>\n<li>\n<h5><strong>5. What makes you the best restaurant near Trimbakeshwar Temple for daily visitors?</strong></h5>\n<p style=\"font-size: 14px;\">Our location, clean kitchen, and consistent quality make us a top choice for those looking for a peaceful meal after visiting the temple.</p>\n</li>\n<li>\n<h5><strong>6. Are you also listed as the best veg restaurant in Nashik by food lovers?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, with a menu that includes South Indian, Punjabi, Gujarati, Chinese, and Continental dishes, we are often rated the best veg restaurant in Nashik.</p>\n</li>\n<li>\n<h5><strong>7. Do you offer thali options at your restaurant in Nashik for lunch and dinner?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we offer a variety of thalis for lunch and dinner, including North Indian, South Indian, and Gujarati options.</p>\n</li>\n<li>\n<h5><strong>8. What dishes can I expect at veg restaurants near Trimbakeshwar Temple like yours?</strong></h5>\n<p style=\"font-size: 14px;\">You can expect dosas, paneer curries, dal, sabzi, rotis, and more — all freshly prepared and served hot every day.</p>\n</li>\n<li>\n<h5><strong>9. Why is your place trusted as the best restaurant in Nashik for spiritual travelers?</strong></h5>\n<p style=\"font-size: 14px;\">Spiritual travelers trust us for clean, sattvic food that’s aligned with their dietary needs during pilgrimage.</p>\n</li>\n<li>\n<h5><strong>10. Is your restaurant the best restaurant in Trimbakeshwar for a quick and clean meal?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we’re known for serving quick, fresh vegetarian meals in a peaceful and hygienic setting perfect for families and groups.</p>\n</li>\n</ol>\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\"> know more: <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">Family 6 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/ac-deluxe/\">AC Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/triple-sharing-non-ac-bed/\">Triple Sharing Non AC</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/banquet-hall-in-nashik/\">Banquet Hall in Nashik</a><br></p>','Restaurant','','publish','closed','closed','','restaurant','','','2025-06-30 09:54:56','2025-06-30 09:54:56','',0,'https://hoteldhruvpalace.com/?page_id=2675',0,'page','',0),(235,1,'2024-04-02 08:39:44','2022-03-03 10:36:32',' ','','','publish','closed','closed','','235','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=235',3,'nav_menu_item','',0),(244,1,'2022-03-03 10:45:54','2022-03-03 10:45:54','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1> \n <style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-mail.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h2>Email Address</h2> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"mailto:enquiry.hoteldhruvpalace@gmail.com\">\n enquiry.hoteldhruvpalace@gmail.com\n </a>\n </li>\n <li>\n <a href=\"mailto:enquiry@hoteldhruvpalace.com\">\n enquiry@hoteldhruvpalace.com\n </a>\n </li>\n </ul>\n <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-phone.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h2>Phone Number</h2> \n <ul>\n <li>\n <a href=\"tel:+919021072870\">\n +91-9021072870\n </a>\n </li>\n <li>\n +91-8263874278\n </li>\n <li>\n <a href=\"tel:02594-233464\">\n 02594-233464/ 234019 \n </a>\n </li>\n </ul>\n <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-map.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h2>Address</h2> \n <ul>\n <li>\n <a href=\"mailto:enquiry.hoteldhruvpalace@gmail.com\">\n Near HDFC Bank, Shree Krushna Colony, Temple Main Road, Trimbakeshwar, Nashik, Maharashtra, INDIA. Pin.: 422212.\n </a>\n </li>\n </ul>\n Get In Touch\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3750.71368112911!2d73.53202741438974!3d19.936466829542592!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bddeacf3f1b1f1b%3A0xf43832ed6d271a8b!2sHotel%20Dhruv%20Palace!5e0!3m2!1sen!2sin!4v1648721286743!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>','Contact Us','','publish','closed','closed','','contact-us','','','2025-06-16 09:34:47','2025-06-16 09:34:47','',0,'https://hoteldhruvpalace.com/?page_id=244',0,'page','',0),(250,1,'2024-04-02 08:39:44','2022-03-03 10:49:14',' ','','','publish','closed','closed','','250','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=250',9,'nav_menu_item','',0),(254,1,'2022-03-03 10:52:31','2022-03-03 10:52:31','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>GALLERY</h1> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css\"><style>/*! elementor-pro - v3.14.0 - 18-06-2023 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style> \n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"all\">\n All </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"0\">\n DELUXE ROOMS </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"1\">\n FAMILY BED </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"2\">\n TRIPLE SHARING BED </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"3\">\n ROYAL SUITES </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"4\">\n CONFERENCE ROOMS </a>\n <a role=\"button\" tabindex=\"0\" data-gallery-index=\"5\">\n HOTEL PREMISES </a>\n <a data-e-gallery-tags=\"0\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0212-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG-20240731-WA0212\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIzMiwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSU1HLTIwMjQwNzMxLVdBMDIxMi1zY2FsZWQuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"0\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0210-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG-20240731-WA0210\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIzMSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSU1HLTIwMjQwNzMxLVdBMDIxMC1zY2FsZWQuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"0\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0209-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG-20240731-WA0209\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIzMCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSU1HLTIwMjQwNzMxLVdBMDIwOS1zY2FsZWQuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"0\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0206-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG-20240731-WA0206\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIyOSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wOFwvSU1HLTIwMjQwNzMxLVdBMDIwNi1zY2FsZWQuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"1\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-family-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUzNywidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1mYW1pbHktMS0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"1\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-family-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUzOCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1mYW1pbHktMy0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"1\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-family-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUzOSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1mYW1pbHktNC0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"1\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-family-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0MCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1mYW1pbHktNS0yLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"2\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-triple-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0MSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS10cmlwbGUtMS0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"2\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-triple-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0MiwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS10cmlwbGUtMi0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"2\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-triple-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0MywidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS10cmlwbGUtMy0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"2\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-triple-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0NCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS10cmlwbGUtNC0xLmpwZyJ9\">\n </a>\n <a data-e-gallery-tags=\"3\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-royal-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0OCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1yb3lhbC0xLTEuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"3\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-royal-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0OSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1yb3lhbC0yLTEuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"3\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-royal-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1MCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1yb3lhbC0zLTEuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"3\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-royal-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1MSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1yb3lhbC00LTEuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"3\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-royal-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1MiwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1yb3lhbC01LTEuanBnIn0%3D\">\n </a>\n <a data-e-gallery-tags=\"4\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-conference-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1jb25mZXJlbmNlLTEtMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"4\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-conference-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1jb25mZXJlbmNlLTItMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"4\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-conference-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NywidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1jb25mZXJlbmNlLTMtMi5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"5\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-premise-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1OCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1wcmVtaXNlLTEtMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"5\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-premise-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1OSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1wcmVtaXNlLTItMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"5\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-premise-3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MCwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1wcmVtaXNlLTMtMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"5\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-premise-4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MSwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1wcmVtaXNlLTQtMS5qcGcifQ%3D%3D\">\n </a>\n <a data-e-gallery-tags=\"5\" href=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gallery-premise-5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MiwidXJsIjoiaHR0cHM6XC9cL2hvdGVsZGhydXZwYWxhY2UuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIyXC8wM1wvZ2FsbGVyeS1wcmVtaXNlLTUtMS5qcGcifQ%3D%3D\">\n </a>\n <style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style> \n <figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-06.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTEzLCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTA2LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-14.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0LCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTE0LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-15.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTY0LCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTE1LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-16.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTY5LCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTE2LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-17.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczLCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTE3LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0e74e8a\" data-elementor-lightbox-title=\"gallery-18.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2LCJ1cmwiOiJodHRwczpcL1wvaG90ZWxkaHJ1dnBhbGFjZS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzAzXC9nYWxsZXJ5LTE4LmpwZyIsInNsaWRlc2hvdyI6IjBlNzRlOGEifQ%3D%3D\" href=\'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg\'><img width=\"370\" height=\"400\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg 370w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18-278x300.jpg 278w\" sizes=\"(max-width: 370px) 100vw, 370px\" /></a>\n </figure>','Our Gallery','','publish','closed','closed','','our-gallery','','','2025-06-16 09:40:18','2025-06-16 09:40:18','',0,'https://hoteldhruvpalace.com/?page_id=254',0,'page','',0),(1046,1,'2022-03-07 07:48:45','2022-03-07 07:48:45','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2025-06-28 03:05:50','2025-06-28 03:05:50','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/woocommerce-placeholder.png',0,'attachment','image/png',0),(1047,1,'2022-03-07 07:48:45','2022-03-07 07:48:45','','Shop','','publish','closed','closed','','shop','','','2022-03-09 08:13:33','2022-03-09 08:13:33','',0,'https://hoteldhruvpalace.com/shop/',0,'page','',0),(1048,1,'2022-03-07 07:48:45','2022-03-07 07:48:45','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2022-03-09 07:05:36','2022-03-09 07:05:36','',0,'https://hoteldhruvpalace.com/cart/',0,'page','',0),(1049,1,'2022-03-07 07:48:45','2022-03-07 07:48:45','<style>/*! elementor - v3.5.6 - 28-02-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style> <ul>\n <li>\n <a href=\"#\">\n Home\n </a>\n </li>\n </ul>\n <style>/*! elementor - v3.5.6 - 28-02-2022 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}</style> \n <ul>\n <li>\n Checkout\n </li>\n </ul>\n <style>/*! elementor - v3.5.6 - 28-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Checkout</h1> \n <!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2022-03-09 07:32:03','2022-03-09 07:32:03','',0,'https://hoteldhruvpalace.com/checkout/',0,'page','',0),(1050,1,'2022-03-07 07:48:45','2022-03-07 07:48:45','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2022-03-07 07:48:45','2022-03-07 07:48:45','',0,'https://hoteldhruvpalace.com/my-account/',0,'page','',0),(1052,1,'2022-03-07 07:58:19','2022-03-07 07:58:19','','SUPER DELUXE','','publish','closed','closed','','super-deluxe','','','2022-12-16 13:05:51','2022-12-16 13:05:51','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1052',0,'inventory','',0),(1053,1,'2022-03-07 08:23:33','2022-03-07 08:23:33','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Luxury Hotel Near Trimbakeshwar Temple – A Stay That Blends Comfort and Calm</strong></h2>\r\nThere’s something deeply peaceful about visiting Trimbakeshwar. The spiritual energy, the sound of temple bells, and the calm that fills the air. When you pair that with a stay in a luxury hotel near Trimbakeshwar temple, your experience becomes even more meaningful.\r\n\r\nAt Hotel Dhruv Palace, we understand that your journey is about more than just travel. That’s why our Super Deluxe rooms are designed not just for comfort, but for a truly relaxing experience. If you\'re looking for a calm, clean, and beautiful space close to the temple, this is it.\r\n<h4><strong>Super Deluxe Comfort Right Next to the Temple</strong></h4>\r\nBeing close to the temple matters. Whether you\'re attending early morning aartis or late night darshans, staying in a luxury hotel near Trimbakeshwar temple gives you the freedom to focus on your spiritual goals. No long commutes. No traffic. Just a short walk and you\'re there.\r\n\r\nOur Super Deluxe rooms give you space to rest and recharge after temple visits. With comfortable beds, quiet surroundings, and all modern comforts, you’ll feel cared for from the moment you check in.\r\n<h4><strong>Luxury Hotel in Trimbakeshwar Book a Better Stay Today</strong></h4>\r\nEvery traveler looks for something different. But most people want one thing in common — peace of mind. When you choose to stay at our hotel, you\'re choosing a peaceful experience and excellent hospitality.\r\n\r\nLooking to luxury hotel in Trimbakeshwar book? It’s simple. We’ve made the booking process easy and flexible, with options for couples, families, and solo travelers. Whether you stay one night or several, you’ll enjoy personal attention, clean rooms, and a warm welcome every day.\r\n<h4><strong>Book Premium Hotel in Trimbakeshwar for Special Moments</strong></h4>\r\nNot every trip is just a stay. Some are special, like anniversaries, pilgrimages, or moments of reflection. That’s why we invite you to book premium hotel in Trimbakeshwar that feels a little more elevated. Our Super Deluxe rooms offer that extra space, that extra quiet, and that little bit of extra comfort.\r\n\r\nDesigned for comfort and simplicity, our rooms come with:\r\n<ul>\r\n <li>Air conditioning for a restful environment</li>\r\n <li>LED TV with DTH channels for entertainment</li>\r\n <li>Clean, spacious bathrooms</li>\r\n <li>Soothing interiors and plenty of natural light</li>\r\n <li>24/7 room service and friendly support staff</li>\r\n</ul>\r\nWhen you book premium hotel in Trimbakeshwar at Hotel Dhruv Palace, you’re giving yourself a chance to truly enjoy your time, not just pass through it.\r\n<h4><strong>Best Budget Hotel in Nashik That Doesn’t Compromise on Comfort</strong></h4>\r\nYes, we’re located in Trimbakeshwar. But if you\'re also exploring Nashik and want to stay somewhere quiet, affordable, and well connected, Hotel Dhruv Palace is a smart choice. Many of our guests tell us we’re the best budget hotel in Nashik. Not just because of our pricing, but because of how we treat people.\r\n\r\nOur hotel gives you the best of both worlds. You get affordable pricing without missing out on comfort, cleanliness, or care.\r\n<h4><strong>Book Nashik Hotel That Offers Peace and Proximity</strong></h4>\r\nWhen you book Nashik hotel options, what matters most? For many, it’s location and quiet surroundings. That’s exactly what you get here.\r\n\r\nWe’re close enough to Nashik city to explore it during the day, but far enough to enjoy a peaceful night’s rest in Trimbakeshwar. If you’re planning to book Nashik hotel accommodation that offers both spiritual calm and access to city life, Hotel Dhruv Palace fits the plan.\r\n<h4><strong>Best Hotel in Panchavati Nashik? Visit and Compare</strong></h4>\r\nIf you\'re comparing hotels around Nashik, especially in areas like Panchavati, you might be looking for cleanliness, calm, and good service. While we are in Trimbakeshwar, many of our returning guests call us the best hotel in Panchavati Nashik alternative because of how quiet and welcoming our hotel is.\r\n\r\nInstead of staying in crowded areas, they choose our location for better sleep, easier parking, and a more spiritual atmosphere.\r\n<h4><strong>Amenities That Make Your Stay Complete</strong></h4>\r\n<ul>\r\n <li>Spacious on site parking</li>\r\n <li>Elevator for easy access</li>\r\n <li>A pure vegetarian restaurant serving Indian and continental meals</li>\r\n <li>Travel desk for local sightseeing or temple arrangements</li>\r\n <li>High speed Wi Fi at reception</li>\r\n <li>Medical assistance on call</li>\r\n <li>In room LED TV and AC</li>\r\n <li>24x7 ATM facility within the hotel premises</li>\r\n</ul>\r\n<h4><strong>Book Your Luxury Hotel Near Trimbakeshwar Temple Today</strong></h4>\r\nA trip to Trimbakeshwar should leave you feeling calm, centered, and cared for. The right stay plays a big part in that. When you book a luxury hotel near Trimbakeshwar temple, you deserve more than just a place to sleep. You deserve a peaceful, well serviced space that supports your journey.\r\n\r\nBook your Super Deluxe room now and make your visit to Trimbakeshwar truly meaningful.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Are you a luxury hotel near Trimbakeshwar Temple for travelers seeking comfort and convenience?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we are a luxury hotel near Trimbakeshwar Temple offering both comfort and easy access. Guests often choose us for a peaceful and spiritual stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Can I easily find a luxury hotel in Trimbakeshwar book option with top facilities?</strong></h5>\r\n<p style=\"font-size: 14px;\">Absolutely. You can book directly through our website or by calling. We offer clean, spacious rooms and modern amenities for a comfortable stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Do you also serve as the best budget hotel in Nashik for value conscious travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes. Many travelers consider us the best budget hotel in Nashik for our mix of affordability, cleanliness, and warm service.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Are you considered the best hotel in Panchavati Nashik for spiritual and family visits?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, guests looking for peace and comfort choose us as an alternative to crowded Panchavati hotels. Our location ensures restful stays.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. How do I book Nashik hotel accommodations through your website?</strong></h5>\r\n<p style=\"font-size: 14px;\">You can book Nashik hotel rooms online or by phone. It’s fast and simple, and our staff is happy to assist.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Can I book premium hotel in Trimbakeshwar for a special occasion or retreat?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our Super Deluxe rooms are ideal for special occasions. When you book premium hotel in Trimbakeshwar, you get more comfort and peace.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. What sets your luxury hotel near Trimbakeshwar Temple apart from others?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our ideal location, kind staff, and calm setting make us a preferred choice for a luxury hotel near Trimbakeshwar Temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Is it easy to luxury hotel in Trimbakeshwar book for weekend trips?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our quick and flexible booking system makes it easy for weekend visitors to reserve their rooms in advance.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Why do guests consider you the best budget hotel in Nashik for short and long stays?</strong></h5>\r\n<p style=\"font-size: 14px;\">Because we offer great value and consistent comfort, guests return to us for both short and extended stays in Nashik.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. What do I get when I book premium hotel in Trimbakeshwar at your property?</strong></h5>\r\n<p style=\"font-size: 14px;\">You get spacious rooms, thoughtful service, pure vegetarian meals, and a peaceful atmosphere minutes from the temple.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Know more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/ac-deluxe/\">AC Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">Family 6 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/non-ac-deluxe/\">Non AC Deluxe</a>\r\n</span></p>','Deluxe hotel near trimbakeshwar temple','','publish','open','closed','','super-deluxe','','','2025-06-30 05:11:42','2025-06-30 05:11:42','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1053',0,'product','',0),(1060,1,'2022-03-07 11:00:42','2022-03-07 11:00:42','','AC Deluxe','','publish','closed','closed','','ac-deluxe','','','2022-12-16 13:00:25','2022-12-16 13:00:25','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1060',0,'inventory','',0),(1061,1,'2022-03-07 11:02:27','2022-03-07 11:02:27','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Luxury Hotel in Trimbakeshwar – Where Comfort Meets Divine Calm</strong></h2>\r\nWhen was the last time your hotel stay felt like a memory worth keeping?\r\nAt Hotel Dhruv Palace, we don’t just offer a room. We offer you a pause, a breath, a space where time slows down and comfort takes over. If you’ve been looking for a luxury hotel in Trimbakeshwar that wraps warmth and elegance together, you’ve just found it.\r\n\r\nOur Deluxe AC Rooms are designed not just to impress you, but to care for you. Whether you’re visiting with family, your partner, or on a personal retreat, we provide a space that makes you feel cared for.\r\n\r\nBecause luxury shouldn’t just be seen. It should be felt.\r\n<h4><strong>Book Luxury Hotel Trimbakeshwar for a Stay You’ll Remember</strong></h4>\r\nIn the holy town of Trimbakeshwar, where every corner holds spiritual energy, your stay deserves to match the essence of your journey. When you book luxury hotel Trimbakeshwar with us, you’re saying yes to more than just a nice bed.\r\n<ul>\r\n <li>You’re saying yes to a thoughtfully designed space that honors your comfort.</li>\r\n <li>You’re saying yes to helpful, smiling staff who make you feel at home.</li>\r\n <li>You’re saying yes to a hotel that believes your peace of mind matters.</li>\r\n</ul>\r\nIt’s not just about where you sleep. It’s about how you feel when you wake up.\r\n<h4><strong>Book Luxury Room in Trimbakeshwar – Thoughtful Design, Real Comfort</strong></h4>\r\nEvery guest is different. Some are here for the holy rituals at Trimbakeshwar Temple. Some come to escape the city’s rush and just breathe. And some simply want a quiet, beautiful place to relax.\r\n\r\nWhatever your reason, when you book luxury room in Trimbakeshwar at Hotel Dhruv Palace, you’ll find that the space respects your rhythm.\r\n\r\nOur Deluxe AC rooms offer:\r\n<ul>\r\n <li>Cozy, plush beds</li>\r\n <li>Calm lighting and elegant interiors</li>\r\n <li>Flat-screen TVs, Wi-Fi, and modern bathrooms</li>\r\n <li>Air-conditioning that lets you rest without a care</li>\r\n</ul>\r\nAnd the best part? You’re close enough to the temple to walk, yet far enough to enjoy undisturbed peace.\r\n<h4><strong>Luxury Hotel Near Trimbakeshwar Temple – The Location You’ll Love</strong></h4>\r\nThe location of your hotel matters, especially when you\'re traveling to a place as spiritually important as Trimbakeshwar. We are proud to offer a luxury hotel near Trimbakeshwar temple, just a short walk from the sacred site.\r\n\r\nThis means you can attend the early morning rituals, enjoy the temple’s peaceful atmosphere, and return to your room easily throughout the day. Being close to the temple helps you make the most of your visit without the stress of travel.\r\n<h4><strong>A Luxury Hotel Stay in Trimbakeshwar That Feels Personal</strong></h4>\r\nThere’s a difference between a hotel that’s luxurious and a hotel that feels personal. At Hotel Dhruv Palace, we try to do both. Every stay is treated with care. Whether you’re a first-time visitor or one of our many returning guests, we do our best to make you feel welcomed and valued.\r\n\r\nOur team pays attention. Need a cup of tea after your temple visit? We’ll bring it. Prefer an extra pillow or an early check-in? We’ll try to make it happen.\r\n\r\nBecause a true luxury hotel stay in Trimbakeshwar should come with genuine hospitality, not just fancy furniture.\r\n<h4><strong>For a Luxury Stay in Nashik Book Hotel Dhruv Palace</strong></h4>\r\nEven if you’re planning to explore beyond Trimbakeshwar — perhaps a day in Nashik city, a vineyard tour, or a scenic drive — our hotel makes the perfect starting point. We are just 30 km from Nashik, tucked away in a quiet, peaceful part of Trimbakeshwar.\r\n\r\nFor a luxury stay in Nashik book your room with Hotel Dhruv Palace. You’ll wake up to calm mornings, enjoy beautiful surroundings, and rest in complete comfort each night.\r\n<h4><strong>Why Hotel Dhruv Palace Feels Different</strong></h4>\r\n<ul>\r\n <li>Our staff greets you with warmth, not formality</li>\r\n <li>Our rooms are cozy, clean, and thoughtfully arranged</li>\r\n <li>We quietly take care of the little details before you ask</li>\r\n <li>We mix modern comfort with local charm and calm</li>\r\n</ul>\r\nWhen you step inside, you’ll feel it. This is not just another hotel. This is a place made to care for you.\r\n<h4><strong>Plan Your Trip, We’ll Handle the Rest</strong></h4>\r\nWe understand that planning a trip, especially with family or for religious reasons, can be overwhelming. That’s why we make your stay easy from the moment you book.\r\n\r\nWe’ll help you choose the right room, guide you on temple timings, and even assist with transportation if needed.\r\n\r\nYou just bring yourself. We’ll take care of everything else.\r\n<h4><strong>Book Your Luxury Hotel in Trimbakeshwar Today</strong></h4>\r\nYour journey to Trimbakeshwar deserves more than just a bed. It deserves comfort, care, and a place that helps you rest, reflect, and reconnect.\r\n\r\nBook your luxury hotel in Trimbakeshwar with Hotel Dhruv Palace today.\r\n\r\nBecause we don’t just want you to sleep well. We want you to feel well, too.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Are you a luxury hotel in Trimbakeshwar that offers comfort and convenience?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we take pride in being a luxury hotel in Trimbakeshwar that combines comfort, modern amenities, and a peaceful atmosphere. Whether you\'re here for a spiritual visit or a relaxing break, our luxury hotel in Trimbakeshwar is designed to make your stay special.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. How do I book a luxury hotel Trimbakeshwar for my upcoming trip?</strong></h5>\r\n<p style=\"font-size: 14px;\">It’s simple to book luxury hotel Trimbakeshwar accommodations with us. Just call or message our front desk and we’ll take care of the rest.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Can I book luxury room in Trimbakeshwar for a weekend getaway?</strong></h5>\r\n<p style=\"font-size: 14px;\">Absolutely. Many of our guests book luxury room in Trimbakeshwar for weekend escapes, temple visits, or quiet breaks from city life.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Do you offer a luxury hotel near Trimbakeshwar Temple for spiritual travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we are a luxury hotel near Trimbakeshwar Temple, located just a short walk away. It’s ideal for spiritual travelers seeking comfort and convenience.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. Is your property a good option for a luxury hotel stay in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, from well-appointed rooms to personalized hospitality, every detail is crafted for a memorable luxury hotel stay in Trimbakeshwar.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. What makes your hotel a preferred destination for luxury stay in Nashik book seekers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Guests who luxury stay in Nashik book with us enjoy peaceful surroundings, premium rooms, and excellent vegetarian dining — all near Trimbakeshwar.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Can I book luxury hotel Trimbakeshwar services online or by phone?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer both phone and online booking for luxury hotel Trimbakeshwar rooms. The process is easy and quick.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. What kind of experience can I expect when I book luxury room in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Expect a serene, clean, and thoughtfully designed room that offers comfort and relaxation throughout your stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Is your luxury hotel near Trimbakeshwar Temple suitable for elderly guests?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we provide lift access and attentive service to make our luxury hotel near Trimbakeshwar Temple convenient for elderly guests.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. Why should I choose you for a luxury hotel stay in Trimbakeshwar instead of a regular room?</strong></h5>\r\n<p style=\"font-size: 14px;\">We offer more than just a room. Our luxury hotel stay in Trimbakeshwar is focused on personalized service, calm ambiance, and proximity to the temple.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\"> Know more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe </a>| <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-4-bed/\">Family 4 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\">Triple Sharing AC Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/conference/\">Conference Hall</a>\r\n</span></p>','luxury AC hotel in trimbakeshwar','','publish','open','closed','','ac-deluxe','','','2025-06-30 05:11:02','2025-06-30 05:11:02','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1061',0,'product','',0),(1067,1,'2022-03-07 12:12:34','2022-03-07 12:12:34','','NON-AC DELUXE','','publish','closed','closed','','non-ac-deluxe','','','2022-03-08 10:07:19','2022-03-08 10:07:19','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1067',0,'inventory','',0),(1069,1,'2022-03-07 12:13:46','2022-03-07 12:13:46','','FAMILY 4 BED','','publish','closed','closed','','family-4-bed','','','2022-03-08 10:07:11','2022-03-08 10:07:11','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1069',0,'inventory','',0),(1070,1,'2022-03-07 12:14:54','2022-03-07 12:14:54','','FAMILY 6 BED','','publish','closed','closed','','family-6-bed','','','2022-03-08 10:07:14','2022-03-08 10:07:14','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1070',0,'inventory','',0),(1072,1,'2022-03-07 12:17:09','2022-03-07 12:17:09','','FAMILY 10 BED','','publish','closed','closed','','family-10-bed','','','2022-03-08 10:07:06','2022-03-08 10:07:06','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1072',0,'inventory','',0),(1073,1,'2022-03-07 12:18:23','2022-03-07 12:18:23','','TRIPLE SHARING AC BED','','publish','closed','closed','','triple-sharing-ac-bed','','','2022-03-08 10:07:28','2022-03-08 10:07:28','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1073',0,'inventory','',0),(1074,1,'2022-03-07 12:19:14','2022-03-07 12:19:14','','TRIPLE SHARING NON-AC BED','','publish','closed','closed','','triple-sharing-non-ac-bed','','','2022-03-08 10:07:34','2022-03-08 10:07:34','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1074',0,'inventory','',0),(1077,1,'2022-03-07 12:20:20','2022-03-07 12:20:20','','SUITE','','publish','closed','closed','','suite','','','2022-03-08 10:07:21','2022-03-08 10:07:21','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=1077',0,'inventory','',0),(1079,1,'2022-03-07 12:25:28','2022-03-07 12:25:28','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Hotel Near Trimbakeshwar Temple Nashik for a Peaceful and Budget Friendly Stay</strong></h2>\r\nIf you are looking for a quiet, clean, and affordable hotel near Trimbakeshwar temple Nashik, the Non AC Deluxe Room at Hotel Dhruv Palace is the ideal choice. Whether you are traveling alone, with family, or as part of a pilgrimage group, we offer a comfortable place to rest and recharge without spending more than you need to.\r\n\r\nOur non air conditioned deluxe rooms are designed for travelers who prefer simplicity and value. The peaceful location, walking distance to the temple, and caring hospitality make this room one of our most popular options.\r\n<h4><strong>A Reliable Hotel to Stay in Nashik for Every Budget</strong></h4>\r\nTrimbakeshwar is a holy destination that attracts thousands of visitors each year. But finding a hotel to stay in Nashik that is affordable, clean, and close to the temple can be challenging. At Hotel Dhruv Palace, we offer all three.\r\n<h4><strong>Comfortable Hotel Room in Nashik With All Essentials</strong></h4>\r\n<ul>\r\n <li>Comfortable bedding with clean linen</li>\r\n <li>Attached bathroom with hot and cold water</li>\r\n <li>LED television with DTH service</li>\r\n <li>24 hour room service</li>\r\n <li>Natural air circulation with fans and windows</li>\r\n <li>Peaceful surroundings that support rest and quiet reflection</li>\r\n</ul>\r\n<h4><strong>Book Hotel Room in Trimbakeshwar Without Any Hassle</strong></h4>\r\nYou can book hotel room in Trimbakeshwar directly through our website or by giving us a quick call. Our staff will guide you through the options and help you confirm your room based on your travel dates and preferences.\r\n<h4><strong>Book Hotel Trimbakeshwar That Respects Your Budget</strong></h4>\r\nWe believe that every guest, no matter their budget, should feel welcome and well looked after. When you book hotel Trimbakeshwar rooms with us, you enjoy simple pricing with no hidden costs, a safe environment, and friendly faces ready to support your needs.\r\n<h4><strong>Looking for a Cheap Hotel Trimbakeshwar Can Trust?</strong></h4>\r\nOur Non AC Deluxe Room is a smart choice for pilgrims, short stay travelers, and anyone who wants a basic but comfortable room close to the temple.\r\n<h4><strong>Perfect Location Near the Temple</strong></h4>\r\nHotel Dhruv Palace is located just a short walk from the famous Trimbakeshwar temple. Being a hotel near Trimbakeshwar temple Nashik allows you to attend rituals, poojas, and spiritual gatherings without worrying about transport.\r\n<h4><strong>More Than Just a Room</strong></h4>\r\n<ul>\r\n <li>Safe and spacious parking</li>\r\n <li>Elevator access to upper floors</li>\r\n <li>Pure vegetarian restaurant serving fresh meals</li>\r\n <li>Travel desk for local guidance and temple assistance</li>\r\n <li>Doctor on call for health needs</li>\r\n <li>Laundry service</li>\r\n <li>ATM available on site</li>\r\n <li>Wi Fi access at the reception</li>\r\n <li>LED TVs with multiple channels for your entertainment</li>\r\n</ul>\r\n<h4><strong>Book Today and Enjoy a Peaceful Stay</strong></h4>\r\nBook your room today and enjoy a clean, safe, and peaceful stay just minutes from the sacred Trimbakeshwar Jyotirlinga.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you have a hotel near Trimbakeshwar Temple Nashik for convenient temple visits?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we are a hotel near Trimbakeshwar Temple Nashik located just 500 meters from the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Is your property a good hotel to stay in Nashik for spiritual and leisure trips?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our property is an excellent hotel to stay in Nashik whether you are visiting for darshan or a weekend getaway.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Can I get a clean and affordable hotel room in Nashik at your location?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we provide well maintained and budget friendly hotel room in Nashik for solo travelers, couples and families.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. How can I book hotel room in Trimbakeshwar for my upcoming visit?</strong></h5>\r\n<p style=\"font-size: 14px;\">You can easily book hotel room in Trimbakeshwar by calling us directly or using our website.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. Is it possible to book hotel Trimbakeshwar at short notice during weekends?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can book hotel Trimbakeshwar even on weekends but we recommend booking early.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Do you offer a cheap hotel Trimbakeshwar option without compromising on quality?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we are proud to be a cheap hotel Trimbakeshwar option that still maintains cleanliness, comfort and good service.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Why is your hotel near Trimbakeshwar Temple Nashik popular among repeat guests?</strong></h5>\r\n<p style=\"font-size: 14px;\">Guests love our hotel near Trimbakeshwar Temple Nashik because it offers a balance of peaceful ambiance, cleanliness and affordability.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. What makes your hotel to stay in Nashik different from others nearby?</strong></h5>\r\n<p style=\"font-size: 14px;\">We are known as a reliable hotel to stay in Nashik because of our attentive service, pure veg dining and peaceful location.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. What facilities are available in the hotel room in Nashik at your property?</strong></h5>\r\n<p style=\"font-size: 14px;\">Every hotel room in Nashik at our hotel comes with essential amenities including clean bedding, private bathroom, LED TV and room service.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. Is your cheap hotel Trimbakeshwar suitable for families and solo visitors?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our cheap hotel Trimbakeshwar is suitable for all types of guests including families, solo travelers and pilgrims.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Know more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/ac-deluxe/\">AC Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/triple-sharing-non-ac-bed/\">Triple Sharing Non AC Bed</a> |\r\n</span></p>','Deluxe Hotel Near Trimbakeshwar Temple','','publish','open','closed','','non-ac-deluxe','','','2025-06-30 05:12:57','2025-06-30 05:12:57','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1079',0,'product','',0),(1080,1,'2022-03-07 12:26:39','2022-03-07 12:26:39','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Hotel in Nashik Near Trimbakeshwar Temple</strong></h2>\r\nIf you are planning a trip to Trimbakeshwar, staying close to the temple makes your experience easier and more meaningful. At Hotel Dhruv Palace, we offer a peaceful and spacious hotel in Nashik near Trimbakeshwar temple, specially designed for families.\r\n\r\nOur Family 4 Bed Room is ideal for those who want to stay together in comfort while being just minutes away from one of India’s most important Jyotirlinga temples.\r\n<h4><strong>A Family Friendly Hotel in Trimbakeshwar</strong></h4>\r\nFamily trips are about connection and comfort. Whether you are visiting Trimbakeshwar for religious reasons or just a quiet family getaway, our hotel in Trimbakeshwar for family guests offers everything you need for a relaxed stay.\r\n\r\nThe Family 4 Bed Room provides plenty of space, four separate beds, air conditioning, clean bathrooms, and a quiet environment to help you unwind after a long day of temple visits or travel.\r\n<h4><strong>Easy Trimbakeshwar Hotel Booking</strong></h4>\r\nPlanning a trip should be easy. That is why our trimbakeshwar hotel booking process is simple and stress free. You can book directly through our website or contact us by phone. Our staff is always ready to guide you through the process and help you select the right room.\r\n<h4><strong>Trimbakeshwar Temple Near Hotel</strong></h4>\r\nOne of the most important benefits of staying at Hotel Dhruv Palace is our location. If you are looking for a trimbakeshwar temple near hotel, you will be pleased to know that we are within easy walking distance from the sacred temple.\r\n\r\nThis is especially helpful for families with young children or elderly members who may prefer short walks.\r\n<h4><strong>Hotel in Trimbakeshwar Jyotirlinga for Peaceful Pilgrimage</strong></h4>\r\nStaying near a temple is not just about convenience. It adds to the spiritual value of your journey. As a trusted hotel in Trimbakeshwar Jyotirlinga area, Hotel Dhruv Palace is a place where you can rest, reflect, and recharge.\r\n<h4><strong>Hotel in Nashik Trimbakeshwar Road for Easy Access</strong></h4>\r\nFor guests traveling from Nashik city, Mumbai, or nearby areas, our location on the main road makes travel simple. Being a hotel in Nashik Trimbakeshwar road area means you can reach us easily by car or taxi. It also makes us a great stop for spiritual journeys across Maharashtra.\r\n<h4><strong>Designed for Families</strong></h4>\r\nHotel Dhruv Palace is built with families in mind. Our Family 4 Bed Room is a top choice for those who want more than just a place to sleep. The room includes:\r\n<ul>\r\n <li>Four separate beds with fresh linens</li>\r\n <li>Air conditioning to keep the room cool and pleasant</li>\r\n <li>LED TV with multiple channels</li>\r\n <li>Clean attached bathrooms with hot water</li>\r\n <li>24 hour room service</li>\r\n</ul>\r\n<h4><strong>More Than Just a Room</strong></h4>\r\nWe offer a full set of services to make your visit as easy and comfortable as possible. When you stay at our hotel in Nashik near Trimbakeshwar temple, you also get access to:\r\n<ul>\r\n <li>Safe and spacious parking</li>\r\n <li>Elevator to all floors</li>\r\n <li>A pure vegetarian restaurant serving fresh Indian and continental meals</li>\r\n <li>A travel desk to help with local sightseeing and temple visits</li>\r\n <li>Medical help on call</li>\r\n <li>Laundry services</li>\r\n <li>Wi Fi at reception</li>\r\n <li>ATM available on site</li>\r\n</ul>\r\n<h4><strong>Explore More While You Are Here</strong></h4>\r\nBesides the temple, Trimbakeshwar has much to offer. You can take a walk around Brahmagiri Hills, visit the sacred Kushavarta Kund, or enjoy the beautiful natural views. If you wish to explore Nashik, our location makes it easy to travel into the city and visit places like Panchavati and the local vineyards.\r\n<h4><strong>Book Your Stay Today</strong></h4>\r\nIf you are searching for a hotel in Nashik near Trimbakeshwar temple that is clean, peaceful, and ideal for families, Hotel Dhruv Palace is the perfect choice. Reserve your Family 4 Bed Room today and enjoy a peaceful stay that keeps your family close and comfortable throughout your journey.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you have a hotel in Nashik near Trimbakeshwar Temple for spiritual travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a peaceful hotel in Nashik near Trimbakeshwar Temple that is perfect for pilgrims and visitors. Our rooms are clean and close to the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. How can I make a Trimbakeshwar hotel booking for my upcoming visit?</strong></h5>\r\n<p style=\"font-size: 14px;\">Making a Trimbakeshwar hotel booking is quick and simple. You can call us or book through our website in just a few easy steps.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Is there a Trimbakeshwar Temple near hotel location that is suitable for families?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our property is very close to the temple and ideal for families. Short walks and peaceful surroundings make it convenient for all age groups.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Do you offer a hotel in Nashik Trimbakeshwar Road area for easy access?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we are located on the Nashik Trimbakeshwar Road with smooth access by car or taxi. Easy to reach and clearly marked.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. Can I find a hotel in Trimbakeshwar Jyotirlinga location with modern amenities?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our hotel offers clean rooms, air conditioning, hot water, and other amenities to ensure a comfortable stay near the Jyotirlinga temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Do you have a hotel in Trimbakeshwar for family stays with spacious rooms?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our Family 4 Bed Room and other options are ideal for families traveling together. Spacious and designed for comfort.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Why should I choose your hotel in Nashik near Trimbakeshwar Temple for my stay?</strong></h5>\r\n<p style=\"font-size: 14px;\">Because we combine comfort, cleanliness, and location. Guests love how easy it is to reach the temple and enjoy peaceful stays here.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Can I complete a Trimbakeshwar hotel booking during peak travel seasons?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, but we recommend booking in advance during holidays or festivals to ensure room availability at your preferred time.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Is your Trimbakeshwar Temple near hotel suitable for elderly guests?</strong></h5>\r\n<p style=\"font-size: 14px;\">Absolutely. Our elevator, nearby location, and calm environment make it very convenient for elderly travelers.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. What type of rooms do you offer at your hotel in Trimbakeshwar for family stays?</strong></h5>\r\n<p style=\"font-size: 14px;\">We offer Family 4 Bed, 6 Bed, and 8 Bed Rooms designed to accommodate groups and families with comfort and ease.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">Family 6 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\">Triple Sharing AC Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/conference/\">Conference Hall</a>\r\n</span></p>','Hotel for Family in Nashik Near Trimbakeshwar','','publish','open','closed','','family-4-bed','','','2025-06-30 05:12:42','2025-06-30 05:12:42','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1080',0,'product','',0),(1083,1,'2022-03-07 12:29:03','2022-03-07 12:29:03','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Luxury Room in Trimbakeshwar – Experience Comfort Like Never Before</strong></h2>\r\nIf you are searching for a luxury room in Trimbakeshwar that offers comfort, elegance, and peace, Hotel Dhruv Palace is the perfect place for you. Whether you are visiting the holy Trimbakeshwar Temple, attending a family event, or simply taking a peaceful break, we provide a truly relaxing experience. Our luxury rooms are designed to give you the best stay with modern amenities and a calm atmosphere.\r\n<h4><strong>Stay at a Luxury Hotel in Trimbakeshwar – The Best Choice for Relaxation</strong></h4>\r\nAt Hotel Dhruv Palace, we are proud to be known as a luxury hotel in Trimbakeshwar. From the moment you arrive, you will feel welcomed by our friendly staff and peaceful environment. Our hotel offers clean, spacious rooms with beautiful interiors that make your stay special. Whether you are here for a spiritual journey or a vacation, we make sure your experience is pleasant and memorable.\r\n<h4><strong>Enjoy the Elegance of a Suite Room Trimbakeshwar</strong></h4>\r\nFor guests who want something extra special, we offer the suite room Trimbakeshwar at Hotel Dhruv Palace. Our suite rooms are designed with extra space, elegant furniture, and modern amenities that provide both comfort and style. The suite room Trimbakeshwar is perfect for couples, families, or business travelers who want a luxurious and peaceful stay.\r\n<h4><strong>Trimbakeshwar Hotel Suite Room – A Perfect Blend of Comfort and Style</strong></h4>\r\nWhen you book a Trimbakeshwar hotel suite room at Hotel Dhruv Palace, you get much more than just a place to sleep. You experience the perfect combination of comfort, privacy, and elegance. Our Trimbakeshwar hotel suite room offers large living areas, cozy beds, and all the modern facilities you need for a pleasant stay.\r\n<h4><strong>Book Suite in Trimbakeshwar for a Memorable Stay</strong></h4>\r\nBooking a suite can make your trip even more special. When you book suite in Trimbakeshwar at Hotel Dhruv Palace, you are choosing comfort, luxury, and excellent service. Our booking process is simple and flexible, and our staff is always ready to assist with any special requests you may have.\r\n<h4><strong>Easy Suite Booking in Trimbakeshwar with Hotel Dhruv Palace</strong></h4>\r\nPlanning your trip is easy with our simple suite booking in Trimbakeshwar. Just select your dates, choose your suite, and let us handle the rest. We understand the importance of a peaceful and comfortable stay, and our team works hard to make sure your suite booking in Trimbakeshwar meets all your expectations.\r\n<h4><strong>Facilities That Make Your Luxury Room in Trimbakeshwar Even More Enjoyable</strong></h4>\r\n<ul>\r\n <li>Large parking area for guests</li>\r\n <li>Elevator for easy access</li>\r\n <li>Pure vegetarian restaurant offering delicious Indian and international food</li>\r\n <li>Travel desk to help you plan your local trips</li>\r\n <li>Medical assistance on call</li>\r\n <li>Laundry service to keep your clothes fresh</li>\r\n <li>Free Wi Fi in reception areas</li>\r\n <li>24 hour ATM available within the hotel</li>\r\n <li>LED TV with multiple entertainment channels</li>\r\n</ul>\r\n<h4><strong>Perfect for Every Kind of Traveler</strong></h4>\r\n<ul>\r\n <li>Pilgrims visiting the Trimbakeshwar Temple</li>\r\n <li>Couples looking for a peaceful getaway</li>\r\n <li>Families who want spacious and comfortable accommodations</li>\r\n <li>Business travelers needing a quiet place to work and relax</li>\r\n</ul>\r\n<h4><strong>Why Choose Hotel Dhruv Palace for Your Luxury Room in Trimbakeshwar?</strong></h4>\r\nWhen you choose Hotel Dhruv Palace for your luxury room in Trimbakeshwar, you get much more than just a nice room. You get personalized service, attention to detail, and a peaceful environment that allows you to fully enjoy your trip.\r\n<h4><strong>Book Your Luxury Room in Trimbakeshwar Today</strong></h4>\r\nFinding a true luxury room in Trimbakeshwar is now easy. Hotel Dhruv Palace offers elegant suites, excellent service, and a peaceful environment for all our guests. Whether you are here for spiritual reasons, a family vacation, or a business trip, we are ready to give you the best experience.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you offer a luxury room in Trimbakeshwar for a comfortable stay?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a spacious and well appointed luxury room in Trimbakeshwar. The luxury room in Trimbakeshwar features elegant interiors, modern amenities, and a peaceful ambiance ideal for relaxation.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Why is your property considered a top luxury hotel in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our hotel is known as a luxury hotel in Trimbakeshwar because of its excellent service, modern facilities, and prime location near the temple. Staying at our luxury hotel in Trimbakeshwar ensures a memorable and comfortable experience.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Can I book a suite room Trimbakeshwar for a special occasion?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can book a suite room Trimbakeshwar for special occasions like anniversaries or spiritual retreats. Our suite room Trimbakeshwar offers premium comfort, spacious layouts, and all the amenities you need.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. What amenities are provided in your Trimbakeshwar hotel suite room?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our Trimbakeshwar hotel suite room includes a large bedroom, living area, air conditioning, LED TV, and a private bathroom. The Trimbakeshwar hotel suite room is designed to provide a luxurious and peaceful stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. How can I book suite in Trimbakeshwar for my next visit?</strong></h5>\r\n<p style=\"font-size: 14px;\">You can easily book suite in Trimbakeshwar by contacting our hotel directly. Our staff will assist you to book suite in Trimbakeshwar that meets your preferences and travel dates.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Is suite booking in Trimbakeshwar available throughout the year?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, suite booking in Trimbakeshwar is available year round. Guests can enjoy suite booking in Trimbakeshwar during any season while visiting the nearby Trimbakeshwar Temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. What makes your luxury room in Trimbakeshwar different from regular rooms?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our luxury room in Trimbakeshwar offers more space, elegant furnishings, and additional amenities compared to standard rooms. The luxury room in Trimbakeshwar is perfect for guests seeking comfort and relaxation.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Why should I choose your luxury hotel in Trimbakeshwar for my family stay?</strong></h5>\r\n<p style=\"font-size: 14px;\">Choosing our luxury hotel in Trimbakeshwar ensures your family enjoys spacious accommodations, pure vegetarian food, and excellent service. Our luxury hotel in Trimbakeshwar is also close to the famous Trimbakeshwar Temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Can I reserve a suite room Trimbakeshwar in advance?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can reserve a suite room Trimbakeshwar in advance to secure your preferred dates. Booking a suite room Trimbakeshwar early ensures availability during peak seasons.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. Is your Trimbakeshwar hotel suite room suitable for long stays?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our Trimbakeshwar hotel suite room is perfect for both short and long stays. The spacious Trimbakeshwar hotel suite room offers all the comforts needed for a peaceful extended visit.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">Family 6 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/banquet-hall-in-nashik/\">Banquet Hall in Nashik</a>\r\n</span></p>','Luxury Suite in Trimbakeshwar','','publish','open','closed','','luxury-suite-trimbakeshwar','','','2025-06-30 05:10:11','2025-06-30 05:10:11','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1083',0,'product','',0),(1082,1,'2022-03-07 12:28:02','2022-03-07 12:28:02','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>6 Bed Hotel Room Trimbakeshwar – The Perfect Stay for Families and Groups</strong></h2>\r\nFinding a spacious and comfortable 6 bed hotel room Trimbakeshwar can make your trip easier and more enjoyable, especially when traveling with a big family or a group of friends. At Hotel Dhruv Palace, we offer large rooms designed for families and groups who want to stay together, relax, and enjoy their time in the holy town of Trimbakeshwar.\r\n\r\nOur hotel is located close to the famous Trimbakeshwar Temple, making it an ideal place to stay for pilgrims, families, and travelers who want comfort along with convenience.\r\n<h4><strong>Stay Together at a Family 6 Bed Hotel Trimbakeshwar</strong></h4>\r\nWhen you travel with a big family, you want everyone to stay together and feel at home. That’s exactly what our family 6 bed hotel Trimbakeshwar offers. In one large room, you’ll find enough space for everyone to sleep comfortably without needing to split up into multiple rooms.\r\n\r\nThe family 6 bed hotel Trimbakeshwar at Hotel Dhruv Palace includes air conditioned rooms, clean bathrooms, large beds, a flat screen television, and plenty of room for everyone’s belongings. Our spacious family rooms allow you to enjoy your trip while staying close to your loved ones.\r\n<h4><strong>The Best Group Stay Hotel Trimbakeshwar for Big Gatherings</strong></h4>\r\nTraveling as a group can be fun, but managing multiple hotel rooms can become stressful. At our group stay hotel Trimbakeshwar, we make group stays simple and convenient. Our 6 bed hotel room Trimbakeshwar allows your entire group to share the same space, making the experience more enjoyable.\r\n\r\nWhether you are visiting for a religious ceremony, a family function, or a vacation with friends, our group stay hotel Trimbakeshwar offers the comfort and space you need to relax together. There’s no need to book separate rooms or worry about coordinating between different spaces — everyone stays together comfortably.\r\n<h4><strong>Trimbakeshwar Hotel for Family – Comfort That Feels Like Home</strong></h4>\r\nAt Hotel Dhruv Palace, we believe every guest should feel comfortable and cared for. As a trusted Trimbakeshwar hotel for family, we provide services that meet the needs of families with children, elders, and groups of all sizes. Our team ensures that your stay is pleasant, safe, and enjoyable.\r\n\r\nThe peaceful surroundings, combined with modern amenities, make our Trimbakeshwar hotel for family the perfect choice for those looking for both convenience and comfort. Whether it’s a pilgrimage or a family holiday, our hotel provides the ideal setting for meaningful time together.\r\n<h4><strong>Trimbakeshwar Hotel for 6 People – Spacious and Convenient</strong></h4>\r\nOur Trimbakeshwar hotel for 6 people is designed to handle the needs of larger families and groups without sacrificing comfort. You don’t have to worry about tight spaces or lack of beds. In our 6 bed hotel room Trimbakeshwar, everyone has their own bed, ensuring a good night’s sleep after a long day of travel, prayers, or sightseeing.\r\n\r\nThis option is ideal for families attending special religious rituals at Trimbakeshwar Temple, wedding groups, or friends traveling together. Staying together in one room makes communication easy and creates a more enjoyable, shared experience.\r\n<h4><strong>Hotel Near Temple 6 Bed Trimbakeshwar – A Location You’ll Appreciate</strong></h4>\r\nOne of the best features of Hotel Dhruv Palace is its location. We are a hotel near temple 6 bed Trimbakeshwar, located just a short walk from the Trimbakeshwar Temple. This allows you to attend early morning rituals, poojas, or ceremonies without the need for long travel.\r\n\r\nBeing a hotel near temple 6 bed Trimbakeshwar also means you can easily return to your room anytime during the day to rest or freshen up. Our location saves you time and makes your trip much more convenient, especially when traveling with elderly family members or children.\r\n<h4><strong>Facilities That Make Your Stay Even Better</strong></h4>\r\n<ul>\r\n <li>Large parking area for multiple vehicles</li>\r\n <li>Elevator access to rooms</li>\r\n <li>Pure vegetarian restaurant offering delicious Indian and international dishes</li>\r\n <li>Travel desk to help plan local sightseeing or transportation</li>\r\n <li>Medical assistance available on call</li>\r\n <li>Laundry service for your convenience</li>\r\n <li>Free high speed Wi Fi in the reception area</li>\r\n <li>24 hour ATM service within the hotel</li>\r\n <li>LED TV with multiple entertainment channels</li>\r\n</ul>\r\n<h4><strong>Perfect for Every Occasion</strong></h4>\r\n<ul>\r\n <li>Religious pilgrimages for families and groups visiting the sacred Trimbakeshwar Temple</li>\r\n <li>Family holidays where everyone can stay together in one spacious room</li>\r\n <li>Wedding groups attending local functions or ceremonies</li>\r\n <li>Friends\' getaways who want to stay together for a fun and relaxing trip</li>\r\n</ul>\r\n<h4><strong>Why Choose Hotel Dhruv Palace for Your 6 Bed Hotel Room Trimbakeshwar?</strong></h4>\r\nHotel Dhruv Palace is known for offering clean, spacious, and well maintained rooms with great service. Our 6 bed hotel room Trimbakeshwar allows large families and groups to enjoy their stay without the worry of finding multiple rooms.\r\n\r\nOur peaceful environment, close location to the temple, and helpful staff make us a preferred choice for travelers. We understand that comfort, cleanliness, and service are most important when you are away from home. That’s why we work hard to make sure every guest feels welcomed and cared for.\r\n<h4><strong>Book Your 6 Bed Hotel Room Trimbakeshwar Today</strong></h4>\r\nFinding the right 6 bed hotel room Trimbakeshwar doesn’t have to be difficult. At Hotel Dhruv Palace, we make it easy for you to book a spacious, comfortable room for your entire group. Whether you are here for religious reasons, a family event, or a simple getaway, we are ready to make your stay memorable.\r\n\r\nBook your 6 bed hotel room Trimbakeshwar today and experience the comfort, convenience, and care that Hotel Dhruv Palace is known for. We look forward to welcoming you and your family for a pleasant and peaceful stay.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you offer a 6 bed hotel room Trimbakeshwar for large groups?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a spacious 6 bed hotel room Trimbakeshwar for families and groups traveling together. The 6 bed hotel room Trimbakeshwar includes comfortable bedding, modern amenities, and plenty of space for a relaxing group stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Is your family 6 bed hotel Trimbakeshwar suitable for joint families?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our family 6 bed hotel Trimbakeshwar is perfect for joint families or groups of friends. The family 6 bed hotel Trimbakeshwar offers spacious accommodations, clean rooms, and all necessary facilities for a pleasant stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Do you have a group stay hotel Trimbakeshwar for religious or tourist groups?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we provide a group stay hotel Trimbakeshwar that caters to large religious or tourist groups visiting the temple. Our group stay hotel Trimbakeshwar ensures comfort, convenience, and a peaceful environment close to the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Why is your property ideal as a Trimbakeshwar hotel for family vacations?</strong></h5>\r\n<p style=\"font-size: 14px;\">We are a popular Trimbakeshwar hotel for family vacations because of our spacious rooms, friendly staff, and peaceful surroundings. Our Trimbakeshwar hotel for family provides the perfect setting for memorable family stays near the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. Do you have a Trimbakeshwar hotel for 6 people traveling together?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a Trimbakeshwar hotel for 6 people looking for comfortable group accommodations. The Trimbakeshwar hotel for 6 people features a large room with six beds, modern amenities, and close proximity to major attractions.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Is there a hotel near temple 6 bed Trimbakeshwar option available?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a hotel near temple 6 bed Trimbakeshwar option that is just 500 meters from the Trimbakeshwar Temple. The hotel near temple 6 bed Trimbakeshwar allows guests to easily visit the temple while enjoying a comfortable stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. What amenities are provided in the 6 bed hotel room Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">The 6 bed hotel room Trimbakeshwar includes air conditioning, LED TV, clean attached bathrooms, room service, and free Wi Fi. Staying in our 6 bed hotel room Trimbakeshwar ensures comfort and convenience for the entire group.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Is your family 6 bed hotel Trimbakeshwar located close to tourist attractions?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our family 6 bed hotel Trimbakeshwar is conveniently located near the Trimbakeshwar Temple and other local attractions. Guests at the family 6 bed hotel Trimbakeshwar can easily explore the area while enjoying comfortable accommodations.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Can I reserve a group stay hotel Trimbakeshwar in advance for my group?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can easily reserve our group stay hotel Trimbakeshwar in advance. Early booking at our group stay hotel Trimbakeshwar ensures availability for your desired dates and group size.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. What makes your Trimbakeshwar hotel for family ideal for long stays?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our Trimbakeshwar hotel for family offers spacious rooms, pure vegetarian dining, and excellent service, making it perfect for long stays. Guests at our Trimbakeshwar hotel for family enjoy a peaceful and comfortable environment close to the temple.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/banquet-hall-in-nashik/\">Banquet Hall in Nashik </a>\r\n</span></p>','6 Bed Hotel Room in Trimbakeshwar','','publish','open','closed','','family-6-bed','','','2025-06-30 05:10:51','2025-06-30 05:10:51','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1082',0,'product','',0),(1084,1,'2022-03-07 12:29:26','2022-03-07 12:29:26','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Group Stay Hotel Room Trimbakeshwar – Perfect for Big Families and Groups</strong></h2>\r\nFinding the right group stay hotel room Trimbakeshwar can be a challenge when traveling with large families or groups of friends. At Hotel Dhruv Palace, we make group stays simple and comfortable. Our spacious rooms are designed to accommodate large groups, ensuring everyone stays together, enjoys their trip, and makes happy memories.\r\n\r\nWhether you’re visiting Trimbakeshwar Temple, attending a ceremony, or simply enjoying a family holiday, our hotel offers the ideal place to relax and spend quality time together. With plenty of space, modern facilities, and a friendly team always ready to help, Hotel Dhruv Palace is the perfect place for your group stay.\r\n<h4><strong>Experience Comfort in the Best Hotel in Nashik for Family</strong></h4>\r\nWhen traveling with family, comfort and convenience are key. At Hotel Dhruv Palace, we take pride in being known as the best hotel in Nashik for family. Families trust us because we understand their needs. From spacious rooms to delicious vegetarian meals, we make sure every member of your family feels at home.\r\n\r\nOur peaceful location near Trimbakeshwar Temple offers easy access to religious rituals and sightseeing while keeping you away from the busy city noise. This balance of peace, comfort, and convenience makes us the best hotel in Nashik for family travelers.\r\n<h4><strong>Spacious Family 8 Bed Room Trimbakeshwar – Stay Together, Stay Happy</strong></h4>\r\nOne of our most popular rooms is the family 8 bed room Trimbakeshwar. Perfect for big families, religious groups, or friends traveling together, this large room gives everyone their own comfortable bed while still staying in the same room.\r\n\r\nThe family 8 bed room Trimbakeshwar includes air conditioning, a large clean bathroom, a flat screen TV, and plenty of space for everyone’s belongings. With eight beds, your entire group can relax, chat, and enjoy your time together. There’s no need to book separate rooms — everyone stays together comfortably under one roof.\r\n<h4><strong>Book Family Room in Trimbakeshwar with Ease</strong></h4>\r\nIf you’re planning a trip with your family or a group, it’s easy to book family room in Trimbakeshwar at Hotel Dhruv Palace. We offer simple booking options, flexible check in times, and a friendly team ready to assist with your needs.\r\n\r\nWhen you book family room in Trimbakeshwar at our hotel, you don’t have to worry about arranging multiple rooms or splitting your group. Staying together in one large room makes your trip more fun, especially for kids and elderly family members who want to stay close to everyone.\r\n<h4><strong>Enjoy More Space with Our 8 Bed Hotel Room in Trimbakeshwar</strong></h4>\r\nOur 8 bed hotel room in Trimbakeshwar is designed for comfort, convenience, and togetherness. Traveling with a large group is easier when you have enough space to relax and move around. In our 8 bed hotel room in Trimbakeshwar, every guest enjoys their own bed, so no one feels cramped or uncomfortable.\r\n\r\nThe room is perfect for religious tour groups, wedding guests, or extended families who want to stay close while visiting the Trimbakeshwar Temple and nearby attractions. After a busy day of prayers, sightseeing, or ceremonies, you’ll return to a clean, cool, and peaceful room to rest.\r\n<h4><strong>Book Double Room in Trimbakeshwar for Smaller Groups</strong></h4>\r\nIf you are not traveling with a large group but still need comfortable accommodation, you can also book double room in Trimbakeshwar at Hotel Dhruv Palace. Our double rooms are perfect for couples, small families, or business travelers.\r\n\r\nEach double room is clean, well equipped, and offers the same great service that makes our hotel special. With air conditioning, TV, clean bathrooms, and 24/7 room service, your comfort is always our top priority. Whether you need a group stay hotel room Trimbakeshwar or a simple double room, we have the right options for every guest.\r\n<h4><strong>Facilities That Make Your Group Stay Even Better</strong></h4>\r\n<ul>\r\n <li>Large parking space for multiple vehicles</li>\r\n <li>Elevator for easy movement within the hotel</li>\r\n <li>Pure vegetarian restaurant serving delicious Indian and international meals</li>\r\n <li>Travel desk to assist with sightseeing plans and local transportation</li>\r\n <li>Medical help available anytime</li>\r\n <li>Laundry service to keep your clothes fresh</li>\r\n <li>Free high speed Wi Fi in reception areas</li>\r\n <li>24/7 ATM facility on site</li>\r\n <li>LED TVs with multiple channels for your entertainment</li>\r\n</ul>\r\n<h4><strong>Ideal for All Types of Group Visits</strong></h4>\r\n<ul>\r\n <li>Religious pilgrimages – Close to Trimbakeshwar Temple for your prayers and rituals.</li>\r\n <li>Family vacations – Stay together and create beautiful family memories.</li>\r\n <li>Wedding groups – Keep your entire group together under one roof.</li>\r\n <li>Business trips – Comfortable rooms for teams attending conferences or workshops.</li>\r\n</ul>\r\nBy staying together in one large room, you avoid the hassle of coordinating between multiple rooms. Everyone can enjoy meals together, relax together, and make the most of their trip.\r\n<h4><strong>Why Choose Hotel Dhruv Palace for Your Group Stay?</strong></h4>\r\nWhen you choose Hotel Dhruv Palace for your group stay hotel room Trimbakeshwar, you are choosing comfort, convenience, and care. We take great pride in offering clean, spacious, and well maintained rooms for every type of traveler.\r\n\r\nOur peaceful environment allows you to fully focus on your religious journey, family bonding, or business meetings. With helpful staff, excellent food, and all the modern facilities you need, your stay will be pleasant from the moment you arrive.\r\n<h4><strong>Book Your Group Stay Hotel Room Trimbakeshwar Today</strong></h4>\r\nPlanning a group trip doesn’t have to be stressful. At Hotel Dhruv Palace, we make it simple for you to book your group stay hotel room Trimbakeshwar. With our spacious 8 bed family rooms, double rooms, and excellent services, your entire group will enjoy a comfortable and happy stay.\r\n\r\nDon’t wait! Book your room today and experience why so many families and groups choose Hotel Dhruv Palace as their favorite place to stay in Trimbakeshwar.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you offer a group stay hotel room in Trimbakeshwar for large families or groups?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we provide a spacious group stay hotel room in Trimbakeshwar perfect for large families or groups. The group stay hotel room in Trimbakeshwar includes multiple beds, ample space, and modern amenities to ensure a comfortable stay for everyone.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Why is your hotel considered the best hotel in Nashik for family stays?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our hotel is often called the best hotel in Nashik for family because of our spacious family rooms, peaceful environment, and excellent services. Being the best hotel in Nashik for family, we offer pure vegetarian meals, comfortable accommodations, and proximity to religious sites.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Can I book double room in Trimbakeshwar for my trip?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can easily book double room in Trimbakeshwar at our hotel. The book double room in Trimbakeshwar option provides cozy accommodation for couples or small families with modern amenities and a calm atmosphere.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Do you have a family 8 bed room in Trimbakeshwar for larger groups?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a spacious family 8 bed room in Trimbakeshwar suitable for larger groups and joint families. The family 8 bed room in Trimbakeshwar comes with comfortable bedding, private bathrooms, and all necessary facilities for a pleasant stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. How can I book family room in Trimbakeshwar for my vacation?</strong></h5>\r\n<p style=\"font-size: 14px;\">You can easily book family room in Trimbakeshwar by contacting our hotel directly. Our team will assist you to book family room in Trimbakeshwar that matches your group size and travel dates.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Is there an 8 bed hotel room in Trimbakeshwar available for religious group visits?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we have an 8 bed hotel room in Trimbakeshwar that’s ideal for religious groups visiting the Trimbakeshwar Temple. The 8 bed hotel room in Trimbakeshwar offers spacious and peaceful accommodation just a short walk from the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Is your group stay hotel room in Trimbakeshwar equipped with modern amenities?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our group stay hotel room in Trimbakeshwar includes air conditioning, LED TV, clean attached bathrooms, and Wi Fi. The group stay hotel room in Trimbakeshwar ensures both comfort and convenience for your entire group.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. What makes you the best hotel in Nashik for family travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">We are considered the best hotel in Nashik for family due to our clean rooms, friendly staff, and vegetarian dining options. As the best hotel in Nashik for family, we offer various room sizes to fit different family needs.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Can I easily book double room in Trimbakeshwar for a weekend visit?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, you can quickly book double room in Trimbakeshwar for weekend getaways or temple visits. Our book double room in Trimbakeshwar service is simple and hassle free.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. What amenities are provided in your family 8 bed room in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our family 8 bed room in Trimbakeshwar features eight comfortable beds, air conditioning, private bathrooms, TV, and round the clock room service. The family 8 bed room in Trimbakeshwar is perfect for a relaxing group stay.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">Family 6 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/banquet-hall-in-nashik/\">Banquet Hall in Nashik</a>\r\n</span></p>\r\n \r\n\r\n ','Group Stay hotel Room in Trimbakeshwar','','publish','open','closed','','group-stay-family-8-bed-room-trimbakeshwar','','','2025-06-30 05:19:51','2025-06-30 05:19:51','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1084',0,'product','',0),(1085,1,'2022-03-07 12:29:49','2022-03-07 12:29:49','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Hotel Room for 3 People in Trimbakeshwar</strong></h2>\r\nTraveling with friends or family becomes easier when you find the right place to stay. At Hotel Dhruv Palace, we offer a comfortable and affordable hotel room for 3 people in Trimbakeshwar that is perfect for small groups who want to stay together.\r\n\r\nOur triple sharing non AC room is a simple, clean, and peaceful space designed for those who value both comfort and convenience. Located just minutes from the sacred Trimbakeshwar temple, our hotel is the ideal base for pilgrims, families, and travelers visiting this holy destination.\r\n<h4><strong>Comfortable Hotel Room for Three People in Trimbakeshwar</strong></h4>\r\nWhen you are traveling with two companions, it is important to find a hotel room that allows everyone to rest comfortably. Our hotel room for three people in Trimbakeshwar gives you the space and privacy you need while staying close to your group.\r\n\r\nThis room includes three individual beds, fresh linen, natural ventilation, and all the basic amenities you need for a pleasant stay. It is perfect for short visits, spiritual journeys, or weekend trips with friends or family members.\r\n<h4><strong>A Practical Hotel Room with 3 Beds in Trimbakeshwar</strong></h4>\r\nSharing a room does not mean sacrificing comfort. At Hotel Dhruv Palace, our hotel room with 3 beds in Trimbakeshwar is designed with care. Each guest gets their own bed, clean towels, and access to a private bathroom. This setup is perfect for guests who want to share a room while still having personal space to relax and rest.\r\n<h4><strong>A Convenient 3 Bed Hotel Room in Trimbakeshwar</strong></h4>\r\nOur 3 bed hotel room in Trimbakeshwar is ideal for those who want a simple and budget friendly stay. It is perfect for pilgrims attending rituals, ceremonies, or poojas at the Trimbakeshwar temple. You can start your day early with a short walk to the temple and return to your room when you need to rest or freshen up.\r\n<h4><strong>Discover a Peaceful Three Bed Hotel Room in Trimbakeshwar</strong></h4>\r\nThe experience of staying at a Three Bed Hotel Room in Trimbakeshwar is more than just having a place to sleep. At Hotel Dhruv Palace, we focus on giving you a peaceful space where you can relax and feel at ease.\r\n<h4><strong>The Right Choice for a Three Bed Hotel in Trimbakeshwar</strong></h4>\r\nNot every hotel in Trimbakeshwar offers a comfortable option for three guests. We designed our triple sharing rooms to fill this gap. As a trusted Three bed hotel in Trimbakeshwar, we make sure that your stay is not only affordable but also smooth and enjoyable.\r\n<h4><strong>Extra Facilities to Support Your Stay</strong></h4>\r\n<ul>\r\n <li>Spacious parking area</li>\r\n <li>Elevator access</li>\r\n <li>Pure vegetarian restaurant with Indian and international meals</li>\r\n <li>Travel assistance and local guidance</li>\r\n <li>Medical help on call</li>\r\n <li>Laundry service</li>\r\n <li>LED TV with DTH in select rooms</li>\r\n <li>24 hour ATM available within the hotel</li>\r\n <li>Free Wi Fi in the reception area</li>\r\n</ul>\r\n<h4><strong>A Great Stay Close to the Temple</strong></h4>\r\nOur hotel is located just a short walk from the Trimbakeshwar temple. Staying in a hotel room for 3 people in Trimbakeshwar that is close to the temple gives you more time for prayers and rituals, and less time spent traveling.\r\n<h4><strong>Book Your Stay Today</strong></h4>\r\nIf you are looking for a hotel room for 3 people in Trimbakeshwar that offers space, comfort, and value, Hotel Dhruv Palace is the right place. Book your stay today and experience the comfort of traveling together without compromise. We look forward to welcoming you and making your visit smooth, simple, and memorable.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you have a hotel room for 3 people in Trimbakeshwar for families or groups?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a comfortable hotel room for 3 people in Trimbakeshwar that is perfect for small families or groups. Our hotel room for 3 people in Trimbakeshwar includes three separate beds and essential amenities for a peaceful stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Can I book a hotel room for three people in Trimbakeshwar with non AC option?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we have a hotel room for three people in Trimbakeshwar in both AC and non AC options. If you are looking for a budget friendly stay, the hotel room for three people in Trimbakeshwar with non AC is a great choice.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Is there a hotel room with 3 beds in Trimbakeshwar available near the temple?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a hotel room with 3 beds in Trimbakeshwar located just a short walk from the temple. Guests choose our hotel room with 3 beds in Trimbakeshwar for comfort, location and value.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Do you have a 3 bed hotel room in Trimbakeshwar for weekend travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our 3 bed hotel room in Trimbakeshwar is ideal for weekend visits, spiritual getaways or group stays. Booking a 3 bed hotel room in Trimbakeshwar ensures everyone in your group has their own space.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. What amenities are included in the Three Bed Hotel Room in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our Three Bed Hotel Room in Trimbakeshwar includes three separate beds, clean bathrooms, LED TV and room service. Guests who stay in our Three Bed Hotel Room in Trimbakeshwar enjoy comfort and convenience at an affordable price.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Is your Three bed hotel in Trimbakeshwar close to the Jyotirlinga temple?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our Three bed hotel in Trimbakeshwar is located just 500 meters from the Jyotirlinga temple. Many pilgrims and travelers prefer our Three bed hotel in Trimbakeshwar for its peaceful surroundings and easy access to the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Can I find a hotel room for 3 people in Trimbakeshwar with vegetarian food options?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, when you stay in our hotel room for 3 people in Trimbakeshwar you also have access to our pure vegetarian restaurant. Many guests enjoy local and Indian vegetarian meals after booking a hotel room for 3 people in Trimbakeshwar.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Is your hotel room for three people in Trimbakeshwar suitable for elder guests?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our hotel room for three people in Trimbakeshwar is suitable for guests of all ages. The rooms are on accessible floors and have the facilities needed to ensure a comfortable stay for everyone.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. Can I book a hotel room with 3 beds in Trimbakeshwar for a religious trip?</strong></h5>\r\n<p style=\"font-size: 14px;\">Absolutely. Our hotel room with 3 beds in Trimbakeshwar is a top choice for those visiting the Trimbakeshwar Temple with family or friends. Staying in a hotel room with 3 beds in Trimbakeshwar keeps your group together.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. What makes your Three bed hotel in Trimbakeshwar different from others nearby?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our Three bed hotel in Trimbakeshwar stands out because of its clean rooms, friendly service and convenient location. Travelers often return to our Three bed hotel in Trimbakeshwar for a relaxing and budget friendly stay near the temple.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Know more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/non-ac-deluxe/\">Non AC Deluxe</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/\">Triple Sharing AC Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-4-bed/\">Family 4 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/conference/\">Conference Hall</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a>\r\n</span></p>','Group Stay hotel Room in Trimbakeshwar','','publish','open','closed','','triple-sharing-hotal-room','','','2025-06-30 05:20:06','2025-06-30 05:20:06','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1085',0,'product','',0),(1086,1,'2022-03-07 12:30:33','2022-03-07 12:30:33','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\r\n<h2><strong>Hotel Room for 3 People in Trimbakeshwar – Perfect Stay for Families and Groups</strong></h2>\r\nAre you looking for a hotel room for 3 people in Trimbakeshwar? Hotel Dhruv Palace is here to make your trip easy and comfortable. When you travel with family or friends, having enough space matters. Our rooms are designed for groups of three people, giving everyone the comfort they deserve while staying together. Whether you are here for a temple visit, vacation, or business trip, we make sure your stay is enjoyable from start to finish.\r\n<h4><strong>Stay Cool in Our AC Hotel Room for Three People in</strong> Trimbakeshwar</h4>\r\nTraveling can be tiring, especially during warm days. That’s why we offer AC hotel room for three people in Trimbakeshwar, keeping you cool and relaxed throughout your stay. No matter what season you visit, you will always find a comfortable room waiting for you at Hotel Dhruv Palace.\r\n\r\nOur AC hotel room for three people in Trimbakeshwar comes with modern air conditioning, comfortable bedding, a clean bathroom, a flat screen television, and free high speed Wi Fi. You can relax, watch your favorite shows, or catch up on work while enjoying the cool indoor air. We take care of everything, so you can focus on making memories with your loved ones.\r\n<h4><strong>Enjoy More Space</strong> in<strong> Our Hotel Room with 3 Beds in Trimbakeshwar</strong></h4>\r\nWhen you stay in our hotel room with 3 beds in Trimbakeshwar, you don’t have to worry about sharing a bed or feeling cramped. Each guest gets their own comfortable bed, allowing everyone to rest well at night. Traveling together is much more fun when everyone gets their own space to relax.\r\n\r\nThe hotel room with 3 beds in Trimbakeshwar also gives you plenty of room for your luggage and belongings. You can spread out comfortably, keeping your personal items organized without feeling crowded. It’s perfect for families, friends, or colleagues who want to stay together and enjoy their trip without any discomfort.\r\n<h4><strong>The Ideal 3 Bed</strong> Hotel<strong> Room in Trimbakeshwar for Your Trip</strong></h4>\r\nChoosing a 3 bed hotel room in Trimbakeshwar is a smart choice for anyone traveling in a small group. You get the benefit of staying together while still having enough space to move around freely. Our 3 bed hotel room in Trimbakeshwar is cleaned daily, with fresh towels, bed linens, and a clean bathroom provided regularly by our housekeeping team.\r\n\r\nAfter a day of sightseeing, temple visits, or business meetings, you can return to your room knowing it’s fresh, tidy, and ready for you to rest. Whether your visit is short or long, our goal is to make sure you feel at home.\r\n<h4><strong>Three Bed Hotel</strong> Room<strong> in Trimbakeshwar – Comfort Meets Convenience</strong></h4>\r\nWhen you stay in our three bed hotel room in Trimbakeshwar, you get a blend of comfort and convenience. You don’t have to search for extra rooms or pay for additional bookings. One spacious room can easily fit your group, making your trip easier to plan and more affordable.\r\n\r\nOur three bed hotel room in Trimbakeshwar includes everything you need: air conditioning, TV, clean bathrooms, free Wi Fi, and 24 hour room service. We are located close to the famous Trimbakeshwar Temple, making it easy to visit the temple anytime you wish. You can also explore nearby attractions like Brahmgiri Hills, Kushavarta Kund, and other peaceful spots nearby.\r\n<h4><strong>Three Bed Hotel</strong> in<strong> Trimbakeshwar – Feel at Home Every Time You Visit</strong></h4>\r\nHotel Dhruv Palace is a trusted three bed hotel in Trimbakeshwar. Guests return to us again and again because they know we offer clean, comfortable rooms, delicious food, and friendly service. From the moment you arrive, we make sure you feel welcomed and cared for.\r\n\r\nOur staff is always ready to help with any special requests, whether you need extra pillows, early check in, or information about local places to visit. As a leading three bed hotel in Trimbakeshwar, we focus on your comfort, allowing you to relax and enjoy your trip with your loved ones.\r\n<h4><strong>Facilities That</strong> Make<strong> Your Stay Better</strong></h4>\r\nAt Hotel Dhruv Palace, we offer more than just a hotel room for 3 people in Trimbakeshwar. We provide many helpful facilities to make your stay easy and pleasant:\r\n<ul>\r\n <li>Spacious parking for your vehicle</li>\r\n <li>Elevator access for easy movement</li>\r\n <li>Pure vegetarian restaurant serving Indian and international food</li>\r\n <li>Travel desk to help you plan trips or arrange transportation</li>\r\n <li>Medical assistance available anytime</li>\r\n <li>Laundry service to keep your clothes fresh</li>\r\n <li>High speed Wi Fi available at the reception</li>\r\n <li>24 hour ATM service on site</li>\r\n <li>LED TVs with a variety of channels for entertainment</li>\r\n</ul>\r\n<h4><strong>Perfect for</strong> Pilgrimage,<strong> Vacation, or Business</strong></h4>\r\nThe best part about booking a hotel room for 3 people in Trimbakeshwar at Hotel Dhruv Palace is that it suits all kinds of travelers. If you are visiting Trimbakeshwar Temple for religious reasons, our location is just a short walk away. If you’re on vacation with family or friends, our spacious rooms give you the comfort you need after a day of exploring. And if you are here for business, our peaceful surroundings and modern amenities ensure a restful stay.\r\n\r\nNo matter what brings you to Trimbakeshwar, you can count on Hotel Dhruv Palace to provide you with clean rooms, good food, and friendly service every time.\r\n<h4><strong>Book Your Hotel</strong> Room<strong> for 3 People in Trimbakeshwar Today</strong></h4>\r\nPlanning a trip can be stressful, but finding the right hotel room for 3 people in Trimbakeshwar doesn’t have to be. Hotel Dhruv Palace offers everything you need for a comfortable, relaxing, and enjoyable stay. Our spacious rooms, helpful staff, and great location make us the perfect choice for your visit.\r\n\r\nDon’t wait until the last minute. Book your three bed room today and experience the peace and comfort of Hotel Dhruv Palace. We look forward to welcoming you and making your stay a happy and memorable one.\r\n\r\n</div>\r\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\r\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\r\n<ol style=\"list-style: none; padding-left: 0;\">\r\n <li>\r\n<h5><strong>1. Do you offer a hotel room for 3 people in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a comfortable hotel room for 3 people in Trimbakeshwar. The hotel room for 3 people in Trimbakeshwar includes spacious beds, modern amenities, and a peaceful ambiance perfect for families or small groups.</p>\r\n</li>\r\n <li>\r\n<h5><strong>2. Is there an AC hotel room for three people in Trimbakeshwar available at your property?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we provide an AC hotel room for three people in Trimbakeshwar. Each AC hotel room for three people in Trimbakeshwar comes with air conditioning, cozy beds, and essential facilities to ensure a relaxing stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>3. Can I book a hotel room with 3 beds in Trimbakeshwar for my family?</strong></h5>\r\n<p style=\"font-size: 14px;\">Absolutely! We have a hotel room with 3 beds in Trimbakeshwar designed for families or groups. The hotel room with 3 beds in Trimbakeshwar offers comfort, space, and privacy for a pleasant stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>4. Do you have a 3 bed hotel room in Trimbakeshwar for group travelers?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, our 3 bed hotel room in Trimbakeshwar is perfect for group travelers who prefer staying together. The 3 bed hotel room in Trimbakeshwar provides enough space and comfort for a convenient group experience.</p>\r\n</li>\r\n <li>\r\n<h5><strong>5. Is your Three Bed Hotel Room in Trimbakeshwar suitable for religious visitors?</strong></h5>\r\n<p style=\"font-size: 14px;\">Our Three Bed Hotel Room in Trimbakeshwar is ideal for religious visitors coming for temple visits. The Three Bed Hotel Room in Trimbakeshwar offers a peaceful atmosphere and is located just a short walk from the temple.</p>\r\n</li>\r\n <li>\r\n<h5><strong>6. Does your hotel offer a three bed hotel in Trimbakeshwar with modern amenities?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, we offer a fully equipped three bed hotel in Trimbakeshwar with modern amenities like air conditioning, LED TV, clean bathrooms, and Wi Fi. Staying at our three bed hotel in Trimbakeshwar ensures both comfort and convenience.</p>\r\n</li>\r\n <li>\r\n<h5><strong>7. Is the hotel room for 3 people in Trimbakeshwar close to the temple?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, the hotel room for 3 people in Trimbakeshwar is just 500 meters away from the Trimbakeshwar Temple. Guests staying in the hotel room for 3 people in Trimbakeshwar can easily walk to the temple for prayers and rituals.</p>\r\n</li>\r\n <li>\r\n<h5><strong>8. Are the AC hotel rooms for three people in Trimbakeshwar available year round?</strong></h5>\r\n<p style=\"font-size: 14px;\">Yes, the AC hotel room for three people in Trimbakeshwar is available throughout the year. No matter the season, the AC hotel room for three people in Trimbakeshwar provides a cool and relaxing stay.</p>\r\n</li>\r\n <li>\r\n<h5><strong>9. What facilities are included in the hotel room with 3 beds in Trimbakeshwar?</strong></h5>\r\n<p style=\"font-size: 14px;\">The hotel room with 3 beds in Trimbakeshwar includes comfortable bedding, air conditioning, LED TV, attached bathrooms, and room service. Our hotel room with 3 beds in Trimbakeshwar ensures a comfortable stay for all guests.</p>\r\n</li>\r\n <li>\r\n<h5><strong>10. How can I reserve a 3 bed hotel room in Trimbakeshwar for my trip?</strong></h5>\r\n<p style=\"font-size: 14px;\">You can easily contact us directly to reserve your 3 bed hotel room in Trimbakeshwar. Our staff will assist you in booking the 3 bed hotel room in Trimbakeshwar according to your travel dates and preferences.</p>\r\n</li>\r\n</ol>\r\n</div>\r\n \r\n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a>\r\n</span></p>','Triple Sharing AC Bed in Trimbakeshwar','','publish','open','closed','','triple-sharing-ac-bed','','','2025-07-03 07:55:58','2025-07-03 07:55:58','',0,'https://hoteldhruvpalace.com/?post_type=product&p=1086',0,'product','',0),(270,1,'2022-03-03 10:55:11','2022-03-03 10:55:11','<h1>ACCOMODATION</h1> \n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp\" alt=\"Comfort Double Room (Non-A/c)\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Comfort Double Room (NON-AC)\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"#\">\n Rs.1800/ Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/book-rooms-thevsadan\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-scaled.webp\" alt=\"Comfort Double Room (A/c)\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Comfort Double Room (A/C)\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000007\">\n Rs.2400 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000004\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-scaled.webp\" alt=\"Comfort Triple Room (Non-A/c)\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Comfort Triple Room (NON-A/C)\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\">\n Rs.2300 / Night \n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\">\n Read More\n </a>\n <img width=\"2560\" height=\"1518\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-scaled.webp\" alt=\"Comfort Triple Room (A/c)\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-300x178.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-1024x607.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-768x455.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-1536x911.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-2048x1214.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-600x356.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Comfort Triple Room (A/C)\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"#\">\n Rs.2900/ Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000005\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-scaled.webp\" alt=\"Deluxe Double Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Deluxe Double Room \n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\">\n Rs.2900 / Night \n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\">\n Read More\n </a>\n <img width=\"2560\" height=\"1920\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-scaled.webp\" alt=\"Deluxe Triple Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-300x225.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-1024x768.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-768x576.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-1536x1152.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-2048x1536.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-600x450.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Deluxe Triple Room\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000017\">\n ₹ 3,400 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000009\">\n Read More\n </a>\n <img width=\"1440\" height=\"1067\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp\" alt=\"Deluxe Quadruple Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp 1440w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-300x222.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-1024x759.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-768x569.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385-600x445.webp 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Deluxe Quadruple Room \n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015\">\n Rs.2900 / Night \n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp\" alt=\"Deluxe 8-Bed Room (Non-A/c)\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Deluxe 8-Bed Room (NON-A/C)\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000021\">\n ₹5400 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000011\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp\" alt=\"Superior Double Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Superior Room\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000019\">\n Rs.4800 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000010\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-scaled.webp\" alt=\"Superior Quadruple Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n <a href=\"#\">\n Superior Quadruple Room\n </a>\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000011\">\n Rs.5000 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000016\">\n Read More\n </a>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-scaled.webp\" alt=\"Superior Family Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <ul>\n <li>\n Superior Family Room\n </li>\n </ul>\n <ul>\n <li>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000013\">\n Rs.5800 / Night\n </a>\n </li>\n </ul>\n <a href=\"https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000007\">\n Read More\n </a>\n <h6 id=\"elementor-tab-title-2021\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2021\" aria-expanded=\"false\">\n <a tabindex=\"0\">HOTEL OVERVIEW</a>\n </h6>\n <p>• Total Number of Floors : 3<br />• Total Number of Rooms : 42<br />• Check In Time : 12:00 PM<br />• Check Out Time : 11:00 AM</p>\n <h6 id=\"elementor-tab-title-6311\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-6311\" aria-expanded=\"false\">\n <a tabindex=\"0\">COST FOR AVERAGE MEAL</a>\n </h6>\n <p>• Breakfast Cost : Rs. 100 + GST (Per Person)<br />• Lunch Cost : Rs. 225 + GST (Per Person)<br />• Dinner Cost : Rs. 275 + GST (Per Person)</p>\n <h6 id=\"elementor-tab-title-1091\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1091\" aria-expanded=\"false\">\n <a tabindex=\"0\">CHILD POLICY</a>\n </h6>\n <p>• Children below 5 years are complimentary. (Without extra bed in same room)<br />• Children between 6 years to 12 years is Rs.400/- according to above package only, with extra bed in same Room.<br />• Extra Person above 12 is on Rs.600/- according to above package only, with extra bed in same Room.</p>\n <h6 id=\"elementor-tab-title-1411\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1411\" aria-expanded=\"false\">\n <a tabindex=\"0\">CANCELLATION POLICY</a>\n </h6>\n <p>• Any Cancellation Before 10 days : Refund 100%<br />• Any Cancellation Before 7 days : Refund 50%<br />• Any Cancellation within 2 days : No Refund<br />• Cancellations must be received at Office before 7 days of arrival date during the peak dates.<br />• In case of late cancellation or no show, the hotel reserves the right to charge full retention.</p>\n <h6 id=\"elementor-tab-title-2131\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2131\" aria-expanded=\"false\">\n <a tabindex=\"0\">BANK ACCOUNT DETAILS</a>\n </h6>\n <p>• Bank Name : HDFC BANK LTD<br />• Branch Address: Trimbakeshwar, Maharashtra. INDIA. 422212<br />• Account Name: Hotel Dhruv Palace<br />• Account Number: 50200012764596<br />• RTGS / IFSC Code: HDFC0004388</p>','Room Grid','','publish','closed','closed','','accomodation','','','2025-06-16 11:39:37','2025-06-16 11:39:37','',0,'https://hoteldhruvpalace.com/?page_id=270',0,'page','',0),(271,1,'2022-03-03 10:55:49','2022-03-03 10:55:49','<style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>What We Do</h1> \n <h6>Parlour & Salon</h6> \n <h4>Spa & Massage</h4> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .</p> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n Open Daily: 7:00am - 03:00am\n </li>\n <li>\n Sunday: Off day\n </li>\n </ul>\n <a href=\"#\" role=\"button\">\n Get Appointment\n </a>\n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style> \n <h6>Eat & Drinks</h6> \n <h4>Restaurant & Bar</h4> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .</p> \n <ul>\n <li>\n Open Daily: 7:00am - 03:00am\n </li>\n <li>\n Sunday: Off day\n </li>\n </ul>\n <a href=\"#\" role=\"button\">\n Our Food Menu\n </a>\n <h6>Parlour & Salon</h6> \n <h4>Luxary & Family Room</h4> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .</p> \n <ul>\n <li>\n Open Daily: 7:00am - 03:00am\n </li>\n <li>\n Sunday: Off day\n </li>\n </ul>\n <a href=\"#\" role=\"button\">\n Get Appointment\n </a>\n <h6>Eat & Drinks</h6> \n <h4>Easy Transport Way</h4> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed eiusmod tempor incididunt ut labore et dolore .</p> \n <ul>\n <li>\n Open Daily: 7:00am - 03:00am\n </li>\n <li>\n Sunday: Off day\n </li>\n </ul>\n <a href=\"#\" role=\"button\">\n Our Food Menu\n </a>','Our Services','','publish','closed','closed','','our-services','','','2025-06-16 10:55:37','2025-06-16 10:55:37','',0,'https://hoteldhruvpalace.com/?page_id=271',0,'page','',0),(330,1,'2022-03-03 12:10:57','2022-03-03 12:10:57','<input\n type=\"text\"\n class=\"mf-input \"\n id=\"mf-input-text-13b0dc48\"\n name=\"mf-text\"\n placeholder=\"${ parent.decodeEntities(`Enter full name`) } \"\n onInput=${parent.handleChange}\n aria-invalid=${validation.errors[\'mf-text\'] ? \'true\' : \'false\'}\n ref=${el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n <input type=\"email\" defaultValue=\"\" id=\"mf-input-email-49786be8\" name=\"mf-email\" placeholder=\"${ parent.decodeEntities(`Enter email address`) } \" onInput=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} errors=${validation.errors} name=\"mf-email\" as=${html``}\n />\n <${props.Select}\n className=${\"mf-input mf-input-select \" + ( validation.errors[\'mf-select\'] ? \'mf-invalid\' : \'\' )}\n classNamePrefix=\"mf_select\"\n name=\"mf-select\"\n placeholder=\"${ parent.decodeEntities(`Guests`) } \"\n isSearchable=${false}\n options=${[{\"label\":\"02\",\"value\":\"value-1\",\"isDisabled\":false},{\"label\":\"04\",\"value\":\"value-2\",\"isDisabled\":false},{\"label\":\"06\",\"value\":\"value-3\",\"isDisabled\":false}]}\n value=${parent.getValue(\"mf-select\") ? [{\"mf_input_option_text\":\"02\",\"mf_input_option_value\":\"value-1\",\"_id\":\"0847217\",\"mf_input_option_status\":\"\",\"mf_input_option_selected\":\"\"},{\"mf_input_option_text\":\"04\",\"mf_input_option_value\":\"value-2\",\"_id\":\"dbdd718\",\"mf_input_option_status\":\"\",\"mf_input_option_selected\":\"\"},{\"mf_input_option_text\":\"06\",\"mf_input_option_value\":\"value-3\",\"_id\":\"a0b0a6e\",\"mf_input_option_status\":\"\",\"mf_input_option_selected\":\"\"}].filter(item => item.value === parent.getValue(\"mf-select\"))[0] : []}\n onChange=${parent.handleSelect}\n ref=${() => {\n register({ name: \"mf-select\" }, parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true}));\n if ( parent.getValue(\"mf-select\") === \'\' && false ) {\n parent.handleChange({\n target: {\n name: \'mf-select\',\n value: \'\'\n }\n });\n parent.setValue( \'mf-select\', \'\', true );\n }\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-select\"\n as=${html``}\n />\n <${props.Flatpickr}\n name=\"mf-date\"\n className=\"mf-input mf-date-input mf-left-parent \"\n placeholder=\"${ parent.decodeEntities(`Select Date`) } \"\n options=${{\"minDate\":\"no\",\"maxDate\":\"\",\"dateFormat\":\"m-d-Y\",\"enableTime\":\"\",\"disable\":[],\"mode\":\"single\",\"static\":true,\"disableMobile\":true,\"time_24hr\":false}}\n value=${parent.getValue(\'mf-date\')}\n onInput=${parent.handleDateTime}\n aria-invalid=${validation.errors[\'mf-date\'] ? \'true\' : \'false\'}\n ref=${el => props.DateWidget(\n el, \n \'\', \n {\"message\":\"This field is required.\",\"required\":true}, \n register, \n parent \n )}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-date\"\n as=${html``}\n />\n <textarea id=\"mf-input-text-area-195e461a\"\n name=\"mf-textarea\" \n placeholder=\"${ parent.decodeEntities(`Message`) } \"\n cols=\"30\" rows=\"10\"\n onInput=${ parent.handleChange }\n aria-invalid=${validation.errors[\'mf-textarea\'] ? \'true\' : \'false\'}\n ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el) }\n ></textarea>\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n <button type=\"submit\" id=\"\">\n ${ parent.decodeEntities(`Make Request`) } \n </button>','New Form # 1646309429','','publish','closed','closed','','new-form-1646309429','','','2022-03-03 12:13:56','2022-03-03 12:13:56','',0,'https://hoteldhruvpalace.com/metform-form/new-form-1646309429/',0,'metform-form','',0),(361,1,'2022-03-04 04:36:53','2022-03-04 04:36:53','','mainlogo','','inherit','open','closed','','mainlogo','','','2025-06-28 03:15:11','2025-06-28 03:15:11','',218,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mainlogo.png',0,'attachment','image/png',0),(425,1,'2022-03-04 05:58:22','2022-03-04 05:58:22','','footerlogo','','inherit','open','closed','','footerlogo','','','2025-06-28 03:15:06','2025-06-28 03:15:06','',224,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/footerlogo.png',0,'attachment','image/png',0),(452,1,'2024-04-02 08:39:44','2022-03-04 06:56:28','','Gallery','','publish','closed','closed','','gallery','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=452',8,'nav_menu_item','',0),(497,1,'2022-03-04 10:34:12','2022-03-04 10:34:12','','Smiles','','inherit','open','closed','','smiles','','','2025-06-28 03:14:57','2025-06-28 03:14:57','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',0,'attachment','image/jpeg',0),(505,1,'2022-03-04 10:47:22','2022-03-04 10:47:22','','otel-info-image-1','','inherit','open','closed','','otel-info-image-1','','','2025-06-28 03:14:44','2025-06-28 03:14:44','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/otel-info-image-1.jpg',0,'attachment','image/jpeg',0),(506,1,'2022-03-04 10:47:27','2022-03-04 10:47:27','','otel-info-image-2','','inherit','open','closed','','otel-info-image-2','','','2025-06-28 03:14:26','2025-06-28 03:14:26','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/otel-info-image-2.jpg',0,'attachment','image/jpeg',0),(545,1,'2022-03-04 11:52:55','2022-03-04 11:52:55','','Smiles','','inherit','open','closed','','smiles-5','','','2025-06-28 03:13:31','2025-06-28 03:13:31','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',0,'attachment','image/jpeg',0),(542,1,'2022-03-04 11:51:19','2022-03-04 11:51:19','','Smiles','','inherit','open','closed','','smiles-2','','','2025-06-28 03:13:57','2025-06-28 03:13:57','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg',0,'attachment','image/jpeg',0),(543,1,'2022-03-04 11:51:53','2022-03-04 11:51:53','','Smiles','','inherit','open','closed','','smiles-3','','','2025-06-28 03:13:48','2025-06-28 03:13:48','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',0,'attachment','image/jpeg',0),(544,1,'2022-03-04 11:52:25','2022-03-04 11:52:25','','Smiles','','inherit','open','closed','','smiles-4','','','2025-06-28 03:13:42','2025-06-28 03:13:42','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',0,'attachment','image/jpeg',0),(546,1,'2022-03-04 11:53:29','2022-03-04 11:53:29','','Smiles','','inherit','open','closed','','smiles-6','','','2025-06-28 03:13:22','2025-06-28 03:13:22','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',0,'attachment','image/jpeg',0),(547,1,'2022-03-04 11:54:02','2022-03-04 11:54:02','','Smiles','','inherit','open','closed','','smiles-7','','','2025-06-28 03:13:11','2025-06-28 03:13:11','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',0,'attachment','image/jpeg',0),(548,1,'2022-03-04 11:54:33','2022-03-04 11:54:33','','Smiles','','inherit','open','closed','','smiles-8','','','2025-06-28 03:13:03','2025-06-28 03:13:03','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',0,'attachment','image/jpeg',0),(549,1,'2022-03-04 11:55:06','2022-03-04 11:55:06','','Smiles','','inherit','open','closed','','smiles-9','','','2025-06-28 03:12:55','2025-06-28 03:12:55','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',0,'attachment','image/jpeg',0),(550,1,'2022-03-04 11:55:37','2022-03-04 11:55:37','','Smiles','','inherit','open','closed','','smiles-10','','','2025-06-28 03:12:46','2025-06-28 03:12:46','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',0,'attachment','image/jpeg',0),(551,1,'2022-03-04 11:55:47','2022-03-04 11:55:47','','accomodation-1','','inherit','open','closed','','accomodation-1','','','2025-06-28 03:12:40','2025-06-28 03:12:40','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/accomodation-1.jpg',0,'attachment','image/jpeg',0),(552,1,'2022-03-04 11:55:50','2022-03-04 11:55:50','','conference-1','','inherit','open','closed','','conference-1','','','2025-06-28 03:12:29','2025-06-28 03:12:29','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/conference-1.jpg',0,'attachment','image/jpeg',0),(553,1,'2022-03-04 11:55:54','2022-03-04 11:55:54','','restaurant-1','','inherit','open','closed','','restaurant-1','','','2025-06-12 09:18:31','2025-06-12 09:18:31','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg',0,'attachment','image/jpeg',0),(554,1,'2022-03-04 11:56:02','2022-03-04 11:56:02','','Smiles','','inherit','open','closed','','smiles-11','','','2025-06-28 03:12:10','2025-06-28 03:12:10','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',0,'attachment','image/jpeg',0),(555,1,'2022-03-04 11:56:35','2022-03-04 11:56:35','','Smiles','','inherit','open','closed','','smiles-12','','','2025-06-28 03:12:03','2025-06-28 03:12:03','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',0,'attachment','image/jpeg',0),(735,1,'2022-03-05 05:50:55','2022-03-05 05:50:55','','trimbakeshwar','','inherit','open','closed','','trimbakeshwar','','','2025-06-28 03:11:53','2025-06-28 03:11:53','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar-1.jpg',0,'attachment','image/jpeg',0),(736,1,'2022-03-05 05:50:59','2022-03-05 05:50:59','','gallery-conference-1','','inherit','open','closed','','gallery-conference-1','','','2025-06-28 03:11:44','2025-06-28 03:11:44','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1.jpg',0,'attachment','image/jpeg',0),(737,1,'2022-03-05 05:51:03','2022-03-05 05:51:03','','gallery-conference-2','','inherit','open','closed','','gallery-conference-2','','','2025-06-28 03:11:41','2025-06-28 03:11:41','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2.jpg',0,'attachment','image/jpeg',0),(738,1,'2022-03-05 05:51:07','2022-03-05 05:51:07','','gallery-conference-3','','inherit','open','closed','','gallery-conference-3','','','2025-06-28 03:11:35','2025-06-28 03:11:35','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3.jpg',0,'attachment','image/jpeg',0),(4494,2,'2025-06-06 08:09:58','2025-06-06 08:09:58','','pdyttvvcbvqbjaxgwdzk','','inherit','closed','closed','','pdyttvvcbvqbjaxgwdzk-3','','','2025-06-16 10:46:27','2025-06-16 10:46:27','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/pdyttvvcbvqbjaxgwdzk-2.webp',0,'attachment','image/webp',0),(4493,2,'2025-06-06 08:08:24','2025-06-06 08:08:24','','r56p9givl4fzxpy3phld','','inherit','closed','closed','','r56p9givl4fzxpy3phld','','','2025-06-16 10:47:40','2025-06-16 10:47:40','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/r56p9givl4fzxpy3phld.webp',0,'attachment','image/webp',0),(4492,2,'2025-06-06 08:06:29','2025-06-06 08:06:29','','rsrppvgtasl0txkpc3jc','','inherit','closed','closed','','rsrppvgtasl0txkpc3jc','','','2025-06-16 11:17:28','2025-06-16 11:17:28','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/rsrppvgtasl0txkpc3jc.webp',0,'attachment','image/webp',0),(747,1,'2022-03-05 05:51:46','2022-03-05 05:51:46','','gallery-family-5','','inherit','open','closed','','gallery-family-5','','','2025-06-28 03:11:25','2025-06-28 03:11:25','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5.jpg',0,'attachment','image/jpeg',0),(748,1,'2022-03-05 05:51:50','2022-03-05 05:51:50','','gallery-premise-1','','inherit','open','closed','','gallery-premise-1','','','2025-06-28 03:11:09','2025-06-28 03:11:09','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1.jpg',0,'attachment','image/jpeg',0),(749,1,'2022-03-05 05:51:56','2022-03-05 05:51:56','','gallery-premise-2','','inherit','open','closed','','gallery-premise-2','','','2025-06-28 03:10:45','2025-06-28 03:10:45','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2.jpg',0,'attachment','image/jpeg',0),(750,1,'2022-03-05 05:52:01','2022-03-05 05:52:01','','gallery-premise-3','','inherit','open','closed','','gallery-premise-3','','','2025-06-28 03:10:41','2025-06-28 03:10:41','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-3.jpg',0,'attachment','image/jpeg',0),(751,1,'2022-03-05 05:52:08','2022-03-05 05:52:08','','gallery-premise-4','','inherit','open','closed','','gallery-premise-4','','','2025-06-28 03:10:32','2025-06-28 03:10:32','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-4.jpg',0,'attachment','image/jpeg',0),(752,1,'2022-03-05 05:52:13','2022-03-05 05:52:13','','gallery-premise-5','','inherit','open','closed','','gallery-premise-5','','','2025-06-28 03:10:20','2025-06-28 03:10:20','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5.jpg',0,'attachment','image/jpeg',0),(753,1,'2022-03-05 05:52:20','2022-03-05 05:52:20','','gallery-royal-1','','inherit','open','closed','','gallery-royal-1','','','2025-06-28 03:10:13','2025-06-28 03:10:13','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-1.jpg',0,'attachment','image/jpeg',0),(754,1,'2022-03-05 05:52:27','2022-03-05 05:52:27','','gallery-royal-2','','inherit','open','closed','','gallery-royal-2','','','2025-06-28 03:10:01','2025-06-28 03:10:01','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-2.jpg',0,'attachment','image/jpeg',0),(755,1,'2022-03-05 05:52:32','2022-03-05 05:52:32','','gallery-royal-3','','inherit','open','closed','','gallery-royal-3','','','2025-06-28 03:09:38','2025-06-28 03:09:38','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-3.jpg',0,'attachment','image/jpeg',0),(4491,2,'2025-06-06 08:05:11','2025-06-06 08:05:11','','Superior Double Room','','inherit','closed','closed','','sddkqvbaouyojd60qsvm','','','2025-06-06 10:16:04','2025-06-06 10:16:04','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm.webp',0,'attachment','image/webp',0),(4490,2,'2025-06-06 08:03:23','2025-06-06 08:03:23','','sh7g9ysgqfnnzk5aoyob','','inherit','closed','closed','','sh7g9ysgqfnnzk5aoyob','','','2025-06-16 11:17:47','2025-06-16 11:17:47','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sh7g9ysgqfnnzk5aoyob.webp',0,'attachment','image/webp',0),(4489,2,'2025-06-06 08:01:27','2025-06-06 08:01:27','','Deluxe Quadruple Room','','inherit','closed','closed','','sxegovtw2rlmp2mpgeyg','','','2025-06-06 10:07:56','2025-06-06 10:07:56','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg.webp',0,'attachment','image/webp',0),(4488,2,'2025-06-06 07:58:34','2025-06-06 07:58:34','','t6reyr3qzvwl6e1h6q2g','','inherit','closed','closed','','t6reyr3qzvwl6e1h6q2g','','','2025-06-16 11:18:02','2025-06-16 11:18:02','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/t6reyr3qzvwl6e1h6q2g.webp',0,'attachment','image/webp',0),(4487,2,'2025-06-06 07:56:55','2025-06-06 07:56:55','','t43pggdredfb3jfwgcqo','','inherit','closed','closed','','t43pggdredfb3jfwgcqo','','','2025-06-16 11:18:20','2025-06-16 11:18:20','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/t43pggdredfb3jfwgcqo.webp',0,'attachment','image/webp',0),(4479,2,'2025-06-06 07:42:44','2025-06-06 07:42:44','','z6djbbnpws7ofqx7jy5d','','inherit','closed','closed','','z6djbbnpws7ofqx7jy5d','','','2025-06-16 11:19:39','2025-06-16 11:19:39','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/z6djbbnpws7ofqx7jy5d.webp',0,'attachment','image/webp',0),(779,1,'2022-03-05 06:35:50','2022-03-05 06:35:50','','about-1','','inherit','open','closed','','about-1','','','2025-06-28 03:08:46','2025-06-28 03:08:46','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1.jpg',0,'attachment','image/jpeg',0),(835,1,'2022-03-05 07:38:58','2022-03-05 07:38:58','','ac-deluxe','','inherit','open','closed','','ac-deluxe-3','','','2025-06-28 03:08:14','2025-06-28 03:08:14','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe.jpg',0,'attachment','image/jpeg',0),(836,1,'2022-03-05 07:39:47','2022-03-05 07:39:47','','super-deluxe','','inherit','open','closed','','super-deluxe-2','','','2025-06-28 03:08:17','2025-06-28 03:08:17','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg',0,'attachment','image/jpeg',0),(846,1,'2022-03-05 07:51:54','2022-03-05 07:51:54','','ac-deluxe','','inherit','open','closed','','ac-deluxe-2','','','2025-06-12 10:05:51','2025-06-12 10:05:51','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg',0,'attachment','image/jpeg',0),(847,1,'2022-03-05 07:52:11','2022-03-05 07:52:11','','non-ac-deluxe','','inherit','open','closed','','non-ac-deluxe-2','','','2025-06-12 10:26:23','2025-06-12 10:26:23','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg',0,'attachment','image/jpeg',0),(848,1,'2022-03-05 07:52:41','2022-03-05 07:52:41','','family-4-bed','','inherit','open','closed','','family-4-bed-2','','','2025-06-12 10:21:45','2025-06-12 10:21:45','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg',0,'attachment','image/jpeg',0),(849,1,'2022-03-05 07:52:56','2022-03-05 07:52:56','','family-6-bed','','inherit','open','closed','','family-6-bed-2','','','2025-06-12 10:00:05','2025-06-12 10:00:05','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg',0,'attachment','image/jpeg',0),(850,1,'2022-03-05 07:53:48','2022-03-05 07:53:48','','family-12-bed (1)','','inherit','open','closed','','family-12-bed-1','','','2025-06-28 03:06:58','2025-06-28 03:06:58','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-12-bed-1.jpg',0,'attachment','image/jpeg',0),(851,1,'2022-03-05 07:54:38','2022-03-05 07:54:38','','triple-sharing-ac','','inherit','open','closed','','triple-sharing-ac','','','2025-06-12 09:33:43','2025-06-12 09:33:43','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg',0,'attachment','image/jpeg',0),(852,1,'2022-03-05 07:55:04','2022-03-05 07:55:04','','triple-sharing-non-ac','','inherit','open','closed','','triple-sharing-non-ac','','','2025-06-12 09:33:30','2025-06-12 09:33:30','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg',0,'attachment','image/jpeg',0),(853,1,'2022-03-05 07:55:34','2022-03-05 07:55:34','','royal-suite','','inherit','open','closed','','royal-suite','','','2025-06-28 03:06:38','2025-06-28 03:06:38','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg',0,'attachment','image/jpeg',0),(953,1,'2022-03-05 11:43:11','2022-03-05 11:43:11','','Smiles','','inherit','open','closed','','smiles-25','','','2025-06-28 03:06:16','2025-06-28 03:06:16','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg',0,'attachment','image/jpeg',0),(1005,1,'2022-03-07 06:39:29','2022-03-07 06:39:29','','1','','inherit','open','closed','','1','','','2025-06-28 03:06:11','2025-06-28 03:06:11','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/1.jpg',0,'attachment','image/jpeg',0),(1006,1,'2022-03-07 06:42:57','2022-03-07 06:42:57','','hotel-banner','','inherit','open','closed','','hotel-banner','','','2025-06-28 03:06:07','2025-06-28 03:06:07','',223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner.jpg',0,'attachment','image/jpeg',0),(1097,1,'2022-03-08 06:16:39','2022-03-08 06:16:39','\n::marker {\n color: #ff634700 !important;\n}\n\n\n.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img {\n border-radius: 3%;\n height: 150px;\n width: 150px;\n}\n\n\n/*---old CSS---*/\n\n/*--live chat---*/\n.sb-chat-btn:hover, .sb-input.sb-input-btn>div:hover, .sb-btn:hover, a.sb-btn:hover, .sb-rich-message .sb-card .sb-card-btn:hover {\n background-color:#B58804!important;\n}\nsb-chat-btn:hover, .sb-input.sb-input-btn>div:hover, .sb-btn:hover, a.sb-btn:hover, .sb-rich-message .sb-card .sb-card-btn:hover {\n background-color:#B58804!important;\n}\n\n-----------\n----------------------\n\n\nnav.woocommerce-breadcrumb {\n display: none;\n}\n\nmain#main {\n margin-top: 50px;\n}\n\nnav.woocommerce-MyAccount-navigation li {\n list-style: none;\n background-color: #eee;\n padding: 10px;\n border: 1px solid;\n text-decoration: none;\n}\n.page-id-1050 .woocommerce {\n margin: 50px 0px;\n}\nnav.woocommerce-MyAccount-navigation li a{\ntext-decoration-line: none;\n}\n/*--reviews tab--*/\ndiv#reviews {\n color: #000;\n}\n\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {\n color: inherit;\n text-shadow: inherit;\n color: #000;\n}\n\n\n/*----page heading----*/\nheader.page-header {\n display: none;\n}\n\n\n/*---shop page prcie color---*/ \n.woocommerce ul.products li.product .price {\n color: #7b4200;\n display: block;\n font-weight: 400;\n margin-bottom: 0.5em;\n font-size: .857em;\n}\n\n\n/*----PDP page----*/\n\n/*product title*/\n.woocommerce div.product .product_title {\n clear: none;\n margin-top: 0;\n padding: 0;\n FONT-SIZE: 30PX;\n}\n\n\n/*product price*/\n.woocommerce div.product p.price, .woocommerce div.product span.price {\n color: #733e03;\n font-size: 18PX;\n}\n\n\n/*icon color*/\ni.fas.fa-calendar-alt {\n color: #cba305;\n}\ni.fas.fa-clock {\n color: #cba305;\n}\n\n\n/*button color*/\nbutton.single_add_to_cart_button.redq_add_to_cart_button.btn-book-now.button.alt {\n background-color: #7b4200;\n}\n\n.woocommerce button.button.alt:disabled,\n.woocommerce button.button.alt:disabled[disabled],\n.woocommerce button.button.alt:disabled[disabled]:hover\n{\n background-color: #cba305;\n color: #fff;\n}\n\n\n/*pricing info*/\n.rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {\n display: flex;\n background-color: #e1e1e1;\n color: #777;\n padding: 13px 20px;\n font-size: 17px;\n font-weight: 500;\n}\n\n.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span, .price-showing .item-pricing .hourly-general {\n font-size: 15px;\n font-weight: 400;\n color: #cba305;\n}\n\n.elementor-kit-7 h5 {\n color: #545454;\n line-height: 25px;\n}\n\n\n/*---checkout title---*/\nh3 {\n padding: 5px;\n font-family: sans-serif;\n font-weight: 500;\n}\n.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {\n float: right;\n width: 100%;\n}\n.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {\n float: center;\n width: 100%;\n}\n\n\n/*my accounts*/\n.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {\n float: right;\n width: 50%;\n}\n.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {\n float: center;\n width: 45%;\n}\n\n\n/*book now*/\n.woocommerce ul.product_list_widget li img {\n float: right;\n margin-left: 4px;\n width: 150px;\n height: auto;\n box-shadow: none;\n}\n','hello-elementor','','publish','closed','closed','','hello-elementor','','','2023-07-29 07:40:55','2023-07-29 07:40:55','',0,'https://hoteldhruvpalace.com/2022/03/08/hello-elementor/',0,'custom_css','',0),(1102,1,'2022-03-08 06:59:13','2022-03-08 06:59:13','','Order – March 8, 2022 @ 06:59 AM','','wc-rnb-fake-order','open','closed','wc_order_EaTywfUVgIYJZ','order-mar-08-2022-0659-am','','','2022-03-08 06:59:13','2022-03-08 06:59:13','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=1102',0,'shop_order','',1),(1145,1,'2022-03-08 10:00:39','2022-03-08 10:00:39','<style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Near By Places</h1> \n <style>/*! elementor - v3.6.6 - 08-06-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <h2> TRIMBAKESHWAR MAIN TEMPLE</h2> \n 0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak. \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>GURUKUL (SWAMI SAMARTH)</h2> \n <p>1.5 KM</p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>PANCHAWATI</h2> \n <p>32 KM</p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <h2> TRIMBAKESHWAR MAIN TEMPLE</h2> \n 0.2 KM <br><br>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak. \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>GURUKUL (SWAMI SAMARTH)</h2> \n <p>1.5 KM</p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>PANCHAWATI</h2> \n <p>32 KM</p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>MUKTIDHAM</h2> \n <p>39 KM</p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>BRAHMAGIRI (700 STOPS)</h2> \n 1 KM <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>\nGANGA DWAR</h2> \n <p>1 KM</p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>NIVRUTTINATH SAMADHI</h2> \n <p>1 KM</p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>ANJANERI (HANUMAN BIRTH PLACE)\n</h2> \n <p>6 KM</p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>\nKUSHAVARTA KUND</h2> \n <p>0.2 KM</p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>NIL PARVAT (AMBIKA MATA MANDIR)</h2> \n <p>2 KM</p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>SHANI SHINGNAPUR TEMPLE</h2> \n <p>174 KM</p><p>The temple is believed to be a \"jagrut devasthan\" (\"alive temple\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>SHIRDI SAI BABA TEMPLE</h2> \n <p>117 KM</p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.</p> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <h2>MAHABALESHWAR TEMPLE)</h2> \n <p>367 KM</p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank.</p> \n <h2> TRIMBAKESHWAR MAIN TEMPLE</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>0.2 KM <br /><br />Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.</p> \n <h2>GURUKUL (SWAMI SAMARTH)</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>1.5 KM</p><p>The Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p> \n <h2>PANCHAWATI</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>32 KM</p><p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p> \n <h2>MUKTIDHAM</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>39 KM</p><p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.</p> \n <h2>BRAHMAGIRI (700 STOPS)</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n 1 KM <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India</p> \n <h2>GANGA DWAR</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>1 KM</p><p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.</p> \n <h2>NIVRUTTINATH SAMADHI</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>1 KM</p><p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.</p> \n <h2>ANJANERI (HANUMAN BIRTH PLACE)</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>6 KM</p><p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman’s mother ‘Anjani’. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.</p> \n <h2>KUSHAVARTA KUND</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>0.2 KM</p><p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.</p> \n <h2>NIL PARVAT (AMBIKA MATA MANDIR)</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>2 KM</p><p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar.</p> \n <h2>SHANI SHINGNAPUR TEMPLE</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>174 KM</p><p>The temple is believed to be a “jagrut devasthan” (“alive temple”), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p> \n <h2>SHIRDI SAI BABA TEMPLE</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>117 KM</p><p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime.</p> \n <h2>MAHABALESHWAR TEMPLE)</h2> \n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>367 KM</p><p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a ‘Kunda’ or water tank.</p>','Near By Places','','publish','closed','closed','','near-by-places','','','2025-06-16 09:39:31','2025-06-16 09:39:31','',0,'https://hoteldhruvpalace.com/?page_id=1145',0,'page','',0),(1148,1,'2022-03-08 10:03:15','2022-03-08 10:03:15','','Order – March 8, 2022 @ 10:03 AM','','wc-processing','open','closed','wc_order_zP2kaP1nurTXM','order-mar-08-2022-1003-am','','','2022-03-08 10:03:15','2022-03-08 10:03:15','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=1148',0,'shop_order','',1),(1153,1,'2022-03-08 10:09:25','2022-03-08 10:09:25','','Order – March 8, 2022 @ 10:09 AM','','wc-processing','open','closed','wc_order_PYeuMuZvdIp2v','order-mar-08-2022-1009-am','','','2022-03-08 10:09:25','2022-03-08 10:09:25','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=1153',0,'shop_order','',1),(1201,1,'2022-03-08 11:18:25','2022-03-08 11:18:25','<ul>\n <li>\n <a href=\"#\">\n Home\n </a>\n </li>\n </ul>\n <ul>\n <li>\n Cancellation Policy\n </li>\n </ul>\n <h2>Cancellation Policy</h2> \n <h2 style=\"text-align: center;\"><strong>Cancellation Policy</strong></h2><p><strong>1. Free Cancellation:</strong></p><p>- Guests may cancel their reservation free of charge up to 48 hours before the scheduled check-in time.<br />- Cancellations made within 48 hours of check-in will be charged the first night\'s stay.</p><p><strong>2. Group Bookings:</strong></p><p>- For group bookings of five rooms or more, cancellations must be made at least 7 days prior to the scheduled check-in date to avoid penalty charges.<br />- Cancellations made within 7 days of check-in for group bookings will be subject to a penalty charge equivalent to 50% of the total booking amount.</p><p><strong>3. Non-Refundable Bookings:</strong></p><p>- Some promotional rates or special offers may be non-refundable and require full pre-payment at the time of booking.<br />- Non-refundable bookings cannot be canceled or modified, and the full amount will be charged in the event of cancellation or no-show.</p><p><strong>4. Refund Process:</strong></p><p>- Refunds for eligible cancellations will be processed within 7-10 business days using the original payment method.<br />- Any applicable refund fees or charges imposed by third-party booking platforms or payment processors will be deducted from the refund amount.</p><p><strong>5. Modification Policy:</strong></p><p>- Changes to existing reservations, including dates, room types, or guest names, may be allowed subject to availability and may incur additional charges.<br />- Modifications must be requested at least 48 hours before the scheduled check-in time.</p><p><strong>6. Force Majeure:</strong></p><p>- In the event of unforeseen circumstances or events beyond our control, such as natural disasters, government regulations, or travel restrictions, Hotel Dhruv Palace reserves the right to modify or cancel reservations without penalty.</p><p><strong>Please note that this cancellation policy is subject to change without prior notice. Guests are encouraged to review the cancellation policy at the time of booking and contact the hotel directly for any inquiries or modifications to their reservations.</strong></p>','Refund returns','','publish','closed','closed','','refund-returns','','','2025-06-28 02:37:31','2025-06-28 02:37:31','',0,'https://hoteldhruvpalace.com/?page_id=1201',0,'page','',0),(1202,1,'2022-03-08 11:18:58','2022-03-08 11:18:58','<link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"#\">\n Home\n </a>\n </li>\n </ul>\n <style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> \n <ul>\n <li>\n Pricing Policy\n </li>\n </ul>\n <style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Pricing Policy</h1> \n <h3> </h3><h3 style=\"text-align: center;\">Price Policy</h3><p> </p><p> </p><p><strong>1. Best Rate Guarantee:</strong></p><p><br />- Hotel Dhruv Palace offers a Best Rate Guarantee, ensuring that guests receive the lowest available rate when booking directly through our official website or contacting our reservations team directly.<br />- If a lower rate for the same room type and dates is found on another website within 24 hours of booking, we will match that rate and provide an additional discount of 5%.</p><p><strong>2. Seasonal Rates:</strong></p><p><br />- Room rates may vary based on seasonal demand, special events, or holidays. Peak seasons typically include [list peak seasons or events].<br />- Guests are encouraged to book in advance to secure the best available rates, especially during peak seasons.</p><p> </p><p><strong>3. Promotional Offers:</strong></p><p><br />- Hotel Dhruv Palace offers various promotional offers and packages throughout the year, including discounts, complimentary upgrades, and special amenities.<br />- Promotional offers may have specific terms and conditions, such as minimum stay requirements, blackout dates, or booking deadlines.</p><p><strong>4. Dynamic Pricing:</strong></p><p><br />- Room rates are subject to dynamic pricing based on factors such as demand, occupancy levels, and market conditions.<br />- Rates may fluctuate daily or hourly, and the price displayed at the time of booking is the current rate for that specific date and time.</p><p><strong>5. Taxes and Fees:</strong></p><p><br />- Room rates are exclusive of taxes, service charges, and any additional fees unless otherwise stated.<br />- Taxes and fees imposed by local authorities or government regulations will be added to the final bill and are subject to change without prior notice.</p><p> </p><p><strong>6. Payment Policies:</strong></p><p><br />- Full payment is required at the time of booking for non-refundable reservations or promotional offers with pre-payment requirements.<br />- For standard reservations, payment is due upon check-in, and guests may choose their preferred payment method, including credit/debit cards, cash, or electronic payment systems.</p><p><strong>7. Price Matching:</strong></p><p><br />- Hotel Dhruv Palace reserves the right to match rates found on third-party booking platforms for the same room type and dates, subject to verification and availability.<br />- Price matching requests must be submitted within 24 hours of booking directly through the hotel\'s official website or reservations team.</p><p> </p><p><strong>Please note that this price policy is subject to change without prior notice. Guests are encouraged to review the price policy at the time of booking and contact the hotel directly for any inquiries or clarification regarding rates and pricing.</strong></p><p> </p><p>Our Customer Service Specialists are ready to assist you simply call <a href=\"tel: +918263874278\">+91 8263874278</a> 24 hours a day.</p>','Pricing Policy','','publish','closed','closed','','pricing-policy','','','2025-06-16 11:00:23','2025-06-16 11:00:23','',0,'https://hoteldhruvpalace.com/?page_id=1202',0,'page','',0),(1214,1,'2022-03-08 11:24:46','2022-03-08 11:24:46','<ul>\n <li>\n <a href=\"#\">\n Home\n </a>\n </li>\n </ul>\n <ul>\n <li>\n Term Conditions\n </li>\n </ul>\n <h2>Term Conditions</h2> \n <h3 style=\"text-align: center;\"><strong>Terms and Conditions</strong></h3><p> </p><p> </p><p><strong>1. Reservation and Payment Policies:</strong></p><p><br />- Reservations can be made online through our website or by contacting our reservations team directly.<br />- Payment is required at the time of booking. We accept UPI and cash payments.<br />- A valid government-issued ID must be presented upon check-in.</p><p> </p><p><strong>2. Check-in and Check-out:</strong></p><p><br />- Check-in time is at 12:00 PM, and check-out is at 11:00 AM.<br />- Early check-in and late check-out may be available upon request and are subject to availability. Additional charges may apply.</p><p> </p><p><strong>3. Cancellation Policy:</strong></p><p><br />- Guests may cancel their reservation free of charge up to 48 hours before the scheduled check-in time.<br />- Cancellations made within 48 hours of check-in or no-shows will be charged the first night\'s stay.</p><p> </p><p><strong>4. Occupancy and Extra Guests:</strong></p><p><br />- Room rates are based on double occupancy. Additional guests may incur extra charges.<br />- Maximum occupancy per room is according to the room you select.</p><p> </p><p><strong>5. Smoking and Pet Policies:</strong></p><p><br />- Hotel Dhruv Palace is a non-smoking property. Smoking is prohibited in public areas.<br />- Pets are not allowed at our hotel, with the exception of service animals.</p><p> </p><p><strong>6. Amenities and Services:</strong></p><p><br />- Complimentary Wi-Fi is available throughout the hotel.<br />- Breakfast is not included in all the room rate and served accordingly in our restaurant.<br />- Room service is available for limited hours.<br />- Parking is available on-site for guests, subject to availability.</p><p> </p><p><strong>7. Liability and Responsibility:</strong></p><p><br />- Hotel Dhruv Palace is not liable for any loss, damage, or theft of personal belongings.<br />- Guests are responsible for any damages caused to hotel property during their stay.</p><p> </p><p><strong>8. Privacy Policy:</strong></p><p><br />- Hotel Dhruv Palace respects guest privacy and complies with all data protection laws. Guest information is collected and used solely for the purpose of providing hotel services.</p><p> </p><p><strong>9. Safety and Secur</strong><strong>ity:</strong></p><p><br />- Emergency procedures and evacuation plans are posted in each room and throughout the hotel.<br />- Guests are expected to adhere to hotel rules and regulations to ensure a safe and secure environment for all guests and staff.</p><p> </p><p><strong>10. Special Requests:</strong></p><p><br />- Guests with special requests, such as room preferences or dietary requirements, are encouraged to inform the hotel in advance. We will make every effort to accommodate these requests.</p><p> </p><p>Any Query or Questions about the Terms of Service should be sent to us at <a href=\"mailto:enquiry.hoteldhruvpalace@gmail.com\">enquiry.hoteldhruvpalace@gmail.com</a></p>','Term Conditions','','publish','closed','closed','','term-conditions','','','2025-06-28 02:35:52','2025-06-28 02:35:52','',0,'https://hoteldhruvpalace.com/?page_id=1214',0,'page','',0),(1269,1,'2024-04-02 08:39:44','2022-03-08 12:08:51','','Near By Places','','publish','closed','closed','','near-by-places','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=1269',4,'nav_menu_item','',0),(1318,1,'2022-03-09 05:38:28','2022-03-09 05:38:28','','WhatsApp Image 2022-03-08 at 12.54.23 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-23-pm','','','2025-06-28 03:05:33','2025-06-28 03:05:33','',211,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg',0,'attachment','image/jpeg',0),(1323,1,'2022-03-09 05:46:08','2022-03-09 05:46:08','','WhatsApp Image 2022-03-08 at 12.53.15 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-15-pm','','','2025-06-28 03:05:26','2025-06-28 03:05:26','',1084,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM.jpeg',0,'attachment','image/jpeg',0),(1324,1,'2022-03-09 05:46:12','2022-03-09 05:46:12','','WhatsApp Image 2022-03-08 at 12.54.21 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-21-pm','','','2025-06-28 03:05:16','2025-06-28 03:05:16','',1084,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.21-PM.jpeg',0,'attachment','image/jpeg',0),(1502,1,'2022-03-09 10:19:08','2022-03-09 10:19:08','','WhatsApp Image 2022-03-08 at 12.52.53 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-52-53-pm-1','','','2025-06-28 03:05:02','2025-06-28 03:05:02','',1086,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.53-PM-1.jpeg',0,'attachment','image/jpeg',0),(1503,1,'2022-03-09 10:19:30','2022-03-09 10:19:30','','WhatsApp Image 2022-03-08 at 12.53.14 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-14-pm-2','','','2025-06-28 03:04:44','2025-06-28 03:04:44','',1086,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-2.jpeg',0,'attachment','image/jpeg',0),(1504,1,'2022-03-09 10:25:15','2022-03-09 10:25:15','','WhatsApp Image 2022-03-08 at 12.53.14 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-14-pm-1','','','2025-06-28 03:04:36','2025-06-28 03:04:36','',1082,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.14-PM-1.jpeg',0,'attachment','image/jpeg',0),(1505,1,'2022-03-09 10:25:51','2022-03-09 10:25:51','','WhatsApp Image 2022-03-08 at 12.53.12 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-12-pm-2','','','2025-06-28 03:04:20','2025-06-28 03:04:20','',1082,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2.jpeg',0,'attachment','image/jpeg',0),(1506,1,'2022-03-09 10:26:19','2022-03-09 10:26:19','','WhatsApp Image 2022-03-08 at 12.53.13 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-13-pm-1','','','2025-06-28 03:04:05','2025-06-28 03:04:05','',1082,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.13-PM-1.jpeg',0,'attachment','image/jpeg',0),(1507,1,'2022-03-09 10:28:48','2022-03-09 10:28:48','','WhatsApp Image 2022-03-08 at 12.52.56 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-52-56-pm-2','','','2025-06-28 03:03:48','2025-06-28 03:03:48','',1053,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2.jpeg',0,'attachment','image/jpeg',0),(1508,1,'2022-03-09 10:28:53','2022-03-09 10:28:53','','WhatsApp Image 2022-03-08 at 12.52.55 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-52-55-pm-1','','','2025-06-28 03:03:45','2025-06-28 03:03:45','',1053,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.55-PM-1.jpeg',0,'attachment','image/jpeg',0),(1509,1,'2022-03-09 10:28:56','2022-03-09 10:28:56','','WhatsApp Image 2022-03-08 at 12.52.54 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-52-54-pm','','','2025-06-28 03:03:40','2025-06-28 03:03:40','',1053,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.52.54-PM.jpeg',0,'attachment','image/jpeg',0),(1510,1,'2022-03-09 10:29:27','2022-03-09 10:29:27','','WhatsApp Image 2022-03-08 at 12.54.19 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-19-pm-1','','','2025-06-28 03:03:30','2025-06-28 03:03:30','',1053,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.19-PM-1.jpeg',0,'attachment','image/jpeg',0),(1511,1,'2022-03-09 10:30:26','2022-03-09 10:30:26','','WhatsApp Image 2022-03-08 at 12.53.12 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-12-pm-2-2','','','2025-06-28 03:03:18','2025-06-28 03:03:18','',1086,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.12-PM-2-1.jpeg',0,'attachment','image/jpeg',0),(1512,1,'2022-03-09 10:31:23','2022-03-09 10:31:23','','WhatsApp Image 2022-03-08 at 12.54.20 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-20-pm-2','','','2025-06-28 03:03:08','2025-06-28 03:03:08','',1086,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.20-PM-2.jpeg',0,'attachment','image/jpeg',0),(1513,1,'2022-03-09 10:34:21','2022-03-09 10:34:21','','WhatsApp Image 2022-03-08 at 12.53.15 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-53-15-pm-2','','','2025-06-28 02:59:50','2025-06-28 02:59:50','',1080,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.53.15-PM-1.jpeg',0,'attachment','image/jpeg',0),(1514,1,'2022-03-09 10:35:02','2022-03-09 10:35:02','','WhatsApp Image 2022-03-08 at 12.58.49 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-49-pm','','','2025-06-28 02:59:16','2025-06-28 02:59:16','',1080,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM.jpeg',0,'attachment','image/jpeg',0),(1516,1,'2022-03-09 10:39:45','2022-03-09 10:39:45','','WhatsApp Image 2022-03-08 at 12.54.22 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-22-pm-1','','','2025-06-28 02:58:39','2025-06-28 02:58:39','',1079,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1.jpeg',0,'attachment','image/jpeg',0),(1517,1,'2022-03-09 10:40:04','2022-03-09 10:40:04','','WhatsApp Image 2022-03-08 at 12.54.22 PM','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-22-pm','','','2025-06-28 02:58:34','2025-06-28 02:58:34','',1079,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.22-PM.jpeg',0,'attachment','image/jpeg',0),(1518,1,'2022-03-09 10:40:20','2022-03-09 10:40:20','','WhatsApp Image 2022-03-08 at 12.58.51 PM (3)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-51-pm-3','','','2025-06-28 02:58:26','2025-06-28 02:58:26','',1079,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-3.jpeg',0,'attachment','image/jpeg',0),(1519,1,'2022-03-09 10:42:23','2022-03-09 10:42:23','','WhatsApp Image 2022-03-08 at 12.58.53 PM (3)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-53-pm-3','','','2025-06-28 02:58:20','2025-06-28 02:58:20','',1083,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.53-PM-3.jpeg',0,'attachment','image/jpeg',0),(1520,1,'2022-03-09 10:43:34','2022-03-09 10:43:34','','WhatsApp Image 2022-03-08 at 12.58.56 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-56-pm-1','','','2025-06-28 02:58:16','2025-06-28 02:58:16','',1083,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.56-PM-1.jpeg',0,'attachment','image/jpeg',0),(4481,2,'2025-06-06 07:45:51','2025-06-06 07:45:51','','wrpm4kxsz5j2jjelavf0','','inherit','closed','closed','','wrpm4kxsz5j2jjelavf0-2','','','2025-06-16 11:19:21','2025-06-16 11:19:21','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wrpm4kxsz5j2jjelavf0-1.webp',0,'attachment','image/webp',0),(4482,2,'2025-06-06 07:47:32','2025-06-06 07:47:32','','Comfort Double Room (Non-A/c)','','inherit','closed','closed','','wbgsl2wnx5gs3bk6vq8e','','','2025-06-06 10:20:29','2025-06-06 10:20:29','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e.webp',0,'attachment','image/webp',0),(4483,2,'2025-06-06 07:49:08','2025-06-06 07:49:08','','uh2osejmhddzl1ar1z0f','','inherit','closed','closed','','uh2osejmhddzl1ar1z0f','','','2025-06-16 11:18:55','2025-06-16 11:18:55','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/uh2osejmhddzl1ar1z0f.webp',0,'attachment','image/webp',0),(4484,2,'2025-06-06 07:50:34','2025-06-06 07:50:34','','tvphlu0ddyvtmliiopsb','','inherit','closed','closed','','tvphlu0ddyvtmliiopsb','','','2025-06-16 11:18:45','2025-06-16 11:18:45','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tvphlu0ddyvtmliiopsb.webp',0,'attachment','image/webp',0),(1524,1,'2022-03-09 10:49:13','2022-03-09 10:49:13','','WhatsApp Image 2022-03-08 at 12.58.49 PM (1)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-49-pm-1','','','2025-06-28 02:58:05','2025-06-28 02:58:05','',1085,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.49-PM-1.jpeg',0,'attachment','image/jpeg',0),(4480,2,'2025-06-06 07:44:53','2025-06-06 07:44:53','','wrpm4kxsz5j2jjelavf0','','inherit','closed','closed','','wrpm4kxsz5j2jjelavf0','','','2025-06-16 11:19:35','2025-06-16 11:19:35','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wrpm4kxsz5j2jjelavf0.webp',0,'attachment','image/webp',0),(4486,2,'2025-06-06 07:53:57','2025-06-06 07:53:57','','Comfort Triple Room (Non-A/c)','','inherit','closed','closed','','tcrcoakgdu3rqlx1oetk','','','2025-06-06 10:21:27','2025-06-06 10:21:27','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk.webp',0,'attachment','image/webp',0),(4485,2,'2025-06-06 07:52:01','2025-06-06 07:52:01','','Deluxe Triple Room','','inherit','closed','closed','','tue8wazfqwvaaudireoa','','','2025-06-06 10:03:49','2025-06-06 10:03:49','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa.webp',0,'attachment','image/webp',0),(1528,1,'2022-03-09 10:53:11','2022-03-09 10:53:11','','WhatsApp Image 2022-03-08 at 12.58.51 PM (2)','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-58-51-pm-2','','','2025-06-28 02:57:53','2025-06-28 02:57:53','',1061,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.58.51-PM-2.jpeg',0,'attachment','image/jpeg',0),(1534,1,'2022-03-09 11:18:21','2022-03-09 11:18:21','','gallery-deluxe-3','','inherit','open','closed','','gallery-deluxe-3-2','','','2025-06-28 02:57:13','2025-06-28 02:57:13','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-deluxe-3-1.jpg',0,'attachment','image/jpeg',0),(4460,2,'2025-06-06 06:54:11','2025-06-06 06:54:11','','e0cioirhaexanp1c3e0t','','inherit','closed','closed','','e0cioirhaexanp1c3e0t','','','2025-06-16 11:21:39','2025-06-16 11:21:39','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/e0cioirhaexanp1c3e0t.webp',0,'attachment','image/webp',0),(1535,1,'2022-03-09 11:18:52','2022-03-09 11:18:52','','gallery-deluxe-3','','inherit','open','closed','','gallery-deluxe-3-3','','','2025-06-28 02:57:00','2025-06-28 02:57:00','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-deluxe-3-2.jpg',0,'attachment','image/jpeg',0),(1536,1,'2022-03-09 11:18:57','2022-03-09 11:18:57','','gallery-deluxe-4','','inherit','open','closed','','gallery-deluxe-4-2','','','2025-06-28 02:56:56','2025-06-28 02:56:56','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-deluxe-4-1.jpg',0,'attachment','image/jpeg',0),(4441,2,'2025-06-06 06:02:45','2025-06-06 06:02:45','','jmcopuuqab8soykxozi5','','inherit','closed','closed','','jmcopuuqab8soykxozi5','','','2025-06-16 11:23:20','2025-06-16 11:23:20','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jmcopuuqab8soykxozi5.webp',0,'attachment','image/webp',0),(4470,2,'2025-06-06 07:11:39','2025-06-06 07:11:39','','ngwpy5roiy9ld3kuxirg','','inherit','closed','closed','','ngwpy5roiy9ld3kuxirg','','','2025-06-16 11:20:21','2025-06-16 11:20:21','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/ngwpy5roiy9ld3kuxirg.webp',0,'attachment','image/webp',0),(4461,2,'2025-06-06 06:56:14','2025-06-06 06:56:14','','gv2otebrrodzgwqldud9','','inherit','closed','closed','','gv2otebrrodzgwqldud9-2','','','2025-06-16 11:21:32','2025-06-16 11:21:32','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/gv2otebrrodzgwqldud9-1.webp',0,'attachment','image/webp',0),(4462,2,'2025-06-06 06:58:19','2025-06-06 06:58:19','','hpbw2qrsijowh6kh8wxg','','inherit','closed','closed','','hpbw2qrsijowh6kh8wxg-2','','','2025-06-16 11:21:28','2025-06-16 11:21:28','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/hpbw2qrsijowh6kh8wxg-1.webp',0,'attachment','image/webp',0),(4463,2,'2025-06-06 07:00:13','2025-06-06 07:00:13','','Deluxe 8-Bed Room','','inherit','closed','closed','','jeft6dzvjkerbiexdzyy-2','','','2025-06-06 10:10:38','2025-06-06 10:10:38','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1.webp',0,'attachment','image/webp',0),(4464,2,'2025-06-06 07:02:04','2025-06-06 07:02:04','','jmcopuuqab8soykxozi5','','inherit','closed','closed','','jmcopuuqab8soykxozi5-2','','','2025-06-16 11:21:10','2025-06-16 11:21:10','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jmcopuuqab8soykxozi5-1.webp',0,'attachment','image/webp',0),(4465,2,'2025-06-06 07:03:45','2025-06-06 07:03:45','','Deluxe Double Room','','inherit','closed','closed','','jpl2b6wdsbidxrktzaph','','','2025-06-06 10:22:25','2025-06-06 10:22:25','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph.webp',0,'attachment','image/webp',0),(4466,2,'2025-06-06 07:05:14','2025-06-06 07:05:14','','lbks03cyowjzg4dqvica','','inherit','closed','closed','','lbks03cyowjzg4dqvica','','','2025-06-16 11:20:48','2025-06-16 11:20:48','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/lbks03cyowjzg4dqvica.webp',0,'attachment','image/webp',0),(4467,2,'2025-06-06 07:06:54','2025-06-06 07:06:54','','mbv1tw2exgergzntqlhc','','inherit','closed','closed','','mbv1tw2exgergzntqlhc','','','2025-06-16 11:20:43','2025-06-16 11:20:43','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/mbv1tw2exgergzntqlhc.webp',0,'attachment','image/webp',0),(4468,2,'2025-06-06 07:08:18','2025-06-06 07:08:18','','msyqxswuboeoqoauzzcq','','inherit','closed','closed','','msyqxswuboeoqoauzzcq','','','2025-06-16 11:20:30','2025-06-16 11:20:30','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/msyqxswuboeoqoauzzcq.webp',0,'attachment','image/webp',0),(4469,2,'2025-06-06 07:09:58','2025-06-06 07:09:58','','nfdwdfxs19upsxkrenp4','','inherit','closed','closed','','nfdwdfxs19upsxkrenp4','','','2025-06-16 11:20:24','2025-06-16 11:20:24','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/nfdwdfxs19upsxkrenp4.webp',0,'attachment','image/webp',0),(1554,1,'2022-03-09 11:29:21','2022-03-09 11:29:21','','gallery-conference-1','','inherit','open','closed','','gallery-conference-1-2','','','2025-06-28 02:56:40','2025-06-28 02:56:40','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg',0,'attachment','image/jpeg',0),(1555,1,'2022-03-09 11:29:26','2022-03-09 11:29:26','','gallery-conference-2','','inherit','open','closed','','gallery-conference-2-2','','','2025-06-28 02:56:35','2025-06-28 02:56:35','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1.jpg',0,'attachment','image/jpeg',0),(1557,1,'2022-03-09 11:29:38','2022-03-09 11:29:38','','gallery-conference-3','','inherit','open','closed','','gallery-conference-3-2','','','2025-06-12 09:27:44','2025-06-12 09:27:44','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg',0,'attachment','image/jpeg',0),(1558,1,'2022-03-09 11:31:14','2022-03-09 11:31:14','','gallery-premise-1','','inherit','open','closed','','gallery-premise-1-2','','','2025-06-28 02:56:27','2025-06-28 02:56:27','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg',0,'attachment','image/jpeg',0),(1559,1,'2022-03-09 11:31:19','2022-03-09 11:31:19','','gallery-premise-2','','inherit','open','closed','','gallery-premise-2-2','','','2025-06-28 02:56:23','2025-06-28 02:56:23','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg',0,'attachment','image/jpeg',0),(1560,1,'2022-03-09 11:31:25','2022-03-09 11:31:25','','gallery-premise-3','','inherit','open','closed','','gallery-premise-3-2','','','2025-06-28 02:56:17','2025-06-28 02:56:17','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-3-1.jpg',0,'attachment','image/jpeg',0),(1561,1,'2022-03-09 11:31:32','2022-03-09 11:31:32','','gallery-premise-4','','inherit','open','closed','','gallery-premise-4-2','','','2025-06-28 02:56:03','2025-06-28 02:56:03','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-4-1.jpg',0,'attachment','image/jpeg',0),(1562,1,'2022-03-09 11:31:38','2022-03-09 11:31:38','','gallery-premise-5','','inherit','open','closed','','gallery-premise-5-2','','','2025-06-28 02:55:57','2025-06-28 02:55:57','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg',0,'attachment','image/jpeg',0),(1611,1,'2022-03-10 05:25:55','2022-03-10 05:25:55','','Order – March 10, 2022 @ 05:25 AM','','wc-processing','open','closed','wc_order_j1Ty7GNnL8rFC','order-mar-10-2022-0525-am','','','2022-03-10 05:25:55','2022-03-10 05:25:55','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=1611',0,'shop_order','',1),(1688,1,'2022-03-11 10:53:39','2022-03-11 10:53:39','<input\n type=\"text\"\n class=\"mf-input \"\n id=\"mf-input-text-1689e531\"\n name=\"mf-first-name\"\n placeholder=\"${ parent.decodeEntities(`Name`) } \"\n onInput=${parent.handleChange}\n aria-invalid=${validation.errors[\'mf-first-name\'] ? \'true\' : \'false\'}\n ref=${el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-first-name\"\n as=${html``}\n />\n <input type=\"email\" defaultValue=\"\" id=\"mf-input-email-723d4805\" name=\"mf-number\" placeholder=\"${ parent.decodeEntities(`Phone no`) } \" onInput=${parent.handleChange} aria-invalid=${validation.errors[\'mf-number\'] ? \'true\' : \'false\' } ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":\"\",\"maxLength\":\"\",\"type\":\"by_character_length\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} errors=${validation.errors} name=\"mf-number\" as=${html``}\n />\n <label for=\"mf-input-email-500dd3e\">\n ${ parent.decodeEntities(`Email Address`) } *\n </label>\n <input type=\"email\" defaultValue=\"\" id=\"mf-input-email-500dd3e\" name=\"mf-email\" placeholder=\"${ parent.decodeEntities(``) } \" onInput=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} errors=${validation.errors} name=\"mf-email\" as=${html``}\n />\n ${ parent.decodeEntities(`Example: user@website.com`) } \n <label for=\"mf-input-text-area-4462219f\">\n ${ parent.decodeEntities(`Comments / Questions`) } *\n </label>\n <textarea id=\"mf-input-text-area-4462219f\"\n name=\"mf-comment\" \n placeholder=\"${ parent.decodeEntities(``) } \"\n cols=\"30\" rows=\"10\"\n onInput=${ parent.handleChange }\n aria-invalid=${validation.errors[\'mf-comment\'] ? \'true\' : \'false\'}\n ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el) }\n ></textarea>\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-comment\"\n as=${html``}\n />\n <input type=\"hidden\"\n name=\"g-recaptcha-response\"\n className=\"mf-input mf-mobile-hidden\"\n value=${parent.getValue(\'g-recaptcha-response\')}\n ref=${el => parent.activateValidation({\"message\":\"reCAPTCHA is required.\",\"required\":true}, el)}\n />\n <${validation.ErrorMessage} errors=${validation.errors} name=\"g-recaptcha-response\" as=${html``} />\n <button type=\"submit\" id=\"\">\n ${ parent.decodeEntities(`Send Message`) } \n </button>','New Form # 1646996019','','publish','closed','closed','','new-form-1646996019','','','2022-03-11 10:58:25','2022-03-11 10:58:25','',0,'https://hoteldhruvpalace.com/metform-form/new-form-1646996019/',0,'metform-form','',0),(1692,1,'2022-03-11 10:59:27','2022-03-11 10:59:27','<input\n type=\"text\"\n class=\"mf-input \"\n id=\"mf-input-text-1689e531\"\n name=\"mf-name\"\n placeholder=\"${ parent.decodeEntities(`Name`) } \"\n onInput=${parent.handleChange}\n aria-invalid=${validation.errors[\'mf-name\'] ? \'true\' : \'false\'}\n ref=${el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-name\"\n as=${html``}\n />\n <input type=\"email\" defaultValue=\"\" id=\"mf-input-email-5038085\" name=\"mf-email\" placeholder=\"${ parent.decodeEntities(`Email`) } \" onInput=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} errors=${validation.errors} name=\"mf-email\" as=${html``}\n />\n <input\n type=\"tel\"\n class=\"mf-input \"\n id=\"mf-input-telephone-928b874\" \n name=\"mf-telephone\"\n placeholder=\"${ parent.decodeEntities(`Telephone`) } \"\n onInput=${parent.handleChange}\n aria-invalid=${validation.errors[\'mf-telephone\'] ? \'true\' : \'false\'}\n ref=${el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n <textarea id=\"mf-input-text-area-4462219f\"\n name=\"mf-message\" \n placeholder=\"${ parent.decodeEntities(`Message`) } \"\n cols=\"30\" rows=\"10\"\n onInput=${ parent.handleChange }\n aria-invalid=${validation.errors[\'mf-message\'] ? \'true\' : \'false\'}\n ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el) }\n ></textarea>\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-message\"\n as=${html``}\n />\n <button type=\"submit\" id=\"\">\n ${ parent.decodeEntities(`Submit`) } \n </button>','Contact Form','','publish','closed','closed','','new-form-1646996367','','','2022-04-12 10:23:15','2022-04-12 10:23:15','',0,'https://hoteldhruvpalace.com/metform-form/new-form-1646996367/',0,'metform-form','',0),(1731,0,'2022-03-11 11:50:04','2022-03-11 11:50:04','','Entry # 1731','','publish','closed','closed','','entry-1731','','','2022-03-11 11:50:04','2022-03-11 11:50:04','',0,'https://hoteldhruvpalace.com/?post_type=metform-entry&p=1731',0,'metform-entry','',0),(1758,1,'2022-03-12 06:39:27','2022-03-12 06:39:27','','sitelogo','','inherit','open','closed','','sitelogo','','','2025-06-28 02:55:41','2025-06-28 02:55:41','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/sitelogo.png',0,'attachment','image/png',0),(1759,1,'2022-03-12 06:39:37','2022-03-12 06:39:37','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/cropped-sitelogo.png','cropped-sitelogo.png','','inherit','open','closed','','cropped-sitelogo-png','','','2025-06-28 02:55:30','2025-06-28 02:55:30','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/cropped-sitelogo.png',0,'attachment','image/png',0),(1980,2,'2024-07-01 08:45:11','0000-00-00 00:00:00','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Add Your Heading Text Here</h2> \n <link href=\"https://live.ipms247.com/themes/reservation/css/bookingbtn/resui_datepicker.css\" rel=\"stylesheet\" type=\"text/css\">\n <link href=\"https://live.ipms247.com/themes/reservation/css/bookingbtn/resui_bookingbox.css\" rel=\"stylesheet\" type=\"text/css\">\n <form style=\"margin: 0px;\" action=\"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\" method=\"post\" name=\"_resBBBox\" target=\"_blank\">\n </form>\n <style>\n .outerbewrap { position: relative; bottom:0px; width: 100%; z-index:0; } \n .bewarp {position:relative; width:100%; text-align:center; z-index:0; bottom:0px; border-radius: 6px;}\n .bb_resbox {width: initial !important; display:inline-block; text-align:center; padding: 10px 10px 20px 10px; }\n .bb_resbox label { color: #fff; font-size: 17px; height: initial; }\n .bb_resbox input[type=\"text\"] {margin: 0px; font-size:14px; min-width: 100%; line-height: 26px; box-sizing: border-box; height: initial;} \n .bb_resbox select { line-height: 26px; height: initial;}\n .bb_resbox button.ui-datepicker-trigger { margin: 0px; padding: 0px;}\n input[type=\"button\"]#bb_resBtn, input#bb_resBtn { margin-bottom:0px; -webkit-appearance: none;border-radius: 0; line-height: 26px; font-weight: bold;} \n #bb_resBtn:hover{color: #FEA61A !important; background: #fff !important; border: 1px solid #FEA61A !important; }\n .ui-datepicker .ui-datepicker-title select { display:inline-block; max-width: 76px; min-width: 76px;} \n /*.ui-datepicker .ui-datepicker-header { padding: .2em 40px;}\n .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { font-size: 15px; display: inline-block; width: 76px;}*/\n @media only screen and (max-width: 752px) {.bewarp { position:static; min-width: 100%; }}\n @media only screen and (max-width: 415px) {\n .bb_resbox p { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; }\n .bb_resbox input[type=\"text\"]{ width: 100%; }\n }\n </style>','Elementor #1980','','draft','closed','closed','','','','','2024-07-01 08:45:11','2024-07-01 08:45:11','',0,'https://hoteldhruvpalace.com/?post_type=tf_header_footer&p=1980',0,'tf_header_footer','',0),(2013,2,'2022-03-31 10:53:28','2022-03-31 10:53:28','','ACCOMODATION2','','inherit','open','closed','','accomodation2','','','2025-06-28 02:55:27','2025-06-28 02:55:27','',1084,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ACCOMODATION2.jpg',0,'attachment','image/jpeg',0),(2014,2,'2022-03-31 10:53:31','2022-03-31 10:53:31','','ACCOMODATION1','','inherit','open','closed','','accomodation1','','','2025-06-28 02:55:13','2025-06-28 02:55:13','',1084,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ACCOMODATION1.jpg',0,'attachment','image/jpeg',0),(2017,2,'2022-03-31 11:49:01','2022-03-31 11:49:01','','GURUKUL-(SWAMI-SAMARTH)','','inherit','open','closed','','gurukul-swami-samarth','','','2025-06-28 02:54:56','2025-06-28 02:54:56','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg',0,'attachment','image/jpeg',0),(2016,2,'2022-03-31 11:35:18','2022-03-31 11:35:18','','TRIMBAKESHWAR-MAIN-TEMPLE2','','inherit','open','closed','','trimbakeshwar-main-temple2','','','2025-06-28 02:55:08','2025-06-28 02:55:08','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg',0,'attachment','image/jpeg',0),(2034,2,'2022-03-31 12:04:25','2022-03-31 12:04:25','','PANCHAWATI','','inherit','open','closed','','panchawati','','','2025-06-28 02:54:48','2025-06-28 02:54:48','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1.jpg',0,'attachment','image/jpeg',0),(2038,2,'2022-03-31 12:04:54','2022-03-31 12:04:54','','MUKTIDHAM','','inherit','open','closed','','muktidham','','','2025-06-28 02:54:41','2025-06-28 02:54:41','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1.jpg',0,'attachment','image/jpeg',0),(2039,2,'2022-03-31 12:05:13','2022-03-31 12:05:13','','BRAHMAGIRI-(700-STOPS)','','inherit','open','closed','','brahmagiri-700-stops','','','2025-06-28 02:54:33','2025-06-28 02:54:33','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS.jpg',0,'attachment','image/jpeg',0),(2040,2,'2022-03-31 12:05:41','2022-03-31 12:05:41','','GANGA-DWAR','','inherit','open','closed','','ganga-dwar','','','2025-06-28 02:54:23','2025-06-28 02:54:23','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR.jpg',0,'attachment','image/jpeg',0),(2041,2,'2022-03-31 12:06:09','2022-03-31 12:06:09','','NIL-PARVAT-(AMBIKA-MATA-MANDIR)','','inherit','open','closed','','nil-parvat-ambika-mata-mandir','','','2025-06-28 02:54:11','2025-06-28 02:54:11','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg',0,'attachment','image/jpeg',0),(2046,2,'2022-03-31 12:08:10','2022-03-31 12:08:10','','ANJANERI-(HANUMAN-BIRTH-PLACE)','','inherit','open','closed','','anjaneri-hanuman-birth-place','','','2025-06-28 02:54:01','2025-06-28 02:54:01','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg',0,'attachment','image/jpeg',0),(2047,2,'2022-03-31 12:08:34','2022-03-31 12:08:34','','KUSHAVARTA-KUND','','inherit','open','closed','','kushavarta-kund','','','2025-06-28 02:53:52','2025-06-28 02:53:52','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND.jpg',0,'attachment','image/jpeg',0),(2051,2,'2022-03-31 12:12:37','2022-03-31 12:12:37','','NIVRUTTINATH-SAMADHI','','inherit','open','closed','','nivruttinath-samadhi','','','2025-06-28 02:53:40','2025-06-28 02:53:40','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI.jpg',0,'attachment','image/jpeg',0),(2055,2,'2022-03-31 12:13:10','2022-03-31 12:13:10','','SHANI-SHINGNAPUR-TEMPLE','','inherit','open','closed','','shani-shingnapur-temple','','','2025-06-28 02:53:33','2025-06-28 02:53:33','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg',0,'attachment','image/jpeg',0),(2056,2,'2022-03-31 12:13:26','2022-03-31 12:13:26','','SHIRDI-SAI-BABA-TEMPLE','','inherit','open','closed','','shirdi-sai-baba-temple','','','2025-06-28 02:53:27','2025-06-28 02:53:27','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg',0,'attachment','image/jpeg',0),(2057,2,'2022-03-31 12:14:02','2022-03-31 12:14:02','','MAHABALESHWAR-TEMPLE)','','inherit','open','closed','','mahabaleshwar-temple','','','2025-06-28 02:53:19','2025-06-28 02:53:19','',1145,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg',0,'attachment','image/jpeg',0),(2210,2,'2022-04-11 04:48:06','2022-04-11 04:48:06','<style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>First Hotel of Trimbakeshwar\n</h2> \n <h5>Luxurious Hotel in trimbakeshwar</h5> \n <h6>WELCOME TO HOTEL DHRUV PALACE</h6> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p>Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient.</p> \n <h4>About Us</h4> \n <p align=\"justify\">A wellknown Pure Vegetarian Lodging & Boarding establishment, came into existence in the year 2002. Since its inception Hotel Dhruv Palace, Trimbakeshwar, has served millions of people & domestic customers.</p><p align=\"justify\">In its journy of 20 years Hotel Dhruv Palace, Trimbakeshwar, has the Following services for their valued customers are combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies. Hotel Dhruv Palace is 500 meters from the Trimbakeshwar Temple.</p> \n <img width=\"2000\" height=\"755\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner.jpg 2000w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner-600x227.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner-300x113.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner-1024x387.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner-768x290.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner-1536x580.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" /> \n <img width=\"390\" height=\"470\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1-1.jpg 390w, https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1-1-249x300.jpg 249w\" sizes=\"(max-width: 390px) 100vw, 390px\" /> \n <h5>HOTEL FACILITIES</h5> \n <img width=\"30\" height=\"32\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png\" alt=\"\" loading=\"lazy\" /> \n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/our-gallery/\">THE RESTAURANT</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/our-gallery/\">THE RESTAURANT</a></h2>\n Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies.\n <a href=\"https://hoteldhruvpalace.com/our-gallery/\">View Gallery </a>\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/accomodation/\">ACCOMODATION</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/accomodation/\">ACCOMODATION</a></h2>\n The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar.\n <a href=\"https://hoteldhruvpalace.com/accomodation/\">View Rooms </a>\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-600x305.jpg 600w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h2><a href=\"https://hoteldhruvpalace.com/contact-us/\">CONFERENCE ROOM</a></h2>\n <h2><a href=\"https://hoteldhruvpalace.com/contact-us/\">CONFERENCE ROOM</a></h2>\n Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.\n <a href=\"https://hoteldhruvpalace.com/contact-us/\">Contact Us </a>\n <h5>NEAR PLACES TO VISIT</h5> \n <img width=\"30\" height=\"32\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png\" alt=\"\" loading=\"lazy\" /> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\"> \n Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.<br> \n <cite>John DoeCEO</cite> \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. \n <img src=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"John Doe\">\n <cite>John DoeCEO</cite> \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. \n <img src=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"John Doe\">\n <cite>John DoeCEO</cite> \n Previous\n Next\n <h5>Our Rooms</h5> \n <img width=\"30\" height=\"32\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png\" alt=\"\" loading=\"lazy\" /> \n <h6> ₹3,400.00\n</h6> \n <h6> /Night</h6> \n <link rel=\"stylesheet\" href=\"https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\"> <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-6-bed/\">\n FAMILY 6 BED\n </a>\n </li>\n </ul>\n <h6>₹2,000.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/ac-deluxe/\">\n AC Deluxe\n </a>\n </li>\n </ul>\n <h6>₹3,600.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-10-bed/\">\n FAMILY 10 BED\n </a>\n </li>\n </ul>\n <h6>₹2,500.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">\n SUPER DELUXE\n </a>\n </li>\n </ul>\n <h6>₹3,200.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n <a href=\"https://hoteldhruvpalace.com/product/family-4-bed/\">\n FAMILY 4 BED\n </a>\n </li>\n </ul>\n <h5>News Feeds</h5> \n <img width=\"30\" height=\"32\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png\" alt=\"\" loading=\"lazy\" /> \n <style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style> \n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','Home Page','','publish','closed','closed','','home-page','','','2022-04-11 12:43:03','2022-04-11 12:43:03','',0,'https://hoteldhruvpalace.com/?page_id=2210',0,'page','',0),(2212,2,'2022-04-11 04:54:03','2022-04-11 04:54:03','','img_testimonial_Home01-7REK9UD.jpg','','inherit','open','closed','','img_testimonial_home01-7rek9ud-jpg','','','2025-06-28 02:53:11','2025-06-28 02:53:11','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/img_testimonial_Home01-7REK9UD.jpg',0,'attachment','image/jpeg',0),(2221,2,'2022-04-11 05:59:42','2022-04-11 05:59:42','','WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo','','inherit','open','closed','','whatsapp-image-2022-03-08-at-12-54-19-pm-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo','','','2025-06-28 02:52:55','2025-06-28 02:52:55','',2210,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg',0,'attachment','image/jpeg',0),(2222,2,'2022-04-11 06:00:50','2022-04-11 06:00:50','','full-top-img1','','inherit','open','closed','','full-top-img1','','','2025-06-28 02:52:49','2025-06-28 02:52:49','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1.jpg',0,'attachment','image/jpeg',0),(2223,2,'2022-04-11 06:10:34','2022-04-11 06:10:34','','title-icon-img','','inherit','open','closed','','title-icon-img','','','2025-06-28 02:52:41','2025-06-28 02:52:41','',2210,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png',0,'attachment','image/png',0),(2224,2,'2022-04-11 06:33:16','2022-04-11 06:33:16','','full-top-img1-1','','inherit','open','closed','','full-top-img1-1','','','2025-06-28 02:52:31','2025-06-28 02:52:31','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1-1.jpg',0,'attachment','image/jpeg',0),(2243,2,'2022-04-11 07:08:16','2022-04-11 07:08:16','','new','','inherit','open','closed','','new','','','2025-06-28 02:52:15','2025-06-28 02:52:15','',2210,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new.png',0,'attachment','image/png',0),(2245,2,'2022-04-11 07:23:29','2022-04-11 07:23:29','','149-1499932_gold-page-divider-png-transparent-png','','inherit','open','closed','','149-1499932_gold-page-divider-png-transparent-png','','','2025-06-28 02:52:06','2025-06-28 02:52:06','',2210,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/149-1499932_gold-page-divider-png-transparent-png.jpg',0,'attachment','image/jpeg',0),(2246,2,'2022-04-11 07:29:20','2022-04-11 07:29:20','','new1','','inherit','open','closed','','new1','','','2025-06-28 02:52:03','2025-06-28 02:52:03','',2210,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png',0,'attachment','image/png',0),(2269,2,'2022-04-11 10:53:26','2022-04-11 10:53:26','<h1>Welcome To Hotel Dhruv Palace</h1> \n <h5>First Hotel of Trimbakeshwar</h5> \n <img width=\"265\" height=\"195\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/2021-12-31.jpg\" alt=\"Facade\" /> \n <h2>Welcome To Hotel DHRUV PALACE</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n Perfectly positioned with spellbinding panoramic views of Trimbakeshwar, luxury Hotel Dhruv Palace is full of classic style. The tastefully designed rooms are absolutely inviting while thevarious <center>amenities make the stay convenient. \n <h2>Welcome To HOTEL DHRUV PALACE</h2> \n <h6>Your Guiding Star in Luxury & Comfort</h6> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p><strong>THE FIRST HOTEL OF TRIMBAKESHWAR</strong></p><p> </p><p>Enjoy beautiful views of Trimbakeshwar from our luxury stay at Hotel Dhruv Palace, a timeless and peaceful place.<br data-start=\"267\" data-end=\"270\" />Relax in our clean, well designed rooms that feel warm and welcoming. We offer everything you need for a smooth and happy stay.<br data-start=\"397\" data-end=\"400\" />Looking for a cozy hotel in Trimbakeshwar? Hotel Dhruv Palace is your perfect spot for comfort, care and calm.</p> \n <h2>Gallery</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <img width=\"500\" height=\"350\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/05/2.png\" alt=\"hotel\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/05/2.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/05/2-300x210.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1.jpg\" alt=\"hotel\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-scaled.webp\" alt=\"Superior Family Room\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp\" alt=\"Superior Double Room\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/pdyttvvcbvqbjaxgwdzk-1-scaled.webp\" alt=\"Luxury Room With Bed\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/drtqgoj09so5y1k4hy9w-scaled.webp\" alt=\"Luxury Room With Bed\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/hpbw2qrsijowh6kh8wxg-1-scaled.webp\" alt=\"Luxury Room With Bed\" /></figure> \n <a href=\"https://hoteldhruvpalace.com/our-gallery/\">\n View Gallery\n </a>\n <h2>About Us</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p style=\"text-align: center;\" data-start=\"172\" data-end=\"391\">Hotel Dhruv Palace is a trusted and well-loved pure vegetarian stay that began its journey in 2003. As a popular hotel near Trimbakeshwar temple, we’ve had the joy of welcoming guests from all over India and abroad.</p><p style=\"text-align: center;\" data-start=\"393\" data-end=\"648\">Over the last 22 years, we’ve proudly served delicious Indian and international vegetarian meals at our in-house restaurant. Many consider us the best hotel in Trimbakeshwar not just for our food, but also for the warmth and care we offer every guest.</p><p style=\"text-align: center;\" data-start=\"650\" data-end=\"866\">At Hotel Dhruv Palace, you’ll find peace, comfort and a spiritual vibe that matches the sacred energy of Trimbakeshwar. Whether you\'re here for a quiet retreat or a temple visit, we’re here to make your stay special.</p><p style=\"text-align: center;\" data-start=\"868\" data-end=\"1127\">We’re located just 500 meters from the Trimbakeshwar Temple, making us the perfect hotel near Trimbakeshwar temple. Planning to explore more? We’re also a great choice for anyone looking for a hotel near Panchavati Nashik and other holy places nearby.</p> \n <a href=\"https://hoteldhruvpalace.com/about-us/\">\n View More\n </a>\n <h2>Near Places To Visit</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg\" alt=\"trimbakeshwar temple\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong> TRIMBAKESHWAR MAIN TEMPLE</strong>\n 0.2 KM\n <p>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg\" alt=\"kund\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>KUSHAVARTA KUND</strong>\n 0.2 KM\n <p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg\" alt=\"nivruttinath\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>NIVRUTTINATH SAMADHI</strong>\n 1 KM\n <p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg\" alt=\"brahmgiri.\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>BRAHMAGIRI (700 STOPS)</strong>\n 1 KM\n <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg\" alt=\"gangadvar\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>GANGA DWAR</strong>\n 1 KM\n <p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg\" alt=\"neel-parvat.\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>NIL PARVAT (AMBIKA MATA MANDIR)</strong>\n 2 KM\n <p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar. </p>\n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg\" alt=\"GURUKUL-SWAMI-SAMARTH\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-100x100.jpg 100w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <strong>GURUKUL (SWAMI SAMARTH</strong>\n 1.5 KM\n <p>Review TextThe Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg\" alt=\"anjaneri.\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>ANJANERI (HANUMAN BIRTH PLACE)</strong>\n 6 KM\n <p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"panchawati\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>PANCHAWATI</strong>\n 32 KM\n <p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg\" alt=\"muktidham\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>MUKTIDHAM</strong>\n 39 KM\n <p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg\" alt=\"sai baba\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>SHIRDI SAI BABA TEMPLE</strong>\n 117 KM\n <p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime. </p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg\" alt=\"shani dev\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>SHANI SHINGNAPUR TEMPLE</strong>\n 174 KM\n <p>The temple is believed to be a \"jagrut devasthan\" (\"alive temple\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p>\n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg\" alt=\"caves\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-100x100.jpg 100w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <strong>MAHABALESHWAR TEMPLE</strong>\n 367 KM\n <p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank. </p>\n <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h2>Our Rooms</h2> \n <p style=\"text-align: center;\">Planning a trip to Trimbakeshwar? Make your Trimbakeshwar room booking now at Hotel Dhruv Palace and enjoy clean, cozy rooms with temple views.</p> \n <h6> ₹1,800.00\n</h6> \n <h6>/Night</h6> \n <ul>\n <li>\n COMFORT ROOM\n </li>\n </ul>\n <h6>₹3,300.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n DELUXE ROOM\n </li>\n </ul>\n <h6>₹3,200.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n FAMILY 8 BED\n </li>\n </ul>\n <h6>₹4,500.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n DELUXE TRIPLE ROOM\n </li>\n </ul>\n <h6>₹4,000.00</h6> \n <h6> /Night</h6> \n <ul>\n <li>\n FAMILY 4 BED AC ROOM\n </li>\n </ul>\n <h2>Hotel Facilities</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <p style=\"text-align: center;\">Enjoy modern comforts and thoughtful amenities at our peaceful hotel near Trimbakeshwar Nashik, designed to make your stay relaxing and memorable.</p> \n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5.jpg\" alt=\"dinning\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-768x390.jpg 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h3>\n The Restaurant \n </h3>\n <p>\n Combination of delicious pure vegetarian Indian and International cuisines at the in-house restaurant offers a perfect feast for foodies. </p>\n <img width=\"2560\" height=\"1440\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp\" alt=\"Superior Double Room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp 2560w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-300x169.webp 300w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-1024x576.webp 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-768x432.webp 768w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-1536x864.webp 1536w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-2048x1152.webp 2048w, https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-600x338.webp 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <h3>\n Accomodation \n </h3>\n <p>\n The tastefully designed rooms are absolutely inviting while the various amenities make the stay convenient with panaromic view of Trimbakeshwar. </p>\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg\" alt=\"hall\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-768x390.jpg 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <h3>\n Conference Room \n </h3>\n <p>\n Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests. </p>\n <h2>Meet Management\nHeads</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <img width=\"130\" height=\"152\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg\" alt=\"contact icon\" /> \n <strong>Vipul Dhaduk</strong>\n Founder & Ceo\n <p>Phone No : 9423478925<br>\nEmail Id : ceo@hoteldhruvpalace.com\n</p>\n <img width=\"130\" height=\"152\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg\" alt=\"contact icon\" /> \n <strong>Rakesh Patel</strong>\n Managing Director\n <p>Phone No : 2594234019<br>\nEmail Id : enquiry@hoteldhruvpalace.com</p>\n <img width=\"130\" height=\"152\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg\" alt=\"contact icon\" /> \n <strong>Rohan R. Gunjal</strong>\n General Manager\n <p>Phone No : 8263874278<br>\nEmail Id : gmhoteldhruvpalace@gmail.com</p>\n <h2>Our Achievements</h2> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg\" alt=\"Recommended 2023 Dhruv Palace Pure Veg Restaurant Restaurant Guru\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg\" alt=\"Dhruvpalace Logo\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg\" alt=\"Logo\" /></figure><figure><img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg\" alt=\"Logo\" /></figure> \n <img src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <h2>Get Answers</h2> \n <a tabindex=\"0\">What are the check-in and check-out timings at Hotel Dhruv Palace?</a>\n <p>Our standard check-in time is 12:00 PM, and check-out time is 11:00 AM. Early check-in or late check-out is subject to availability and may incur additional charges. Please contact our front desk in advance for any special requests.</p>\n <a tabindex=\"0\">Is parking available at the hotel?</a>\n <p>Yes, Hotel Dhruv Palace offers free and secure parking for all our guests. We have ample space for both two-wheelers and four-wheelers, making it convenient for pilgrims and families traveling to Trimbakeshwar.</p>\n <a tabindex=\"0\">Do you offer assistance for Trimbakeshwar temple poojas?</a>\n <p>Absolutely! We provide Pooja Assistance for various rituals performed at the Trimbakeshwar temple, including Rudra Abhishek, Kaal Sarp Dosh Nivaran, and Narayan Nagbali. You can inquire at the front desk or through our WhatsApp service for details on timing, significance, and booking.</p>\n <img width=\"1142\" height=\"580\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg\" alt=\"hotel\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg 1142w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1-768x390.jpg 768w\" sizes=\"(max-width: 1142px) 100vw, 1142px\" /> \n <img width=\"500\" height=\"50\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png\" alt=\"logo\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1-300x30.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <h2>REGISTERED ON OTA :</h2> \n <img width=\"1432\" height=\"68\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota.jpg\" alt=\"companies\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota.jpg 1432w, https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota-600x28.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota-300x14.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota-1024x49.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota-768x36.jpg 768w\" sizes=\"(max-width: 1432px) 100vw, 1432px\" /> \n <h2>Where we are</h2> \n <p><strong>Location in the state</strong></p><p>Shri Krishna Colony, Satyanarayan Temple Main Road, Trimbakeshwar, Maharashtra 422212</p> \n <a href=\"https://www.google.com/maps/place/Hotel+Dhruv+Palace/@19.936462,73.534216,15z/data=!4m8!3m7!1s0x0:0xf43832ed6d271a8b!5m2!4m1!1i2!8m2!3d19.9364618!4d73.5342161?hl=en\" target=\"_blank\">\n Get Direction\n </a>\n <iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7501.42759160502!2d73.534216!3d19.936462!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf43832ed6d271a8b!2sHotel%20Dhruv%20Palace!5e0!3m2!1sen!2sin!4v1656068645138!5m2!1sen!2sin\" width=\"600\" height=\"350\" allowfullscreen=\"allowfullscreen\"></iframe>','Home 1','','publish','closed','closed','','home-1','','','2025-07-01 11:33:57','2025-07-01 11:33:57','',0,'https://hoteldhruvpalace.com/?page_id=2269',0,'page','',0),(2829,2,'2022-05-12 10:02:19','2022-05-12 10:02:19','<h2>Conference & Banquet</h2> \n <p>For More Information </p> \n <a href=\"https://hoteldhruvpalace.com/contact-us/\">\n Chat Us\n </a>\n <img width=\"960\" height=\"488\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-1024x520.jpg\" alt=\"room\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1.jpg 1142w\" sizes=\"(max-width: 960px) 100vw, 960px\" /> \n <img width=\"960\" height=\"488\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg\" alt=\"hall\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg 1024w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-600x305.jpg 600w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-300x152.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-768x390.jpg 768w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg 1142w\" sizes=\"(max-width: 960px) 100vw, 960px\" /> \n <h2>Conference Room</h2> \n <p>Our versatile meeting spaces can be combined and partitioned to suit a variety of events. Our largest space can accommodate up to 350 guests.</p> \n <ul>\n <li>\n <a href=\"mailto:enquiry.hoteldhruvpalace@gmail.com\">\n enquiry.hoteldhruvpalace@gmail.com\n </a>\n </li>\n <li>\n <a href=\"mailto:enquiry@hoteldhruvpalace.com\">\n enquiry@hoteldhruvpalace.com\n </a>\n </li>\n </ul>\n<h2><strong>Banquet Hall in Nashik: Your Ideal Venue for Memorable Events</strong></h2>\nLooking for the perfect venue to host your next big event? If you are searching for a banquet hall in Nashik that combines comfort, elegance, and convenience, Hotel Dhruv Palace is the ultimate destination. Located close to the iconic Trimbakeshwar Temple, our hotel offers exceptional spaces designed to make your events truly memorable.\n<h3>Conference Hall in Trimbakeshwar for Business Success</h3>\nAt Hotel Dhruv Palace, we understand that the success of any business event heavily depends on the venue. That’s why our conference hall in Trimbakeshwar is thoughtfully designed to meet all your corporate needs. Whether you are planning a business conference, seminar, workshop, or training session, our state-of-the-art facility ensures everything runs smoothly.\nOur conference hall in Trimbakeshwar is equipped with modern amenities, including high-speed Wi-Fi, audio-visual equipment, and comfortable seating arrangements. The serene surroundings, combined with professional service, create the perfect atmosphere for productive discussions and successful outcomes.\n<h3>Host Grand Celebrations at Our Banquet Hall in Nashik</h3>\nWhen it comes to celebrating life’s special moments, choosing the right venue is crucial. Our banquet hall in Nashik is perfect for hosting a wide range of events, from weddings and anniversaries to birthday parties and social gatherings. The spacious hall can be customized to match your specific theme and preferences, ensuring a truly personalized experience for you and your guests.\nThe banquet hall in Nashik at Hotel Dhruv Palace offers a beautiful setting with elegant décor, making every celebration special. Our experienced staff works closely with you to plan every detail, from seating arrangements to catering services, so you can relax and enjoy your event without any worries.\n<h3>The Perfect Meeting Hall in Trimbakeshwar</h3>\nFor smaller corporate gatherings or private meetings, our meeting hall in Trimbakeshwar offers an intimate setting with all the necessary amenities. Whether it’s a strategic meeting with your management team or a confidential discussion with business partners, our venue provides the privacy and comfort you need.\nWith a professional ambiance, our meeting hall in Trimbakeshwar ensures that every meeting is productive and stress-free. We take pride in offering personalized services, allowing you to focus solely on your agenda while we handle the logistics.\n<h3>Experience a Banquet Hall in Trimbakeshwar Like No Other</h3>\nOur banquet hall in Trimbakeshwar is designed to create unforgettable memories. With a blend of modern amenities and traditional charm, it serves as an excellent choice for cultural functions, religious ceremonies, and family get-togethers. Being situated so close to the Trimbakeshwar Temple makes it especially convenient for guests attending religious events or ceremonies.\nThe banquet hall in Trimbakeshwar is spacious, well-maintained, and supported by a professional team that takes care of every detail. From arranging floral decorations to providing delectable vegetarian cuisine, we ensure that your event reflects your unique style and preferences.\n<h3>Meeting Hall in Nashik: Convenient and Comfortable</h3>\nIf you are organizing a business meeting or workshop and need a reliable meeting hall in Nashik, Hotel Dhruv Palace offers excellent options. Our facilities are ideal for both small and mid-sized gatherings, featuring comfortable seating, modern presentation tools, and a quiet environment that promotes focus and collaboration.\nOur team is dedicated to providing top-notch service, ensuring that every aspect of your meeting runs according to plan. Whether it’s technical support or customized catering, we are here to assist you at every step.\n<h3>Why Choose Hotel Dhruv Palace as the Top Conference Hall in Nashik Trimbakeshwar?</h3>\nHotel Dhruv Palace has earned a reputation as the top conference hall in Nashik Trimbakeshwar by consistently delivering outstanding service and world-class facilities. Our strategic location near the Trimbakeshwar Temple makes us easily accessible for guests coming from Nashik city and nearby areas.\nOur top conference hall in Nashik Trimbakeshwar combines elegant interiors with advanced facilities to ensure your event is both impressive and successful. Whether you are hosting a corporate event, a religious ceremony, or a grand celebration, we offer flexible packages that can be tailored to suit your specific requirements.\n<h3>Additional Amenities to Enhance Your Stay</h3>\nBeyond offering the best banquet hall in Nashik and conference hall in Trimbakeshwar, Hotel Dhruv Palace provides a range of services to make your visit pleasant and hassle-free. Guests can enjoy:\n<ul>\n <li>Spacious parking facilities</li>\n <li>Lift access</li>\n <li>A dedicated travel desk</li>\n <li>Pure vegetarian multi-cuisine restaurant</li>\n <li>On-site medical assistance</li>\n <li>Laundry services</li>\n <li>Wi-Fi connectivity in reception areas</li>\n <li>24x7 banking ATM access</li>\n <li>LED TVs with DTH service</li>\n</ul>\n<h3>Book Your Next Event with Confidence</h3>\nWhether you are planning a large wedding, a business conference, or an intimate family gathering, Hotel Dhruv Palace offers the perfect setting. Our banquet hall in Nashik, conference hall in Trimbakeshwar, and meeting halls are designed to cater to diverse needs with exceptional attention to detail. Allow us to take care of the planning, so you can focus on creating cherished memories with your guests.\nContact Hotel Dhruv Palace today and let us help you host an event that will be remembered for years to come.\n<h2 style=\"text-align: center;\">Frequently Asked Questions</h2>\n<ol style=\"list-style: none; padding-left: 0;\">\n <li>\n<h4>1. What makes your banquet hall in Nashik a great choice for events?</h4>\n<p style=\"font-size: 14px;\">Our banquet hall in Nashik is designed to host weddings, family gatherings, and celebrations with ease. The banquet hall in Nashik offers spacious seating, elegant décor, and delicious vegetarian catering to ensure every event is special.</p>\n</li>\n <li>\n<h4>2. Do you have a conference hall in Trimbakeshwar suitable for business events?</h4>\n<p style=\"font-size: 14px;\">Yes, our conference hall in Trimbakeshwar is perfect for corporate meetings, seminars, and workshops. The conference hall in Trimbakeshwar is equipped with modern facilities and located close to the Trimbakeshwar Temple, making it a convenient choice for business and religious groups.</p>\n</li>\n <li>\n<h4>3. Is there a meeting hall in Trimbakeshwar for small gatherings?</h4>\n<p style=\"font-size: 14px;\">We offer a meeting hall in Trimbakeshwar that caters to small business meetings, family discussions, and group sessions. The meeting hall in Trimbakeshwar is air-conditioned, well-furnished, and supported with basic technical amenities.</p>\n</li>\n <li>\n<h4>4. Can I book a banquet hall in Trimbakeshwar for private functions?</h4>\n<p style=\"font-size: 14px;\">Yes, our banquet hall in Trimbakeshwar is ideal for birthdays, anniversaries, and religious celebrations. The banquet hall in Trimbakeshwar provides a peaceful ambiance and pure vegetarian catering to make every event memorable.</p>\n</li>\n <li>\n<h4>5. Do you have a meeting hall in Nashik for business discussions?</h4>\n<p style=\"font-size: 14px;\">Our meeting hall in Nashik is available for corporate presentations, team discussions, and small events. The meeting hall in Nashik offers comfortable seating, audio-visual equipment, and a quiet environment for productive meetings.</p>\n</li>\n <li>\n<h4>6. What facilities does your top conference hall in Nashik Trimbakeshwar offer?</h4>\n<p style=\"font-size: 14px;\">Our top conference hall in Nashik Trimbakeshwar features modern amenities like high-quality sound systems, projectors, Wi-Fi, and customized catering services. The top conference hall in Nashik Trimbakeshwar is perfect for both business and religious gatherings.</p>\n</li>\n <li>\n<h4>7. Are your banquet and meeting halls in Trimbakeshwar and Nashik suitable for various events?</h4>\n<p style=\"font-size: 14px;\">Yes, our banquet hall in Trimbakeshwar and meeting hall in Nashik are designed for both personal and corporate events. Whether you need a banquet hall in Trimbakeshwar or a meeting hall in Nashik, we offer flexible arrangements and full hospitality services.</p>\n</li>\n <li>\n<h4>8. How close is your conference hall in Trimbakeshwar to the temple?</h4>\n<p style=\"font-size: 14px;\">Our conference hall in Trimbakeshwar is located just 500 meters from the famous Trimbakeshwar Temple. This makes the conference hall in Trimbakeshwar an excellent option for guests attending spiritual events or religious functions.</p>\n</li>\n <li>\n<h4>9. Do you provide catering services with your banquet hall in Nashik and Trimbakeshwar?</h4>\n<p style=\"font-size: 14px;\">Yes, catering is available with both our banquet hall in Nashik and banquet hall in Trimbakeshwar. Guests can enjoy a variety of pure vegetarian Indian, Chinese, South Indian, Continental, and Gujarati dishes during their events.</p>\n</li>\n <li>\n<h4>10. How can I check availability for the top conference hall in Nashik Trimbakeshwar?</h4>\n<p style=\"font-size: 14px;\">To check availability for the top conference hall in Nashik Trimbakeshwar, you can directly contact our hotel. Our staff will provide details and assist you in booking the top conference hall in Nashik Trimbakeshwar for your upcoming event.</p>\n</li>\n</ol>\n \n \n<strong>Explore more:</strong>\n<a href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> |\n<a href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> |\n<a href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> |\n<a href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a>\n<br>\n<br>','Conference','','publish','closed','closed','','banquet-hall-in-nashik','','','2025-06-30 09:58:10','2025-06-30 09:58:10','',0,'https://hoteldhruvpalace.com/?page_id=2829',0,'page','',0),(2685,2,'2022-04-26 05:33:33','2022-04-26 05:33:33','','mainlogo','','inherit','open','closed','','mainlogo-2','','','2025-06-28 02:51:49','2025-06-28 02:51:49','',2675,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/mainlogo.png',0,'attachment','image/png',0),(2640,2,'2022-04-21 12:28:33','2022-04-21 12:28:33','','mainlogo','','inherit','open','closed','','mainlogo-4','','','2025-06-28 02:51:58','2025-06-28 02:51:58','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/mainlogo-2.png',0,'attachment','image/png',0),(2674,2,'2024-04-02 08:39:44','2022-04-26 04:30:04','','Home','','publish','closed','closed','','home','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=2674',1,'nav_menu_item','',0),(2677,2,'2022-04-26 04:38:16','2022-04-26 04:38:16','<h2>Review</h2> \n <cite>Amol Modak<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n It was good pleasant stay. AC room is good with sofa. Service is good at Dhruv we have lift and a person for help. Location is best part, it has ample space for car parking and is a hussle free zone. \n <cite>Raja<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n stay was Average because the bathroom cleanliness is not up to mark. it should be better if maintained. staff is good. Room cleanliness is also not up to mark. hotel looks cool from outside but internal structure should be improved. charging high rate for rooms but the rooms are not like that we have seen so please improve this \n <cite>Shubham Meghani<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n I visited this place last week and it was an amazing experience. The Staff is very nice and rooms are clean and good. Must visit \n <cite>Siddhesh Sanjay Ganve<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n Situated close to the Trimbakeshwar Jyotirling. 800m walking distance. Has good and professional staff. There is a restaurant at the base and rooms on the top with a lift inside that works. Cleanliness is also good. The restaurant serves fresh food with good quality but moderate quantity. They also provide you with a pamplet that tell you about the hotela and surrounding spots and places to visit. \n <cite>Digant Chandel<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n Fairly decent place to stay, food is good albeit being a bit expensive.\nLodging faculties are quite good and sanitation is taken care of regularly.\nYes, although for some reason getting a cab, ola or Uber or anything, is frustratingly difficult.\nThe staff is mostly polite and well mannered although English seems to be a problem, but hey, can\'t blame them for that, can we?\nAll and all, this is reasonably worth your bucks and would recommend it. Thanks. \n <cite>Sumit<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n One of the only decent Hotel with AC rooms in Trimbakeshwar way back in 2003 is efficiently run by Patel brothers Kalpeshbhai and Vipulbhai.\nA range of AC and Non AC neat and clean rooms, food is okay.\nA pravachan/marriage hall to accommodate. 150 to 200 people, a small AC conference room on the third floor, ample parking space. Great place to relax with family and friends. \n <cite>Shomeek Basu<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n Affordable, clean rooms with ac. perfect for a day stay. Within 1 km of temple. Hotel is just after the check point. Food: Jain food available. Note: oyo rooms are available in next hotel which might be better in same price. \n <cite>Rajaram Gohire<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n The hotel is good, rooms nice n clean. Service is good, restaurant has good taste (a bit costly).\nThe staff is friendly and the rooms are good. However the facilities come for a price. Room service and food is good. Excellent Rooms, Good staff, Food quality is value for money, meeting hall is good. \n <cite>Sumit<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n it\'s an average hotel with small rooms. stay was fine, no issues. location is perfect, near to Temple, HDFC Bank ATM next, restaurant below. hot and cold water , TV . food was ok. staff is Good. \n <cite>Pranay Ashutosh<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n Nice place and cost effective...You can stay here if u want somewhere near temple. \n <cite>Savita G Gouda<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n It\'s a good place for affordable residence, very near to the triambakeshwar temple,walk away distance,nice staff \n <cite>mihir sharanam<i>★</i><i>★</i><i>★</i><i>★</i><i>★</i></cite> Read More \n I love my stay here...and food was plus point of this hotel what a great taste and so friendly staff.. …','Review','','publish','closed','closed','','review','','','2025-06-28 02:33:49','2025-06-28 02:33:49','',0,'https://hoteldhruvpalace.com/?page_id=2677',0,'page','',0),(2947,2,'2024-04-02 08:39:44','2022-06-04 09:20:41',' ','','','publish','closed','closed','','2947','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=2947',7,'nav_menu_item','',0),(2810,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking_rooms]','Hotel Rooms','','publish','closed','closed','','hotel-rooms','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-rooms/',0,'page','',0),(2811,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking_cart]','Hotel Cart','','publish','closed','closed','','hotel-cart','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-cart/',0,'page','',0),(2812,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking_checkout]','Hotel Checkout','','publish','closed','closed','','hotel-checkout','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-checkout/',0,'page','',0),(2813,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking]','Hotel Booking Search','','publish','closed','closed','','hotel-search','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-search/',0,'page','',0),(2814,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking_account]','Hotel Account','','publish','closed','closed','','hotel-account','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-account/',0,'page','',0),(2815,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','Something notices','Terms and Conditions','','publish','closed','closed','','hotel-term-condition','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-term-condition/',0,'page','',0),(2816,1,'2022-04-27 07:30:30','2022-04-27 07:30:30','[hotel_booking_thankyou]','Hotel Thank You','','publish','closed','closed','','hotel-thank-you','','','2022-04-27 07:30:30','2022-04-27 07:30:30','',0,'https://hoteldhruvpalace.com/hotel-thank-you/',0,'page','',0),(2824,2,'2022-04-27 08:50:57','2022-04-27 08:50:57','','test room','','publish','open','closed','','test-room','','','2022-04-27 08:59:07','2022-04-27 08:59:07','',0,'https://hoteldhruvpalace.com/?post_type=hb_room&p=2824',0,'hb_room','',0),(2853,2,'2022-05-21 06:20:20','2022-05-21 06:20:20','','2','','inherit','open','closed','','2','','','2025-06-28 02:51:45','2025-06-28 02:51:45','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/05/2.png',0,'attachment','image/png',0),(2854,2,'2022-05-21 06:20:30','2022-05-21 06:20:30','','3','','inherit','open','closed','','3','','','2025-06-28 02:51:34','2025-06-28 02:51:34','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/05/3.png',0,'attachment','image/png',0),(2855,2,'2022-05-21 06:20:40','2022-05-21 06:20:40','','1','','inherit','open','closed','','1-2','','','2025-06-28 02:51:26','2025-06-28 02:51:26','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2022/05/1.png',0,'attachment','image/png',0),(2873,2,'2024-04-02 08:39:44','2022-05-21 07:08:01',' ','','','publish','closed','closed','','2873','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=2873',6,'nav_menu_item','',0),(2909,2,'2022-05-22 07:51:40','2022-05-22 07:51:40','<h2>Customer Support</h2> \n <h2>To see your existing Booking </h2> \n <a href=\"https://live.ipms247.com/guestrequest/login/PDFwMT5aVhkA3SjtMe1uV8ZkYDej\">\n My Booking\n </a>\n <h2>To see your Accommodation </h2> \n <a href=\"https://www.asiatech.in/booking_engine/index3.php?token=MjE4Nw==\">\n Accommodation\n </a>\n <h2>To get contact information for any help\n</h2> \n <a href=\"https://hoteldhruvpalace.com/contact-us/\">\n Contact Us\n </a>\n <h2>To see Review </h2> \n <a href=\"https://hoteldhruvpalace.com/review/\">\n Review \n </a>\n <h2>To chat us</h2> \n <a href=\"https://wa.me/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace\">\n Chat Us\n </a>\n <h2>To see your account \n</h2> \n <a href=\"https://live.ipms247.com/booking/login-hoteldhruvpalace-Direct\">\n My Account \n </a>\n <h2>Still Need Help ?</h2> \n <p>Talk to customer support agent </p> \n <a href=\"https://hoteldhruvpalace.com/still-need-help/\">\n For Help\n </a>','Customer support','','publish','closed','closed','','customer-support','','','2025-06-28 02:35:18','2025-06-28 02:35:18','',0,'https://hoteldhruvpalace.com/?page_id=2909',0,'page','',0),(2960,2,'2022-06-15 05:41:10','2022-06-15 05:41:10','<h2>Still Need Help?</h2> \n <h2>To Accomodation </h2> \n <a href=\"#\">\n Accomodation \n </a>\n <h2>For More Help :</h2> \n <ul>\n <li>\n <a href=\"mailto:support@hoteldhruvpalace.com\">\n support@hoteldhruvpalace.com\n </a>\n </li>\n <li>\n <a href=\"mailto:help@hoteldhruvpalace.com\">\n help@hoteldhruvpalace.com\n </a>\n </li>\n </ul>','Still Need Help?','','publish','closed','closed','','still-need-help','','','2025-06-28 02:35:44','2025-06-28 02:35:44','',0,'https://hoteldhruvpalace.com/?page_id=2960',0,'page','',0),(2965,2,'2024-04-02 08:39:44','2022-06-15 05:49:39',' ','','','publish','closed','closed','','2965','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=2965',10,'nav_menu_item','',0),(2981,2,'2022-06-15 06:45:51','2022-06-15 06:45:51','','IMG20211114185235','','inherit','open','closed','','img20211114185235','','','2025-06-28 02:51:25','2025-06-28 02:51:25','',2269,'https://hoteldhruvpalace.com/wp-content/uploads/2022/06/IMG20211114185235.jpg',0,'attachment','image/jpeg',0),(3038,2,'2022-06-15 14:33:43','2022-06-15 14:33:43','','th','','inherit','open','closed','','th','','','2025-06-16 11:30:15','2025-06-16 11:30:15','',2269,'https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg',0,'attachment','image/jpeg',0),(3068,2,'2022-06-15 16:35:16','2022-06-15 16:35:16','','Support Team','','publish','closed','closed','','support-team','','','2024-09-13 15:58:46','2024-09-13 15:58:46','',0,'https://hoteldhruvpalace.com/?post_type=whatsapp-accounts&p=3068',0,'whatsapp-accounts','',0),(3205,2,'2022-06-23 10:43:35','2022-06-23 10:43:35','<img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong> TRIMBAKESHWAR MAIN TEMPLE</strong>\n 0.2 KM\n <p>Trimbakeshwar is an ancient Hindu temple in the town of Trimbak, in the Trimbakeshwar tehsil in the Nashik District of Maharashtra, India, 28 km from the city of Nashik and 40 km from nashik road. It is dedicated to the god Shiv and is one of the twelve Jyotirlingas, where the Hindu genealogy registers at Trimbakeshwar, Maharashtra are kept. The origin of the sacred Godavari river is near Trimbak.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>KUSHAVARTA KUND</strong>\n 0.2 KM\n <p>The point of Godavari River origination, Kushavarta Kund is a sacred bathing place that is close to the Trimbakeshwar temple. Taking a holy dip in the Kushavarta kund as legends says it can wipe off sin. Cemented pavements on the edges of the pond were built by Shreemant Rao Sahib Parnekar.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>NIVRUTTINATH SAMADHI</strong>\n 1 KM\n <p>After the Samadhi of Dnyaneshwar, Nivruttinath left Alandi with his sister, Muktabai for a pilgrimage. During a thunderstorm, Muktabai was lost. Nivruttinath then attained Samadhi. The Resting place is situated near Trimbakeshwar. At his resting place, a temple has been erected which is visited by numerous devotees.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>BRAHMAGIRI (700 STOPS)</strong>\n 1 KM\n <p>Brahmagiri (Hill), Maharashtra a hill in the Western Ghats range in Maharashtra,Origin of River Godavari in the state of Maharashtra, India</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>GANGA DWAR</strong>\n 1 KM\n <p>From Trimbakeshwar, through regular steps, Ganga dwar is reached and the Gorakshanath cave which is end of Trimbakeshwar. Now again while climbing down, there is a road going towards Brahmagiri towards right. Following this route one reaches the carved steps in the rocks.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>NIL PARVAT (AMBIKA MATA MANDIR)</strong>\n 2 KM\n <p>Situated on the eastern elevation of the Brahmagiri hills and near to the main Trimbakeshwar temple, Neel Parvat is also one of the wonderful places to see near Trimbakeshwar. </p>\n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <strong>GURUKUL (SWAMI SAMARTH</strong>\n 1.5 KM\n <p>Review TextThe Dindori Pranit model of service for the downtrodden was laid down directly by Bhagvan Shree Swami Samarth Maharaj (1149-1878). This work was carried forward by Sadguru Narayandasji Pithle Maharaj (1878-1974), Sadguru Moredada (1922-1988) and is being run now by His Holiness Gurumauli well over four decades now.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>ANJANERI (HANUMAN BIRTH PLACE)</strong>\n 6 KM\n <p>Anjaneri is the birthplace of Hanuman, and is named after Hanuman\'s mother \'Anjani\'. Anjaneri has major significance for devout and hikers alike. Hanuman spent his childhood and grew up on the same mountain.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>PANCHAWATI</strong>\n 32 KM\n <p>River Godavari flows through Nashik and its Northern part is called as Panchavati. It is said that lord Shri Ram and Sita along with Laxman stayed at Panchavati for some time. Thus Panchavati has gained holy importance. There are five Banyan (Vad) trees and hence the area is called Panchavati.Nearby is Sita Gumpha (cave) where Sita is said to have stayed for some time.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>MUKTIDHAM</strong>\n 39 KM\n <p>Muktidham is a marble temple complex honouring various Hindu gods. It is a popular tourist attraction situated in the Nashik Road suburb of the city of Nashik in the State of Maharashtra in India.</p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>SHIRDI SAI BABA TEMPLE</strong>\n 117 KM\n <p>Sai Baba of Shirdi, also known as Shirdi Sai Baba, was an Indian spiritual master who is regarded by his devotees as a saint, a fakir, a satguru and an incarnation (avatar) of Lord Shiva. He is revered by both his Hindu and Muslim devotees during, as well as after his lifetime. </p>\n <img width=\"150\" height=\"150\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani-100x100.jpg 100w\" sizes=\"(max-width: 150px) 100vw, 150px\" /> \n <strong>SHANI SHINGNAPUR TEMPLE</strong>\n 174 KM\n <p>The temple is believed to be a \"jagrut devasthan\" (\"alive temple\"), meaning that a deity still resides in the temple icon. Villagers believe that god Shani punishes anyone attempting theft. Shingnapur is also famous for the fact that no house in the village has doors, only door frames.</p>\n <img width=\"500\" height=\"500\" src=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg 500w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-300x300.jpg 300w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-150x150.jpg 150w, https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE-100x100.jpg 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> \n <strong>MAHABALESHWAR TEMPLE</strong>\n 367 KM\n <p>Behind Panchganga temple, there is a small trail that leads to Krishnabai temple where the Krishna river is worshiped. It is built on the hilltop overlooking the Krishna valley and was built in 1888 by a ruler of Ratnagiri on the Konkancoast. The temple has a Shiva lingam and a beautiful statue of Krishna. A small stream of the river flowing from a cow-face (gomukh) falls on a \'Kunda\' or water tank. </p>\n <ul></ul>','test sections','','publish','closed','closed','','test-sections','','','2022-06-23 11:13:59','2022-06-23 11:13:59','',0,'https://hoteldhruvpalace.com/?page_id=3205',0,'page','',0),(3330,2,'2022-06-24 11:01:17','2022-06-24 11:01:17','','ota','','inherit','open','closed','','ota','','','2025-06-16 11:28:13','2025-06-16 11:28:13','',2269,'https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota.jpg',0,'attachment','image/jpeg',0),(3442,2,'2022-06-28 11:01:47','2022-06-28 11:01:47','','mainlogo','','inherit','open','closed','','mainlogo-3','','','2025-06-28 02:51:17','2025-06-28 02:51:17','',218,'http://hoteldhruvpalace.com/wp-content/uploads/2022/03/mainlogo-1.png',0,'attachment','image/png',0),(3449,2,'2022-06-28 11:05:26','2022-06-28 11:05:26','','new1-150x50','','inherit','open','closed','','new1-150x50','','','2025-06-28 02:51:16','2025-06-28 02:51:16','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/new1-150x50-1.png',0,'attachment','image/png',0),(3453,2,'2022-06-28 11:07:23','2022-06-28 11:07:23','','149-1499932_gold-page-divider-png-transparent-png-100x100','','inherit','open','closed','','149-1499932_gold-page-divider-png-transparent-png-100x100','','','2025-06-28 02:51:14','2025-06-28 02:51:14','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/149-1499932_gold-page-divider-png-transparent-png-100x100-1.jpg',0,'attachment','image/jpeg',0),(3460,2,'2022-06-28 11:30:00','2022-06-28 11:30:00','','ota','','inherit','open','closed','','ota-2','','','2025-06-16 11:27:47','2025-06-16 11:27:47','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota.jpg',0,'attachment','image/jpeg',0),(3456,2,'2022-06-28 11:23:40','2022-06-28 11:23:40','','th','','inherit','open','closed','','th-2','','','2025-06-16 11:28:00','2025-06-16 11:28:00','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg',0,'attachment','image/jpeg',0),(3455,2,'2022-06-28 11:20:31','2022-06-28 11:20:31','','IMG20211114185235-100x100','','inherit','open','closed','','img20211114185235-100x100','','','2025-06-28 02:51:14','2025-06-28 02:51:14','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/IMG20211114185235-100x100-1.jpg',0,'attachment','image/jpeg',0),(3462,2,'2022-06-28 11:38:08','2022-06-28 11:38:08','','MAHABALESHWAR-TEMPLE-100x100','','inherit','open','closed','','mahabaleshwar-temple-100x100','','','2025-06-28 02:51:01','2025-06-28 02:51:01','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/MAHABALESHWAR-TEMPLE-100x100-1.jpg',0,'attachment','image/jpeg',0),(3472,2,'2022-06-28 11:45:43','2022-06-28 11:45:43','','GURUKUL-SWAMI-SAMARTH-100x100','','inherit','open','closed','','gurukul-swami-samarth-100x100','','','2025-06-28 02:50:59','2025-06-28 02:50:59','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/GURUKUL-SWAMI-SAMARTH-100x100-1.jpg',0,'attachment','image/jpeg',0),(3482,2,'2022-06-28 12:00:17','2022-06-28 12:00:17','[[{\"source_type\":\"pdf\",\"pdf_source\":\"http:\\/\\/hoteldhruvpalace.com\\/wp-content\\/uploads\\/2022\\/06\\/MENU.pdf\",\"pdf_thumb\":\"\",\"pages\":[{\"url\":\"\",\"hotspots\":[]}],\"webgl\":\"global\",\"hard\":\"global\",\"bg_color\":\"#ffffff\",\"bg_image\":\"\",\"duration\":\"\",\"height\":\"\",\"texture_size\":\"global\",\"auto_sound\":\"global\",\"enable_download\":\"global\",\"page_mode\":\"global\",\"single_page_mode\":\"global\",\"controls_position\":\"global\",\"direction\":\"1\",\"force_fit\":\"true\",\"autoplay\":\"global\",\"autoplay_duration\":\"\",\"autoplay_start\":\"global\",\"page_size\":\"0\",\"auto_outline\":\"false\",\"auto_thumbnail\":\"false\",\"overwrite_outline\":\"false\",\"outline\":[],\"title\":\"menu list\",\"slug\":\"menu-list\",\"status\":\"publish\"}]]','menu list','','publish','closed','closed','','menu-list','','','2023-04-09 11:26:00','2023-04-09 11:26:00','',0,'https://hoteldhruvpalace.com/?post_type=dflip&p=3482',0,'dflip','',0),(3703,2,'2023-01-07 07:22:57','2023-01-07 07:22:57','','THALI','','inherit','','closed','','thali','','','2023-01-07 07:22:57','2023-01-07 07:22:57','',3482,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/THALI.pdf',0,'attachment','application/pdf',0),(3524,1,'2022-09-18 14:11:13','2022-09-18 14:11:13','','Order – September 18, 2022 @ 02:11 PM','','wc-cancelled','open','closed','wc_order_dmj78QLDcgVfI','order-sep-18-2022-0211-pm','','','2022-09-18 15:13:27','2022-09-18 15:13:27','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3524',0,'shop_order','',1),(3497,2,'2022-09-15 04:45:12','2022-09-15 04:45:12','','new1','','inherit','open','closed','','new1-2','','','2025-06-16 11:27:24','2025-06-16 11:27:24','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png',0,'attachment','image/png',0),(3523,1,'2022-09-15 16:43:32','2022-09-15 16:43:32','','Order – September 15, 2022 @ 04:43 PM','','wc-processing','open','closed','wc_order_SGAb13KJBhT44','order-sep-15-2022-0443-pm','','','2022-09-15 16:43:32','2022-09-15 16:43:32','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3523',0,'shop_order','',1),(3525,1,'2022-09-20 15:49:11','2022-09-20 15:49:11','','Order – September 20, 2022 @ 03:49 PM','','wc-processing','open','closed','wc_order_EwWLH81r2HZ8C','order-sep-20-2022-0349-pm','','','2022-09-20 15:49:11','2022-09-20 15:49:11','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3525',0,'shop_order','',1),(3539,1,'2022-10-06 14:08:41','2022-10-06 14:08:41','','Order – October 6, 2022 @ 02:08 PM','','wc-cancelled','open','closed','wc_order_vpccFkTfIqKbj','order-oct-06-2022-0208-pm','','','2022-10-06 16:09:47','2022-10-06 16:09:47','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3539',0,'shop_order','',1),(3527,1,'2022-09-24 11:23:05','2022-09-24 11:23:05','','Order – September 24, 2022 @ 11:23 AM','','wc-processing','open','closed','wc_order_gh5hhhjbGF1ri','order-sep-24-2022-1123-am','','','2022-09-24 11:23:05','2022-09-24 11:23:05','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3527',0,'shop_order','',1),(3634,1,'2022-11-08 08:39:50','2022-11-08 08:39:50','','Order – November 8, 2022 @ 08:39 AM','','wc-completed','closed','closed','wc_order_biznpSLsb3iue','order-nov-08-2022-0839-am','','','2022-12-14 14:19:17','2022-12-14 14:19:17','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3634',0,'shop_order','',4),(3534,2,'2022-09-30 11:27:01','2022-09-30 11:27:01','','Test','','publish','closed','closed','','test','','','2022-09-30 11:27:01','2022-09-30 11:27:01','',0,'https://hoteldhruvpalace.com/?post_type=inventory&p=3534',0,'inventory','',0),(3559,1,'2022-10-08 12:32:01','2022-10-08 12:32:01','','Order – October 8, 2022 @ 12:32 PM','','wc-cancelled','closed','closed','wc_order_hkgJ8phd5HsfK','order-oct-08-2022-1232-pm','','','2022-10-08 13:56:13','2022-10-08 13:56:13','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3559',0,'shop_order','',2),(3560,1,'2022-10-10 15:35:16','2022-10-10 15:35:16','','Order – October 10, 2022 @ 03:35 PM','','wc-on-hold','closed','closed','wc_order_boGvr1nptpVap','order-oct-10-2022-0335-pm','','','2022-10-10 15:37:54','2022-10-10 15:37:54','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3560',0,'shop_order','',3),(3565,1,'2022-10-11 06:11:27','2022-10-11 06:11:27','','Order – October 11, 2022 @ 06:11 AM','','wc-cancelled','closed','closed','wc_order_HYwZdVTROobOM','order-oct-11-2022-0611-am','','','2022-10-11 07:12:19','2022-10-11 07:12:19','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3565',0,'shop_order','',2),(3595,2,'2022-10-12 12:54:20','2022-10-12 12:54:20','','X3P6FHVK','Diwali Offer','publish','closed','closed','','rzgptpmb','','','2022-10-12 13:05:20','2022-10-12 13:05:20','',0,'https://hoteldhruvpalace.com/?post_type=shop_coupon&p=3595',0,'shop_coupon','',0),(3611,2,'2022-10-13 10:19:15','2022-10-13 10:19:15','','Book Now','','publish','closed','closed','','book-now','','','2025-06-16 09:25:55','2025-06-16 09:25:55','',0,'https://hoteldhruvpalace.com/?page_id=3611',0,'page','',0),(3653,1,'2022-12-16 12:09:30','2022-12-16 12:09:30','','Order – December 16, 2022 @ 12:09 PM','','wc-rnb-fake-order','','closed','wc_order_j1ZVDufXhhDnU','order-dec-16-2022-1209-pm','','','2022-12-16 12:09:30','2022-12-16 12:09:30','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3653',0,'shop_order','',1),(3655,1,'2022-12-16 12:15:14','2022-12-16 12:15:14','','Order – December 16, 2022 @ 12:15 PM','','wc-rnb-fake-order','','closed','wc_order_N6fmlPO6BryG0','order-dec-16-2022-1215-pm','','','2022-12-16 12:15:15','2022-12-16 12:15:15','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3655',0,'shop_order','',1),(3656,1,'2022-12-16 12:15:50','2022-12-16 12:15:50','','Order – December 16, 2022 @ 12:15 PM','','wc-rnb-fake-order','','closed','wc_order_QIvY4i7kARqS1','order-dec-16-2022-1215-pm-2','','','2022-12-16 12:15:50','2022-12-16 12:15:50','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3656',0,'shop_order','',1),(3658,1,'2022-12-16 12:21:58','2022-12-16 12:21:58','','Order – December 16, 2022 @ 12:21 PM','','wc-rnb-fake-order','','closed','wc_order_SDbTrWxNNMEH8','order-dec-16-2022-1221-pm','','','2022-12-16 12:21:59','2022-12-16 12:21:59','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3658',0,'shop_order','',1),(3659,1,'2022-12-16 12:23:24','2022-12-16 12:23:24','','Order – December 16, 2022 @ 12:23 PM','','wc-rnb-fake-order','','closed','wc_order_sst2JRy4cBQxb','order-dec-16-2022-1223-pm','','','2022-12-16 12:23:24','2022-12-16 12:23:24','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3659',0,'shop_order','',1),(3660,1,'2022-12-16 12:24:41','2022-12-16 12:24:41','','Order – December 16, 2022 @ 12:24 PM','','wc-rnb-fake-order','','closed','wc_order_51k6Nu7zyborY','order-dec-16-2022-1224-pm','','','2022-12-16 12:24:41','2022-12-16 12:24:41','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3660',0,'shop_order','',1),(3661,1,'2022-12-16 12:25:25','2022-12-16 12:25:25','','Order – December 16, 2022 @ 12:25 PM','','wc-rnb-fake-order','','closed','wc_order_4vt3UPYrzT1Q6','order-dec-16-2022-1225-pm','','','2022-12-16 12:25:25','2022-12-16 12:25:25','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3661',0,'shop_order','',1),(3662,1,'2022-12-16 12:59:55','2022-12-16 12:59:55','','Order – December 16, 2022 @ 12:59 PM','','wc-rnb-fake-order','','closed','wc_order_TtE7iYYloKZB7','order-dec-16-2022-1259-pm','','','2022-12-16 12:59:55','2022-12-16 12:59:55','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3662',0,'shop_order','',1),(3663,1,'2022-12-16 13:01:39','2022-12-16 13:01:39','','Order – December 16, 2022 @ 01:01 PM','','wc-rnb-fake-order','','closed','wc_order_AZMVSX8DZllN3','order-dec-16-2022-0101-pm','','','2022-12-16 13:01:39','2022-12-16 13:01:39','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3663',0,'shop_order','',1),(3664,1,'2022-12-16 13:02:57','2022-12-16 13:02:57','','Order – December 16, 2022 @ 01:02 PM','','wc-rnb-fake-order','','closed','wc_order_LyQqJWP622fr6','order-dec-16-2022-0102-pm','','','2022-12-16 13:02:57','2022-12-16 13:02:57','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3664',0,'shop_order','',1),(3665,1,'2022-12-16 13:04:49','2022-12-16 13:04:49','','Order – December 16, 2022 @ 01:04 PM','','wc-rnb-fake-order','','closed','wc_order_JdeMoiYpQoATJ','order-dec-16-2022-0104-pm','','','2022-12-16 13:04:49','2022-12-16 13:04:49','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3665',0,'shop_order','',1),(3635,1,'2022-12-02 08:14:35','2022-12-02 08:14:35','','Order – December 2, 2022 @ 08:14 AM','','wc-cancelled','closed','closed','wc_order_KokAMcP5DTjBb','order-dec-02-2022-0814-am','','','2022-12-02 09:35:58','2022-12-02 09:35:58','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3635',0,'shop_order','',2),(3636,1,'2022-12-16 06:03:47','2022-12-16 06:03:47','','Order – December 16, 2022 @ 06:03 AM','','wc-cancelled','closed','closed','wc_order_d8dPvuLCEW2FF','order-dec-16-2022-0603-am','','','2022-12-16 07:25:17','2022-12-16 07:25:17','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3636',0,'shop_order','',1),(3638,1,'2022-12-16 10:58:10','2022-12-16 10:58:10','','Order – December 16, 2022 @ 10:58 AM','','wc-rnb-fake-order','','closed','wc_order_3vuRQ84ZqQRb5','order-dec-16-2022-1058-am','','','2022-12-16 10:58:11','2022-12-16 10:58:11','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3638',0,'shop_order','',1),(3640,1,'2022-12-16 11:27:11','2022-12-16 11:27:11','','Order – December 16, 2022 @ 11:27 AM','','wc-rnb-fake-order','','closed','wc_order_0AB953isaaBFZ','order-dec-16-2022-1127-am','','','2022-12-16 11:27:11','2022-12-16 11:27:11','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3640',0,'shop_order','',1),(3641,1,'2022-12-16 11:28:50','2022-12-16 11:28:50','','Order – December 16, 2022 @ 11:28 AM','','wc-rnb-fake-order','','closed','wc_order_wA4OcMTUuq1oX','order-dec-16-2022-1128-am','','','2022-12-16 11:28:50','2022-12-16 11:28:50','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3641',0,'shop_order','',1),(3642,1,'2022-12-16 11:35:42','2022-12-16 11:35:42','','Order – December 16, 2022 @ 11:35 AM','','wc-rnb-fake-order','','closed','wc_order_1HS2TIGtynZca','order-dec-16-2022-1135-am','','','2022-12-16 11:35:42','2022-12-16 11:35:42','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3642',0,'shop_order','',1),(3643,1,'2022-12-16 11:41:49','2022-12-16 11:41:49','','Order – December 16, 2022 @ 11:41 AM','','wc-rnb-fake-order','','closed','wc_order_1shyOxGW2uhzX','order-dec-16-2022-1141-am','','','2022-12-16 11:41:49','2022-12-16 11:41:49','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3643',0,'shop_order','',1),(3644,1,'2022-12-16 11:50:17','2022-12-16 11:50:17','','Order – December 16, 2022 @ 11:50 AM','','wc-rnb-fake-order','','closed','wc_order_r5nJma4ajzyPb','order-dec-16-2022-1150-am','','','2022-12-16 11:50:17','2022-12-16 11:50:17','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3644',0,'shop_order','',1),(3657,1,'2022-12-16 12:16:31','2022-12-16 12:16:31','','Order – December 16, 2022 @ 12:16 PM','','wc-rnb-fake-order','','closed','wc_order_fE5LPfakG6oYB','order-dec-16-2022-1216-pm','','','2022-12-16 12:16:31','2022-12-16 12:16:31','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3657',0,'shop_order','',1),(3646,1,'2022-12-16 11:53:06','2022-12-16 11:53:06','','Order – December 16, 2022 @ 11:53 AM','','wc-rnb-fake-order','','closed','wc_order_TBvINIyqgU2Lf','order-dec-16-2022-1153-am','','','2022-12-16 11:53:06','2022-12-16 11:53:06','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3646',0,'shop_order','',1),(3647,1,'2022-12-16 11:56:28','2022-12-16 11:56:28','','Order – December 16, 2022 @ 11:56 AM','','wc-rnb-fake-order','','closed','wc_order_OtXIj55mJpxoy','order-dec-16-2022-1156-am','','','2022-12-16 11:56:29','2022-12-16 11:56:29','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3647',0,'shop_order','',1),(3747,2,'2023-03-28 10:11:47','2023-03-28 10:11:47','','WhatsApp Image 2023-03-25 at 6.05.59 PM','','inherit','closed','closed','','whatsapp-image-2023-03-25-at-6-05-59-pm','','','2025-06-16 11:27:05','2025-06-16 11:27:05','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/03/WhatsApp-Image-2023-03-25-at-6.05.59-PM.jpeg',0,'attachment','image/jpeg',0),(3649,1,'2022-12-16 12:02:15','2022-12-16 12:02:15','','Order – December 16, 2022 @ 12:02 PM','','wc-rnb-fake-order','','closed','wc_order_Utp3KZDxGDGZp','order-dec-16-2022-1202-pm','','','2022-12-16 12:02:15','2022-12-16 12:02:15','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3649',0,'shop_order','',1),(3651,1,'2022-12-16 12:06:57','2022-12-16 12:06:57','','Order – December 16, 2022 @ 12:06 PM','','wc-rnb-fake-order','','closed','wc_order_IFTgSnxNj3Q8k','order-dec-16-2022-1206-pm','','','2022-12-16 12:06:57','2022-12-16 12:06:57','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3651',0,'shop_order','',1),(3652,1,'2022-12-16 12:08:16','2022-12-16 12:08:16','','Order – December 16, 2022 @ 12:08 PM','','wc-rnb-fake-order','','closed','wc_order_JaJV6wpzRkBdQ','order-dec-16-2022-1208-pm','','','2022-12-16 12:08:16','2022-12-16 12:08:16','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=3652',0,'shop_order','',1),(3673,2,'2024-04-02 08:39:44','2022-12-17 11:57:39','','Accomodation','','publish','closed','closed','','accomodation','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=3673',2,'nav_menu_item','',0),(3711,2,'2023-01-07 07:27:14','2023-01-07 07:27:14','','restaurant menu','','inherit','closed','closed','','123','','','2023-02-01 05:04:00','2023-02-01 05:04:00','',3482,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/123.pdf',0,'attachment','application/pdf',0),(3744,2,'2024-04-02 08:39:44','2023-02-01 05:01:32','','Restaurant','','publish','closed','closed','','restaurant','','','2024-04-02 08:39:44','2024-04-02 08:39:44','',0,'https://hoteldhruvpalace.com/?p=3744',5,'nav_menu_item','',0),(3762,2,'2023-04-02 13:22:37','2023-04-02 13:22:37','','Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12','','inherit','closed','closed','','screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12','','','2023-04-02 13:23:04','2023-04-02 13:23:04','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg',0,'attachment','image/jpeg',0),(3763,2,'2023-04-02 13:48:33','2023-04-02 13:48:33','','Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f','','inherit','closed','closed','','screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f','','','2025-06-16 11:26:53','2025-06-16 11:26:53','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg',0,'attachment','image/jpeg',0),(3764,2,'2023-04-02 13:48:42','2023-04-02 13:48:42','','Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12','','inherit','closed','closed','','screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12','','','2025-06-16 11:26:35','2025-06-16 11:26:35','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-59-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg',0,'attachment','image/jpeg',0),(3765,2,'2023-04-02 13:48:53','2023-04-02 13:48:53','','Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12','','inherit','closed','closed','','screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12','','','2025-06-16 11:26:30','2025-06-16 11:26:30','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-15-20-92_40deb401b9ffe8e1df2f1cc5ba480b12.jpg',0,'attachment','image/jpeg',0),(3775,2,'2023-04-02 14:04:53','2023-04-02 14:04:53','','Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf','','inherit','closed','closed','','screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf','','','2025-06-16 11:26:27','2025-06-16 11:26:27','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg',0,'attachment','image/jpeg',0),(3776,2,'2023-04-02 14:05:16','2023-04-02 14:05:16','','Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf','','inherit','closed','closed','','screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf','','','2025-06-16 11:26:18','2025-06-16 11:26:18','',2269,'http://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg',0,'attachment','image/jpeg',0),(3789,2,'2023-04-09 10:42:53','2023-04-09 10:42:53','','MENU','','inherit','','closed','','menu','','','2023-04-09 10:42:53','2023-04-09 10:42:53','',3482,'http://hoteldhruvpalace.com/wp-content/uploads/2022/06/MENU.pdf',0,'attachment','application/pdf',0),(4121,2,'2024-07-01 08:27:59','2024-07-01 08:27:59','<!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page menu-item-home\",\"description\":\"\",\"id\":\"2269\",\"kind\":\"post-type\",\"label\":\"Home\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Accomodation\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"https://hoteldhruvpalace.com/accomodation/\"} /--><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"223\",\"kind\":\"post-type\",\"label\":\"About Us\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/about-us/\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Near By Places\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"https://hoteldhruvpalace.com/near-by-places/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Restaurant\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"https://hoteldhruvpalace.com/restaurant/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2829\",\"kind\":\"post-type\",\"label\":\"Conference\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/conference/\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2677\",\"kind\":\"post-type\",\"label\":\"Review\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/review/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"254\",\"kind\":\"post-type\",\"label\":\"Gallery\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/our-gallery/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"244\",\"kind\":\"post-type\",\"label\":\"Contact Us\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/contact-us/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"2909\",\"kind\":\"post-type\",\"label\":\"Customer support\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://hoteldhruvpalace.com/customer-support/\"} /-->','Main Menu','','publish','closed','closed','','main-menu','','','2024-07-01 08:27:59','2024-07-01 08:27:59','',0,'https://hoteldhruvpalace.com/main-menu/',0,'wp_navigation','',0),(4123,2,'2024-07-01 08:35:40','0000-00-00 00:00:00','','Elementor Single Page #4123','','draft','closed','closed','','','','','2024-07-01 08:35:40','2024-07-01 08:35:40','',0,'https://hoteldhruvpalace.com/?post_type=elementor_library&p=4123',0,'elementor_library','',0),(4229,2,'2024-08-14 05:44:03','2024-08-14 05:44:03','','IMG-20240731-WA0206','','inherit','closed','closed','','img-20240731-wa0206','','','2025-06-16 11:25:49','2025-06-16 11:25:49','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0206.jpg',0,'attachment','image/jpeg',0),(4230,2,'2024-08-14 05:45:12','2024-08-14 05:45:12','','IMG-20240731-WA0209','','inherit','closed','closed','','img-20240731-wa0209','','','2025-06-16 11:25:46','2025-06-16 11:25:46','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0209.jpg',0,'attachment','image/jpeg',0),(4231,2,'2024-08-14 05:46:04','2024-08-14 05:46:04','','IMG-20240731-WA0210','','inherit','closed','closed','','img-20240731-wa0210','','','2025-06-16 11:25:39','2025-06-16 11:25:39','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0210.jpg',0,'attachment','image/jpeg',0),(4232,2,'2024-08-14 05:47:22','2024-08-14 05:47:22','','IMG-20240731-WA0212','','inherit','closed','closed','','img-20240731-wa0212','','','2025-06-16 11:25:29','2025-06-16 11:25:29','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0212.jpg',0,'attachment','image/jpeg',0),(4242,2,'2024-08-14 06:07:46','2024-08-14 06:07:46','[booking resource_id=1]','Booking Form','','publish','closed','closed','','wpbc-booking','','','2024-08-14 06:07:46','2024-08-14 06:07:46','',0,'https://hoteldhruvpalace.com/wpbc-booking/',0,'page','',0),(4243,2,'2024-08-14 06:07:49','2024-08-14 06:07:49','Thank you for your booking. Your booking has been successfully received.\r\n [booking_confirm]','Booking Received','','publish','closed','closed','','wpbc-booking-received','','','2024-08-14 06:07:49','2024-08-14 06:07:49','',0,'https://hoteldhruvpalace.com/wpbc-booking-received/',0,'page','',0),(4353,1,'2024-12-23 13:19:17','2024-12-23 13:19:17','','Order – December 23, 2024 @ 01:19 PM','','wc-cancelled','closed','closed','wc_order_7kdQ9HbVCjRvB','order-dec-23-2024-0119-pm','','','2024-12-23 14:46:31','2024-12-23 14:46:31','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=4353',0,'shop_order','',2),(4342,2,'2024-09-27 05:12:10','2024-09-27 05:12:10','','Chat','','publish','closed','closed','','chat','','','2024-10-02 05:13:25','2024-10-02 05:13:25','',0,'https://hoteldhruvpalace.com/?post_type=elementor_snippet&p=4342',0,'elementor_snippet','',0),(4354,1,'2024-12-23 14:13:37','2024-12-23 14:13:37','','Order – December 23, 2024 @ 02:13 PM','','wc-on-hold','closed','closed','wc_order_FOr6VMWNsFpO9','order-dec-23-2024-0213-pm','','','2024-12-23 14:16:36','2024-12-23 14:16:36','',0,'https://hoteldhruvpalace.com/?post_type=shop_order&p=4354',0,'shop_order','',4),(4355,0,'2024-12-23 14:16:40','2024-12-23 14:16:40','','Transaction_DhruvPalace_Nashik','','inherit','closed','closed','','transaction_dhruvpalace_nashik','','','2025-06-16 11:25:19','2025-06-16 11:25:19','',0,'https://hoteldhruvpalace.com/wp-content/uploads/2024/12/Transaction_DhruvPalace_Nashik.jpeg',0,'attachment','image/jpeg',0),(4357,2,'2025-01-25 14:50:53','2025-01-25 14:50:53','','20250121_175037_0000','','inherit','closed','closed','','20250121_175037_0000','','','2025-06-16 11:24:40','2025-06-16 11:24:40','',224,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000.png',0,'attachment','image/png',0),(4373,2,'2025-01-25 15:08:27','2025-01-25 15:08:27','','20250121_175037_0000','','inherit','closed','closed','','20250121_175037_0000-2','','','2025-06-16 11:24:29','2025-06-16 11:24:29','',218,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-1.png',0,'attachment','image/png',0),(4380,2,'2025-01-25 15:20:29','2025-01-25 15:20:29','','Untitled design_20250125_204720_0000','','inherit','closed','closed','','untitled-design_20250125_204720_0000','','','2025-06-16 11:24:14','2025-06-16 11:24:14','',218,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000.png',0,'attachment','image/png',0),(4388,2,'2025-01-25 17:57:04','2025-01-25 17:57:04','','20250125_232425_0000','','inherit','closed','closed','','20250125_232425_0000','','','2025-06-16 11:24:23','2025-06-16 11:24:23','',218,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000.png',0,'attachment','image/png',0),(4406,2,'2025-01-27 05:10:30','2025-01-27 05:10:30','https://hoteldhruvpalace.com/wp-content/uploads/2025/01/cropped-20250126_120817.png','cropped-cropped-20250126_120817.png','','inherit','closed','closed','','cropped-cropped-20250126_120817-png','','','2025-06-16 11:23:54','2025-06-16 11:23:54','',4404,'https://hoteldhruvpalace.com/wp-content/uploads/2025/01/cropped-cropped-20250126_120817.png',0,'attachment','image/png',0),(4454,2,'2025-06-06 06:43:22','2025-06-06 06:43:22','','ajn4avzvhitutrv4ow4i','','inherit','closed','closed','','ajn4avzvhitutrv4ow4i','','','2025-06-16 11:22:45','2025-06-16 11:22:45','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/ajn4avzvhitutrv4ow4i.webp',0,'attachment','image/webp',0),(4455,2,'2025-06-06 06:45:09','2025-06-06 06:45:09','','azkycfvmauo8fjlvj2pm','','inherit','closed','closed','','azkycfvmauo8fjlvj2pm','','','2025-06-16 11:22:26','2025-06-16 11:22:26','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/azkycfvmauo8fjlvj2pm.webp',0,'attachment','image/webp',0),(4456,2,'2025-06-06 06:46:58','2025-06-06 06:46:58','','cgxqzsyt7sqaqyishx9g','','inherit','closed','closed','','cgxqzsyt7sqaqyishx9g','','','2025-06-16 11:22:20','2025-06-16 11:22:20','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/cgxqzsyt7sqaqyishx9g.webp',0,'attachment','image/webp',0),(4457,2,'2025-06-06 06:48:56','2025-06-06 06:48:56','','d86homkz7n3mpdedygtk','','inherit','closed','closed','','d86homkz7n3mpdedygtk','','','2025-06-16 11:22:13','2025-06-16 11:22:13','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/d86homkz7n3mpdedygtk.webp',0,'attachment','image/webp',0),(4458,2,'2025-06-06 06:50:38','2025-06-06 06:50:38','','dhxu8je40xxskawrmsvj','','inherit','closed','closed','','dhxu8je40xxskawrmsvj','','','2025-06-16 11:22:03','2025-06-16 11:22:03','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/dhxu8je40xxskawrmsvj.webp',0,'attachment','image/webp',0),(4459,2,'2025-06-06 06:52:25','2025-06-06 06:52:25','','drtqgoj09so5y1k4hy9w','','inherit','closed','closed','','drtqgoj09so5y1k4hy9w','','','2025-06-16 11:21:57','2025-06-16 11:21:57','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/drtqgoj09so5y1k4hy9w.webp',0,'attachment','image/webp',0),(4438,2,'2025-06-06 05:58:07','2025-06-06 05:58:07','','gv2otebrrodzgwqldud9','','inherit','closed','closed','','gv2otebrrodzgwqldud9','','','2025-06-16 11:23:46','2025-06-16 11:23:46','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/gv2otebrrodzgwqldud9.webp',0,'attachment','image/webp',0),(4439,2,'2025-06-06 05:59:38','2025-06-06 05:59:38','','hpbw2qrsijowh6kh8wxg','','inherit','closed','closed','','hpbw2qrsijowh6kh8wxg','','','2025-06-16 11:23:42','2025-06-16 11:23:42','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/hpbw2qrsijowh6kh8wxg.webp',0,'attachment','image/webp',0),(4440,2,'2025-06-06 06:01:03','2025-06-06 06:01:03','','jeft6dzvjkerbiexdzyy','','inherit','closed','closed','','jeft6dzvjkerbiexdzyy','','','2025-06-16 11:23:42','2025-06-16 11:23:42','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy.webp',0,'attachment','image/webp',0),(4471,2,'2025-06-06 07:13:45','2025-06-06 07:13:45','','niqrq3wunxsrr9thcv3q','','inherit','closed','closed','','niqrq3wunxsrr9thcv3q','','','2025-06-16 11:20:17','2025-06-16 11:20:17','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/niqrq3wunxsrr9thcv3q.webp',0,'attachment','image/webp',0),(4472,2,'2025-06-06 07:15:18','2025-06-06 07:15:18','','o8ohan2th87pyd2u8lff','','inherit','closed','closed','','o8ohan2th87pyd2u8lff','','','2025-06-16 11:20:12','2025-06-16 11:20:12','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o8ohan2th87pyd2u8lff.webp',0,'attachment','image/webp',0),(4473,2,'2025-06-06 07:16:50','2025-06-06 07:16:50','','Comfort Double Room (A/c)','','inherit','closed','closed','','o9kza7pdlzi5otznoikf','','','2025-06-06 10:20:47','2025-06-06 10:20:47','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf.webp',0,'attachment','image/webp',0),(4474,2,'2025-06-06 07:18:22','2025-06-06 07:18:22','','p8zz0rupvhwyncf45ndn','','inherit','closed','closed','','p8zz0rupvhwyncf45ndn-2','','','2025-06-16 11:20:06','2025-06-16 11:20:06','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p8zz0rupvhwyncf45ndn-1.webp',0,'attachment','image/webp',0),(4475,2,'2025-06-06 07:19:33','2025-06-06 07:19:33','','Superior Family Room','','inherit','closed','closed','','p9gjze1kr19ycomgnlfv','','','2025-06-06 10:19:44','2025-06-06 10:19:44','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv.webp',0,'attachment','image/webp',0),(4476,2,'2025-06-06 07:20:27','2025-06-06 07:20:27','','pdyttvvcbvqbjaxgwdzk','','inherit','closed','closed','','pdyttvvcbvqbjaxgwdzk-2','','','2025-06-16 11:19:57','2025-06-16 11:19:57','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/pdyttvvcbvqbjaxgwdzk-1.webp',0,'attachment','image/webp',0),(4477,2,'2025-06-06 07:38:05','2025-06-06 07:38:05','','Superior Quadruple Room','','inherit','closed','closed','','zxgigwkrggrjsvfyoipu','','','2025-06-06 10:17:58','2025-06-06 10:17:58','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu.webp',0,'attachment','image/webp',0),(4451,2,'2025-06-06 06:19:25','2025-06-06 06:19:25','','p8zz0rupvhwyncf45ndn','','inherit','closed','closed','','p8zz0rupvhwyncf45ndn','','','2025-06-16 11:23:05','2025-06-16 11:23:05','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p8zz0rupvhwyncf45ndn.webp',0,'attachment','image/webp',0),(4478,2,'2025-06-06 07:40:21','2025-06-06 07:40:21','','zk4m0sqjclrwgfiot6ui','','inherit','closed','closed','','zk4m0sqjclrwgfiot6ui','','','2025-06-16 11:19:51','2025-06-16 11:19:51','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zk4m0sqjclrwgfiot6ui.webp',0,'attachment','image/webp',0),(4453,2,'2025-06-06 06:22:25','2025-06-06 06:22:25','','pdyttvvcbvqbjaxgwdzk','','inherit','closed','closed','','pdyttvvcbvqbjaxgwdzk','','','2025-06-16 11:22:53','2025-06-16 11:22:53','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/pdyttvvcbvqbjaxgwdzk.webp',0,'attachment','image/webp',0),(4423,0,'2025-05-19 07:25:33','0000-00-00 00:00:00','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','draft','closed','closed','','','','','2025-05-19 07:25:33','0000-00-00 00:00:00','',0,'https://hoteldhruvpalace.com/?post_type=wpcode&p=4423',0,'wpcode','',0),(4424,0,'2025-05-19 07:25:38','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n // Redirect any user trying to access comments page\r\n global $pagenow;\r\n \r\n if ($pagenow === \'edit-comments.php\') {\r\n wp_safe_redirect(admin_url());\r\n exit;\r\n }\r\n\r\n // Remove comments metabox from dashboard\r\n remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n // Disable support for comments and trackbacks in post types\r\n foreach (get_post_types() as $post_type) {\r\n if (post_type_supports($post_type, \'comments\')) {\r\n remove_post_type_support($post_type, \'comments\');\r\n remove_post_type_support($post_type, \'trackbacks\');\r\n }\r\n }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n if (is_admin_bar_showing()) {\r\n remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2025-05-19 07:25:38','0000-00-00 00:00:00','',0,'https://hoteldhruvpalace.com/?post_type=wpcode&p=4424',0,'wpcode','',0),(4496,2,'2025-06-06 09:49:20','2025-06-06 09:49:20','','IMG-20240731-WA0222','','inherit','closed','closed','','img-20240731-wa0222','','','2025-06-06 10:21:40','2025-06-06 10:21:40','',270,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222.webp',0,'attachment','image/webp',0),(4518,2,'2025-06-06 15:12:01','2025-06-06 15:12:01','','2021-12-31','','inherit','closed','closed','','2021-12-31','','','2025-06-06 15:12:36','2025-06-06 15:12:36','',2269,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/2021-12-31.jpg',0,'attachment','image/jpeg',0),(4693,2,'2025-06-27 10:34:24','0000-00-00 00:00:00','document.addEventListener(\'DOMContentLoaded\', function () {\r\n const bookBtn = document.querySelector(\'.single_add_to_cart_button\'); // this is usually the book now button\r\n if (bookBtn) {\r\n bookBtn.textContent = \"Book Now\";\r\n bookBtn.type = \'button\';\r\n bookBtn.addEventListener(\'click\', function () {\r\n window.location.href = \"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\";\r\n });\r\n }\r\n});','Untitled Snippet','','draft','closed','closed','','','','','2025-06-27 10:34:24','0000-00-00 00:00:00','',0,'https://hoteldhruvpalace.com/?post_type=wpcode&p=4693',0,'wpcode','',0),(4694,2,'2025-06-27 10:40:19','2025-06-27 10:40:19','document.addEventListener(\'DOMContentLoaded\', function () {\r\n const bookBtn = document.querySelector(\'.single_add_to_cart_button\'); // this is usually the book now button\r\n if (bookBtn) {\r\n bookBtn.textContent = \"Book Now\";\r\n bookBtn.type = \'button\';\r\n bookBtn.addEventListener(\'click\', function () {\r\n window.location.href = \"https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace\";\r\n });\r\n }\r\n});','add custom link for book now button','','publish','closed','closed','','add-custom-link-for-book-now-button','','','2025-06-27 10:40:19','2025-06-27 10:40:19','',0,'https://hoteldhruvpalace.com/?post_type=wpcode&p=4694',0,'wpcode','',0),(4718,2,'2025-06-28 04:31:44','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Shop</p>\n<!-- /wp:paragraph -->','','','draft','closed','open','','','','','2025-06-28 04:31:44','2025-06-28 04:31:44','',0,'https://hoteldhruvpalace.com/?p=4718',0,'post','',0),(4736,2,'2025-06-30 04:52:33','2025-06-30 04:52:33','.product_title {\n font-size: 32px;\n font-weight: 700;\n color: #2c2c2c;\n font-family: \'Poppins\', sans-serif;\n text-transform: capitalize;\n margin-bottom: 15px;\n padding-left: 0;\n background: none;\n border: none;\n line-height: 1.3;\n}\n.product_title {\n transition: all 0.3s ease;\n}\n.product_title:hover {\n color: #b96e00;\n}\nmain#main {\n padding: 20px 30px 20px 30px!important;\n}','royal-elementor-kit','','publish','closed','closed','','royal-elementor-kit','','','2025-06-30 09:40:18','2025-06-30 09:40:18','',0,'https://hoteldhruvpalace.com/royal-elementor-kit/',0,'custom_css','',0),(4761,2,'2025-07-03 05:01:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','','open','','','','','2025-07-03 05:01:26','0000-00-00 00:00:00','',0,'https://hoteldhruvpalace.com/?p=4761',0,'post','',0),(4762,2,'2025-07-03 07:44:19','2025-07-03 07:44:19','<div style=\"max-width: 1000px; margin: 0 auto; padding: 2px;\">\n<h2><strong>Hotel Room for 3 People in Trimbakeshwar – Perfect Stay for Families and Groups</strong></h2>\nAre you looking for a hotel room for 3 people in Trimbakeshwar? Hotel Dhruv Palace is here to make your trip easy and comfortable. When you travel with family or friends, having enough space matters. Our rooms are designed for groups of three people, giving everyone the comfort they deserve while staying together. Whether you are here for a temple visit, vacation, or business trip, we make sure your stay is enjoyable from start to finish.\n<h4><strong>Stay Cool in Our AC Hotel Room for Three People in</strong> Trimbakeshwar</h4>\nTraveling can be tiring, especially during warm days. That’s why we offer AC hotel room for three people in Trimbakeshwar, keeping you cool and relaxed throughout your stay. No matter what season you visit, you will always find a comfortable room waiting for you at Hotel Dhruv Palace.\n\nOur AC hotel room for three people in Trimbakeshwar comes with modern air conditioning, comfortable bedding, a clean bathroom, a flat screen television, and free high speed Wi Fi. You can relax, watch your favorite shows, or catch up on work while enjoying the cool indoor air. We take care of everything, so you can focus on making memories with your loved ones.\n<h4><strong>Enjoy More Space</strong> in<strong> Our Hotel Room with 3 Beds in Trimbakeshwar</strong></h4>\nWhen you stay in our hotel room with 3 beds in Trimbakeshwar, you don’t have to worry about sharing a bed or feeling cramped. Each guest gets their own comfortable bed, allowing everyone to rest well at night. Traveling together is much more fun when everyone gets their own space to relax.\n\nThe hotel room with 3 beds in Trimbakeshwar also gives you plenty of room for your luggage and belongings. You can spread out comfortably, keeping your personal items organized without feeling crowded. It’s perfect for families, friends, or colleagues who want to stay together and enjoy their trip without any discomfort.\n<h4><strong>The Ideal 3 Bed</strong> Hotel<strong> Room in Trimbakeshwar for Your Trip</strong></h4>\nChoosing a 3 bed hotel room in Trimbakeshwar is a smart choice for anyone traveling in a small group. You get the benefit of staying together while still having enough space to move around freely. Our 3 bed hotel room in Trimbakeshwar is cleaned daily, with fresh towels, bed linens, and a clean bathroom provided regularly by our housekeeping team.\n\nAfter a day of sightseeing, temple visits, or business meetings, you can return to your room knowing it’s fresh, tidy, and ready for you to rest. Whether your visit is short or long, our goal is to make sure you feel at home.\n<h4><strong>Three Bed Hotel</strong> Room<strong> in Trimbakeshwar – Comfort Meets Convenience</strong></h4>\nWhen you stay in our three bed hotel room in Trimbakeshwar, you get a blend of comfort and convenience. You don’t have to search for extra rooms or pay for additional bookings. One spacious room can easily fit your group, making your trip easier to plan and more affordable.\n\nOur three bed hotel room in Trimbakeshwar includes everything you need: air conditioning, TV, clean bathrooms, free Wi Fi, and 24 hour room service. We are located close to the famous Trimbakeshwar Temple, making it easy to visit the temple anytime you wish. You can also explore nearby attractions like Brahmgiri Hills, Kushavarta Kund, and other peaceful spots nearby.\n<h4><strong>Three Bed Hotel</strong> in<strong> Trimbakeshwar – Feel at Home Every Time You Visit</strong></h4>\nHotel Dhruv Palace is a trusted three bed hotel in Trimbakeshwar. Guests return to us again and again because they know we offer clean, comfortable rooms, delicious food, and friendly service. From the moment you arrive, we make sure you feel welcomed and cared for.\n\nOur staff is always ready to help with any special requests, whether you need extra pillows, early check in, or information about local places to visit. As a leading three bed hotel in Trimbakeshwar, we focus on your comfort, allowing you to relax and enjoy your trip with your loved ones.\n<h4><strong>Facilities That</strong> Make<strong> Your Stay Better</strong></h4>\nAt Hotel Dhruv Palace, we offer more than just a hotel room for 3 people in Trimbakeshwar. We provide many helpful facilities to make your stay easy and pleasant:\n<ul>\n <li>Spacious parking for your vehicle</li>\n <li>Elevator access for easy movement</li>\n <li>Pure vegetarian restaurant serving Indian and international food</li>\n <li>Travel desk to help you plan trips or arrange transportation</li>\n <li>Medical assistance available anytime</li>\n <li>Laundry service to keep your clothes fresh</li>\n <li>High speed Wi Fi available at the reception</li>\n <li>24 hour ATM service on site</li>\n <li>LED TVs with a variety of channels for entertainment</li>\n</ul>\n<h4><strong>Perfect for</strong> Pilgrimage,<strong> Vacation, or Business</strong></h4>\nThe best part about booking a hotel room for 3 people in Trimbakeshwar at Hotel Dhruv Palace is that it suits all kinds of travelers. If you are visiting Trimbakeshwar Temple for religious reasons, our location is just a short walk away. If you’re on vacation with family or friends, our spacious rooms give you the comfort you need after a day of exploring. And if you are here for business, our peaceful surroundings and modern amenities ensure a restful stay.\n\nNo matter what brings you to Trimbakeshwar, you can count on Hotel Dhruv Palace to provide you with clean rooms, good food, and friendly service every time.\n<h4><strong>Book Your Hotel</strong> Room<strong> for 3 People in Trimbakeshwar Today</strong></h4>\nPlanning a trip can be stressful, but finding the right hotel room for 3 people in Trimbakeshwar doesn’t have to be. Hotel Dhruv Palace offers everything you need for a comfortable, relaxing, and enjoyable stay. Our spacious rooms, helpful staff, and great location make us the perfect choice for your visit.\n\nDon’t wait until the last minute. Book your three bed room today and experience the peace and comfort of Hotel Dhruv Palace. We look forward to welcoming you and making your stay a happy and memorable one.\n\n</div>\n<div style=\"max-width: 800px; margin: 0 auto; padding: 5px;\">\n<h2 style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></h2>\n<ol style=\"list-style: none; padding-left: 0;\">\n <li>\n<h5><strong>1. Do you offer a hotel room for 3 people in Trimbakeshwar?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we offer a comfortable hotel room for 3 people in Trimbakeshwar. The hotel room for 3 people in Trimbakeshwar includes spacious beds, modern amenities, and a peaceful ambiance perfect for families or small groups.</p>\n</li>\n <li>\n<h5><strong>2. Is there an AC hotel room for three people in Trimbakeshwar available at your property?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we provide an AC hotel room for three people in Trimbakeshwar. Each AC hotel room for three people in Trimbakeshwar comes with air conditioning, cozy beds, and essential facilities to ensure a relaxing stay.</p>\n</li>\n <li>\n<h5><strong>3. Can I book a hotel room with 3 beds in Trimbakeshwar for my family?</strong></h5>\n<p style=\"font-size: 14px;\">Absolutely! We have a hotel room with 3 beds in Trimbakeshwar designed for families or groups. The hotel room with 3 beds in Trimbakeshwar offers comfort, space, and privacy for a pleasant stay.</p>\n</li>\n <li>\n<h5><strong>4. Do you have a 3 bed hotel room in Trimbakeshwar for group travelers?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, our 3 bed hotel room in Trimbakeshwar is perfect for group travelers who prefer staying together. The 3 bed hotel room in Trimbakeshwar provides enough space and comfort for a convenient group experience.</p>\n</li>\n <li>\n<h5><strong>5. Is your Three Bed Hotel Room in Trimbakeshwar suitable for religious visitors?</strong></h5>\n<p style=\"font-size: 14px;\">Our Three Bed Hotel Room in Trimbakeshwar is ideal for religious visitors coming for temple visits. The Three Bed Hotel Room in Trimbakeshwar offers a peaceful atmosphere and is located just a short walk from the temple.</p>\n</li>\n <li>\n<h5><strong>6. Does your hotel offer a three bed hotel in Trimbakeshwar with modern amenities?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, we offer a fully equipped three bed hotel in Trimbakeshwar with modern amenities like air conditioning, LED TV, clean bathrooms, and Wi Fi. Staying at our three bed hotel in Trimbakeshwar ensures both comfort and convenience.</p>\n</li>\n <li>\n<h5><strong>7. Is the hotel room for 3 people in Trimbakeshwar close to the temple?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, the hotel room for 3 people in Trimbakeshwar is just 500 meters away from the Trimbakeshwar Temple. Guests staying in the hotel room for 3 people in Trimbakeshwar can easily walk to the temple for prayers and rituals.</p>\n</li>\n <li>\n<h5><strong>8. Are the AC hotel rooms for three people in Trimbakeshwar available year round?</strong></h5>\n<p style=\"font-size: 14px;\">Yes, the AC hotel room for three people in Trimbakeshwar is available throughout the year. No matter the season, the AC hotel room for three people in Trimbakeshwar provides a cool and relaxing stay.</p>\n</li>\n <li>\n<h5><strong>9. What facilities are included in the hotel room with 3 beds in Trimbakeshwar?</strong></h5>\n<p style=\"font-size: 14px;\">The hotel room with 3 beds in Trimbakeshwar includes comfortable bedding, air conditioning, LED TV, attached bathrooms, and room service. Our hotel room with 3 beds in Trimbakeshwar ensures a comfortable stay for all guests.</p>\n</li>\n <li>\n<h5><strong>10. How can I reserve a 3 bed hotel room in Trimbakeshwar for my trip?</strong></h5>\n<p style=\"font-size: 14px;\">You can easily contact us directly to reserve your 3 bed hotel room in Trimbakeshwar. Our staff will assist you in booking the 3 bed hotel room in Trimbakeshwar according to your travel dates and preferences.</p>\n</li>\n</ol>\n</div>\n \n<p style=\"font-weight: 600; color: #3b2f24; font-size: 16px; margin-top: 20px;\">Explore more: <span style=\"white-space: nowrap;\"><a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/restaurant/\">Restaurant</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/suite/\">Suite Room</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/family-8-bed/\">Family 8 Bed</a> | <a style=\"color: #a67939; text-decoration: none;\" href=\"https://hoteldhruvpalace.com/product/super-deluxe/\">Super Deluxe</a>\n</span></p>','Triple Sharing AC Bed in Trimbakeshwar','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1086-autosave-v1','','','2025-07-03 07:44:19','2025-07-03 07:44:19','',1086,'https://hoteldhruvpalace.com/?p=4762',0,'revision','',0);
/*!40000 ALTER TABLE `wpf4_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_rnb_availability`
--
DROP TABLE IF EXISTS `wpf4_rnb_availability`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_rnb_availability` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`pickup_datetime` timestamp NULL DEFAULT NULL,
`return_datetime` timestamp NULL DEFAULT NULL,
`rental_duration` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`product_id` bigint(20) unsigned DEFAULT NULL,
`inventory_id` bigint(20) unsigned DEFAULT NULL,
`order_id` bigint(20) unsigned DEFAULT NULL,
`item_id` bigint(20) unsigned DEFAULT NULL,
`lang` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'en',
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`block_by` enum('FRONTEND_ORDER','BACKEND_ORDER','CUSTOM') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'CUSTOM',
`delete_status` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_rnb_availability`
--
LOCK TABLES `wpf4_rnb_availability` WRITE;
/*!40000 ALTER TABLE `wpf4_rnb_availability` DISABLE KEYS */;
INSERT INTO `wpf4_rnb_availability` VALUES (1,'2022-03-22 16:30:00','2022-03-25 17:00:00','0Y:0M:3D:0H:30M',1053,1052,1054,1,'en','2022-03-07 14:58:20','2022-03-08 15:01:07','FRONTEND_ORDER',1),(2,'2022-03-14 17:30:00','2022-03-29 17:00:00','0Y:0M:14D:23H:30M',1053,1052,1055,2,'en','2022-03-07 15:03:30','2022-03-07 15:03:30','FRONTEND_ORDER',0),(3,'2022-03-17 17:00:00','2022-03-22 17:30:00','0Y:0M:5D:0H:30M',1053,1052,1055,3,'en','2022-03-07 15:03:30','2022-03-07 15:03:30','FRONTEND_ORDER',0),(4,'2022-03-14 17:30:00','2022-03-29 17:00:00','0Y:0M:14D:23H:30M',1053,1052,1055,4,'en','2022-03-07 15:14:12','2022-03-08 15:01:06','FRONTEND_ORDER',1),(5,'2022-03-17 17:00:00','2022-03-22 17:30:00','0Y:0M:5D:0H:30M',1053,1052,1055,5,'en','2022-03-07 15:14:12','2022-03-08 15:01:06','FRONTEND_ORDER',1),(6,'2022-03-16 18:00:00','2022-03-23 17:00:00','0Y:0M:6D:23H:0M',1053,1052,1056,6,'en','2022-03-07 15:26:08','2022-03-08 15:01:06','FRONTEND_ORDER',1),(7,'2022-03-16 18:00:00','2022-03-23 17:00:00','0Y:0M:6D:23H:0M',1053,1052,1057,7,'en','2022-03-07 15:41:31','2022-03-08 15:01:06','FRONTEND_ORDER',1),(8,'2022-03-16 18:30:00','2022-03-16 19:00:00','0Y:0M:0D:0H:30M',1053,1052,1057,8,'en','2022-03-07 15:41:31','2022-03-08 15:01:06','FRONTEND_ORDER',1),(9,'2022-03-23 18:00:00','2022-03-26 18:30:00','0Y:0M:3D:0H:30M',1053,1052,1064,9,'en','2022-03-07 17:00:54','2022-03-08 15:01:06','FRONTEND_ORDER',1),(10,'2022-03-23 18:00:00','2022-03-26 18:30:00','0Y:0M:3D:0H:30M',1053,1052,1064,10,'en','2022-03-07 17:00:54','2022-03-08 15:01:06','FRONTEND_ORDER',1),(11,'2022-03-08 19:00:00','2022-03-24 17:30:00','0Y:0M:15D:23H:30M',1061,1060,1064,11,'en','2022-03-07 17:00:54','2022-03-08 15:01:06','FRONTEND_ORDER',1),(12,'2022-03-08 19:00:00','2022-03-10 20:00:00','0Y:0M:2D:1H:0M',1061,1060,1065,12,'en','2022-03-07 17:03:16','2022-03-08 15:01:06','FRONTEND_ORDER',1),(13,'2022-03-15 19:00:00','2022-03-23 19:30:00','0Y:0M:8D:0H:30M',1061,1060,1066,13,'en','2022-03-07 17:06:00','2022-03-08 15:01:06','FRONTEND_ORDER',1),(14,'2022-03-10 19:30:00','2022-03-24 19:00:00','0Y:0M:14D:0H:30M',1061,1060,1068,14,'en','2022-03-07 17:12:00','2022-03-08 15:01:06','FRONTEND_ORDER',1),(15,'2022-03-23 18:00:00','2022-03-26 18:30:00','0Y:0M:3D:0H:30M',1053,1052,1078,15,'en','2022-03-07 17:20:17','2022-03-08 15:01:06','FRONTEND_ORDER',1),(16,'2022-03-09 20:00:00','2022-03-16 19:30:00','0Y:0M:7D:0H:30M',1061,1060,1078,16,'en','2022-03-07 17:20:17','2022-03-08 15:01:06','FRONTEND_ORDER',1),(17,'2022-03-16 13:30:00','2022-03-25 13:00:00','0Y:0M:8D:23H:30M',1086,1073,1092,17,'en','2022-03-08 11:11:42','2022-03-08 15:01:06','FRONTEND_ORDER',1),(19,'2022-03-17 15:00:00','2022-03-18 15:30:00','0Y:0M:1D:0H:30M',1083,1077,1104,19,'en','2022-03-08 12:01:20','2022-03-08 15:01:06','FRONTEND_ORDER',1),(20,'2022-03-09 15:30:00','2022-03-19 15:30:00','0Y:0M:10D:1H:0M',1061,1060,1104,20,'en','2022-03-08 12:01:20','2022-03-08 15:01:06','FRONTEND_ORDER',1),(21,'2022-03-26 16:30:00','2022-03-27 16:30:00','0Y:0M:1D:0H:0M',1061,1060,1144,21,'en','2022-03-08 14:56:41','2022-03-08 15:01:05','FRONTEND_ORDER',1),(22,'2022-03-25 16:30:00','2022-03-26 04:00:00','0Y:0M:0D:11H:30M',1061,1060,1148,22,'en','2022-03-08 15:03:15','2022-03-08 15:03:15','FRONTEND_ORDER',0),(23,'2022-03-09 17:30:00','2022-03-12 17:30:00','0Y:0M:3D:0H:0M',1079,1067,1148,23,'en','2022-03-08 15:03:15','2022-03-08 15:03:15','FRONTEND_ORDER',0),(24,'2022-03-10 17:30:00','2022-03-12 17:30:00','0Y:0M:2D:0H:0M',1061,1060,1153,24,'en','2022-03-08 15:09:25','2022-03-08 15:09:25','FRONTEND_ORDER',0),(25,'2022-03-21 14:00:00','2022-03-22 14:00:00','0Y:0M:1D:0H:0M',1086,1073,1611,25,'en','2022-03-10 10:25:55','2022-03-10 10:25:55','FRONTEND_ORDER',0),(26,'2022-03-14 12:00:00','2022-03-15 13:00:00','0Y:0M:1D:1H:0M',1086,1073,1611,26,'en','2022-03-10 10:25:55','2022-03-10 10:25:55','FRONTEND_ORDER',0),(27,'2022-03-11 15:00:00','2022-03-14 13:30:00','0Y:0M:2D:23H:30M',1086,1073,1611,27,'en','2022-03-10 10:25:55','2022-03-10 10:25:55','FRONTEND_ORDER',0),(28,'2022-09-22 12:00:00','2022-09-25 12:00:00','0Y:0M:3D:0H:0M',1061,1060,3523,28,'en','2022-09-15 11:13:32','2022-09-15 11:13:32','FRONTEND_ORDER',0),(29,'2022-09-20 07:00:00','2022-09-23 06:30:00','0Y:0M:2D:23H:30M',1080,1069,3524,29,'en','2022-09-18 08:41:13','2022-09-18 08:41:13','FRONTEND_ORDER',0),(30,'2022-09-24 10:30:00','2022-09-25 10:30:00','0Y:0M:1D:0H:0M',1079,1067,3525,30,'en','2022-09-20 10:19:11','2022-09-20 10:19:11','FRONTEND_ORDER',0),(31,'2022-09-28 08:30:00','2022-09-30 09:30:00','0Y:0M:2D:1H:0M',1080,1069,3527,31,'en','2022-09-24 05:53:05','2022-09-24 05:53:05','FRONTEND_ORDER',0),(32,'2022-10-06 14:30:00','2022-10-07 10:30:00','0Y:0M:0D:20H:0M',3535,3534,3539,32,'en','2022-10-06 08:38:41','2022-10-06 08:38:41','FRONTEND_ORDER',0),(33,'2022-10-10 03:30:00','2022-10-11 04:30:00','0Y:0M:1D:1H:0M',3535,3534,3559,33,'en','2022-10-08 07:02:01','2022-10-08 07:02:01','FRONTEND_ORDER',0),(34,'2022-10-25 07:00:00','2022-10-27 07:00:00','0Y:0M:2D:0H:0M',3535,3534,3559,34,'en','2022-10-08 07:02:01','2022-10-08 07:02:01','FRONTEND_ORDER',0),(35,'2022-10-24 10:30:00','2022-10-25 09:30:00','0Y:0M:0D:23H:0M',1082,1070,3559,35,'en','2022-10-08 07:02:01','2022-10-08 07:02:01','FRONTEND_ORDER',0),(36,'2022-10-11 16:30:00','2022-10-12 04:30:00','0Y:0M:0D:12H:0M',1086,1073,3560,36,'en','2022-10-10 10:05:16','2022-10-10 10:05:16','FRONTEND_ORDER',0),(37,'2022-10-12 05:30:00','2022-10-13 04:30:00','0Y:0M:0D:23H:0M',1086,1073,3565,37,'en','2022-10-11 00:41:27','2022-10-11 00:41:27','FRONTEND_ORDER',0),(38,'2022-12-21 10:30:00','2022-12-22 04:30:00','0Y:0M:0D:18H:0M',1084,1072,3634,38,'en','2022-11-08 03:09:50','2022-11-08 03:09:50','FRONTEND_ORDER',0),(39,'2022-12-21 10:30:00','2022-12-22 04:30:00','0Y:0M:0D:18H:0M',1084,1072,3634,39,'en','2022-11-08 03:16:18','2022-11-08 03:16:18','FRONTEND_ORDER',0),(40,'2022-12-21 10:30:00','2022-12-22 04:30:00','0Y:0M:0D:18H:0M',1084,1072,3634,40,'en','2022-11-08 03:16:46','2022-11-08 03:16:46','FRONTEND_ORDER',0),(41,'2022-12-31 06:30:00','2023-01-01 06:30:00','0Y:0M:1D:0H:0M',1079,1067,3635,41,'en','2022-12-02 02:44:35','2022-12-02 02:44:35','FRONTEND_ORDER',0),(42,'2022-12-25 04:00:00','2022-12-26 06:30:00','0Y:0M:1D:2H:30M',1082,1070,3636,42,'en','2022-12-16 00:33:47','2022-12-16 00:33:47','FRONTEND_ORDER',0),(52,'2022-12-31 07:00:00','2022-12-31 09:00:00','0Y:0M:0D:2H:0M',1061,1060,3648,51,'en','2022-12-16 06:30:23','2022-12-16 07:09:21','FRONTEND_ORDER',1),(54,'2022-12-31 11:00:00','2022-12-31 17:30:00','0Y:0M:0D:6H:30M',1061,1060,3650,53,'en','2022-12-16 06:34:10','2022-12-16 07:09:21','FRONTEND_ORDER',1),(67,'2022-12-26 18:30:43','2022-12-27 18:00:49','0Y:0M:0D:23H:30M',1061,1060,3662,66,'en','0000-00-00 00:00:00','2022-12-16 12:59:55','CUSTOM',0),(58,'2022-12-31 11:00:00','2022-12-31 17:30:00','0Y:0M:0D:6H:30M',1061,1060,3654,57,'en','2022-12-16 06:41:14','2022-12-16 07:09:21','FRONTEND_ORDER',1),(59,'2022-12-30 03:00:00','2022-12-30 17:00:00','0Y:0M:0D:14H:0M',1061,1060,3654,58,'en','2022-12-16 06:41:14','2022-12-16 07:09:21','FRONTEND_ORDER',1),(69,'2022-12-26 19:00:41','2022-12-27 17:30:49','0Y:0M:0D:22H:30M',1053,1052,3664,68,'en','0000-00-00 00:00:00','2022-12-16 13:02:57','CUSTOM',0),(70,'2022-12-26 18:30:15','2022-12-28 18:00:26','0Y:0M:1D:23H:30M',1053,1052,3665,69,'en','0000-00-00 00:00:00','2022-12-16 13:04:49','CUSTOM',0),(71,'2024-12-25 08:30:00','2024-12-26 05:30:00','0Y:0M:0D:21H:0M',1082,1070,4353,70,'en','2024-12-23 07:49:17','2024-12-23 07:49:17','FRONTEND_ORDER',0),(72,'2024-12-25 08:30:00','2024-12-26 05:30:00','0Y:0M:0D:21H:0M',1053,1052,4354,71,'en','2024-12-23 08:43:37','2024-12-23 08:43:37','FRONTEND_ORDER',0);
/*!40000 ALTER TABLE `wpf4_rnb_availability` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_rnb_inventory_product`
--
DROP TABLE IF EXISTS `wpf4_rnb_inventory_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_rnb_inventory_product` (
`inventory` bigint(20) unsigned NOT NULL,
`product` bigint(20) unsigned NOT NULL,
KEY `inventory` (`inventory`),
KEY `product` (`product`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_rnb_inventory_product`
--
LOCK TABLES `wpf4_rnb_inventory_product` WRITE;
/*!40000 ALTER TABLE `wpf4_rnb_inventory_product` DISABLE KEYS */;
INSERT INTO `wpf4_rnb_inventory_product` VALUES (1052,1053),(1060,1061),(1067,1079),(1069,1080),(1070,1082),(1077,1083),(1072,1084),(1074,1085),(1073,1086),(3531,3532),(3534,3535);
/*!40000 ALTER TABLE `wpf4_rnb_inventory_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_rzp_webhook_requests`
--
DROP TABLE IF EXISTS `wpf4_rzp_webhook_requests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_rzp_webhook_requests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`integration` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_id` int(11) NOT NULL,
`rzp_order_id` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`rzp_webhook_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`rzp_webhook_notified_at` int(11) DEFAULT NULL,
`rzp_update_order_cron_status` int(11) DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_rzp_webhook_requests`
--
LOCK TABLES `wpf4_rzp_webhook_requests` WRITE;
/*!40000 ALTER TABLE `wpf4_rzp_webhook_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_rzp_webhook_requests` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_term_relationships`
--
DROP TABLE IF EXISTS `wpf4_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_term_relationships`
--
LOCK TABLES `wpf4_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpf4_term_relationships` DISABLE KEYS */;
INSERT INTO `wpf4_term_relationships` VALUES (1,1,0),(7,2,0),(212,4,0),(235,5,0),(250,5,0),(3744,5,0),(452,5,0),(4123,32,0),(1053,20,0),(1053,30,0),(1061,20,0),(1061,30,0),(1079,20,0),(1079,30,0),(1080,20,0),(1080,30,0),(1082,20,0),(1082,30,0),(1083,20,0),(1083,30,0),(1084,20,0),(1084,30,0),(1085,20,0),(1085,30,0),(1086,20,0),(1269,5,0),(1856,1,0),(2674,5,0),(2824,21,0),(2824,26,0),(2873,5,0),(2947,5,0),(2965,5,0),(3535,19,0),(3535,20,0),(1086,30,0),(1052,31,0),(1052,28,0),(1052,29,0),(3673,5,0),(4423,33,0),(4423,34,0),(4423,35,0),(4423,36,0),(4424,37,0),(4424,38,0),(4424,35,0),(4424,39,0),(4424,40,0),(4693,41,0),(4693,42,0),(4694,41,0),(4694,42,0),(4718,1,0);
/*!40000 ALTER TABLE `wpf4_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_term_taxonomy`
--
DROP TABLE IF EXISTS `wpf4_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_term_taxonomy`
--
LOCK TABLES `wpf4_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpf4_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpf4_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'elementor_library_type','',0,1),(3,3,'elementor_library_type','',0,0),(4,4,'wp_theme','',0,1),(5,5,'nav_menu','',0,10),(6,6,'product_type','',0,0),(7,7,'product_type','',0,0),(8,8,'product_type','',0,0),(9,9,'product_type','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,0),(19,19,'product_cat','',0,0),(20,20,'product_type','',0,9),(21,21,'hb_room_type','',0,1),(22,22,'hb_room_type','',0,0),(23,23,'hb_room_capacity','',0,0),(24,24,'hb_room_capacity','',0,0),(25,25,'hb_room_capacity','',0,0),(26,26,'hb_room_capacity','',0,1),(27,27,'hb_room_capacity','',0,0),(28,28,'person','',0,1),(29,29,'person','',0,1),(30,30,'product_cat','',0,9),(31,31,'person','',0,1),(32,32,'elementor_library_type','',0,0),(33,33,'wpcode_type','',0,1),(34,34,'wpcode_location','',0,1),(35,35,'wpcode_tags','',0,2),(36,36,'wpcode_tags','',0,1),(37,37,'wpcode_type','',0,1),(38,38,'wpcode_location','',0,1),(39,39,'wpcode_tags','',0,1),(40,40,'wpcode_tags','',0,1),(41,41,'wpcode_type','',0,2),(42,42,'wpcode_location','',0,2);
/*!40000 ALTER TABLE `wpf4_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_termmeta`
--
DROP TABLE IF EXISTS `wpf4_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_termmeta`
--
LOCK TABLES `wpf4_termmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_termmeta` DISABLE KEYS */;
INSERT INTO `wpf4_termmeta` VALUES (1,19,'product_count_product_cat','0'),(2,30,'order','0'),(3,30,'display_type',''),(4,30,'thumbnail_id','0'),(5,30,'product_count_product_cat','9');
/*!40000 ALTER TABLE `wpf4_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_terms`
--
DROP TABLE IF EXISTS `wpf4_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_terms`
--
LOCK TABLES `wpf4_terms` WRITE;
/*!40000 ALTER TABLE `wpf4_terms` DISABLE KEYS */;
INSERT INTO `wpf4_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'section','section',0),(3,'page','page',0),(4,'hello-elementor','hello-elementor',0),(5,'Main Menu','main-menu',0),(6,'simple','simple',0),(7,'grouped','grouped',0),(8,'variable','variable',0),(9,'external','external',0),(10,'exclude-from-search','exclude-from-search',0),(11,'exclude-from-catalog','exclude-from-catalog',0),(12,'featured','featured',0),(13,'outofstock','outofstock',0),(14,'rated-1','rated-1',0),(15,'rated-2','rated-2',0),(16,'rated-3','rated-3',0),(17,'rated-4','rated-4',0),(18,'rated-5','rated-5',0),(19,'Uncategorized','uncategorized',0),(20,'redq_rental','redq_rental',0),(21,'Children Room','children-room',0),(22,'Couple Room','couple-room',0),(23,'1','1',0),(24,'2','2',0),(25,'3','3',0),(26,'4','4',0),(27,'5','5',0),(28,'1','1',0),(29,'2','2',0),(30,'Rooms','rooms',0),(31,'3','3',0),(32,'single-page','single-page',0),(33,'text','text',0),(34,'after_paragraph','after_paragraph',0),(35,'sample','sample',0),(36,'message','message',0),(37,'php','php',0),(38,'everywhere','everywhere',0),(39,'disable','disable',0),(40,'comments','comments',0),(41,'js','js',0),(42,'site_wide_header','site_wide_header',0);
/*!40000 ALTER TABLE `wpf4_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_tm_taskmeta`
--
DROP TABLE IF EXISTS `wpf4_tm_taskmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_tm_taskmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`task_id` bigint(20) NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `task_id` (`task_id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_tm_taskmeta`
--
LOCK TABLES `wpf4_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_tm_taskmeta` DISABLE KEYS */;
INSERT INTO `wpf4_tm_taskmeta` VALUES (1,1,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1562\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:576773;s:16:\"smush-sizes-info\";s:606:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:576773;s:10:\"compressed\";i:70528;}s:6:\"medium\";a:2:{s:8:\"original\";i:13647;s:10:\"compressed\";i:8197;}s:5:\"large\";a:2:{s:8:\"original\";i:91188;s:10:\"compressed\";i:52650;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7297;s:10:\"compressed\";i:4273;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58195;s:10:\"compressed\";i:33956;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:20942;s:10:\"compressed\";i:12418;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:40134;s:10:\"compressed\";i:23568;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4293;s:10:\"compressed\";i:2503;}}\";}'),(2,2,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1561\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:855902;s:16:\"smush-sizes-info\";s:608:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:855902;s:10:\"compressed\";i:115556;}s:6:\"medium\";a:2:{s:8:\"original\";i:15481;s:10:\"compressed\";i:8249;}s:5:\"large\";a:2:{s:8:\"original\";i:140657;s:10:\"compressed\";i:80068;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8690;s:10:\"compressed\";i:4564;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:87235;s:10:\"compressed\";i:47900;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:31227;s:10:\"compressed\";i:16582;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:56872;s:10:\"compressed\";i:30578;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4367;s:10:\"compressed\";i:2294;}}\";}'),(3,3,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1560\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:564798;s:16:\"smush-sizes-info\";s:606:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:564798;s:10:\"compressed\";i:70484;}s:6:\"medium\";a:2:{s:8:\"original\";i:12704;s:10:\"compressed\";i:7412;}s:5:\"large\";a:2:{s:8:\"original\";i:87199;s:10:\"compressed\";i:52015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7614;s:10:\"compressed\";i:4413;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:56572;s:10:\"compressed\";i:33310;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:22334;s:10:\"compressed\";i:13119;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:38730;s:10:\"compressed\";i:22597;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4273;s:10:\"compressed\";i:2473;}}\";}'),(4,4,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1559\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:530221;s:16:\"smush-sizes-info\";s:606:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:530221;s:10:\"compressed\";i:65876;}s:6:\"medium\";a:2:{s:8:\"original\";i:11927;s:10:\"compressed\";i:7010;}s:5:\"large\";a:2:{s:8:\"original\";i:82245;s:10:\"compressed\";i:48698;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6608;s:10:\"compressed\";i:3889;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:53332;s:10:\"compressed\";i:31096;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:18513;s:10:\"compressed\";i:11014;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:36468;s:10:\"compressed\";i:21084;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3884;s:10:\"compressed\";i:2257;}}\";}'),(5,5,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1558\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:526888;s:16:\"smush-sizes-info\";s:606:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526888;s:10:\"compressed\";i:63311;}s:6:\"medium\";a:2:{s:8:\"original\";i:11219;s:10:\"compressed\";i:6510;}s:5:\"large\";a:2:{s:8:\"original\";i:79180;s:10:\"compressed\";i:46608;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6473;s:10:\"compressed\";i:3709;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:51145;s:10:\"compressed\";i:29566;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19390;s:10:\"compressed\";i:11347;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34776;s:10:\"compressed\";i:19947;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3720;s:10:\"compressed\";i:2118;}}\";}'),(6,6,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1557\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:526434;s:16:\"smush-sizes-info\";s:606:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:526434;s:10:\"compressed\";i:60795;}s:6:\"medium\";a:2:{s:8:\"original\";i:11513;s:10:\"compressed\";i:6910;}s:5:\"large\";a:2:{s:8:\"original\";i:79041;s:10:\"compressed\";i:44894;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6913;s:10:\"compressed\";i:4023;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:50198;s:10:\"compressed\";i:29055;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:19092;s:10:\"compressed\";i:11318;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:34171;s:10:\"compressed\";i:20071;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:4018;s:10:\"compressed\";i:2312;}}\";}'),(7,7,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1555\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:484296;s:16:\"smush-sizes-info\";s:604:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:484296;s:10:\"compressed\";i:36539;}s:6:\"medium\";a:2:{s:8:\"original\";i:7018;s:10:\"compressed\";i:4043;}s:5:\"large\";a:2:{s:8:\"original\";i:53978;s:10:\"compressed\";i:27826;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4448;s:10:\"compressed\";i:2525;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:32030;s:10:\"compressed\";i:17671;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:12668;s:10:\"compressed\";i:7513;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:20975;s:10:\"compressed\";i:12138;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2728;s:10:\"compressed\";i:1565;}}\";}'),(8,8,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1554\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:486366;s:16:\"smush-sizes-info\";s:604:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:486366;s:10:\"compressed\";i:35917;}s:6:\"medium\";a:2:{s:8:\"original\";i:7308;s:10:\"compressed\";i:4148;}s:5:\"large\";a:2:{s:8:\"original\";i:53006;s:10:\"compressed\";i:26997;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4026;s:10:\"compressed\";i:2285;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:31554;s:10:\"compressed\";i:17103;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:10644;s:10:\"compressed\";i:6192;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:21073;s:10:\"compressed\";i:11909;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2515;s:10:\"compressed\";i:1400;}}\";}'),(9,9,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1552\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:404119;s:16:\"smush-sizes-info\";s:602:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:404119;s:10:\"compressed\";i:32733;}s:6:\"medium\";a:2:{s:8:\"original\";i:6727;s:10:\"compressed\";i:3616;}s:5:\"large\";a:2:{s:8:\"original\";i:47088;s:10:\"compressed\";i:25102;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2966;s:10:\"compressed\";i:1497;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:29347;s:10:\"compressed\";i:15999;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:8167;s:10:\"compressed\";i:4215;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:19915;s:10:\"compressed\";i:11129;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:1881;s:10:\"compressed\";i:923;}}\";}'),(10,10,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1551\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:468679;s:16:\"smush-sizes-info\";s:604:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:468679;s:10:\"compressed\";i:44202;}s:6:\"medium\";a:2:{s:8:\"original\";i:8697;s:10:\"compressed\";i:5036;}s:5:\"large\";a:2:{s:8:\"original\";i:60084;s:10:\"compressed\";i:33279;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5120;s:10:\"compressed\";i:2922;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:37661;s:10:\"compressed\";i:21367;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:14438;s:10:\"compressed\";i:8461;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:25502;s:10:\"compressed\";i:14734;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3080;s:10:\"compressed\";i:1766;}}\";}'),(11,11,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1550\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:505526;s:16:\"smush-sizes-info\";s:605:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:505526;s:10:\"compressed\";i:52589;}s:6:\"medium\";a:2:{s:8:\"original\";i:9237;s:10:\"compressed\";i:5364;}s:5:\"large\";a:2:{s:8:\"original\";i:70856;s:10:\"compressed\";i:38703;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5846;s:10:\"compressed\";i:3382;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:43068;s:10:\"compressed\";i:24535;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:17507;s:10:\"compressed\";i:10377;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:28565;s:10:\"compressed\";i:16676;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:3408;s:10:\"compressed\";i:1931;}}\";}'),(12,12,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"60\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:4:\"1549\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:473892;s:16:\"smush-sizes-info\";s:604:\"a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:473892;s:10:\"compressed\";i:39758;}s:6:\"medium\";a:2:{s:8:\"original\";i:7857;s:10:\"compressed\";i:4531;}s:5:\"large\";a:2:{s:8:\"original\";i:57816;s:10:\"compressed\";i:28865;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4814;s:10:\"compressed\";i:2766;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:34153;s:10:\"compressed\";i:18288;}s:21:\"woocommerce_thumbnail\";a:2:{s:8:\"original\";i:13329;s:10:\"compressed\";i:7735;}s:18:\"woocommerce_single\";a:2:{s:8:\"original\";i:22565;s:10:\"compressed\";i:12782;}s:29:\"woocommerce_gallery_thumbnail\";a:2:{s:8:\"original\";i:2931;s:10:\"compressed\";i:1659;}}\";}');
/*!40000 ALTER TABLE `wpf4_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_tm_tasks`
--
DROP TABLE IF EXISTS `wpf4_tm_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_tm_tasks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`type` varchar(300) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`class_identifier` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
`attempts` int(11) DEFAULT 0,
`description` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`time_created` timestamp NOT NULL DEFAULT current_timestamp(),
`last_locked_at` bigint(20) DEFAULT 0,
`status` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_tm_tasks`
--
LOCK TABLES `wpf4_tm_tasks` WRITE;
/*!40000 ALTER TABLE `wpf4_tm_tasks` DISABLE KEYS */;
INSERT INTO `wpf4_tm_tasks` VALUES (1,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1562, started on : March 09, 2022 12:36:09','2022-03-09 12:36:09',0,'complete'),(2,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1561, started on : March 09, 2022 12:36:35','2022-03-09 12:36:35',0,'complete'),(3,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1560, started on : March 10, 2022 05:38:14','2022-03-10 05:38:14',0,'complete'),(4,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1559, started on : March 10, 2022 06:27:35','2022-03-10 06:27:35',0,'complete'),(5,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1558, started on : March 10, 2022 06:28:01','2022-03-10 06:28:01',0,'complete'),(6,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1557, started on : March 10, 2022 06:29:05','2022-03-10 06:29:05',0,'complete'),(7,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1555, started on : March 10, 2022 06:56:14','2022-03-10 06:56:14',0,'complete'),(8,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1554, started on : March 10, 2022 06:57:55','2022-03-10 06:57:55',0,'complete'),(9,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1552, started on : March 10, 2022 07:28:32','2022-03-10 07:28:32',0,'complete'),(10,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1551, started on : March 10, 2022 07:29:28','2022-03-10 07:29:28',0,'complete'),(11,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1550, started on : March 10, 2022 07:33:26','2022-03-10 07:33:26',0,'complete'),(12,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 1549, started on : March 10, 2022 08:07:42','2022-03-10 08:07:42',0,'complete');
/*!40000 ALTER TABLE `wpf4_tm_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_usermeta`
--
DROP TABLE IF EXISTS `wpf4_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2023 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_usermeta`
--
LOCK TABLES `wpf4_usermeta` WRITE;
/*!40000 ALTER TABLE `wpf4_usermeta` DISABLE KEYS */;
INSERT INTO `wpf4_usermeta` VALUES (1,1,'nickname','dosneh'),(2,1,'first_name','Test'),(3,1,'last_name','Demo'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpf4_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"9041142b963efd1ec4e8f46e4991cf474a7bb99827514be2b620447841fc328f\";a:4:{s:10:\"expiration\";i:1647403774;s:2:\"ip\";s:14:\"117.99.106.198\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36\";s:5:\"login\";i:1647230974;}s:64:\"9a519d40b257ae9b6cf68049331dc80cb1d8a5fa7d3ef0fd0de0b67a6875e01b\";a:4:{s:10:\"expiration\";i:1647416237;s:2:\"ip\";s:14:\"117.99.106.198\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36\";s:5:\"login\";i:1647243437;}}'),(807,34,'nickname','test19126968'),(808,34,'first_name',''),(272,2,'upload_per_page','100'),(240,2,'edit_page_per_page','50'),(159,2,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:178:\"e-dashboard-overview,dashboard_site_health,wc_admin_dashboard_setup,wpmet-stories,dashboard_right_now,wp_mail_smtp_reports_widget_lite,dashboard_activity,booking_dashboard_widget\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(161,2,'meta-box-order_tf_header_footer','a:3:{s:4:\"side\";s:56:\"submitdiv,pageparentdiv,postimagediv,rocket_post_exclude\";s:6:\"normal\";s:21:\"tfhf-meta-box,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(162,2,'screen_layout_tf_header_footer','2'),(163,2,'wpf4_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&posts_list_mode=list'),(164,2,'wpf4_user-settings-time','1751448984'),(153,2,'closedpostboxes_dashboard','a:3:{i:0;s:20:\"e-dashboard-overview\";i:1;s:21:\"dashboard_site_health\";i:2;s:24:\"wc_admin_dashboard_setup\";}'),(160,2,'show_welcome_panel','0'),(154,2,'metaboxhidden_dashboard','a:0:{}'),(155,2,'woocommerce_admin_android_app_banner_dismissed','\"yes\"'),(156,2,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:85:\"woocommerce-order-actions,wpo_wcpdf_send_emails,wpo_wcpdf-box,woocommerce-order-notes\";s:6:\"normal\";s:110:\"woocommerce-order-data,wpo_wcpdf-data-input-box,woocommerce-order-items,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(17,1,'wpf4_dashboard_quick_press_last_post_id','1618'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"117.99.106.0\";}'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:4:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:30:\"add-post-type-tf_header_footer\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";}'),(21,1,'nav_menu_recently_edited','5'),(22,1,'wpf4_user-settings','libraryContent=browse&editor=tinymce&pickup_location_tab=pop&dropoff_location_tab=pop&resource_tab=pop&rnb_categories_tab=pop&posts_list_mode=list'),(23,1,'wpf4_user-settings-time','1646974168'),(25,1,'_woocommerce_tracks_anon_id','woo:nmAJVmq3IR0/PATSDVcaFmBz'),(26,1,'wc_last_active','1647216000'),(29,1,'last_update','1648272343'),(57,1,'manageedit-shop_ordercolumnshidden','a:2:{i:0;s:15:\"billing_address\";i:1;s:16:\"shipping_address\";}'),(30,1,'billing_first_name','Bhavesh'),(31,1,'billing_last_name','Patel'),(32,1,'billing_company','Customize Theme'),(33,1,'billing_address_1','E-2101 Central Bazzar'),(34,1,'billing_address_2','Varachha'),(35,1,'billing_city','Surat'),(36,1,'billing_state','GJ'),(37,1,'billing_postcode','395006'),(38,1,'billing_country','IN'),(39,1,'billing_email','konigin188@gmail.com'),(40,1,'billing_phone','08905434034'),(41,1,'shipping_method',''),(97,2,'billing_first_name','bhavesh'),(98,2,'billing_last_name','patel'),(79,2,'nickname','H_dhruvpalace'),(80,2,'first_name','bhavesh'),(81,2,'last_name','patel'),(82,2,'description',''),(83,2,'rich_editing','true'),(84,2,'syntax_highlighting','true'),(85,2,'comment_shortcuts','false'),(86,2,'admin_color','fresh'),(87,2,'use_ssl','0'),(88,2,'show_admin_bar_front','true'),(89,2,'locale',''),(90,2,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(91,2,'wpf4_user_level','10'),(92,2,'dismissed_wp_pointers','theme_editor_notice,plugin_editor_notice'),(93,2,'last_update','1751276809'),(99,2,'billing_company',''),(100,2,'billing_address_1','ct'),(101,2,'billing_address_2',''),(102,2,'billing_city','surat'),(103,2,'billing_postcode','395010'),(104,2,'billing_country','IN'),(105,2,'billing_state','GJ'),(106,2,'billing_phone','1234567895'),(107,2,'billing_email','dosneh@gmail.com'),(108,2,'shipping_first_name',''),(109,2,'shipping_last_name',''),(110,2,'shipping_company',''),(111,2,'shipping_address_1',''),(112,2,'shipping_address_2',''),(113,2,'shipping_city',''),(114,2,'shipping_postcode',''),(115,2,'shipping_country',''),(116,2,'shipping_state',''),(117,2,'shipping_phone',''),(165,2,'session_tokens','a:2:{s:64:\"285d58c256e962405c45ccbe33f34935bbfdbc38f9820af2c5373148d2443b79\";a:4:{s:10:\"expiration\";i:1751903308;s:2:\"ip\";s:12:\"49.36.217.79\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1750693708;}s:64:\"2392a552c40f6f229f9ae443d76189e9d7e85798327ddb0a8215347c5456eb9f\";a:4:{s:10:\"expiration\";i:1752476197;s:2:\"ip\";s:14:\"106.222.213.17\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";s:5:\"login\";i:1751266597;}}'),(1971,89,'comment_shortcuts','false'),(1098,52,'nickname','Timothyfrifs'),(1099,52,'first_name',''),(1100,52,'last_name',''),(1101,52,'description',''),(1102,52,'rich_editing','true'),(914,41,'nickname','test46030452'),(915,41,'first_name',''),(916,41,'last_name',''),(917,41,'description',''),(918,41,'rich_editing','true'),(919,41,'syntax_highlighting','true'),(920,41,'comment_shortcuts','false'),(921,41,'admin_color','fresh'),(922,41,'use_ssl','0'),(278,2,'meta-box-order_product','a:3:{s:4:\"side\";s:104:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag,rocket_post_exclude\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(465,11,'last_update','1680909586'),(579,19,'syntax_highlighting','true'),(336,5,'nickname','srivastavasaurabh75'),(337,5,'first_name',''),(338,5,'last_name',''),(339,5,'description',''),(340,5,'rich_editing','true'),(341,5,'syntax_highlighting','true'),(342,5,'comment_shortcuts','false'),(343,5,'admin_color','fresh'),(344,5,'use_ssl','0'),(345,5,'show_admin_bar_front','true'),(346,5,'locale',''),(347,5,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(348,5,'wpf4_user_level','0'),(349,5,'last_update','1667660853'),(350,5,'session_tokens','a:1:{s:64:\"b37c2916a9e5c4e965dc1ec1880101f7fe97f8d48cb870cd2bcbf60114df9aee\";a:4:{s:10:\"expiration\";i:1668870454;s:2:\"ip\";s:14:\"103.173.240.10\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 12; SM-A315F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1667660854;}}'),(351,5,'wc_last_active','1667865600'),(119,2,'wc_last_active','1751500800'),(283,2,'closedpostboxes_product','a:1:{i:0;s:10:\"wpseo_meta\";}'),(284,2,'metaboxhidden_product','a:2:{i:2;s:10:\"postcustom\";i:3;s:7:\"slugdiv\";}'),(285,2,'screen_layout_product','2'),(279,2,'shipping_method',''),(121,2,'_woocommerce_tracks_anon_id','woo:eD/+YFIIwBs5hyS4TLqlIidW'),(122,2,'wpf4_dashboard_quick_press_last_post_id','4761'),(124,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"106.222.215.0\";}'),(126,1,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(127,1,'metaboxhidden_dashboard','a:0:{}'),(143,1,'edit_elementor_library_per_page','200'),(144,1,'wpf4_elementor_connect_common_data','a:3:{s:9:\"client_id\";s:32:\"mJSEdGaSP4gf7GaQXdu8AMiypwx1utha\";s:11:\"auth_secret\";s:32:\"ccRbYPVpTM9zGmM3uAmu8vQe5JYBgO1D\";s:5:\"state\";s:12:\"WG5UgbJrIu82\";}'),(145,1,'wpf4_elementor_editor_user_favorites','a:0:{}'),(148,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(809,34,'last_name',''),(157,2,'screen_layout_shop_order','2'),(173,1,'shipping_first_name',''),(174,1,'shipping_last_name',''),(175,1,'shipping_company',''),(176,1,'shipping_address_1',''),(177,1,'shipping_address_2',''),(178,1,'shipping_city',''),(179,1,'shipping_postcode',''),(180,1,'shipping_country',''),(181,1,'shipping_state',''),(182,1,'shipping_phone',''),(184,2,'rocketcdn_dismiss_notice','1'),(187,2,'nav_menu_recently_edited','5'),(188,2,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(189,2,'metaboxhidden_nav-menus','a:16:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:23:\"add-post-type-inventory\";i:3;s:30:\"add-post-type-tf_header_footer\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";i:8;s:18:\"add-rnb_categories\";i:9;s:12:\"add-resource\";i:10;s:10:\"add-person\";i:11;s:12:\"add-deposite\";i:12;s:14:\"add-attributes\";i:13;s:12:\"add-features\";i:14;s:19:\"add-pickup_location\";i:15;s:20:\"add-dropoff_location\";}'),(191,2,'closedpostboxes_inventory','a:1:{i:0;s:19:\"dropoff_locationdiv\";}'),(192,2,'metaboxhidden_inventory','a:1:{i:0;s:7:\"slugdiv\";}'),(215,2,'wpf4_media_library_mode','grid'),(296,3,'syntax_highlighting','true'),(297,3,'comment_shortcuts','false'),(298,3,'admin_color','fresh'),(299,3,'use_ssl','0'),(300,3,'show_admin_bar_front','true'),(292,3,'first_name',''),(293,3,'last_name',''),(294,3,'description',''),(295,3,'rich_editing','true'),(367,2,'wpf4_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:2:{s:12:\"welcomeGuide\";b:0;s:14:\"fullscreenMode\";b:0;}s:9:\"_modified\";s:24:\"2025-06-30T09:46:22.556Z\";s:4:\"core\";a:3:{s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:16:\"discussion-panel\";i:2;s:14:\"featured-image\";i:3;s:15:\"page-attributes\";i:4;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:0;s:11:\"pinnedItems\";a:1:{s:21:\"yoast-seo/seo-sidebar\";b:1;}}}'),(358,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"398f2bd60b888c2830c56877affc6537\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-06-28\";s:11:\"pickup_time\";s:5:\"08:30\";s:12:\"dropoff_date\";s:10:\"2025-06-28\";s:12:\"dropoff_time\";s:5:\"09:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"06/28/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-06-28\";}s:3:\"iso\";a:1:{i:0;i:1751099400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 04: 59: 30\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-06-28\";s:11:\"pickup_time\";s:5:\"08:30\";s:12:\"dropoff_date\";s:10:\"2025-06-28\";s:12:\"dropoff_time\";s:5:\"09:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-06-28\";s:11:\"return_time\";s:5:\"09:00\";}}s:3:\"key\";s:32:\"398f2bd60b888c2830c56877affc6537\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}s:32:\"02b9ae232c3ee5172acc29cbe1bc1aaf\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-15\";s:11:\"pickup_time\";s:5:\"11:30\";s:12:\"dropoff_date\";s:10:\"2025-07-17\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:50;s:4:\"days\";i:2;s:5:\"hours\";d:2;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"07/15/2025\";i:1;s:10:\"07/16/2025\";}s:5:\"saved\";a:2:{i:0;s:10:\"2025-07-15\";i:1;s:10:\"2025-07-16\";}s:3:\"iso\";a:2:{i:0;i:1752579000;i:1;i:1752665400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:4400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4400;s:18:\"deposit_free_total\";d:4400;}s:4:\"cost\";d:4400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4400;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 08: 37\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-15\";s:11:\"pickup_time\";s:5:\"11:30\";s:12:\"dropoff_date\";s:10:\"2025-07-17\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"4400\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-17\";s:11:\"return_time\";s:5:\"13:00\";}}s:3:\"key\";s:32:\"02b9ae232c3ee5172acc29cbe1bc1aaf\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4400;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4400;s:8:\"line_tax\";d:0;}s:32:\"832f3c98fe6539107a1c6f3ced90bac3\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2025-07-10\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:26;s:4:\"days\";i:1;s:5:\"hours\";d:2;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"07/09/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-07-09\";}s:3:\"iso\";a:1:{i:0;i:1752057000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 19: 58\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2025-07-10\";s:12:\"dropoff_time\";s:5:\"12:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-10\";s:11:\"return_time\";s:5:\"12:30\";}}s:3:\"key\";s:32:\"832f3c98fe6539107a1c6f3ced90bac3\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}s:32:\"27bd91b1001fdcf58e38a97a85c8db3e\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-26\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2025-07-28\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:48;s:4:\"days\";i:1;s:5:\"hours\";d:24;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"07/26/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-07-26\";}s:3:\"iso\";a:1:{i:0;i:1753534800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 50: 08\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-26\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2025-07-28\";s:12:\"dropoff_time\";s:5:\"12:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-28\";s:11:\"return_time\";s:5:\"12:30\";}}s:3:\"key\";s:32:\"27bd91b1001fdcf58e38a97a85c8db3e\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}}}'),(359,2,'closedpostboxes_toplevel_page_advanced-iframe','a:17:{i:0;s:16:\"id-advanced-zoom\";i:1;s:16:\"id-advanced-lazy\";i:2;s:22:\"id-advanced-parameters\";i:3;s:27:\"id-external-ai-config-files\";i:4;s:31:\"id-external-ai-config-files-url\";i:5;s:17:\"id-files-overview\";i:6;s:14:\"id-file-parent\";i:7;s:14:\"id-file-iframe\";i:8;s:16:\"id-files-include\";i:9;s:14:\"id-file-parent\";i:10;s:11:\"id-help-faq\";i:11;s:13:\"id-help-forum\";i:12;s:15:\"id-help-support\";i:13;s:10:\"id-help-id\";i:14;s:14:\"id-help-jquery\";i:15;s:15:\"id-help-browser\";i:16;s:11:\"id-help-twg\";}'),(372,6,'nickname','laylahassan642'),(373,6,'first_name',''),(374,6,'last_name',''),(375,6,'description',''),(376,6,'rich_editing','true'),(377,6,'syntax_highlighting','true'),(378,6,'comment_shortcuts','false'),(379,6,'admin_color','fresh'),(380,6,'use_ssl','0'),(360,2,'metaboxhidden_toplevel_page_advanced-iframe','a:34:{i:0;s:15:\"id-default-help\";i:1;s:19:\"id-default-examples\";i:2;s:19:\"id-default-settings\";i:3;s:20:\"id-advanced-features\";i:4;s:18:\"id-advanced-resize\";i:5;s:16:\"id-advanced-part\";i:6;s:16:\"id-advanced-hide\";i:7;s:25:\"id-advanced-modify-iframe\";i:8;s:25:\"id-advanced-modify-parent\";i:9;s:17:\"id-advanced-layer\";i:10;s:16:\"id-advanced-zoom\";i:11;s:16:\"id-advanced-lazy\";i:12;s:22:\"id-advanced-parameters\";i:13;s:20:\"id-external-overview\";i:14;s:21:\"id-external-subdomain\";i:15;s:21:\"id-external-different\";i:16;s:26:\"id-external-ai-config-post\";i:17;s:23:\"id-external-ai-overview\";i:18;s:27:\"id-external-ai-config-files\";i:19;s:31:\"id-external-ai-config-files-url\";i:20;s:17:\"id-files-overview\";i:21;s:14:\"id-file-parent\";i:22;s:14:\"id-file-iframe\";i:23;s:16:\"id-files-include\";i:24;s:14:\"id-file-parent\";i:25;s:13:\"id-help-video\";i:26;s:11:\"id-help-faq\";i:27;s:13:\"id-help-forum\";i:28;s:15:\"id-help-support\";i:29;s:10:\"id-help-id\";i:30;s:14:\"id-help-jquery\";i:31;s:15:\"id-help-browser\";i:32;s:21:\"id-help-communication\";i:33;s:11:\"id-help-twg\";}'),(307,4,'nickname','harshdhaduk18'),(308,4,'first_name','Harsh'),(309,4,'last_name','Dhaduk'),(310,4,'description',''),(311,4,'rich_editing','true'),(312,4,'syntax_highlighting','true'),(313,4,'comment_shortcuts','false'),(314,4,'admin_color','fresh'),(315,4,'use_ssl','0'),(316,4,'show_admin_bar_front','true'),(317,4,'locale',''),(318,4,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(319,4,'wpf4_user_level','0'),(320,4,'last_update','1665505160'),(321,4,'session_tokens','a:2:{s:64:\"017b63241ca444608ec65c0e7474ccf75b9e9d8596777493da38a39c2d0ca7de\";a:4:{s:10:\"expiration\";i:1666714662;s:2:\"ip\";s:14:\"103.157.207.72\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Linux; Android 11; RMX2002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1665505062;}s:64:\"47324d56d3b68e973b2d96d7421449acd4dfeb0cfc565cfc917f504c8d73608f\";a:4:{s:10:\"expiration\";i:1666268840;s:2:\"ip\";s:14:\"103.157.207.72\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Linux; Android 11; RMX2002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1666096040;}}'),(322,4,'wc_last_active','1666051200'),(323,4,'billing_first_name','Harsh'),(324,4,'billing_last_name','Dhaduk'),(326,4,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"04be691c9069df9334c387b442c69740\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-14\";s:11:\"pickup_time\";s:5:\"01:00\";s:12:\"dropoff_date\";s:10:\"2022-10-15\";s:12:\"dropoff_time\";s:5:\"16:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:40;s:4:\"days\";i:1;s:5:\"hours\";d:16;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/14/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-14\";}s:3:\"iso\";a:1:{i:0;i:1665709200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}s:4:\"cost\";d:2400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2400;}s:13:\"item_added_at\";s:21:\"2022-10-12 11: 30: 40\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-10-14\";s:11:\"pickup_time\";s:5:\"01:00\";s:12:\"dropoff_date\";s:10:\"2022-10-15\";s:12:\"dropoff_time\";s:5:\"16:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"2400\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-10-15\";s:11:\"return_time\";s:5:\"16:30\";}}s:3:\"key\";s:32:\"04be691c9069df9334c387b442c69740\";s:10:\"product_id\";i:1086;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2400;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:2400;s:8:\"line_tax\";i:0;}}}'),(291,3,'nickname','konigin188'),(301,3,'locale',''),(302,3,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(303,3,'wpf4_user_level','0'),(304,3,'last_update','1665468372'),(460,11,'show_admin_bar_front','true'),(461,11,'locale',''),(462,11,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(463,11,'wpf4_user_level','10'),(464,11,'default_password_nag','1'),(306,3,'wc_last_active','1665446400'),(381,6,'show_admin_bar_front','true'),(382,6,'locale',''),(383,6,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(384,6,'wpf4_user_level','0'),(385,6,'last_update','1680385516'),(386,6,'session_tokens','a:1:{s:64:\"37a504d036ec943dc9bfb1a23a5320ec2361a079e2683bf044206fe534211191\";a:4:{s:10:\"expiration\";i:1681595117;s:2:\"ip\";s:12:\"45.135.1.222\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1680385517;}}'),(387,6,'wc_last_active','1680307200'),(388,7,'nickname','intervalaf'),(389,7,'first_name',''),(390,7,'last_name',''),(391,7,'description',''),(392,7,'rich_editing','true'),(393,7,'syntax_highlighting','true'),(394,7,'comment_shortcuts','false'),(395,7,'admin_color','fresh'),(396,7,'use_ssl','0'),(397,7,'show_admin_bar_front','true'),(398,7,'locale',''),(399,7,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(400,7,'wpf4_user_level','10'),(401,7,'default_password_nag','1'),(402,7,'last_update','1680392430'),(403,8,'nickname','inemiusfaymarcymr'),(404,8,'first_name',''),(405,8,'last_name',''),(406,8,'description',''),(407,8,'rich_editing','true'),(408,8,'syntax_highlighting','true'),(409,8,'comment_shortcuts','false'),(410,8,'admin_color','fresh'),(411,8,'use_ssl','0'),(412,8,'show_admin_bar_front','true'),(413,8,'locale',''),(414,8,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(415,8,'wpf4_user_level','0'),(416,8,'last_update','1680413111'),(417,8,'session_tokens','a:1:{s:64:\"5969c138f0b155898b6436e60ad9e39fcac3cd8c372a0d106fa5c6b5100d8193\";a:4:{s:10:\"expiration\";i:1681622713;s:2:\"ip\";s:14:\"217.145.227.79\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1680413113;}}'),(418,8,'wc_last_active','1680393600'),(419,9,'nickname','dituparchm'),(420,9,'first_name',''),(421,9,'last_name',''),(422,9,'description',''),(423,9,'rich_editing','true'),(424,9,'syntax_highlighting','true'),(425,9,'comment_shortcuts','false'),(426,9,'admin_color','fresh'),(427,9,'use_ssl','0'),(428,9,'show_admin_bar_front','true'),(429,9,'locale',''),(430,9,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(431,9,'wpf4_user_level','10'),(432,9,'default_password_nag','1'),(433,9,'last_update','1680419576'),(435,10,'nickname','ellenhpbe'),(436,10,'first_name',''),(437,10,'last_name',''),(438,10,'description',''),(439,10,'rich_editing','true'),(440,10,'syntax_highlighting','true'),(441,10,'comment_shortcuts','false'),(442,10,'admin_color','fresh'),(443,10,'use_ssl','0'),(444,10,'show_admin_bar_front','true'),(445,10,'locale',''),(446,10,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(447,10,'wpf4_user_level','0'),(448,10,'last_update','1680892582'),(449,10,'session_tokens','a:1:{s:64:\"711099776df68e9ba1b1a4bfc6418cb70a11535b1c2e90ac56675e0b82efa42c\";a:4:{s:10:\"expiration\";i:1682102185;s:2:\"ip\";s:15:\"193.233.216.222\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";s:5:\"login\";i:1680892585;}}'),(450,10,'wc_last_active','1680825600'),(451,11,'nickname','caveguqein'),(452,11,'first_name',''),(453,11,'last_name',''),(454,11,'description',''),(455,11,'rich_editing','true'),(456,11,'syntax_highlighting','true'),(457,11,'comment_shortcuts','false'),(458,11,'admin_color','fresh'),(459,11,'use_ssl','0'),(574,19,'nickname','xtw183879b34'),(575,19,'first_name',''),(576,19,'last_name',''),(577,19,'description',''),(578,19,'rich_editing','true'),(467,12,'nickname','sssdsasss'),(468,12,'first_name',''),(469,12,'last_name',''),(470,12,'description',''),(471,12,'rich_editing','true'),(472,12,'syntax_highlighting','true'),(473,12,'comment_shortcuts','false'),(474,12,'admin_color','fresh'),(475,12,'use_ssl','0'),(476,12,'show_admin_bar_front','true'),(477,12,'locale',''),(478,12,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(479,12,'wpf4_user_level','0'),(480,12,'last_update','1682011427'),(481,12,'session_tokens','a:1:{s:64:\"23aac8b7d8a8af630650a93cd267e89b888849ccdf39eb73e26f455b35bfad95\";a:4:{s:10:\"expiration\";i:1683221029;s:2:\"ip\";s:13:\"176.67.86.188\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";s:5:\"login\";i:1682011429;}}'),(482,13,'nickname','testuseradmin'),(483,13,'first_name',''),(484,13,'last_name',''),(485,13,'description',''),(486,13,'rich_editing','true'),(487,13,'syntax_highlighting','true'),(488,13,'comment_shortcuts','false'),(489,13,'admin_color','fresh'),(490,13,'use_ssl','0'),(491,13,'show_admin_bar_front','true'),(492,13,'locale',''),(493,13,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(494,13,'wpf4_user_level','10'),(495,13,'default_password_nag','1'),(496,13,'last_update','1682058166'),(497,14,'nickname','testusers'),(498,14,'first_name',''),(499,14,'last_name',''),(500,14,'description',''),(501,14,'rich_editing','true'),(502,14,'syntax_highlighting','true'),(503,14,'comment_shortcuts','false'),(504,14,'admin_color','fresh'),(505,14,'use_ssl','0'),(506,14,'show_admin_bar_front','true'),(507,14,'locale',''),(508,14,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(509,14,'wpf4_user_level','10'),(510,14,'default_password_nag','1'),(511,14,'last_update','1682067747'),(512,15,'nickname','tetusers'),(513,15,'first_name',''),(514,15,'last_name',''),(515,15,'description',''),(516,15,'rich_editing','true'),(517,15,'syntax_highlighting','true'),(518,15,'comment_shortcuts','false'),(519,15,'admin_color','fresh'),(520,15,'use_ssl','0'),(521,15,'show_admin_bar_front','true'),(522,15,'locale',''),(523,15,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(524,15,'wpf4_user_level','10'),(525,15,'default_password_nag','1'),(526,15,'last_update','1682272707'),(527,16,'nickname','xtw1838789bd'),(528,16,'first_name',''),(529,16,'last_name',''),(530,16,'description',''),(531,16,'rich_editing','true'),(532,16,'syntax_highlighting','true'),(533,16,'comment_shortcuts','false'),(534,16,'admin_color','fresh'),(535,16,'use_ssl','0'),(536,16,'show_admin_bar_front','true'),(537,16,'locale',''),(538,16,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(539,16,'wpf4_user_level','0'),(540,16,'last_update','1684815553'),(541,16,'session_tokens','a:1:{s:64:\"54931ea672c8716e0f692e0941ddac4deaa4d525774054c320dddb571f967126\";a:4:{s:10:\"expiration\";i:1686025155;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:112:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2791.90 Safari/537.36\";s:5:\"login\";i:1684815555;}}'),(542,16,'wc_last_active','1684800000'),(543,17,'nickname','xtw183878b71'),(544,17,'first_name',''),(545,17,'last_name',''),(546,17,'description',''),(547,17,'rich_editing','true'),(548,17,'syntax_highlighting','true'),(549,17,'comment_shortcuts','false'),(550,17,'admin_color','fresh'),(551,17,'use_ssl','0'),(552,17,'show_admin_bar_front','true'),(553,17,'locale',''),(554,17,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(555,17,'wpf4_user_level','10'),(556,17,'default_password_nag','1'),(557,17,'last_update','1684815586'),(558,18,'nickname','test19171326'),(559,18,'first_name',''),(560,18,'last_name',''),(561,18,'description',''),(562,18,'rich_editing','true'),(563,18,'syntax_highlighting','true'),(564,18,'comment_shortcuts','false'),(565,18,'admin_color','fresh'),(566,18,'use_ssl','0'),(567,18,'show_admin_bar_front','true'),(568,18,'locale',''),(569,18,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(570,18,'wpf4_user_level','10'),(571,18,'default_password_nag','1'),(572,18,'last_update','1684816743'),(580,19,'comment_shortcuts','false'),(581,19,'admin_color','fresh'),(582,19,'use_ssl','0'),(583,19,'show_admin_bar_front','true'),(584,19,'locale',''),(585,19,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(586,19,'wpf4_user_level','0'),(587,19,'last_update','1684848359'),(588,19,'session_tokens','a:1:{s:64:\"3f2c1f99d883589999161adac339dd16054643cee8784e30217f4c4d9c44f185\";a:4:{s:10:\"expiration\";i:1686057961;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1684848361;}}'),(589,19,'wc_last_active','1684800000'),(590,20,'nickname','xtw18387841d'),(591,20,'first_name',''),(592,20,'last_name',''),(593,20,'description',''),(594,20,'rich_editing','true'),(595,20,'syntax_highlighting','true'),(596,20,'comment_shortcuts','false'),(597,20,'admin_color','fresh'),(598,20,'use_ssl','0'),(599,20,'show_admin_bar_front','true'),(600,20,'locale',''),(601,20,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(602,20,'wpf4_user_level','10'),(603,20,'default_password_nag','1'),(604,20,'last_update','1684848427'),(605,21,'nickname','test28520693'),(606,21,'first_name',''),(607,21,'last_name',''),(608,21,'description',''),(609,21,'rich_editing','true'),(610,21,'syntax_highlighting','true'),(611,21,'comment_shortcuts','false'),(612,21,'admin_color','fresh'),(613,21,'use_ssl','0'),(614,21,'show_admin_bar_front','true'),(615,21,'locale',''),(616,21,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(617,21,'wpf4_user_level','10'),(618,21,'default_password_nag','1'),(619,21,'last_update','1684908643'),(620,22,'nickname','test25210771'),(621,22,'first_name',''),(622,22,'last_name',''),(623,22,'description',''),(624,22,'rich_editing','true'),(625,22,'syntax_highlighting','true'),(626,22,'comment_shortcuts','false'),(627,22,'admin_color','fresh'),(628,22,'use_ssl','0'),(629,22,'show_admin_bar_front','true'),(630,22,'locale',''),(631,22,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(632,22,'wpf4_user_level','10'),(633,22,'default_password_nag','1'),(634,22,'last_update','1684908859'),(635,23,'nickname','xtw183875836'),(636,23,'first_name',''),(637,23,'last_name',''),(638,23,'description',''),(639,23,'rich_editing','true'),(640,23,'syntax_highlighting','true'),(641,23,'comment_shortcuts','false'),(642,23,'admin_color','fresh'),(643,23,'use_ssl','0'),(644,23,'show_admin_bar_front','true'),(645,23,'locale',''),(646,23,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(647,23,'wpf4_user_level','0'),(648,23,'last_update','1684921494'),(649,23,'session_tokens','a:1:{s:64:\"e4573cd65bc851f27958f053d99649357c3ac7e4d8ed0f8ff5370254485fc011\";a:4:{s:10:\"expiration\";i:1686131096;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1684921496;}}'),(650,23,'wc_last_active','1684886400'),(651,24,'nickname','xtw18387cf7b'),(652,24,'first_name',''),(653,24,'last_name',''),(654,24,'description',''),(655,24,'rich_editing','true'),(656,24,'syntax_highlighting','true'),(657,24,'comment_shortcuts','false'),(658,24,'admin_color','fresh'),(659,24,'use_ssl','0'),(660,24,'show_admin_bar_front','true'),(661,24,'locale',''),(662,24,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(663,24,'wpf4_user_level','10'),(664,24,'default_password_nag','1'),(665,24,'last_update','1684921547'),(666,25,'nickname','test25383789'),(667,25,'first_name',''),(668,25,'last_name',''),(669,25,'description',''),(670,25,'rich_editing','true'),(671,25,'syntax_highlighting','true'),(672,25,'comment_shortcuts','false'),(673,25,'admin_color','fresh'),(674,25,'use_ssl','0'),(675,25,'show_admin_bar_front','true'),(676,25,'locale',''),(677,25,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(678,25,'wpf4_user_level','10'),(679,25,'default_password_nag','1'),(680,25,'last_update','1684930308'),(681,26,'nickname','xtw183876837'),(682,26,'first_name',''),(683,26,'last_name',''),(684,26,'description',''),(685,26,'rich_editing','true'),(686,26,'syntax_highlighting','true'),(687,26,'comment_shortcuts','false'),(688,26,'admin_color','fresh'),(689,26,'use_ssl','0'),(690,26,'show_admin_bar_front','true'),(691,26,'locale',''),(692,26,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(693,26,'wpf4_user_level','0'),(694,26,'last_update','1684961684'),(695,26,'session_tokens','a:1:{s:64:\"ff08cffecb2935d92cd87a46b458b365612ef7e2350d95a1bd739dcb2f1935a8\";a:4:{s:10:\"expiration\";i:1686171286;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2888.16 Safari/537.36\";s:5:\"login\";i:1684961686;}}'),(696,26,'wc_last_active','1684886400'),(697,27,'nickname','xtw183876fe3'),(698,27,'first_name',''),(699,27,'last_name',''),(700,27,'description',''),(701,27,'rich_editing','true'),(702,27,'syntax_highlighting','true'),(703,27,'comment_shortcuts','false'),(704,27,'admin_color','fresh'),(705,27,'use_ssl','0'),(706,27,'show_admin_bar_front','true'),(707,27,'locale',''),(708,27,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(709,27,'wpf4_user_level','10'),(710,27,'default_password_nag','1'),(711,27,'last_update','1684961705'),(712,28,'nickname','xtw18387d393'),(713,28,'first_name',''),(714,28,'last_name',''),(715,28,'description',''),(716,28,'rich_editing','true'),(717,28,'syntax_highlighting','true'),(718,28,'comment_shortcuts','false'),(719,28,'admin_color','fresh'),(720,28,'use_ssl','0'),(721,28,'show_admin_bar_front','true'),(722,28,'locale',''),(723,28,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(724,28,'wpf4_user_level','0'),(725,28,'last_update','1685003732'),(726,28,'session_tokens','a:1:{s:64:\"e26605a1bffa3429eedebb87c31027473af882516101fc2264ae0e4e9e32cb0b\";a:4:{s:10:\"expiration\";i:1686213334;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.3; Trident/6.0)\";s:5:\"login\";i:1685003734;}}'),(727,28,'wc_last_active','1684972800'),(728,29,'nickname','xtw18387459f'),(729,29,'first_name',''),(730,29,'last_name',''),(731,29,'description',''),(732,29,'rich_editing','true'),(733,29,'syntax_highlighting','true'),(734,29,'comment_shortcuts','false'),(735,29,'admin_color','fresh'),(736,29,'use_ssl','0'),(737,29,'show_admin_bar_front','true'),(738,29,'locale',''),(739,29,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(740,29,'wpf4_user_level','10'),(741,29,'default_password_nag','1'),(742,29,'last_update','1685003771'),(743,30,'nickname','xtw18387b1e8'),(744,30,'first_name',''),(745,30,'last_name',''),(746,30,'description',''),(747,30,'rich_editing','true'),(748,30,'syntax_highlighting','true'),(749,30,'comment_shortcuts','false'),(750,30,'admin_color','fresh'),(751,30,'use_ssl','0'),(752,30,'show_admin_bar_front','true'),(753,30,'locale',''),(754,30,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(755,30,'wpf4_user_level','0'),(756,30,'last_update','1685050344'),(757,30,'session_tokens','a:1:{s:64:\"f93bd4d95c9b887fdf917ca256abf530e77f8ee39a07429eec763ebc85510e7b\";a:4:{s:10:\"expiration\";i:1686259946;s:2:\"ip\";s:15:\"193.233.232.243\";s:2:\"ua\";s:107:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2713.6 Safari/537.36\";s:5:\"login\";i:1685050346;}}'),(758,30,'wc_last_active','1684972800'),(759,31,'nickname','xtw18387cfd2'),(760,31,'first_name',''),(761,31,'last_name',''),(762,31,'description',''),(763,31,'rich_editing','true'),(764,31,'syntax_highlighting','true'),(765,31,'comment_shortcuts','false'),(766,31,'admin_color','fresh'),(767,31,'use_ssl','0'),(768,31,'show_admin_bar_front','true'),(769,31,'locale',''),(770,31,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(771,31,'wpf4_user_level','10'),(772,31,'default_password_nag','1'),(773,31,'last_update','1685050411'),(774,32,'nickname','user_tjypjc'),(775,32,'first_name',''),(776,32,'last_name',''),(777,32,'description',''),(778,32,'rich_editing','true'),(779,32,'syntax_highlighting','true'),(780,32,'comment_shortcuts','false'),(781,32,'admin_color','fresh'),(782,32,'use_ssl','0'),(783,32,'show_admin_bar_front','true'),(784,32,'locale',''),(785,32,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(786,32,'wpf4_user_level','10'),(787,32,'default_password_nag','1'),(788,32,'last_update','1685086173'),(790,33,'nickname','test45817746'),(791,33,'first_name',''),(792,33,'last_name',''),(793,33,'description',''),(794,33,'rich_editing','true'),(795,33,'syntax_highlighting','true'),(796,33,'comment_shortcuts','false'),(797,33,'admin_color','fresh'),(798,33,'use_ssl','0'),(799,33,'show_admin_bar_front','true'),(800,33,'locale',''),(801,33,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(802,33,'wpf4_user_level','10'),(803,33,'default_password_nag','1'),(804,33,'last_update','1685105786'),(810,34,'description',''),(811,34,'rich_editing','true'),(812,34,'syntax_highlighting','true'),(813,34,'comment_shortcuts','false'),(814,34,'admin_color','fresh'),(815,34,'use_ssl','0'),(816,34,'show_admin_bar_front','true'),(817,34,'locale',''),(818,34,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(819,34,'wpf4_user_level','10'),(820,34,'default_password_nag','1'),(821,34,'last_update','1685228769'),(822,35,'nickname','test29477128'),(823,35,'first_name',''),(824,35,'last_name',''),(825,35,'description',''),(826,35,'rich_editing','true'),(827,35,'syntax_highlighting','true'),(828,35,'comment_shortcuts','false'),(829,35,'admin_color','fresh'),(830,35,'use_ssl','0'),(831,35,'show_admin_bar_front','true'),(832,35,'locale',''),(833,35,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(834,35,'wpf4_user_level','10'),(835,35,'default_password_nag','1'),(836,35,'last_update','1685683300'),(837,36,'nickname','sdn_qxujewizclnk'),(838,36,'first_name',''),(839,36,'last_name',''),(840,36,'description',''),(841,36,'rich_editing','true'),(842,36,'syntax_highlighting','true'),(843,36,'comment_shortcuts','false'),(844,36,'admin_color','fresh'),(845,36,'use_ssl','0'),(846,36,'show_admin_bar_front','true'),(847,36,'locale',''),(848,36,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(849,36,'wpf4_user_level','10'),(850,36,'default_password_nag','1'),(851,36,'last_update','1685711771'),(852,37,'nickname','stlwwplcjp'),(853,37,'first_name',''),(854,37,'last_name',''),(855,37,'description',''),(856,37,'rich_editing','true'),(857,37,'syntax_highlighting','true'),(858,37,'comment_shortcuts','false'),(859,37,'admin_color','fresh'),(860,37,'use_ssl','0'),(861,37,'show_admin_bar_front','true'),(862,37,'locale',''),(863,37,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(864,37,'wpf4_user_level','0'),(865,37,'last_update','1685711993'),(866,37,'session_tokens','a:1:{s:64:\"19cfed5c226842d7147274cae2e7ae177d968d6bc665002f911c4123d6acded1\";a:4:{s:10:\"expiration\";i:1686921594;s:2:\"ip\";s:14:\"91.238.104.175\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1685711994;}}'),(867,37,'wc_last_active','1685664000'),(868,38,'nickname','test23876779'),(869,38,'first_name',''),(870,38,'last_name',''),(871,38,'description',''),(872,38,'rich_editing','true'),(873,38,'syntax_highlighting','true'),(874,38,'comment_shortcuts','false'),(875,38,'admin_color','fresh'),(876,38,'use_ssl','0'),(877,38,'show_admin_bar_front','true'),(878,38,'locale',''),(879,38,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(880,38,'wpf4_user_level','10'),(881,38,'default_password_nag','1'),(882,38,'last_update','1685988423'),(883,39,'nickname','test48569331'),(884,39,'first_name',''),(885,39,'last_name',''),(886,39,'description',''),(887,39,'rich_editing','true'),(888,39,'syntax_highlighting','true'),(889,39,'comment_shortcuts','false'),(890,39,'admin_color','fresh'),(891,39,'use_ssl','0'),(892,39,'show_admin_bar_front','true'),(893,39,'locale',''),(894,39,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(895,39,'wpf4_user_level','10'),(896,39,'default_password_nag','1'),(897,39,'last_update','1685988488'),(898,40,'nickname','test29586199'),(899,40,'first_name',''),(900,40,'last_name',''),(901,40,'description',''),(902,40,'rich_editing','true'),(903,40,'syntax_highlighting','true'),(904,40,'comment_shortcuts','false'),(905,40,'admin_color','fresh'),(906,40,'use_ssl','0'),(907,40,'show_admin_bar_front','true'),(908,40,'locale',''),(909,40,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(910,40,'wpf4_user_level','10'),(911,40,'default_password_nag','1'),(912,40,'last_update','1686143437'),(923,41,'show_admin_bar_front','true'),(924,41,'locale',''),(925,41,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(926,41,'wpf4_user_level','10'),(927,41,'default_password_nag','1'),(928,41,'last_update','1686584130'),(929,42,'nickname','test35705859'),(930,42,'first_name',''),(931,42,'last_name',''),(932,42,'description',''),(933,42,'rich_editing','true'),(934,42,'syntax_highlighting','true'),(935,42,'comment_shortcuts','false'),(936,42,'admin_color','fresh'),(937,42,'use_ssl','0'),(938,42,'show_admin_bar_front','true'),(939,42,'locale',''),(940,42,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(941,42,'wpf4_user_level','10'),(942,42,'default_password_nag','1'),(943,42,'last_update','1686584454'),(944,43,'nickname','test1789702'),(945,43,'first_name',''),(946,43,'last_name',''),(947,43,'description',''),(948,43,'rich_editing','true'),(949,43,'syntax_highlighting','true'),(950,43,'comment_shortcuts','false'),(951,43,'admin_color','fresh'),(952,43,'use_ssl','0'),(953,43,'show_admin_bar_front','true'),(954,43,'locale',''),(955,43,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(956,43,'wpf4_user_level','10'),(957,43,'default_password_nag','1'),(958,43,'last_update','1686604425'),(959,44,'nickname','arlenlimon'),(960,44,'first_name',''),(961,44,'last_name',''),(962,44,'description',''),(963,44,'rich_editing','true'),(964,44,'syntax_highlighting','true'),(965,44,'comment_shortcuts','false'),(966,44,'admin_color','fresh'),(967,44,'use_ssl','0'),(968,44,'show_admin_bar_front','true'),(969,44,'locale',''),(970,44,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(971,44,'wpf4_user_level','10'),(972,44,'default_password_nag','1'),(973,44,'last_update','1687766317'),(974,45,'nickname','4296emcdxxlc0e90'),(975,45,'first_name',''),(976,45,'last_name',''),(977,45,'description',''),(978,45,'rich_editing','true'),(979,45,'syntax_highlighting','true'),(980,45,'comment_shortcuts','false'),(981,45,'admin_color','fresh'),(982,45,'use_ssl','0'),(983,45,'show_admin_bar_front','true'),(984,45,'locale',''),(985,45,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(986,45,'wpf4_user_level','0'),(987,45,'last_update','1688168194'),(988,45,'session_tokens','a:1:{s:64:\"425bb385456d4673d56476effd28af1703ee71f49c2d2c3c61b69004bd9c1497\";a:4:{s:10:\"expiration\";i:1689377796;s:2:\"ip\";s:15:\"192.177.165.145\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0\";s:5:\"login\";i:1688168196;}}'),(989,46,'nickname','nickmerlin36'),(990,46,'first_name',''),(991,46,'last_name',''),(992,46,'description',''),(993,46,'rich_editing','true'),(994,46,'syntax_highlighting','true'),(995,46,'comment_shortcuts','false'),(996,46,'admin_color','fresh'),(997,46,'use_ssl','0'),(998,46,'show_admin_bar_front','true'),(999,46,'locale',''),(1000,46,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1001,46,'wpf4_user_level','10'),(1002,46,'default_password_nag','1'),(1003,46,'last_update','1688230532'),(1015,2,'elementor_introduction','a:4:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:6:\"e-apps\";b:1;s:18:\"yoast-introduction\";b:1;}'),(1016,2,'announcements_user_counter','1'),(1018,47,'nickname','sdn_patpergpincs'),(1019,47,'first_name',''),(1020,47,'last_name',''),(1021,47,'description',''),(1022,47,'rich_editing','true'),(1023,47,'syntax_highlighting','true'),(1024,47,'comment_shortcuts','false'),(1025,47,'admin_color','fresh'),(1026,47,'use_ssl','0'),(1027,47,'show_admin_bar_front','true'),(1028,47,'locale',''),(1029,47,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1030,47,'wpf4_user_level','10'),(1031,47,'default_password_nag','1'),(1032,47,'last_update','1693315977'),(1033,48,'nickname','stjuzbpsij'),(1034,48,'first_name',''),(1035,48,'last_name',''),(1036,48,'description',''),(1037,48,'rich_editing','true'),(1038,48,'syntax_highlighting','true'),(1039,48,'comment_shortcuts','false'),(1040,48,'admin_color','fresh'),(1041,48,'use_ssl','0'),(1042,48,'show_admin_bar_front','true'),(1043,48,'locale',''),(1044,48,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1045,48,'wpf4_user_level','0'),(1046,48,'last_update','1693316137'),(1047,48,'session_tokens','a:1:{s:64:\"b4fcbdc96479d8d68210cc6fa5f78945a1ba3cd76140188139ccf24cf1a0adda\";a:4:{s:10:\"expiration\";i:1694525738;s:2:\"ip\";s:15:\"134.209.174.230\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1693316138;}}'),(1048,48,'wc_last_active','1693267200'),(1049,49,'nickname','sdn_xhiibtgeuhsd'),(1050,49,'first_name',''),(1051,49,'last_name',''),(1052,49,'description',''),(1053,49,'rich_editing','true'),(1054,49,'syntax_highlighting','true'),(1055,49,'comment_shortcuts','false'),(1056,49,'admin_color','fresh'),(1057,49,'use_ssl','0'),(1058,49,'show_admin_bar_front','true'),(1059,49,'locale',''),(1060,49,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1061,49,'wpf4_user_level','10'),(1062,49,'default_password_nag','1'),(1063,49,'last_update','1693317010'),(1064,50,'nickname','stxweqgfxt'),(1065,50,'first_name',''),(1066,50,'last_name',''),(1067,50,'description',''),(1068,50,'rich_editing','true'),(1069,50,'syntax_highlighting','true'),(1070,50,'comment_shortcuts','false'),(1071,50,'admin_color','fresh'),(1072,50,'use_ssl','0'),(1073,50,'show_admin_bar_front','true'),(1074,50,'locale',''),(1075,50,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1076,50,'wpf4_user_level','0'),(1077,50,'last_update','1693317144'),(1078,50,'session_tokens','a:1:{s:64:\"14e01ee8d1282fd8ec6c8afeb0a5cd4f94dd83a72b753a85a852451cf5da3c60\";a:4:{s:10:\"expiration\";i:1694526745;s:2:\"ip\";s:13:\"3.111.246.131\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1693317145;}}'),(1079,50,'wc_last_active','1693267200'),(1080,51,'nickname','stxmliojrj'),(1081,51,'first_name',''),(1082,51,'last_name',''),(1083,51,'description',''),(1084,51,'rich_editing','true'),(1085,51,'syntax_highlighting','true'),(1086,51,'comment_shortcuts','false'),(1087,51,'admin_color','fresh'),(1088,51,'use_ssl','0'),(1089,51,'show_admin_bar_front','true'),(1090,51,'locale',''),(1091,51,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1092,51,'wpf4_user_level','0'),(1093,51,'last_update','1693376821'),(1094,51,'session_tokens','a:1:{s:64:\"e05abfe81d410c4f0489287cc75b46260c87b0d551169b1fb4fb5b60a6634182\";a:4:{s:10:\"expiration\";i:1694586428;s:2:\"ip\";s:13:\"88.151.192.91\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1693376828;}}'),(1095,51,'wc_last_active','1693353600'),(1103,52,'syntax_highlighting','true'),(1104,52,'comment_shortcuts','false'),(1105,52,'admin_color','fresh'),(1106,52,'use_ssl','0'),(1107,52,'show_admin_bar_front','true'),(1108,52,'locale',''),(1109,52,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1110,52,'wpf4_user_level','10'),(1111,52,'default_password_nag','1'),(1112,52,'last_update','1703934515'),(1130,2,'elementor_admin_notices','a:2:{s:20:\"experiment_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.23.4\";}}}'),(1125,2,'wpf4_elementor_connect_common_data','a:3:{s:9:\"client_id\";s:32:\"81dnxBuDD0xG5cYalqxQakYxPfhK9lIB\";s:11:\"auth_secret\";s:32:\"oBJzZ6SOD6mIMJq1v1cnVbjKvopZieN6\";s:5:\"state\";s:12:\"ja3BjZJbCDE6\";}'),(1137,53,'nickname','zoe.kim0936'),(1138,53,'first_name',''),(1139,53,'last_name',''),(1140,53,'description',''),(1141,53,'rich_editing','true'),(1142,53,'syntax_highlighting','true'),(1143,53,'comment_shortcuts','false'),(1199,56,'nickname','karareed808'),(1200,56,'first_name',''),(1201,56,'last_name',''),(1202,56,'description',''),(1203,56,'rich_editing','true'),(1204,56,'syntax_highlighting','true'),(1205,56,'comment_shortcuts','false'),(1206,56,'admin_color','fresh'),(1207,56,'use_ssl','0'),(1208,56,'show_admin_bar_front','true'),(1209,56,'locale',''),(1174,55,'nickname','michaeljordan86'),(1175,55,'first_name',''),(1176,55,'last_name',''),(1177,55,'description',''),(1178,55,'rich_editing','true'),(1179,55,'syntax_highlighting','true'),(1180,55,'comment_shortcuts','false'),(1181,55,'admin_color','fresh'),(1182,55,'use_ssl','0'),(1183,55,'show_admin_bar_front','true'),(1184,55,'locale',''),(1185,55,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1186,55,'wpf4_user_level','0'),(1187,55,'_wc_order_attribution_source_type','typein'),(1188,55,'_wc_order_attribution_utm_source','(direct)'),(1144,53,'admin_color','fresh'),(1145,53,'use_ssl','0'),(1146,53,'show_admin_bar_front','true'),(1147,53,'locale',''),(1148,53,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1149,53,'wpf4_user_level','0'),(1150,53,'last_update','1726364158'),(1151,53,'session_tokens','a:1:{s:64:\"ef70110d21b9453cebed6a27129f52cd96a23f6f2a49b4b0511fdb0e05ce506e\";a:4:{s:10:\"expiration\";i:1727573759;s:2:\"ip\";s:12:\"146.103.25.4\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1726364159;}}'),(1152,53,'wc_last_active','1726358400'),(1153,54,'nickname','pauline.montgomery0266'),(1154,54,'first_name',''),(1155,54,'last_name',''),(1156,54,'description',''),(1157,54,'rich_editing','true'),(1158,54,'syntax_highlighting','true'),(1159,54,'comment_shortcuts','false'),(1160,54,'admin_color','fresh'),(1161,54,'use_ssl','0'),(1162,54,'show_admin_bar_front','true'),(1163,54,'locale',''),(1164,54,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1165,54,'wpf4_user_level','0'),(1166,54,'last_update','1726475208'),(1167,54,'session_tokens','a:1:{s:64:\"0c6d0c7b04d31a9616392d8bd3ce53d623e99c8866c3fdf51a4873f95da3e8d1\";a:4:{s:10:\"expiration\";i:1727684809;s:2:\"ip\";s:13:\"46.136.61.140\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1726475209;}}'),(1168,54,'wc_last_active','1726444800'),(1172,2,'dismissed_update_notice','1'),(1189,55,'_wc_order_attribution_session_entry','https://{num}/my-account/'),(1190,55,'_wc_order_attribution_session_start_time','2024-05-22 06:29:19'),(1191,55,'_wc_order_attribution_session_pages','1'),(1192,55,'_wc_order_attribution_session_count','1'),(1193,55,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),(1194,55,'_wc_order_attribution_device_type','Desktop'),(1195,55,'last_update','1727927116'),(1196,55,'session_tokens','a:1:{s:64:\"952a9719143d7c9af92cf4b7afafd90bc231c236c125e3a2e891c18e6cb8a449\";a:4:{s:10:\"expiration\";i:1729136718;s:2:\"ip\";s:15:\"132.147.145.121\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\': \'124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1727927118;}}'),(1197,55,'wc_last_active','1727913600'),(1210,56,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1211,56,'wpf4_user_level','0'),(1212,56,'_wc_order_attribution_source_type','typein'),(1213,56,'_wc_order_attribution_utm_source','(direct)'),(1214,56,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1215,56,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1216,56,'_wc_order_attribution_session_pages','2'),(1217,56,'_wc_order_attribution_session_count','1'),(1218,56,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1219,56,'_wc_order_attribution_device_type','Desktop'),(1220,56,'last_update','1728720700'),(1221,56,'session_tokens','a:1:{s:64:\"1fb0e9190d9525e4fcc30f8505843eecd70e48773c154fb1fd1a951401dd0e60\";a:4:{s:10:\"expiration\";i:1729930301;s:2:\"ip\";s:11:\"179.0.43.68\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1728720701;}}'),(1222,56,'wc_last_active','1728691200'),(1223,57,'nickname','freddie.harris3883'),(1224,57,'first_name',''),(1225,57,'last_name',''),(1226,57,'description',''),(1227,57,'rich_editing','true'),(1228,57,'syntax_highlighting','true'),(1229,57,'comment_shortcuts','false'),(1230,57,'admin_color','fresh'),(1231,57,'use_ssl','0'),(1232,57,'show_admin_bar_front','true'),(1233,57,'locale',''),(1234,57,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1235,57,'wpf4_user_level','0'),(1236,57,'last_update','1728742592'),(1237,57,'session_tokens','a:1:{s:64:\"85aca43cd34fb49baf2526ee7e90a755a5cd9ef250e297c673672a38b6015f0e\";a:4:{s:10:\"expiration\";i:1729952197;s:2:\"ip\";s:14:\"181.214.147.25\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1728742597;}}'),(1238,57,'wc_last_active','1728691200'),(1239,58,'nickname','joy.mills0826'),(1240,58,'first_name',''),(1241,58,'last_name',''),(1242,58,'description',''),(1243,58,'rich_editing','true'),(1244,58,'syntax_highlighting','true'),(1245,58,'comment_shortcuts','false'),(1246,58,'admin_color','fresh'),(1247,58,'use_ssl','0'),(1248,58,'show_admin_bar_front','true'),(1249,58,'locale',''),(1250,58,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1251,58,'wpf4_user_level','0'),(1252,58,'last_update','1728742617'),(1253,58,'session_tokens','a:1:{s:64:\"159b3c154bd09ec4eff1eb3969ca8b5f4645c247de58abbe00773a270eb8ae76\";a:4:{s:10:\"expiration\";i:1729952218;s:2:\"ip\";s:14:\"181.214.147.25\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1728742618;}}'),(1254,58,'wc_last_active','1728691200'),(1255,59,'nickname','hunter.howard7598'),(1256,59,'first_name',''),(1257,59,'last_name',''),(1258,59,'description',''),(1259,59,'rich_editing','true'),(1260,59,'syntax_highlighting','true'),(1261,59,'comment_shortcuts','false'),(1262,59,'admin_color','fresh'),(1263,59,'use_ssl','0'),(1264,59,'show_admin_bar_front','true'),(1265,59,'locale',''),(1266,59,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1267,59,'wpf4_user_level','0'),(1268,59,'last_update','1728742646'),(1269,59,'session_tokens','a:1:{s:64:\"100f8f0c15fa37dfe69f69b04f8f1bad757d198cdf0cb32fbbb89065e4359b47\";a:4:{s:10:\"expiration\";i:1729952248;s:2:\"ip\";s:14:\"181.214.147.25\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1728742648;}}'),(1270,59,'wc_last_active','1728691200'),(1271,60,'nickname','darren.gonzalez7403'),(1272,60,'first_name',''),(1273,60,'last_name',''),(1274,60,'description',''),(1275,60,'rich_editing','true'),(1276,60,'syntax_highlighting','true'),(1277,60,'comment_shortcuts','false'),(1278,60,'admin_color','fresh'),(1279,60,'use_ssl','0'),(1280,60,'show_admin_bar_front','true'),(1281,60,'locale',''),(1282,60,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1283,60,'wpf4_user_level','0'),(1284,60,'last_update','1728742669'),(1285,60,'session_tokens','a:1:{s:64:\"3b96b956976887e74b7288cc4cefd2759a1bcb93dd95a74e7bc4408a12154b3a\";a:4:{s:10:\"expiration\";i:1729952269;s:2:\"ip\";s:14:\"181.214.147.25\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";s:5:\"login\";i:1728742669;}}'),(1286,60,'wc_last_active','1728691200'),(1287,61,'nickname','.4594'),(1288,61,'first_name',''),(1289,61,'last_name',''),(1290,61,'description',''),(1291,61,'rich_editing','true'),(1292,61,'syntax_highlighting','true'),(1293,61,'comment_shortcuts','false'),(1294,61,'admin_color','fresh'),(1295,61,'use_ssl','0'),(1296,61,'show_admin_bar_front','true'),(1297,61,'locale',''),(1298,61,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1299,61,'wpf4_user_level','0'),(1300,61,'last_update','1729518026'),(1301,61,'session_tokens','a:1:{s:64:\"2d33835f571efff3c51a65b70bbe900a9701de14ebb570c85578d8bdf5ef0327\";a:4:{s:10:\"expiration\";i:1730727628;s:2:\"ip\";s:14:\"194.61.121.209\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1729518028;}}'),(1302,61,'wc_last_active','1729468800'),(1303,62,'nickname','wcpeuser'),(1304,62,'first_name',''),(1305,62,'last_name',''),(1306,62,'description',''),(1307,62,'rich_editing','true'),(1308,62,'syntax_highlighting','true'),(1309,62,'comment_shortcuts','false'),(1310,62,'admin_color','fresh'),(1311,62,'use_ssl','0'),(1312,62,'show_admin_bar_front','true'),(1313,62,'locale',''),(1314,62,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1315,62,'wpf4_user_level','0'),(1316,62,'_wc_order_attribution_source_type','typein'),(1317,62,'_wc_order_attribution_utm_source','(direct)'),(1318,62,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1319,62,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1320,62,'_wc_order_attribution_session_pages','2'),(1321,62,'_wc_order_attribution_session_count','1'),(1322,62,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1323,62,'_wc_order_attribution_device_type','Desktop'),(1324,62,'last_update','1729752078'),(1325,62,'session_tokens','a:1:{s:64:\"6bea197b2f6e86d8a856441651d9741641584fe80570b66d586e3788dd56f5a6\";a:4:{s:10:\"expiration\";i:1730961683;s:2:\"ip\";s:13:\"108.49.125.13\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729752083;}}'),(1326,63,'nickname','annepena808'),(1327,63,'first_name',''),(1328,63,'last_name',''),(1329,63,'description',''),(1330,63,'rich_editing','true'),(1331,63,'syntax_highlighting','true'),(1332,63,'comment_shortcuts','false'),(1333,63,'admin_color','fresh'),(1334,63,'use_ssl','0'),(1335,63,'show_admin_bar_front','true'),(1336,63,'locale',''),(1337,63,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1338,63,'wpf4_user_level','0'),(1339,63,'_wc_order_attribution_source_type','typein'),(1340,63,'_wc_order_attribution_utm_source','(direct)'),(1341,63,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1342,63,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1343,63,'_wc_order_attribution_session_pages','2'),(1344,63,'_wc_order_attribution_session_count','1'),(1345,63,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1346,63,'_wc_order_attribution_device_type','Desktop'),(1347,63,'last_update','1729852980'),(1348,63,'session_tokens','a:1:{s:64:\"bce956b6ab9e892c16bb3a535c48d67a5552bb204d61f1b6e3a571c5d83a89b3\";a:4:{s:10:\"expiration\";i:1731062584;s:2:\"ip\";s:13:\"24.116.94.118\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729852984;}}'),(1349,63,'wc_last_active','1729814400'),(1350,64,'nickname','clyph'),(1351,64,'first_name',''),(1352,64,'last_name',''),(1353,64,'description',''),(1354,64,'rich_editing','true'),(1355,64,'syntax_highlighting','true'),(1356,64,'comment_shortcuts','false'),(1357,64,'admin_color','fresh'),(1358,64,'use_ssl','0'),(1359,64,'show_admin_bar_front','true'),(1360,64,'locale',''),(1361,64,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1362,64,'wpf4_user_level','0'),(1363,64,'_wc_order_attribution_source_type','typein'),(1364,64,'_wc_order_attribution_utm_source','(direct)'),(1365,64,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1366,64,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1367,64,'_wc_order_attribution_session_pages','2'),(1368,64,'_wc_order_attribution_session_count','1'),(1369,64,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1370,64,'_wc_order_attribution_device_type','Desktop'),(1371,64,'last_update','1729885511'),(1372,64,'session_tokens','a:1:{s:64:\"6083b763c61e22538a0397791ebbb52b4478b2c6da9531b75770e9217872d478\";a:4:{s:10:\"expiration\";i:1731095113;s:2:\"ip\";s:12:\"172.59.209.1\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729885513;}}'),(1373,64,'wc_last_active','1729814400'),(1374,65,'nickname','aquiroz7801'),(1375,65,'first_name',''),(1376,65,'last_name',''),(1377,65,'description',''),(1378,65,'rich_editing','true'),(1379,65,'syntax_highlighting','true'),(1380,65,'comment_shortcuts','false'),(1381,65,'admin_color','fresh'),(1382,65,'use_ssl','0'),(1383,65,'show_admin_bar_front','true'),(1384,65,'locale',''),(1385,65,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1386,65,'wpf4_user_level','0'),(1387,65,'_wc_order_attribution_source_type','typein'),(1388,65,'_wc_order_attribution_utm_source','(direct)'),(1389,65,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1390,65,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1391,65,'_wc_order_attribution_session_pages','2'),(1392,65,'_wc_order_attribution_session_count','1'),(1393,65,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1394,65,'_wc_order_attribution_device_type','Desktop'),(1395,65,'last_update','1729906548'),(1396,65,'session_tokens','a:1:{s:64:\"52f3504911db2c11892d0e5d360d8928634f097553974c4d3c09d50331830843\";a:4:{s:10:\"expiration\";i:1731116149;s:2:\"ip\";s:12:\"71.208.56.15\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729906549;}}'),(1397,65,'wc_last_active','1729900800'),(1398,66,'nickname','brianreza'),(1399,66,'first_name',''),(1400,66,'last_name',''),(1401,66,'description',''),(1402,66,'rich_editing','true'),(1403,66,'syntax_highlighting','true'),(1404,66,'comment_shortcuts','false'),(1405,66,'admin_color','fresh'),(1406,66,'use_ssl','0'),(1407,66,'show_admin_bar_front','true'),(1408,66,'locale',''),(1409,66,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1410,66,'wpf4_user_level','0'),(1411,66,'_wc_order_attribution_source_type','typein'),(1412,66,'_wc_order_attribution_utm_source','(direct)'),(1413,66,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1414,66,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1415,66,'_wc_order_attribution_session_pages','2'),(1416,66,'_wc_order_attribution_session_count','1'),(1417,66,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1418,66,'_wc_order_attribution_device_type','Desktop'),(1419,66,'last_update','1729906742'),(1420,66,'session_tokens','a:1:{s:64:\"50a2caf2dcc8b171526bb1c2904fc7b4cb5095e75c754f1fb62e4a93c9333a80\";a:4:{s:10:\"expiration\";i:1731116343;s:2:\"ip\";s:12:\"108.7.198.25\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729906743;}}'),(1421,66,'wc_last_active','1729900800'),(1422,67,'nickname','chrisharmon37'),(1423,67,'first_name',''),(1424,67,'last_name',''),(1425,67,'description',''),(1426,67,'rich_editing','true'),(1427,67,'syntax_highlighting','true'),(1428,67,'comment_shortcuts','false'),(1429,67,'admin_color','fresh'),(1430,67,'use_ssl','0'),(1431,67,'show_admin_bar_front','true'),(1432,67,'locale',''),(1433,67,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1434,67,'wpf4_user_level','0'),(1435,67,'_wc_order_attribution_source_type','typein'),(1436,67,'_wc_order_attribution_utm_source','(direct)'),(1437,67,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1438,67,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1439,67,'_wc_order_attribution_session_pages','2'),(1440,67,'_wc_order_attribution_session_count','1'),(1441,67,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1442,67,'_wc_order_attribution_device_type','Desktop'),(1443,67,'last_update','1729907751'),(1444,67,'session_tokens','a:1:{s:64:\"24ae7395c5fd3abc05bf2c194dc7ee7c253a42b460764ac62bfb66d98139db6d\";a:4:{s:10:\"expiration\";i:1731117352;s:2:\"ip\";s:14:\"141.239.163.86\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729907752;}}'),(1445,67,'wc_last_active','1729900800'),(1446,68,'nickname','bgarvey44'),(1447,68,'first_name',''),(1448,68,'last_name',''),(1449,68,'description',''),(1450,68,'rich_editing','true'),(1451,68,'syntax_highlighting','true'),(1452,68,'comment_shortcuts','false'),(1453,68,'admin_color','fresh'),(1454,68,'use_ssl','0'),(1455,68,'show_admin_bar_front','true'),(1456,68,'locale',''),(1457,68,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1458,68,'wpf4_user_level','0'),(1459,68,'_wc_order_attribution_source_type','typein'),(1460,68,'_wc_order_attribution_utm_source','(direct)'),(1461,68,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1462,68,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1463,68,'_wc_order_attribution_session_pages','2'),(1464,68,'_wc_order_attribution_session_count','1'),(1465,68,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1466,68,'_wc_order_attribution_device_type','Desktop'),(1467,68,'last_update','1729909755'),(1468,68,'session_tokens','a:1:{s:64:\"41cfc5698af10aa1ccfb6f23d8bb6d01f2603dd27baa0e0aff9a6fe380b4bdb0\";a:4:{s:10:\"expiration\";i:1731119356;s:2:\"ip\";s:13:\"38.45.189.199\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729909756;}}'),(1469,68,'wc_last_active','1729900800'),(1470,69,'nickname','aguilar.122596'),(1471,69,'first_name',''),(1472,69,'last_name',''),(1473,69,'description',''),(1474,69,'rich_editing','true'),(1475,69,'syntax_highlighting','true'),(1476,69,'comment_shortcuts','false'),(1477,69,'admin_color','fresh'),(1478,69,'use_ssl','0'),(1479,69,'show_admin_bar_front','true'),(1480,69,'locale',''),(1481,69,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1482,69,'wpf4_user_level','0'),(1483,69,'_wc_order_attribution_source_type','typein'),(1484,69,'_wc_order_attribution_utm_source','(direct)'),(1485,69,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1486,69,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1487,69,'_wc_order_attribution_session_pages','2'),(1488,69,'_wc_order_attribution_session_count','1'),(1489,69,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1490,69,'_wc_order_attribution_device_type','Desktop'),(1491,69,'last_update','1729993623'),(1492,69,'session_tokens','a:1:{s:64:\"ac70298ae7166fdbca82b9365e2bd4ead90780b3392ac8ec7cefe95dcea6b275\";a:4:{s:10:\"expiration\";i:1731203224;s:2:\"ip\";s:12:\"184.18.12.17\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729993624;}}'),(1493,69,'wc_last_active','1729987200'),(1494,70,'nickname','opheliadawolfgaming'),(1495,70,'first_name',''),(1496,70,'last_name',''),(1497,70,'description',''),(1498,70,'rich_editing','true'),(1499,70,'syntax_highlighting','true'),(1500,70,'comment_shortcuts','false'),(1501,70,'admin_color','fresh'),(1502,70,'use_ssl','0'),(1503,70,'show_admin_bar_front','true'),(1504,70,'locale',''),(1505,70,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1506,70,'wpf4_user_level','0'),(1507,70,'_wc_order_attribution_source_type','typein'),(1508,70,'_wc_order_attribution_utm_source','(direct)'),(1509,70,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1510,70,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1511,70,'_wc_order_attribution_session_pages','2'),(1512,70,'_wc_order_attribution_session_count','1'),(1513,70,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1514,70,'_wc_order_attribution_device_type','Desktop'),(1515,70,'last_update','1729996250'),(1516,70,'session_tokens','a:1:{s:64:\"243007d7f6162c5e56858f68ea2fa81460a9ede7fb17be05b7958f07006c2396\";a:4:{s:10:\"expiration\";i:1731205854;s:2:\"ip\";s:14:\"76.100.125.195\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729996254;}}'),(1517,70,'wc_last_active','1729987200'),(1518,71,'nickname','weasel103'),(1519,71,'first_name',''),(1520,71,'last_name',''),(1521,71,'description',''),(1522,71,'rich_editing','true'),(1523,71,'syntax_highlighting','true'),(1524,71,'comment_shortcuts','false'),(1525,71,'admin_color','fresh'),(1526,71,'use_ssl','0'),(1527,71,'show_admin_bar_front','true'),(1528,71,'locale',''),(1529,71,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1530,71,'wpf4_user_level','0'),(1531,71,'_wc_order_attribution_source_type','typein'),(1532,71,'_wc_order_attribution_utm_source','(direct)'),(1533,71,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1534,71,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1535,71,'_wc_order_attribution_session_pages','2'),(1536,71,'_wc_order_attribution_session_count','1'),(1537,71,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1538,71,'_wc_order_attribution_device_type','Desktop'),(1539,71,'last_update','1729998084'),(1540,71,'session_tokens','a:1:{s:64:\"5752ce745512c48b04e7ca0e1c011711242b876bcc825c8960c38da53c742cbf\";a:4:{s:10:\"expiration\";i:1731207685;s:2:\"ip\";s:15:\"172.250.169.154\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1729998085;}}'),(1541,71,'wc_last_active','1729987200'),(1542,72,'nickname','dmichael.miller'),(1543,72,'first_name',''),(1544,72,'last_name',''),(1545,72,'description',''),(1546,72,'rich_editing','true'),(1547,72,'syntax_highlighting','true'),(1548,72,'comment_shortcuts','false'),(1549,72,'admin_color','fresh'),(1550,72,'use_ssl','0'),(1551,72,'show_admin_bar_front','true'),(1552,72,'locale',''),(1553,72,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1554,72,'wpf4_user_level','0'),(1555,72,'_wc_order_attribution_source_type','typein'),(1556,72,'_wc_order_attribution_utm_source','(direct)'),(1557,72,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1558,72,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1559,72,'_wc_order_attribution_session_pages','2'),(1560,72,'_wc_order_attribution_session_count','1'),(1561,72,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1562,72,'_wc_order_attribution_device_type','Desktop'),(1563,72,'last_update','1730058712'),(1564,72,'session_tokens','a:1:{s:64:\"dad31f73f92c046cab1f7a0531974eadc262605bac0a97818077503c090b2036\";a:4:{s:10:\"expiration\";i:1731268314;s:2:\"ip\";s:11:\"35.146.2.18\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730058714;}}'),(1565,72,'wc_last_active','1729987200'),(1566,73,'nickname','xangelangeex'),(1567,73,'first_name',''),(1568,73,'last_name',''),(1569,73,'description',''),(1570,73,'rich_editing','true'),(1571,73,'syntax_highlighting','true'),(1572,73,'comment_shortcuts','false'),(1573,73,'admin_color','fresh'),(1574,73,'use_ssl','0'),(1575,73,'show_admin_bar_front','true'),(1576,73,'locale',''),(1577,73,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1578,73,'wpf4_user_level','0'),(1579,73,'_wc_order_attribution_source_type','typein'),(1580,73,'_wc_order_attribution_utm_source','(direct)'),(1581,73,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1582,73,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1583,73,'_wc_order_attribution_session_pages','2'),(1584,73,'_wc_order_attribution_session_count','1'),(1585,73,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1586,73,'_wc_order_attribution_device_type','Desktop'),(1587,73,'last_update','1730101415'),(1588,73,'session_tokens','a:1:{s:64:\"bbf86cb9897c384e3ff897ce534092731d906c9af1fe4a80b8a98839ad26c869\";a:4:{s:10:\"expiration\";i:1731311017;s:2:\"ip\";s:14:\"200.220.162.12\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730101417;}}'),(1589,73,'wc_last_active','1730073600'),(1590,74,'nickname','merrily007'),(1591,74,'first_name',''),(1592,74,'last_name',''),(1593,74,'description',''),(1594,74,'rich_editing','true'),(1595,74,'syntax_highlighting','true'),(1596,74,'comment_shortcuts','false'),(1597,74,'admin_color','fresh'),(1598,74,'use_ssl','0'),(1599,74,'show_admin_bar_front','true'),(1600,74,'locale',''),(1601,74,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1602,74,'wpf4_user_level','0'),(1603,74,'_wc_order_attribution_source_type','typein'),(1604,74,'_wc_order_attribution_utm_source','(direct)'),(1605,74,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1606,74,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1607,74,'_wc_order_attribution_session_pages','2'),(1608,74,'_wc_order_attribution_session_count','1'),(1609,74,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1610,74,'_wc_order_attribution_device_type','Desktop'),(1611,74,'last_update','1730103408'),(1612,74,'session_tokens','a:1:{s:64:\"6b4b24f13febdeff2a8cdafa0939b57de79554a27057d87f342395018373bbde\";a:4:{s:10:\"expiration\";i:1731313009;s:2:\"ip\";s:13:\"69.248.104.88\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730103409;}}'),(1613,74,'wc_last_active','1730073600'),(1614,75,'nickname','jwcarlson'),(1615,75,'first_name',''),(1616,75,'last_name',''),(1617,75,'description',''),(1618,75,'rich_editing','true'),(1619,75,'syntax_highlighting','true'),(1620,75,'comment_shortcuts','false'),(1621,75,'admin_color','fresh'),(1622,75,'use_ssl','0'),(1623,75,'show_admin_bar_front','true'),(1624,75,'locale',''),(1625,75,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1626,75,'wpf4_user_level','0'),(1627,75,'_wc_order_attribution_source_type','typein'),(1628,75,'_wc_order_attribution_utm_source','(direct)'),(1629,75,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1630,75,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1631,75,'_wc_order_attribution_session_pages','2'),(1632,75,'_wc_order_attribution_session_count','1'),(1633,75,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1634,75,'_wc_order_attribution_device_type','Desktop'),(1635,75,'last_update','1730115895'),(1636,75,'session_tokens','a:1:{s:64:\"467cb781e883e75b8173478fbe5b83619461413030e7ad951e925df4ce70ef5d\";a:4:{s:10:\"expiration\";i:1731325496;s:2:\"ip\";s:13:\"38.170.181.10\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730115896;}}'),(1637,75,'wc_last_active','1730073600'),(1638,76,'nickname','casdickson'),(1639,76,'first_name',''),(1640,76,'last_name',''),(1641,76,'description',''),(1642,76,'rich_editing','true'),(1643,76,'syntax_highlighting','true'),(1644,76,'comment_shortcuts','false'),(1645,76,'admin_color','fresh'),(1646,76,'use_ssl','0'),(1647,76,'show_admin_bar_front','true'),(1648,76,'locale',''),(1649,76,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1650,76,'wpf4_user_level','0'),(1651,76,'_wc_order_attribution_source_type','typein'),(1652,76,'_wc_order_attribution_utm_source','(direct)'),(1653,76,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1654,76,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1655,76,'_wc_order_attribution_session_pages','2'),(1656,76,'_wc_order_attribution_session_count','1'),(1657,76,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1658,76,'_wc_order_attribution_device_type','Desktop'),(1659,76,'last_update','1730121288'),(1660,76,'session_tokens','a:1:{s:64:\"e59d51cce0c113b6212788afb2bee4b621b93d378e559081b2f78f760ab10dd2\";a:4:{s:10:\"expiration\";i:1731330889;s:2:\"ip\";s:14:\"172.59.139.208\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730121289;}}'),(1661,76,'wc_last_active','1730073600'),(1662,77,'nickname','belindasallberg'),(1663,77,'first_name',''),(1664,77,'last_name',''),(1665,77,'description',''),(1666,77,'rich_editing','true'),(1667,77,'syntax_highlighting','true'),(1668,77,'comment_shortcuts','false'),(1669,77,'admin_color','fresh'),(1670,77,'use_ssl','0'),(1671,77,'show_admin_bar_front','true'),(1672,77,'locale',''),(1673,77,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1674,77,'wpf4_user_level','0'),(1675,77,'_wc_order_attribution_source_type','typein'),(1676,77,'_wc_order_attribution_utm_source','(direct)'),(1677,77,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1678,77,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1679,77,'_wc_order_attribution_session_pages','2'),(1680,77,'_wc_order_attribution_session_count','1'),(1681,77,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1682,77,'_wc_order_attribution_device_type','Desktop'),(1683,77,'last_update','1730127568'),(1684,77,'session_tokens','a:1:{s:64:\"97725325ccb08b212721db5b6cb5ec7e2981c2dab3de16d3d48306b1c1d9ad35\";a:4:{s:10:\"expiration\";i:1731337170;s:2:\"ip\";s:15:\"108.251.222.178\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730127570;}}'),(1685,77,'wc_last_active','1730073600'),(1686,78,'nickname','jdungan65'),(1687,78,'first_name',''),(1688,78,'last_name',''),(1689,78,'description',''),(1690,78,'rich_editing','true'),(1691,78,'syntax_highlighting','true'),(1692,78,'comment_shortcuts','false'),(1693,78,'admin_color','fresh'),(1694,78,'use_ssl','0'),(1695,78,'show_admin_bar_front','true'),(1696,78,'locale',''),(1697,78,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1698,78,'wpf4_user_level','0'),(1699,78,'_wc_order_attribution_source_type','typein'),(1700,78,'_wc_order_attribution_utm_source','(direct)'),(1701,78,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1702,78,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1703,78,'_wc_order_attribution_session_pages','2'),(1704,78,'_wc_order_attribution_session_count','1'),(1705,78,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1706,78,'_wc_order_attribution_device_type','Desktop'),(1707,78,'last_update','1730127617'),(1708,78,'session_tokens','a:1:{s:64:\"777ad1090f33857a9d12f404c2a280b7a04c45afb2606c75574ff281e6df8b97\";a:4:{s:10:\"expiration\";i:1731337217;s:2:\"ip\";s:13:\"73.85.191.130\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730127617;}}'),(1709,78,'wc_last_active','1730073600'),(1710,79,'nickname','pokolojan'),(1711,79,'first_name',''),(1712,79,'last_name',''),(1713,79,'description',''),(1714,79,'rich_editing','true'),(1715,79,'syntax_highlighting','true'),(1716,79,'comment_shortcuts','false'),(1717,79,'admin_color','fresh'),(1718,79,'use_ssl','0'),(1719,79,'show_admin_bar_front','true'),(1720,79,'locale',''),(1721,79,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1722,79,'wpf4_user_level','0'),(1723,79,'_wc_order_attribution_source_type','typein'),(1724,79,'_wc_order_attribution_utm_source','(direct)'),(1725,79,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1726,79,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1727,79,'_wc_order_attribution_session_pages','2'),(1728,79,'_wc_order_attribution_session_count','1'),(1729,79,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1730,79,'_wc_order_attribution_device_type','Desktop'),(1731,79,'last_update','1730134655'),(1732,79,'session_tokens','a:1:{s:64:\"9ac6b0d48a8448739f6c84291e2bf1ed310605a1b24153dba38a3f3a04801190\";a:4:{s:10:\"expiration\";i:1731344256;s:2:\"ip\";s:13:\"68.193.117.71\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730134656;}}'),(1733,79,'wc_last_active','1730073600'),(1734,80,'nickname','bethgasbarro'),(1735,80,'first_name',''),(1736,80,'last_name',''),(1737,80,'description',''),(1738,80,'rich_editing','true'),(1739,80,'syntax_highlighting','true'),(1740,80,'comment_shortcuts','false'),(1741,80,'admin_color','fresh'),(1742,80,'use_ssl','0'),(1743,80,'show_admin_bar_front','true'),(1744,80,'locale',''),(1745,80,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1746,80,'wpf4_user_level','0'),(1747,80,'_wc_order_attribution_source_type','typein'),(1748,80,'_wc_order_attribution_utm_source','(direct)'),(1749,80,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1750,80,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1751,80,'_wc_order_attribution_session_pages','2'),(1752,80,'_wc_order_attribution_session_count','1'),(1753,80,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1754,80,'_wc_order_attribution_device_type','Desktop'),(1755,80,'last_update','1730136534'),(1756,80,'session_tokens','a:1:{s:64:\"e1fbec2d44c2588ca65fb09958bf9d8cb931b42f557cafaab995d0e4f55cacda\";a:4:{s:10:\"expiration\";i:1731346135;s:2:\"ip\";s:15:\"200.220.164.197\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730136535;}}'),(1757,80,'wc_last_active','1730073600'),(1758,81,'nickname','ecpt3'),(1759,81,'first_name',''),(1760,81,'last_name',''),(1761,81,'description',''),(1762,81,'rich_editing','true'),(1763,81,'syntax_highlighting','true'),(1764,81,'comment_shortcuts','false'),(1765,81,'admin_color','fresh'),(1766,81,'use_ssl','0'),(1767,81,'show_admin_bar_front','true'),(1768,81,'locale',''),(1769,81,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1770,81,'wpf4_user_level','0'),(1771,81,'_wc_order_attribution_source_type','typein'),(1772,81,'_wc_order_attribution_utm_source','(direct)'),(1773,81,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1774,81,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1775,81,'_wc_order_attribution_session_pages','2'),(1776,81,'_wc_order_attribution_session_count','1'),(1777,81,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1778,81,'_wc_order_attribution_device_type','Desktop'),(1779,81,'last_update','1730269799'),(1780,81,'session_tokens','a:1:{s:64:\"401e52e3fc09e2a5329a3e2634ea0dd6dd908a4640d8ef816b35099dddeee062\";a:4:{s:10:\"expiration\";i:1731479401;s:2:\"ip\";s:14:\"68.160.189.200\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730269801;}}'),(1781,81,'wc_last_active','1730246400'),(1782,82,'nickname','helenwallnj3'),(1783,82,'first_name',''),(1784,82,'last_name',''),(1785,82,'description',''),(1786,82,'rich_editing','true'),(1787,82,'syntax_highlighting','true'),(1788,82,'comment_shortcuts','false'),(1789,82,'admin_color','fresh'),(1790,82,'use_ssl','0'),(1791,82,'show_admin_bar_front','true'),(1792,82,'locale',''),(1793,82,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1794,82,'wpf4_user_level','0'),(1795,82,'_wc_order_attribution_source_type','typein'),(1796,82,'_wc_order_attribution_utm_source','(direct)'),(1797,82,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1798,82,'_wc_order_attribution_session_start_time','2024-05-30 05:00:45'),(1799,82,'_wc_order_attribution_session_pages','2'),(1800,82,'_wc_order_attribution_session_count','1'),(1801,82,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(1802,82,'_wc_order_attribution_device_type','Desktop'),(1803,82,'last_update','1730281036'),(1804,82,'session_tokens','a:1:{s:64:\"f382e4c6e2ef4b09300d865e6f5e2139469d57c692b1ed420598ee6db0c37a48\";a:4:{s:10:\"expiration\";i:1731490641;s:2:\"ip\";s:14:\"38.210.181.216\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1730281041;}}'),(1805,82,'wc_last_active','1730246400'),(1806,83,'nickname','alexkelley808'),(1807,83,'first_name',''),(1808,83,'last_name',''),(1809,83,'description',''),(1810,83,'rich_editing','true'),(1811,83,'syntax_highlighting','true'),(1812,83,'comment_shortcuts','false'),(1813,83,'admin_color','fresh'),(1814,83,'use_ssl','0'),(1815,83,'show_admin_bar_front','true'),(1816,83,'locale',''),(1817,83,'wpf4_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1818,83,'wpf4_user_level','0'),(1819,83,'_wc_order_attribution_source_type','typein'),(1820,83,'_wc_order_attribution_utm_source','google'),(1821,83,'_wc_order_attribution_utm_medium','organic'),(1822,83,'_wc_order_attribution_session_entry','https://hoteldhruvpalace.com/my-account/'),(1823,83,'_wc_order_attribution_session_start_time','2024-10-30 11:37:53'),(1824,83,'_wc_order_attribution_session_pages','1'),(1825,83,'_wc_order_attribution_session_count','1'),(1826,83,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(1827,83,'_wc_order_attribution_device_type','Desktop'),(1828,83,'last_update','1733504427'),(1829,83,'session_tokens','a:1:{s:64:\"91406365d9bc217e344036b2b73e1b31bd2eefaf263109e60c4512a92d2e7398\";a:4:{s:10:\"expiration\";i:1734714028;s:2:\"ip\";s:14:\"104.34.134.115\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1733504428;}}'),(1830,83,'wc_last_active','1733443200'),(1832,84,'nickname','jeffery5360'),(1833,84,'first_name',''),(1834,84,'last_name',''),(1835,84,'description',''),(1836,84,'rich_editing','true'),(1837,84,'syntax_highlighting','true'),(1838,84,'comment_shortcuts','false'),(1839,84,'admin_color','fresh'),(1840,84,'use_ssl','0'),(1841,84,'show_admin_bar_front','true'),(1842,84,'locale',''),(1843,84,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1844,84,'wpf4_user_level','10'),(1845,84,'default_password_nag','1'),(1846,84,'last_update','1737873236'),(1847,85,'nickname','Jeremiahyxul'),(1848,85,'first_name',''),(1849,85,'last_name',''),(1850,85,'description',''),(1851,85,'rich_editing','true'),(1852,85,'syntax_highlighting','true'),(1853,85,'comment_shortcuts','false'),(1854,85,'admin_color','fresh'),(1855,85,'use_ssl','0'),(1856,85,'show_admin_bar_front','true'),(1857,85,'locale',''),(1858,85,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1859,85,'wpf4_user_level','10'),(1860,85,'default_password_nag','1'),(1861,85,'last_update','1738721319'),(1862,86,'nickname','AndrewLam'),(1863,86,'first_name',''),(1864,86,'last_name',''),(1865,86,'description',''),(1866,86,'rich_editing','true'),(1867,86,'syntax_highlighting','true'),(1868,86,'comment_shortcuts','false'),(1869,86,'admin_color','fresh'),(1870,86,'use_ssl','0'),(1871,86,'show_admin_bar_front','true'),(1872,86,'locale',''),(1873,86,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1874,86,'wpf4_user_level','10'),(1875,86,'default_password_nag','1'),(1876,86,'last_update','1744304172'),(1877,87,'nickname','RowenkoMab'),(1878,87,'first_name',''),(1879,87,'last_name',''),(1880,87,'description',''),(1881,87,'rich_editing','true'),(1882,87,'syntax_highlighting','true'),(1883,87,'comment_shortcuts','false'),(1884,87,'admin_color','fresh'),(1885,87,'use_ssl','0'),(1886,87,'show_admin_bar_front','true'),(1887,87,'locale',''),(1888,87,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1889,87,'wpf4_user_level','10'),(1890,87,'default_password_nag','1'),(1891,87,'last_update','1746086315'),(1958,2,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),(1895,2,'wp_mail_smtp_dash_widget_lite_hide_graph','1'),(1944,88,'syntax_highlighting','true'),(1945,88,'comment_shortcuts','false'),(1946,88,'admin_color','fresh'),(1947,88,'use_ssl','0'),(1948,88,'show_admin_bar_front','true'),(1939,88,'nickname','Shraunptm'),(1940,88,'first_name',''),(1941,88,'last_name',''),(1942,88,'description',''),(1943,88,'rich_editing','true'),(1899,2,'wpf4_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:445:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.0&platform=wordpress&platform_version=6.8.1&software=free&software_version=25.1&days_active=48&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:2;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(1949,88,'locale',''),(1950,88,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1951,88,'wpf4_user_level','10'),(1952,88,'dismissed_wp_pointers',''),(1953,88,'_yoast_wpseo_profile_updated','1748219207'),(1954,88,'default_password_nag','1'),(1955,88,'last_update','1748219216'),(1969,89,'rich_editing','true'),(1970,89,'syntax_highlighting','true'),(1900,2,'_yoast_wpseo_introductions','a:1:{s:25:\"ai-fix-assessments-upsell\";b:1;}'),(1901,86,'_yoast_wpseo_profile_updated','1747426583'),(1902,44,'_yoast_wpseo_profile_updated','1747426583'),(1903,11,'_yoast_wpseo_profile_updated','1747426583'),(1904,9,'_yoast_wpseo_profile_updated','1747426583'),(1905,1,'_yoast_wpseo_profile_updated','1747426583'),(1906,2,'_yoast_wpseo_profile_updated','1747426583'),(1907,7,'_yoast_wpseo_profile_updated','1747426583'),(1908,84,'_yoast_wpseo_profile_updated','1747426583'),(1909,85,'_yoast_wpseo_profile_updated','1747426583'),(1910,46,'_yoast_wpseo_profile_updated','1747426583'),(1911,87,'_yoast_wpseo_profile_updated','1747426583'),(1912,47,'_yoast_wpseo_profile_updated','1747426583'),(1913,36,'_yoast_wpseo_profile_updated','1747426583'),(1914,49,'_yoast_wpseo_profile_updated','1747426583'),(1915,43,'_yoast_wpseo_profile_updated','1747426583'),(1916,34,'_yoast_wpseo_profile_updated','1747426583'),(1917,18,'_yoast_wpseo_profile_updated','1747426583'),(1918,38,'_yoast_wpseo_profile_updated','1747426583'),(1919,22,'_yoast_wpseo_profile_updated','1747426583'),(1920,25,'_yoast_wpseo_profile_updated','1747426583'),(1921,21,'_yoast_wpseo_profile_updated','1747426583'),(1922,35,'_yoast_wpseo_profile_updated','1747426583'),(1923,40,'_yoast_wpseo_profile_updated','1747426583'),(1924,42,'_yoast_wpseo_profile_updated','1747426583'),(1925,33,'_yoast_wpseo_profile_updated','1747426583'),(1926,41,'_yoast_wpseo_profile_updated','1747426583'),(1927,39,'_yoast_wpseo_profile_updated','1747426583'),(1928,13,'_yoast_wpseo_profile_updated','1747426583'),(1929,14,'_yoast_wpseo_profile_updated','1747426583'),(1930,15,'_yoast_wpseo_profile_updated','1747426583'),(1931,52,'_yoast_wpseo_profile_updated','1747426583'),(1932,32,'_yoast_wpseo_profile_updated','1747426583'),(1933,29,'_yoast_wpseo_profile_updated','1747426583'),(1934,27,'_yoast_wpseo_profile_updated','1747426583'),(1935,20,'_yoast_wpseo_profile_updated','1747426583'),(1936,17,'_yoast_wpseo_profile_updated','1747426583'),(1937,24,'_yoast_wpseo_profile_updated','1747426583'),(1938,31,'_yoast_wpseo_profile_updated','1747426583'),(1965,89,'nickname','jorgemccormack9'),(1966,89,'first_name',''),(1967,89,'last_name',''),(1968,89,'description',''),(1983,90,'nickname','yettavillanueva'),(1984,90,'first_name',''),(1985,90,'last_name',''),(1986,90,'description',''),(1987,90,'rich_editing','true'),(1988,90,'syntax_highlighting','true'),(1972,89,'admin_color','fresh'),(1973,89,'use_ssl','0'),(1974,89,'show_admin_bar_front','true'),(1975,89,'locale',''),(1976,89,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1977,89,'wpf4_user_level','10'),(1978,89,'dismissed_wp_pointers',''),(1979,89,'_yoast_wpseo_profile_updated','1750586756'),(1980,89,'default_password_nag','1'),(1981,89,'last_update','1750586759'),(1989,90,'comment_shortcuts','false'),(1990,90,'admin_color','fresh'),(1991,90,'use_ssl','0'),(1992,90,'show_admin_bar_front','true'),(1993,90,'locale',''),(1994,90,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1995,90,'wpf4_user_level','10'),(1996,90,'dismissed_wp_pointers',''),(1997,90,'_yoast_wpseo_profile_updated','1750765926'),(1998,90,'default_password_nag','1'),(1999,90,'last_update','1750765928'),(2001,2,'managetoplevel_page_wpcodecolumnshidden','a:3:{i:0;s:4:\"note\";i:1;s:9:\"shortcode\";i:2;s:7:\"updated\";}'),(2002,2,'wpcode_default_code_type','js'),(2003,2,'wpcode_snippet_activate_notice_shown','1'),(2005,91,'nickname','amparolovelace0'),(2006,91,'first_name',''),(2007,91,'last_name',''),(2008,91,'description',''),(2009,91,'rich_editing','true'),(2010,91,'syntax_highlighting','true'),(2011,91,'comment_shortcuts','false'),(2012,91,'admin_color','fresh'),(2013,91,'use_ssl','0'),(2014,91,'show_admin_bar_front','true'),(2015,91,'locale',''),(2016,91,'wpf4_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(2017,91,'wpf4_user_level','10'),(2018,91,'dismissed_wp_pointers',''),(2019,91,'_yoast_wpseo_profile_updated','1751453055'),(2020,91,'default_password_nag','1'),(2021,91,'last_update','1751453061'),(2022,2,'wpf4_booking_setup_wizard_page_request_params','a:2:{s:12:\"current_step\";s:12:\"general_info\";s:11:\"resource_id\";i:1;}');
/*!40000 ALTER TABLE `wpf4_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_users`
--
DROP TABLE IF EXISTS `wpf4_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_users`
--
LOCK TABLES `wpf4_users` WRITE;
/*!40000 ALTER TABLE `wpf4_users` DISABLE KEYS */;
INSERT INTO `wpf4_users` VALUES (1,'dosneh','$P$BcVih3TYtEPU9LDhOQ3ME6O2LWoyfj1','dosneh','mapapi188@gmail.com','https://hoteldhruvpalace.com','2022-03-03 07:44:29','',0,'dosneh'),(2,'H_dhruvpalace','$wp$2y$10$3EPpmtQWwJLPYMJyJuwx1ODUEDF4x2xmcZDVpU3FwzIBRZefn1Wpi','h_dhruvpalace','dosneh@gmail.com','http://hoteldhruvpalace.com','2022-03-08 06:25:07','',0,'bhavesh patel'),(3,'konigin188','$P$ByxAc6HhAUz96Toi3YQfcV2FFRUsN20','konigin188','konigin188@gmail.com','','2022-10-11 06:06:12','1665468372:$P$BwqhPX/xxvGxrVWal5CRhcjdum.bNv.',0,'konigin188'),(4,'harshdhaduk18','$P$BlBzhhQ099YxhsKyAJoMLvxwptQZ6./','harshdhaduk18','harshdhaduk18@gmail.com','','2022-10-11 16:17:41','1665505061:$P$B1ZCybm0tsRf1e9lL2Hmz/39VN5abm0',0,'harshdhaduk18'),(5,'srivastavasaurabh75','$P$BoWK/ROcoTf86C.T3AfFKdPZ9KiTzI/','srivastavasaurabh75','srivastavasaurabh75@gmail.com','','2022-11-05 15:07:33','1667660853:$P$B1Wjk2bBKTGXEZNu.pFQ2Z6MEdYyj4.',0,'srivastavasaurabh75'),(6,'laylahassan642','$P$Br943Gep8qP1fAdjBIGcLw9D5OFaOt1','laylahassan642','laylahassan642@outlook.com','','2023-04-01 21:45:16','1680385516:$P$BEoF3GMWtf/FhsKTEysqFE/wZA25IF1',0,'laylahassan642'),(7,'intervalaf','$P$BCRbpBuW3P7T.nuUGMEvj5XwS6ZAgK/','intervalaf','oshavonnov0yt42o0@outlook.com','','2023-04-01 23:40:29','1680392430:$P$B2XhmjTp0PUtRyADkJbCkWVJUYsFwB.',0,'intervalaf'),(8,'inemiusfaymarcymr','$P$B8C0y1f2vEe0pQG45JEm6lVX1bA6Hc1','inemiusfaymarcymr','inemiusfaymarcymr@gmail.com','','2023-04-02 05:25:10','1680413111:$P$BtdeHTnh1TG.K3EWCr2kGNCHEt/12x/',0,'inemiusfaymarcymr'),(9,'dituparchm','$P$BPP.bHg.sqmwF1u.yZGTeMrAOijU7m1','dituparchm','avianejay35u942@outlook.com','','2023-04-02 07:12:56','1680419576:$P$B5SIgCysuSNnIBAUvLfwTcNN6q9es11',0,'dituparchm'),(10,'ellenhpbe','$P$BftB/vFWZH2Vc1h0f2F8AcddmE2h3X/','ellenhpbe','ellenhpbe@outlook.com','','2023-04-07 18:36:22','1680892582:$P$BNNtqbtMORogiSkbvcFOxbFNHri0tC1',0,'ellenhpbe'),(11,'caveguqein','$P$BkdRLeBiHedMWlPdgdalOQM2XakYWi0','caveguqein','ozziemautej6i@outlook.com','','2023-04-07 23:19:45','1680909586:$P$B7E0ZizYfqZBxC8yZOqzJe1gbsSJfq/',0,'caveguqein'),(12,'sssdsasss','$P$BhVS.TOkHHXh5F6S4PlIh4wUNwC3hm1','sssdsasss','sssdsasss@wuuvo.com','','2023-04-20 17:23:47','1682011427:$P$BrEcHNSmI7Spd56ROiwbW6GLyjd8WE/',0,'sssdsasss'),(13,'testuseradmin','$P$BSLYwe5.GT2b.tz7RbHhwugvt0u.Yz.','testuseradmin','mb9cjlkjx8@1secmail.net','','2023-04-21 06:22:45','1682058166:$P$BYthr5.p2k.sbYUZ4PN0B1Ann27REA1',0,'testuseradmin'),(14,'testusers','$P$BVtysLPwWjfS9qo6eIpcQIopfAVDUW1','testusers','testuser@kzccv.com','','2023-04-21 09:02:26','1682067747:$P$Bgylnh6HrncGf0ZJ1X6VqrIxaZrcJ80',0,'testusers'),(15,'tetusers','$P$BjH/6pfbmlGulujb57Co1WMFGWnJfq1','tetusers','tetuser@kzccv.com','','2023-04-23 17:58:26','1682272707:$P$BOqk.vlyQnqVuEPMwwxI44sWqpjuLh.',0,'tetusers'),(16,'xtw1838789bd','$P$BY0nkHd1EM212qtQIIgV8hxCh9yU9V.','xtw1838789bd','xtw18387+89bd@outlook.com','','2023-05-23 04:19:13','1684815553:$P$BHpxDyf465bJJIMnTfOQC/hb7jQG010',0,'xtw1838789bd'),(17,'xtw183878b71','$P$BvRKEKzAm1ERZsMABiN3ZpRe.qeGHD0','xtw183878b71','xtw18387+8b71@outlook.com','','2023-05-23 04:19:45','1684815586:$P$B/rhRr9Oxh9eN0Aahgj2lI6r4wm/Hg/',0,'xtw183878b71'),(18,'test19171326','$P$BWIZlA6taDzNmu8qh0WWToLShHyoiY/','test19171326','test19171326@mailbox.imailfree.cc','','2023-05-23 04:39:02','1684816743:$P$BVJC5AZAvqAzNx/x9n/O6NvqzLhH.u/',0,'test19171326'),(19,'xtw183879b34','$P$BxpNZoJLZbcQstK1IxGzaOy5Jun.WQ0','xtw183879b34','xtw18387+9b34@outlook.com','','2023-05-23 13:25:59','1684848359:$P$BE9XopfJgt/S0Tcdrqvf2krSBF.mkv/',0,'xtw183879b34'),(20,'xtw18387841d','$P$BbzA3IPDzdUVMUAwhXRF7K3n8augTA1','xtw18387841d','xtw18387+841d@outlook.com','','2023-05-23 13:27:06','1684848427:$P$BHPVOCevCV6gDLCStDSPe57rzGyxss/',0,'xtw18387841d'),(21,'test28520693','$P$BjYq6NUDFAeUkOZuewDGdnO3DHpRCc0','test28520693','test28520693@inboxmail.imailfree.cc','','2023-05-24 06:10:42','1684908643:$P$BHnbLHOwuVDXRiwYNLkyAHNO4Fv3r3.',0,'test28520693'),(22,'test25210771','$P$Br/QKWyoUdXECltjBFM5SfzF93blNa1','test25210771','test25210771@inboxmail.imailfree.cc','','2023-05-24 06:14:18','1684908859:$P$BV5x12fxNgaHWW3IAEOtEe37Tqfy6t/',0,'test25210771'),(23,'xtw183875836','$P$B7ddWe1RNcAvYdLOCs85a7CxQDj03a/','xtw183875836','xtw18387+5836@outlook.com','','2023-05-24 09:44:54','1684921494:$P$BIKOQQmcsxJuKJL0C7Be/55LkU9ZSL.',0,'xtw183875836'),(24,'xtw18387cf7b','$P$Bi.32qKcUqzjcgS09PvTv2/tdq5WNy1','xtw18387cf7b','xtw18387+cf7b@outlook.com','','2023-05-24 09:45:46','1684921547:$P$B6wOWzACH/YdxRgbWyxou.7cW/bwUK.',0,'xtw18387cf7b'),(25,'test25383789','$P$BbasOA9iNpNJP4W/CsfwulDepk.0R8/','test25383789','test25383789@inboxmail.imailfree.cc','','2023-05-24 12:11:47','1684930308:$P$BHbjgPLfIOXQKnEejheQP/xGeMm3/U/',0,'test25383789'),(26,'xtw183876837','$P$B68D1YjkUH.CVKEgHCiCPq6hRi2mjg.','xtw183876837','xtw18387+6837@outlook.com','','2023-05-24 20:54:44','1684961684:$P$BzJDLWtZJu0zoeTqwAnlvHujSN9GTm1',0,'xtw183876837'),(27,'xtw183876fe3','$P$BXYQamAoyhMZi3KwixabF8M7tZdg9O1','xtw183876fe3','xtw18387+6fe3@outlook.com','','2023-05-24 20:55:04','1684961705:$P$B/WhQF.39WJy5TDj7go2WFvc0YxwUM1',0,'xtw183876fe3'),(28,'xtw18387d393','$P$BB3Ot8a3UWQuw3oqVIDBBVE1t5AoY50','xtw18387d393','xtw18387+d393@outlook.com','','2023-05-25 08:35:32','1685003732:$P$BNbAmGO32/1MiqhYlKZQPPo.H//Kgo.',0,'xtw18387d393'),(29,'xtw18387459f','$P$B6cmd93rrKRg6706MpwGTIS0q/Xz0Z.','xtw18387459f','xtw18387+459f@outlook.com','','2023-05-25 08:36:10','1685003771:$P$Byidh.0VkoK6yiXujdKlN88iXv4f7P.',0,'xtw18387459f'),(30,'xtw18387b1e8','$P$BA/LujRGAjfyv2kCxk2.CqYaz0aYbl0','xtw18387b1e8','xtw18387+b1e8@outlook.com','','2023-05-25 21:32:24','1685050344:$P$BpG5XFXoS/OLuz/FODtSbS93f/YRhV.',0,'xtw18387b1e8'),(31,'xtw18387cfd2','$P$B.CTwbMBwAJBhSrWpGF.9WFiNL9fOV.','xtw18387cfd2','xtw18387+cfd2@outlook.com','','2023-05-25 21:33:30','1685050411:$P$B/ZpbzOxMsyXUFZ9qGzJqzWk7MR5.00',0,'xtw18387cfd2'),(32,'user_tjypjc','$P$BLBTw4Sf//cpAoHiXTb3d63cijgTQi/','user_tjypjc','hfle9bd808@qiott.com','','2023-05-26 07:29:32','1685086173:$P$BN2doo3DlaprZxqNSJ4Mt1CBW4PGkG0',0,'user_tjypjc'),(33,'test45817746','$P$BbNj4P6pO4f10jKetaXoVTuDHU9aeP/','test45817746','test45817746@email.imailfree.cc','','2023-05-26 12:56:25','1685105786:$P$Bg9ibC/4fr/WTDR6CCmlo659w9UHkN1',0,'test45817746'),(34,'test19126968','$P$BrSi1N6gEyHoFyk1nmwSMmXrJzm2Ac.','test19126968','test19126968@email.imailfree.cc','','2023-05-27 23:06:07','1685228769:$P$BKTiwKDSMpnKw46FCtNfmxTEIArUNC1',0,'test19126968'),(35,'test29477128','$P$BwImPb.kV/ws0przAy1s6.MzzLPix51','test29477128','test29477128@inboxmail.imailfree.cc','','2023-06-02 05:21:36','1685683300:$P$BYGWAmj7xRRx5LVSgmPXayzv9Lje8Z1',0,'test29477128'),(36,'sdn_qxujewizclnk','$P$B6Ww8XwFUXc42ZugOs6jZKPTwo93UF0','sdn_qxujewizclnk','sldbv1a@qiott.com','','2023-06-02 13:16:09','1685711771:$P$B5WFayLlctiLHksKDs/r6BrSfdCaHS1',0,'sdn_qxujewizclnk'),(37,'stlwwplcjp','$P$Bf44aFl0f7Yp5qA2fvWG7FqGZny1ZD/','stlwwplcjp','stlwwplcjp@mail.com','','2023-06-02 13:19:53','1685711993:$P$Bfm2OX14bBW/kOU/XmFpXyTbTkzHZM.',0,'stlwwplcjp'),(38,'test23876779','$P$B/U92iEoYDUhcArduj4NBj4PKhq/tp.','test23876779','test23876779@email.imailfree.cc','','2023-06-05 18:07:00','1685988423:$P$BwbmQIgp58Qr90FUPSkX5F49LOsn/k0',0,'test23876779'),(39,'test48569331','$P$BnP.24.GSv.So2AWDET01ujNKwRycw.','test48569331','test48569331@email.imailfree.cc','','2023-06-05 18:08:08','1685988488:$P$BrOtoIP/Qh0hg5Dx.ZAApASjsamoxu/',0,'test48569331'),(40,'test29586199','$P$BcQDwPk8jzeF3pOMvFYCey/Xw0ja6X1','test29586199','test29586199@mailbox.imailfree.cc','','2023-06-07 13:10:34','1686143437:$P$BqLwjjKVpSlFyYodiScY69lHl1nF4a/',0,'test29586199'),(41,'test46030452','$P$B0MhFz3jV/NkbujrEyAdSaUJW1h2qs1','test46030452','test46030452@mailbox.imailfree.cc','','2023-06-12 15:35:28','1686584130:$P$BINToHui.fUbdjY5jQ6Oojwo.xV4Sz1',0,'test46030452'),(42,'test35705859','$P$BhaqDQGfnqZYcNC0ZoSMRd289UOaGJ/','test35705859','test35705859@mailbox.imailfree.cc','','2023-06-12 15:40:53','1686584454:$P$BpIUOhNxY3j5qpgL2cBw8u1SeRHN161',0,'test35705859'),(43,'test1789702','$P$Bnz2ThtXw6d78ysSTatnGIVLWgPrTO/','test1789702','test1789702@inboxmail.imailfree.cc','','2023-06-12 21:13:44','1686604425:$P$BzzckEpe37vDJUc17rnVaFDptV8L3y0',0,'test1789702'),(44,'arlenlimon','$P$BPJjpUegtY9XcnrRHvfk15.oj4zh9e.','arlenlimon','arlen-limon12@truebeatstraffic.com','','2023-06-26 07:58:34','1687766317:$P$BR4HCdDNIZ8wsPfSbpnsXbvfqlbrqS1',0,'arlenlimon'),(45,'4296emcdxxlc0e90','$P$BOwcWnRFGaFNecoFZvGZAEY.qZP.Ix1','4296emcdxxlc0e90','4296emcdxxlc0e90@gmail.com','','2023-06-30 23:36:34','1688168194:$P$BQ76KUMZTgOYLWPOjBwIaGgtxqNfKe0',0,'4296emcdxxlc0e90'),(46,'nickmerlin36','$P$BVAYSV.vyfgBtUNkzFy0HXYspmiaR10','nickmerlin36','nick.merlin@truebeatstraffic.com','','2023-07-01 16:55:31','1688230532:$P$BZetI3NAF4OawS8UhaxdbOr.W1OyD4.',0,'nickmerlin36'),(47,'sdn_patpergpincs','$P$BVfkVUGTXZvnhekHfOZY7YK86mpq5D0','sdn_patpergpincs','a5052u@qiott.com','','2023-08-29 13:32:56','1693315977:$P$B./uMqTGp19sfU9WeihuPYXdT2KuC4/',0,'sdn_patpergpincs'),(48,'stjuzbpsij','$P$BMEbLfmCOlcGBSaewPDOvJ4WIJNEsi.','stjuzbpsij','stjuzbpsij@mail.com','','2023-08-29 13:35:37','1693316137:$P$BaaqAKYatClSuB3m3MIAi.bugtTJxF1',0,'stjuzbpsij'),(49,'sdn_xhiibtgeuhsd','$P$BmCx4jNml.santDnbn88O314tiFGtN/','sdn_xhiibtgeuhsd','sefxsv4t9qh@wuuvo.com','','2023-08-29 13:50:08','1693317010:$P$Bp3p12sLkrpOlhMUoWYeJ1lIOEnYRf/',0,'sdn_xhiibtgeuhsd'),(50,'stxweqgfxt','$P$BrqWGxFjjKhBaNp5J7SBuMdMF1f0kk1','stxweqgfxt','stxweqgfxt@mail.com','','2023-08-29 13:52:24','1693317144:$P$BxSx6fSslj/Hu5AmY05oEPF6H09uEM0',0,'stxweqgfxt'),(51,'stxmliojrj','$P$BklsU6x7pQN1dHcHRnFCZGqdb5WeD20','stxmliojrj','stxmliojrj@mail.com','','2023-08-30 06:27:01','1693376821:$P$BLszlNMB4y83j2LGvJbyXHzAsCPkAA/',0,'stxmliojrj'),(52,'Timothyfrifs','$P$BVaOaYMYHyxH6lnyn2rkyYUpCwZ2mQ1','timothyfrifs','vasiliy@ataberkestate.com','','2023-12-30 11:08:34','1703934515:$P$BvK0GecB4bVC4tWiJYPdrJjsz1Oaat.',0,'Timothyfrifs'),(53,'zoe.kim0936','$P$BY1u7kL8Ner6qPGVG4uCm1zve5zleW1','zoe-kim0936','Zoe.Kim0936@gmail.com','','2024-09-15 01:35:58','1726364158:$P$BL3x3pkcaxKjc.jiQWJqceF6Wgj5sv1',0,'zoe.kim0936'),(54,'pauline.montgomery0266','$P$B3SbLaQNT1HPGBt2AjBDlqfSamHg6R1','pauline-montgomery0266','Pauline.Montgomery0266@gmail.com','','2024-09-16 08:26:48','1726475208:$P$BJE.TVhffFmUnZ/EkRDi363BtUPg4g0',0,'pauline.montgomery0266'),(55,'michaeljordan86','$P$Byg1dnhvNIjHEwKfvfpyJiDK/EXJt0.','michaeljordan86','MichaelJordan86@gmail.com','','2024-10-03 03:45:16','1727927116:$P$BetZs49dkk7sxyE/leMmVq2aw0LLUd/',0,'michaeljordan86'),(56,'karareed808','$P$BQD0oYDCro2H3ySCHrs1m4yuIW/wEN0','karareed808','KaraReed808@gmail.com','','2024-10-12 08:11:40','1728720700:$P$BZ/.B7ZxrYibjDcOITiN/hjNcpY33//',0,'karareed808'),(57,'freddie.harris3883','$P$BbSDo4fUoNlyOsRBa.ZuuE4lJKJfxB/','freddie-harris3883','Freddie.Harris3883@gmail.com','','2024-10-12 14:16:31','1728742592:$P$BY9yhktZmOY9j9Ff8v6rvrs2R2X9IK1',0,'freddie.harris3883'),(58,'joy.mills0826','$P$BjI2xrQfAtTFDc35oEGCNf1UIbx7Xx.','joy-mills0826','Joy.Mills0826@gmail.com','','2024-10-12 14:16:56','1728742616:$P$BmnK4YZLJsnCFK5zQt1nkQvik5086X.',0,'joy.mills0826'),(59,'hunter.howard7598','$P$BTAZtO4t7MdFpjqYP7VZR9eBSgbN66/','hunter-howard7598','Hunter.Howard7598@gmail.com','','2024-10-12 14:17:25','1728742646:$P$BiMNzo3rOqdVmvy8f96dvllU5MoTqh0',0,'hunter.howard7598'),(60,'darren.gonzalez7403','$P$BveaAz2d94nW30gpEkYPwFSQm2Gqzi.','darren-gonzalez7403','Darren.Gonzalez7403@gmail.com','','2024-10-12 14:17:48','1728742669:$P$BecrwFui.BdUuzPTaE6l0l5eTqVXNp1',0,'darren.gonzalez7403'),(61,'.4594','$P$B4kOYCl94FyoMpekXnz20a3XQG6nWo/','4594','.4594@gmail.com','','2024-10-21 13:40:25','1729518026:$P$BhCX34Dld.alku9g.hfkwVjrc/DNMB.',0,'.4594'),(62,'wcpeuser','$P$BjoTlWhQOaJek23Aw.oKkhkjxjA3cb/','wcpeuser','wcpeuser@aol.com','','2024-10-24 06:41:16','1729752078:$P$BvRG3ANJ1uWNshXmGDoOs58j70jipl0',0,'wcpeuser'),(63,'annepena808','$P$Bp4BQOQ4X8jPwxk97Z7VBLLhyUoI/m1','annepena808','AnnePena808@gmail.com','','2024-10-25 10:42:59','1729852980:$P$B1R4GPDxa3tOKHpODFCmF1RBf5wWv3.',0,'annepena808'),(64,'clyph','$P$B.O2uHjwRe8KhGoAamFKeEkln95C.I1','clyph','clyph@aol.com','','2024-10-25 19:45:10','1729885511:$P$B8eyLqhwEhZkRxx5lS.Un5EUWv7LUz1',0,'clyph'),(65,'aquiroz7801','$P$BqlzRQ6sgx4tqLmfHoKzTmqODZ3k4V.','aquiroz7801','aquiroz7801@gmail.com','','2024-10-26 01:35:48','1729906548:$P$BQ3FuEFtporxh3XvM1hK1qcC7EWipF/',0,'aquiroz7801'),(66,'brianreza','$P$BcqFP2Cevd0mYt9JEnvfea0dd2fu/v0','brianreza','brianreza@aol.com','','2024-10-26 01:39:01','1729906742:$P$Bv1DIFFKjQpSPLsbPSA52l5wUotAR30',0,'brianreza'),(67,'chrisharmon37','$P$BUUwc0AQd.dEnP9LkGBjlTaJk64Gnh1','chrisharmon37','chrisharmon37@aol.com','','2024-10-26 01:55:50','1729907750:$P$B7g5KV/APN8kxqctz9tDGcGG9LGwjL.',0,'chrisharmon37'),(68,'bgarvey44','$P$BNujHlZB0exNOhEYufGxBF3wZSFj1a/','bgarvey44','bgarvey44@yahoo.com','','2024-10-26 02:29:15','1729909755:$P$BCEvdWVR1He80BAQEwT3wGXbZq6MLf.',0,'bgarvey44'),(69,'aguilar.122596','$P$BBJeh4TiWvq9k/Uzyy7Ro14/qgviOB.','aguilar-122596','aguilar.122596@gmail.com','','2024-10-27 01:47:03','1729993623:$P$B3fxCEY9ygBJ34J4qNBCdd7/GUY.0Q/',0,'aguilar.122596'),(70,'opheliadawolfgaming','$P$BO5pUddpuKUae7LyHzCGMABKlPa/We.','opheliadawolfgaming','opheliadawolfgaming@gmail.com','','2024-10-27 02:30:50','1729996250:$P$BHgFIp0ScRRwpOCcbRebJIOE8rSuv81',0,'opheliadawolfgaming'),(71,'weasel103','$P$Btm5g8BZjKUmxwaXZSQPBXcTGqqXw1/','weasel103','weasel103@aol.com','','2024-10-27 03:01:24','1729998084:$P$Btyp8bn6dgdIlteV/.Z65Ns.wqzbXT0',0,'weasel103'),(72,'dmichael.miller','$P$BVIV7ZUR4n6jkBC.fhV8yQjagk3p/R1','dmichael-miller','dmichael.miller@comcast.net','','2024-10-27 19:51:52','1730058712:$P$BaFo9DIK0m9q/5sz5lvnI17KZ0Q0wf.',0,'dmichael.miller'),(73,'xangelangeex','$P$BYVbO.mIv0.inDtGVEYfqlJuCH3mDB/','xangelangeex','xangelangeex@yahoo.com','','2024-10-28 07:43:35','1730101415:$P$BJYi5t06EiYSayt.mVI4mRNXmE1ceR/',0,'xangelangeex'),(74,'merrily007','$P$B09jZN06EltcMul.CpiQ9/TA38yBY2.','merrily007','merrily007@msn.com','','2024-10-28 08:16:48','1730103408:$P$BEQfEa2bFsBXX0E.e5eaTXHAwH47iK0',0,'merrily007'),(75,'jwcarlson','$P$BqwTyPqgU1dpL1qfuPlBEkdlNmvSxC1','jwcarlson','jwcarlson@hotmailo.com','','2024-10-28 11:44:55','1730115895:$P$BNE1DMwBKJgslgdZPNxgSK69c/kBbA1',0,'jwcarlson'),(76,'casdickson','$P$BK8wKyopHPQNg7QsBQgHnqSZXlx5Ia/','casdickson','Casdickson@gmail.com','','2024-10-28 13:14:47','1730121288:$P$BxKuLp5VJoqT01FUbHJ7Nb6Tc00ep2.',0,'casdickson'),(77,'belindasallberg','$P$BdhoybbtINyG5XsRJfYgp61cAMt1qA0','belindasallberg','belindasallberg@gmail.com','','2024-10-28 14:59:28','1730127568:$P$BMyOfSiRiky5M26u.1NKnQuFAxhnmR.',0,'belindasallberg'),(78,'jdungan65','$P$BjRSVHXU8f.c/hrEygoLB84Jyu92vp.','jdungan65','JDUNGAN65@aol.com','','2024-10-28 15:00:16','1730127617:$P$BOidHmqiarYGG0CvUMAbPQHmYIJaPj.',0,'jdungan65'),(79,'pokolojan','$P$B278MPfEE9s.sanCYS.EEvhDXq1DyV/','pokolojan','pokolojan@gmail.com','','2024-10-28 16:57:35','1730134655:$P$B1YxXwrV6CG08EY6jDWjZtY30ysMaQ.',0,'pokolojan'),(80,'bethgasbarro','$P$BVYLIVL4dBTu3TsyfzmofBfFTJftpj0','bethgasbarro','bethgasbarro@att.net','','2024-10-28 17:28:54','1730136534:$P$BpMC/ZTLZ9JfQTpyhIUQwk5X2yyHGA/',0,'bethgasbarro'),(81,'ecpt3','$P$BhIsQ9tFLUq0eqZvh4m.njWBcGKOQK0','ecpt3','ecpt3@aol.com','','2024-10-30 06:29:59','1730269799:$P$BcAitoUKLeZ.opmJUIUHooh27MHmht/',0,'ecpt3'),(82,'helenwallnj3','$P$BetAfrAes2SZ/VfI.B29oHIhIRpo1c.','helenwallnj3','helenwallnj3@gmail.com','','2024-10-30 09:37:15','1730281036:$P$BKNgoJqHpZbRPzq06RIHIU3xctv2GP.',0,'helenwallnj3'),(83,'alexkelley808','$P$BCvEn52PqiJRDCQpasIKCxSns9RV4U/','alexkelley808','alexkelley808@gmail.com','','2024-12-06 17:00:26','1733504427:$P$BjRGwOI5G9z6MtkEw/fGGObazxRvN51',0,'alexkelley808'),(84,'jeffery5360','$P$B2vakiX9pmTKGIFkmJMpwqnY9KMscg1','jeffery5360','riethorlosam1973@ter54-gevision.store','','2025-01-26 06:33:52','1737873236:$P$BUNblqES.WQKa54KPf9u3..V8gwA6Q1',0,'jeffery5360'),(85,'Jeremiahyxul','$P$BdJRKnbzCelIRDGR8G2qcRvnfN3S441','jeremiahyxul','piece@triol.site','','2025-02-05 02:08:38','1738721319:$P$B4hiDic9Fdaw/YCZGNMlBk1O82B6j/.',0,'Jeremiahyxul'),(86,'AndrewLam','$P$BlfazoTPqrqa2QNwWa1pWw9GwCgG5//','andrewlam','simply@triol.site','','2025-04-10 16:56:06','1744304171:$P$BmGSU.vrusPGCHf.pgH/5EoUU.WzYb.',0,'AndrewLam'),(87,'RowenkoMab','$wp$2y$10$CXVb/nJ7LY4YOsEa9U4A0OKKSXv6neJNsoeGHDFJhUySZ/2CyOD2G','rowenkomab','tof@bubuk.site','','2025-05-01 07:58:33','1746086315:$generic$01RKyjleHvdMcSEE5vripkZkkerxpW7oj3LQ2uZn',0,'RowenkoMab'),(88,'Shraunptm','$wp$2y$10$pFXiRwhygLzoZxP.lTdk5u9sOoQwIq./7XzLF.KYnlEfRxK4D89Qi','shraunptm','havew@bubuk.site','','2025-05-26 00:26:46','1748219216:$generic$4sbsGzTXsD1o_bmdnpUHs8aq_dwzJCAps4mxsY-A',0,'Shraunptm'),(89,'jorgemccormack9','$wp$2y$10$ui62KQYuNID5.DZMxXsO.OF8FeD0ehnraE2fy7t7lZOkzk8UmGL62','jorgemccormack9','info108@2-construction.store','','2025-06-22 10:05:56','1750586759:$generic$KcIu3erlQXNkO1VID5xRbEmL0wF_UNvLPTRZtrqo',0,'jorgemccormack9'),(90,'yettavillanueva','$wp$2y$10$nuaYiS0JOVHNcHEoN1Y18O6MVldBGQPLWJmTrH9zT0lKeQ0DQM4/O','yettavillanueva','info121@2-construction.store','','2025-06-24 11:52:05','1750765928:$generic$0i08gh3naKxgCVUJ0UGl55ezOalT8GZzID_iahk_',0,'yettavillanueva'),(91,'amparolovelace0','$wp$2y$10$LamC/lnm2LfvrgeFCfaTDe/fdLBLhQckcEdqSEMaTv2IhWGg9Bjue','amparolovelace0','info209@noreply0.com','','2025-07-02 10:44:14','1751453061:$generic$PqrjZppSyW4BVNcVJwTsDdVIEPcbaCPdju8LH1En',0,'amparolovelace0');
/*!40000 ALTER TABLE `wpf4_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_admin_note_actions`
--
DROP TABLE IF EXISTS `wpf4_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_admin_note_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`note_id` bigint(20) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=93626 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_admin_note_actions`
--
LOCK TABLES `wpf4_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wpf4_wc_admin_note_actions` VALUES (93536,2,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),(93537,3,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),(13763,4,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021','actioned','',NULL,NULL),(13764,5,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned','',NULL,NULL),(64183,6,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(13766,7,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned','',NULL,NULL),(13767,8,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned','',NULL,NULL),(93538,9,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(93539,10,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),(13770,11,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(93541,13,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(93561,53,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(93543,15,'update-wc-subscriptions-3-0-15','View latest version','https://hoteldhruvpalace.com/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL),(93544,16,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(93545,19,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(93546,20,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(93548,21,'dismiss','Dismiss','','actioned','',NULL,NULL),(93550,22,'dismiss','Dismiss','','actioned','',NULL,NULL),(93552,23,'dismiss','Dismiss','','actioned','',NULL,NULL),(93554,24,'dismiss','Dismiss','','actioned','',NULL,NULL),(93555,25,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(17328,26,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned','',NULL,NULL),(3229,27,'wcpay_applepay_q1_2022','Let your customers know about Apple Pay','https://developer.apple.com/apple-pay/marketing/','actioned','',NULL,NULL),(3230,28,'stripe_applepay_q1_2022','Add Apple Pay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout§ion=stripe','actioned','',NULL,NULL),(3231,29,'square_applepay_q1_2022','Add Apple Pay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square','actioned','',NULL,NULL),(32,30,'add-store-details','Add store details','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned','',NULL,NULL),(33,31,'notify-refund-returns-page','Edit page','https://hoteldhruvpalace.com/wp-admin/post.php?post=1051&action=edit','actioned','',NULL,NULL),(35,32,'connect','Connect','?page=wc-addons§ion=helper','unactioned','',NULL,NULL),(256,36,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(222,34,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(223,35,'affirm-insight-first-product-and-payment','Yes','','actioned','Thanks for your feedback',NULL,NULL),(224,35,'affirm-insight-first-product-and-payment','No','','actioned','Thanks for your feedback',NULL,NULL),(1258,40,'learn-more','Learn more','https://woocommerce.com/document/managing-products/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(1964,43,'tracking-opt-in','Activate usage tracking','','actioned','',NULL,NULL),(560,38,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL),(11229,39,'update-store-details','Update store details','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned','',NULL,NULL),(93547,21,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(93549,22,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(93551,23,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(93553,24,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(1966,44,'deny-insight-first-sale','No','','actioned','Thanks for your feedback',NULL,NULL),(93559,42,'dismiss','Dismiss','','actioned','',NULL,NULL),(93558,42,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(1965,44,'affirm-insight-first-sale','Yes','','actioned','Thanks for your feedback',NULL,NULL),(93557,41,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(93556,41,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(93560,45,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),(5326,46,'lead_gen_existing_customers_1','Yes, please','https://woocommerce.com/take-your-business-to-the-next-level/?utm_source=inbox_note&utm_medium=product&utm_campaign=lead_gen_existing_customers_1','actioned','',NULL,NULL),(9658,49,'setup_task_initiative_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned','',NULL,NULL),(5412,48,'pinterest_gtm_q2_2021','Get started for free','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_gtm_q2_2021','unactioned','',NULL,NULL),(6119,52,'setup_task_second_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned','',NULL,NULL),(5498,50,'woocommerce_payments_subscriptions_nopayments_q2_2022','Start selling subscriptions','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_nopayments_q2_2022','actioned','',NULL,NULL),(5499,51,'woocommerce_payments_subscriptions_yespayments_q2_2022','Get started','https://woocommerce.com/document/payments/subscriptions/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_yespayments_q2_2022#section-2','actioned','',NULL,NULL),(6161,54,'affirm_q2_2022','Get started for free','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q2_2022','unactioned','',NULL,NULL),(8389,55,'wc-admin-EU-consumer-protection','Learn more about these changes','https://ec.europa.eu/info/law/law-topic/consumer-protection-law/review-eu-consumer-law_en#guidance','actioned','',NULL,NULL),(5910,56,'googlelistings_multicountrygtm_q22022','Get Google Listings & Ads – free','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=googlelistings_multicountrygtm_q22022','actioned','',NULL,NULL),(6567,57,'wc_ipp_order_creation_GTM_launch_q2_2022','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_ipp_order_creation_GTM_launch_q2_2022','actioned','',NULL,NULL),(6434,58,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(6902,59,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(29158,60,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned','',NULL,NULL),(8539,61,'TikTok q2_2022','Promote my products on TikTok','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=TikTok%20q2_2022','unactioned','',NULL,NULL),(8832,62,'tiktok-webinar-promo-july2022-button','RSVP Now','https://gettingstartedwithtiktokforwoocommerce.splashthat.com/','actioned','',NULL,NULL),(29034,1,'browse_extensions','Browse extensions','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(10024,63,'mercado_pago_q3_2022','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=mercado_pago_q3_2022','unactioned','',NULL,NULL),(51082,64,'dismiss','Dismiss','','actioned','',NULL,NULL),(51084,65,'dismiss','Dismiss','','actioned','',NULL,NULL),(10030,66,'mobile_app_order_management_q3_2022','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=mobile_app_order_management_q3_2022','actioned','',NULL,NULL),(11216,67,'product_creation_usability_test_3_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned','',NULL,NULL),(11214,68,'product_creation_usability_test_6_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned','',NULL,NULL),(10114,69,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(11215,70,'product_creation_usability_test_12_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned','',NULL,NULL),(12462,74,'pre-black-friday-sale-2022-announcement','Shop the sale','https://woocommerce.com/marketplace-sale/?utm_source=inbox_note&utm_medium=product&utm_campaign=pre-black-friday-sale-2022-announcement','actioned','',NULL,NULL),(13555,76,'facebook_q4-2022_hasFB-click','Drive more demand','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-facebook','unactioned','',NULL,NULL),(11390,71,'dismiss_customize_your_deposits','Dismiss','','actioned','',NULL,NULL),(11389,71,'cta_customize_your_deposits','Customize your deposits','https://woocommerce.com/payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=cta_customize_your_deposits','actioned','',NULL,NULL),(12811,72,'googlelistings_signals2022_hasGLA_click','Connect Google Listings & Ads','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin&path=marketing','unactioned','',NULL,NULL),(12812,73,'googlelistings_signals2022_noGLA','Connect Google Listings & Ads','https://woocommerce.com/products/google-listings-and-ads/?utm_medium=product&utm_source=inbox_note&utm_campaign=googlelistings_signals2022_noGLA','unactioned','',NULL,NULL),(93563,89,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(93542,14,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),(15327,75,'shipping_category_q4_2022_click','Automate my shipping','https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click','unactioned','',NULL,NULL),(13637,77,'facebook_q4-2022_noFB-click','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=facebook_q4-2022_noFB-click','unactioned','',NULL,NULL),(17104,78,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned','',NULL,NULL),(93562,89,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php','unactioned','',NULL,NULL),(18440,79,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned','',NULL,NULL),(18439,80,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','https://hoteldhruvpalace.com/wp-admin/plugins.php','actioned','',NULL,NULL),(18497,81,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned','',NULL,NULL),(29616,82,'google_listings_ads_custom_attribute_mapping_q4_2022','Learn more','https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping','actioned','',NULL,NULL),(16779,83,'wc-admin-manualauthcapture','Learn more','https://woocommerce.com/document/woocommerce-payments/settings-guide/authorize-and-capture/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-manualauthcapture','actioned','',NULL,NULL),(15169,84,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(17108,85,'apple_pay_square_q422','Enable Apple Pay','https://hoteldhruvpalace.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=square_credit_card','unactioned','',NULL,NULL),(17109,86,'apple_pay_wcpay_q422','Enable Apple Pay','https://hoteldhruvpalace.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments','unactioned','',NULL,NULL),(15540,87,'meta-hasFB-dec-q4-2022','Connect your store','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-facebook','unactioned','',NULL,NULL),(16229,88,'meta-noFB-dec-q4-2022','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=meta-noFB-dec-q4-2022','unactioned','',NULL,NULL),(93565,90,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(93564,90,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://hoteldhruvpalace.com/wp-admin/update-core.php','unactioned','',NULL,NULL),(18210,91,'storeediting_feedback_jan_2023','Share your input','https://t.maze.co/135212793','actioned','',NULL,NULL),(93566,92,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),(19805,93,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(20367,94,'affirm_q1_2023','Get started with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q1_2023','actioned','',NULL,NULL),(24467,95,'google_listings_ads_pmax_i1_q1_2023_no_gla','Boost my business with Google','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla','actioned','',NULL,NULL),(24468,96,'google_listings_ads_pmax_i1_q1_2023_with_gla','Create a new ad','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla','actioned','',NULL,NULL),(93570,97,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),(93569,97,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL),(93571,98,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned','',NULL,NULL),(34232,99,'tap_to_pay_iphone_q2_2023_with_wcpay','Set up Tap to Pay on iPhone','https://woocommerce.com/document/woopayments/in-person-payments/tap-to-pay-iphone?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay','actioned','',NULL,NULL),(35410,159,'tiktok_shopGTM_q3-2023_hasTikTok','Learn more','https://woocommerce.com/document/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok_shopGTM_q3-2023_hasTikTok','unactioned','',NULL,NULL),(93573,100,'dismiss','Dismiss','#','actioned','',NULL,NULL),(93572,100,'extension-settings','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php','unactioned','',NULL,NULL),(25489,101,'wc-admin-wcpay-denmark-Q2-2023','Simplify my payments','https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023','actioned','',NULL,NULL),(25490,102,'wc-admin-wcpay-greece-Q2-2023','Simplify my payments','https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023','actioned','',NULL,NULL),(25491,103,'wc-admin-wcpay-norway-Q2-2023','Simplify my payments','https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023','actioned','',NULL,NULL),(25492,104,'wc-admin-wcpay-slovakia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023','actioned','',NULL,NULL),(25493,105,'wc-admin-wcpay-finland-Q2-2023','Simplify my payments','https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023','actioned','',NULL,NULL),(25494,106,'wc-admin-wcpay-estonia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023','actioned','',NULL,NULL),(25495,107,'wc-admin-wcpay-lithuania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023','actioned','',NULL,NULL),(25496,108,'wc-admin-wcpay-slovenia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023','actioned','',NULL,NULL),(25497,109,'wc-admin-wcpay-latvia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023','actioned','',NULL,NULL),(25498,110,'wc-admin-wcpay-cyprus-Q2-2023','Simplify my payments','https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023','actioned','',NULL,NULL),(25499,111,'wc-admin-wcpay-malta-Q2-2023','Simplify my payments','https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023','actioned','',NULL,NULL),(25500,112,'wc-admin-wcpay-luxembourg-Q2-2023','Simplify my payments','https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023','actioned','',NULL,NULL),(23783,113,'wc-admin-BNPL-WCPay-coming-soon','Sign up now','https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon','actioned','',NULL,NULL),(93576,114,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL),(93577,115,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(22411,116,'woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','actioned','',NULL,NULL),(22412,116,'woopay-beta-existingmerchants-noaction-documentation-27APR23-dismiss-test2','Dismiss','https://hoteldhruvpalace.com/wp-admin/#','actioned','',NULL,NULL),(22413,117,'woopay-beta-existingmerchants-update-WCPay-27APR23-test','Update WooCommerce Payments','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(22414,117,'woopay-beta-existingmerchants-update-WCPay-27APR23-dismiss-test','Dismiss','https://hoteldhruvpalace.com/wp-admin/#','actioned','',NULL,NULL),(93575,119,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(34783,129,'ipp_refresh_q2_2023_us_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification','actioned','',NULL,NULL),(93585,123,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),(93587,124,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL),(93589,125,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL),(93574,119,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(24156,128,'payoneer_q2_2023','Get started with Payoneer','https://woocommerce.com/products/payoneer-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=payoneer_q2_2023','actioned','',NULL,NULL),(34784,130,'ipp_refresh_q2_2023_ca_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification','actioned','',NULL,NULL),(25523,131,'product_management_card_sorting','Get started','https://t.maze.co/163892579','unactioned','',NULL,NULL),(51081,64,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(51083,65,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(93584,123,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(93586,124,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(93588,125,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(54992,132,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss','Dismiss','#','actioned','',NULL,NULL),(54991,132,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93597,133,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),(93596,133,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93595,134,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned','',NULL,NULL),(93594,134,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(55170,135,'woocommerce-WCPayments-June-2023-updated-needed-Dismiss','Dismiss','#','actioned','',NULL,NULL),(55169,135,'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(30993,136,'woocommerce_hpos_1st_notification_q2_2023','Learn more about HPOS','https://woocommerce.com/posts/platform-update-high-performance-order-storage-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_hpos_1st_notification_q2_2023','actioned','',NULL,NULL),(93599,137,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://hoteldhruvpalace.com/wp-admin/#','actioned','',NULL,NULL),(33381,138,'wc-admin-wcpay-bulgaria-Q2-2023','Simplify my payments','https://woocommerce.com/payments/bulgaria/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-bulgaria-Q2-2023','actioned','',NULL,NULL),(93598,137,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(33382,139,'wc-admin-wcpay-czechia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/czechia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-czechia-Q2-2023','actioned','',NULL,NULL),(33383,140,'wc-admin-wcpay-croatia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/croatia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-croatia-Q2-2023','actioned','',NULL,NULL),(33384,141,'wc-admin-wcpay-hungary-Q2-2023','Simplify my payments','https://woocommerce.com/payments/hungary/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-hungary-Q2-2023','actioned','',NULL,NULL),(33385,142,'wc-admin-wcpay-romania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/romania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-romania-Q2-2023','actioned','',NULL,NULL),(33386,143,'wc-admin-wcpay-sweden-Q2-2023','Simplify my payments','https://woocommerce.com/payments/sweden/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-sweden-Q2-2023','actioned','',NULL,NULL),(28135,144,'tiktok-spc_june-2023','Optimize my advertising','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-spc_june-2023','actioned','',NULL,NULL),(93601,145,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),(93600,145,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93602,146,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL),(93604,147,'dismiss','Dismiss','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL),(93603,147,'plugin-list','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93581,121,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(31994,148,'square_button_q3_2023','Get started with Square','https://woocommerce.com/products/square/?utm_source=inbox_note&utm_medium=product&utm_campaign=square_button_q3_2023','actioned','',NULL,NULL),(93580,121,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93593,127,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(52074,179,'wc_admin_UKpricingchange_WCPay_Q1_2024','See related fees for each country','https://woo.com/document/woopayments/fees-and-debits/fees/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_UKpricingchange_WCPay_Q1_2024#countries-in-europe','actioned','',NULL,NULL),(93582,122,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(32355,149,'wc-admin-woopayments-rebrand','Learn more about WooPayments','https://woocommerce.com/payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-woopayments-rebrand','actioned','',NULL,NULL),(93606,150,'dismiss','Dismiss','#','actioned','',NULL,NULL),(68877,37,'update-db_done','Thanks!','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&wc-hide-notice=update','actioned','woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'),(93605,150,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),(93607,151,'dismiss','Dismiss','#','actioned','',NULL,NULL),(55186,152,'dismiss','Dismiss','#','actioned','',NULL,NULL),(55185,152,'woocommerce-WooPayments-Aug-2023-update-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),(93608,153,'dismiss','Dismiss','#','actioned','',NULL,NULL),(32455,154,'tiktok-apac-webinar-2023','RSVP today','https://unlockingtiktokwithwoocommerce.splashthat.com/','actioned','',NULL,NULL),(93609,155,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned','',NULL,NULL),(32924,156,'avalara_q3-2023_withAvaTax','Learn more about VAT settings','https://woocommerce.com/document/avalara-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_withAvaTax#section-15','unactioned','',NULL,NULL),(33020,157,'google_uxstudy_recruitment_q3-2023','Take the survey','https://eachandother.fra1.qualtrics.com/jfe/form/SV_0W118szcJOtIkzc','unactioned','',NULL,NULL),(65717,158,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned','',NULL,NULL),(35497,160,'tiktok_shopGTM_q3-2023_noTikTok','Learn more','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok_shopGTM_q3-2023_noTikTok','unactioned','',NULL,NULL),(36016,161,'klaviyo_q3_2023','Integrate in minutes','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q3_2023','unactioned','',NULL,NULL),(37424,162,'wc_admin_BNPL_WCPay_Q3_2023','Enable buy now, pay later','https://woocommerce.com/?post_type=documentation&p=18734002212927&preview=true&utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_BNPL_WCPay_Q3_2023','actioned','',NULL,NULL),(37425,163,'wc_admin_afterpay_WCPay_Q3_2023','Enable buy now, pay later','https://woocommerce.com/?post_type=documentation&p=18734002212927&preview=true&utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_afterpay_WCPay_Q3_2023','actioned','',NULL,NULL),(93611,164,'dismiss','Dismiss','https://hoteldhruvpalace.com/wp-admin/#','actioned','',NULL,NULL),(93610,164,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://hoteldhruvpalace.com/wp-admin/plugins.php','unactioned','',NULL,NULL),(38407,165,'Klarna_Enable_CTA_10OCT23','Enable Klarna','https://hoteldhruvpalace.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments/#payment-methods','actioned','',NULL,NULL),(38408,165,'Klarna_Update_CTA_10OCT23','Update WooPayments','https://hoteldhruvpalace.com/wp-admin/wp-admin/plugins.php?s=woocommercepayments&plugin_status=all','actioned','',NULL,NULL),(40078,166,'wc_com_in_person_payments_card_sale_US_inbox_note_q4_23','Save 35%','https://woocommerce.com/products/m2-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_US_inbox_note_q4_23','actioned','',NULL,NULL),(40079,167,'wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23','Save 35%','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23','actioned','',NULL,NULL),(40080,168,'wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23','Save 35%','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23','actioned','',NULL,NULL),(93613,169,'dismiss','Dismiss','#','actioned','',NULL,NULL),(40174,170,'wc_admin_WooPay_Q4_2023','Get started today','https://hoteldhruvpalace.com/wp-admin/https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_WooPay_Q4_2023','actioned','',NULL,NULL),(40991,171,'wc_admin_WooPay_Oct30_2023','Get started today','https://woo.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_WooPay_Oct30_2023','actioned','',NULL,NULL),(40840,172,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woo.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned','',NULL,NULL),(44370,173,'tap_to_pay_iphone_q4_2023_no_woopayments','Simplify my payments','https://woo.com/products/woopayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q4_2023_no_woopayments','actioned','',NULL,NULL),(44371,174,'tap_to_pay_iphone_q4_2023_with_woopayments','Set up Tap to Pay on iPhone','https://woo.com/document/woopayments/in-person-payments/tap-to-pay-iphone/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q4_2023_with_woopayments','actioned','',NULL,NULL),(93615,175,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned','',NULL,NULL),(93614,175,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned','',NULL,NULL),(52437,176,'amazon_pay_ext-link_q1-24','Register your account now','https://eu.amazonpayments.com/2024-uk-woopricepromoregistration?utm_campaign=woo_price_promo&utm_medium=EM&utm_source=direct&utm_content=cta&utm_creative=&ld=EMUKAPA-woo_price_promo-direct-24Q1','actioned','',NULL,NULL),(49247,178,'custom_order_attribution_inbox_q1_2024','Find more clarity','https://woo.com/document/order-attribution-tracking/?utm_source=inbox_note&utm_medium=product&utm_campaign=custom_order_attribution_inbox_q1_2024','actioned','',NULL,NULL),(56289,180,'airwallex_q1_2024','Get started with Airwallex','https://woocommerce.com/products/airwallexpayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=airwallex_q1_2024','actioned','',NULL,NULL),(93616,177,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned','',NULL,NULL),(67220,182,'bfcm2024-landing-page-button','Read the report','https://woocommerce.com/black-friday-trends?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm2024-landing-page-button','unactioned','',NULL,NULL),(65126,181,'wnww-recap-july-button','See what’s new','https://woocommerce.com/posts/new-with-woo-july-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=wnww-recap-july-button','unactioned','',NULL,NULL),(93567,118,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(93578,120,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(93590,126,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(93612,169,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php','unactioned','',NULL,NULL),(93592,127,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://hoteldhruvpalace.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(93568,118,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL),(93579,120,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL),(93583,122,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),(93591,126,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL),(71505,183,'stripe_securityupdate_q4_2024_click','Review and update','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click','unactioned','',NULL,NULL),(69701,184,'paypal_cta_q3_2024','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024','unactioned','',NULL,NULL),(93540,12,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned','',NULL,NULL),(72082,185,'mollie_q4_2024','Get paid with Mollie','https://woocommerce.com/products/mollie-payments-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mollie_q4_2024','unactioned','',NULL,NULL),(71918,186,'paypal_cta_q3_2024_v2','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024_v2','unactioned','',NULL,NULL),(73299,187,'Renewal_notification_emails_Woosubscriptions_button_Nov2024','Set up automatic subscription reminders','https://woocommerce.com/document/subscriptions/subscriptions-notifications/?utm_source=inbox_note&utm_medium=product&utm_campaign=Renewal_notification_emails_Woosubscriptions_button_Nov2024','unactioned','',NULL,NULL),(74112,188,'paypal_promo_Q4_2024','Add PayPal today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_promo_Q4_2024','unactioned','',NULL,NULL),(93618,189,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned','',NULL,NULL),(93617,189,'sirt-woo-2024-11-xss-admin','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),(75622,190,'usps-mail-service-to-canada-suspended-dec-2024','Stay up to date','https://about.usps.com/newsroom/service-alerts/international/canada-suspension.htm','unactioned','',NULL,NULL),(75370,191,'Announce-UPS-WCShipping-button-Dec2024','Ship with UPS on WooCommerce','https://woocommerce.com/ups-and-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=Announce-UPS-WCShipping-button-Dec2024','unactioned','',NULL,NULL),(75874,192,'account-creation-after-checkout-button-dec2024','Enable it today','https://woocommerce.com/document/woocommerce-store-editing/customizing-order-confirmation-page/?utm_source=inbox_note&utm_medium=product&utm_campaign=account-creation-after-checkout-button-dec2024','unactioned','',NULL,NULL),(93619,193,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned','',NULL,NULL),(79327,194,'affirm_promo_Q1_2025','Save with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_promo_Q1_2025','unactioned','',NULL,NULL),(79751,195,'new-woo-brand-announcement-feb4-2025-button','Read the blog','https://woocommerce.com/posts/introducing-the-new-woo-brand/?utm_source=inbox_note&utm_medium=product&utm_campaign=new-woo-brand-announcement-feb4-2025-button','unactioned','',NULL,NULL),(80343,196,'paypal_bnpl_au_promo_Q1_2025_button','Enable “Pay in 4” now','https://woocommerce.com/document/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_bnpl_au_promo_Q1_2025_button#pay-later-tab','unactioned','',NULL,NULL),(81105,197,'stripe_stripetax_q1_2025_click','Automate my taxes with Stripe','https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click','unactioned','',NULL,NULL),(81784,198,'printful_promo_q1_2025','Get started for free','https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025','unactioned','',NULL,NULL),(93620,199,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://hoteldhruvpalace.com/wp-admin/wp-admin/plugins.php','actioned','',NULL,NULL),(83660,200,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','Browse the Marketplace','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17','actioned','',NULL,NULL),(86075,201,'stripe_nocapture_q2_2025_click','Update now','https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click','unactioned','',NULL,NULL),(84862,202,'viva_wallet_migration_q1_2025_click','Get Viva.com Smart Checkout','https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click','actioned','',NULL,NULL),(86250,203,'WooCommerce-Stripe-Gateway-Update-April-2025','See available updates','https://hoteldhruvpalace.com/wp-admin/update-core.php?','actioned','',NULL,NULL),(86251,204,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','Dismiss','#','actioned','',NULL,NULL),(88234,205,'klaviyo_q2_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025','actioned','',NULL,NULL),(93621,206,'uk-vat-notice-button-2025-04-30','Learn more about this extension','https://wordpress.org/plugins/eu-vat-for-woocommerce/','actioned','',NULL,NULL),(93622,207,'payson-retirement-2025','Explore alternative payment methods','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025','actioned','',NULL,NULL),(89638,208,'paypal_q2_2025','Activate messaging','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_q2_2025','actioned','',NULL,NULL),(93623,209,'paypal-braintree-sdk-depreciation-2025-05-30-button','Update now','https://hoteldhruvpalace.com/wp-admin/wp-admin/plugins.php','unactioned','',NULL,NULL),(91053,210,'tento_q2_2025','Get your free score','https://woocommerce.com/products/tento-business-credit-monitoring/?utm_source=inbox_note&utm_medium=product&utm_campaign=tento_q2_2025','actioned','',NULL,NULL),(92465,211,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-multibanco-alipay-wechat-launch-2025-06-23','unactioned','',NULL,NULL),(93624,212,'woopayments-new-lpms-2025-06-30','Try WooPayments','https://woocommerce.com/products/woopayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30','unactioned','',NULL,NULL),(93625,213,'tiktok-webinar-promo-july2025-button','RSVP today','https://tiktokandwoocommerce.splashthat.com/','unactioned','',NULL,NULL);
/*!40000 ALTER TABLE `wpf4_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_admin_notes`
--
DROP TABLE IF EXISTS `wpf4_wc_admin_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_admin_notes` (
`note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`content_data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_reminder` datetime DEFAULT NULL,
`is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
`layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=214 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_admin_notes`
--
LOCK TABLES `wpf4_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wpf4_wc_admin_notes` VALUES (1,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(2,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(3,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(4,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(5,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(6,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(7,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(8,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(9,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(10,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','unactioned','woocommerce.com','2022-03-10 08:07:37',NULL,0,'plain','',0,0,'info'),(11,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.','{}','unactioned','woocommerce.com','2022-03-09 07:48:49',NULL,0,'plain','',0,0,'info'),(12,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(13,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(14,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(15,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(16,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(17,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(18,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(19,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(20,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(21,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(22,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(23,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(24,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(25,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(26,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(27,'wcpay_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Diane does','See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&utm_medium=inboxnotification&utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(28,'stripe_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Thomas does','Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&utm_medium=inboxnotification&utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings > Payments > Stripe.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(29,'square_applepay_q1_2022','marketing','en_US','Increase conversions with a faster checkout experience','By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings > Payments > Square.','{}','pending','woocommerce.com','2022-03-07 07:48:47',NULL,0,'plain','',0,0,'info'),(182,'bfcm2024-landing-page','marketing','en_US','The best way to prepare for holiday success','The upcoming holiday season is the busiest time of the year for many online stores. We want to help you make the most of it with an early gift: our first-ever Black Friday Cyber Monday Trends Report. It\'s full of stats, trends, and recommendations to knock your holiday socks off!','{}','pending','woocommerce.com','2024-09-05 07:50:40',NULL,0,'plain','',0,0,'info'),(31,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2022-03-07 07:48:48',NULL,0,'plain','',0,0,'info'),(32,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2022-03-07 07:48:48',NULL,0,'plain','',0,1,'info'),(36,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{}','unactioned','woocommerce-admin','2022-03-08 07:49:06',NULL,0,'plain','',0,0,'info'),(34,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2022-03-08 07:49:06',NULL,0,'plain','',0,0,'info'),(134,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-06 07:48:53',NULL,0,'plain','',0,0,'info'),(37,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2022-03-09 04:11:29',NULL,0,'plain','',0,1,'info'),(38,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2022-03-09 07:48:48',NULL,0,'plain','',0,0,'info'),(133,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2023-06-03 07:51:01',NULL,0,'plain','',0,0,'info'),(41,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2022-03-11 07:49:36',NULL,0,'plain','',0,0,'info'),(42,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','actioned','woocommerce.com','2022-03-11 07:49:36',NULL,0,'plain','',0,1,'info'),(43,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://hoteldhruvpalace.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking?utm_medium=product\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2022-03-14 07:49:19',NULL,0,'plain','',0,0,'info'),(132,'woocommerce-WCstripe-May-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Stripe plugin','<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-02 07:50:34',NULL,0,'plain','',0,0,'info'),(45,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-03-24 08:01:38',NULL,0,'plain','',0,0,'info'),(46,'lead_gen_existing_customers_1','marketing','en_US','Talk to a consultant','As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.','{}','pending','woocommerce.com','2022-03-29 11:01:01',NULL,0,'plain','',0,0,'info'),(48,'pinterest_gtm_q2_2021','marketing','en_US','Get your products in front of a large, engaged audience','Did you know that shoppers on Pinterest spend twice as much as people on other social platforms? With the new, official Pinterest for WooCommerce, you can turn your product catalog into shoppable Pins and showcase them to 400+ million monthly users looking to buy.','{}','unactioned','woocommerce.com','2022-04-25 09:12:55',NULL,0,'plain','',0,0,'info'),(49,'setup_task_initiative_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','unactioned','woocommerce.com','2022-04-27 07:49:46',NULL,0,'plain','',0,0,'info'),(50,'woocommerce_payments_subscriptions_nopayments_q2_2022','marketing','en_US','Sell subscriptions online – without a paid extension','Say hello to WooCommerce Payments – now with built-in subscriptions functionality. Get free access to the features you need to start earning recurring revenue online. Pay as you go, with no setup costs or monthly fees.','{}','pending','woocommerce.com','2022-04-27 07:49:46',NULL,0,'plain','',0,0,'info'),(51,'woocommerce_payments_subscriptions_yespayments_q2_2022','marketing','en_US','Sell subscriptions online – no extra extension required','It\'s here! WooCommerce Payments now features built-in subscriptions functionality. No need to install an extra, paid extension – we\'ve made it simpler than ever to start earning recurring revenue. Ready to grow your business?','{}','pending','woocommerce.com','2022-04-27 07:49:46',NULL,0,'plain','',0,0,'info'),(52,'setup_task_second_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-05-12 04:51:12',NULL,0,'plain','',0,0,'info'),(53,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2022-05-12 04:51:12',NULL,0,'plain','',0,0,'info'),(54,'affirm_q2_2022','marketing','en_US','Boost your business with flexible payments','Expand your customer base with smarter payment options for more shoppers. With Affirm, you can offer the most relevant payment options at every price point – from four interest-free payments every two weeks to longer installments up to 36 months. Fast-track your revenue goals today!','{}','pending','woocommerce.com','2022-05-15 14:36:17',NULL,0,'plain','',0,0,'info'),(55,'wc-admin-EU-consumer-protection','marketing','en_US','Important changes to EU consumer protection laws','New regulations to help modernize and strengthen consumer protection laws in the European Union (EU) take effect on May 28, 2022. These rules impact all merchants selling to the EU, regardless of where their business is located. Further detailed information is available on the European Commission\'s official website.','{}','unactioned','woocommerce.com','2022-05-15 14:36:17',NULL,0,'plain','',0,0,'info'),(56,'googlelistings_multicountrygtm_q22022','marketing','en_US','Expand your audience with Multi-Country Advertising','It\'s time to expand your audience with Multi-Country Advertising, an exciting new feature in Google Listings & Ads. Reach more potential customers in as many regions as you like within a single campaign, all from the convenience of your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-05-18 04:23:15',NULL,0,'plain','',0,0,'info'),(57,'wc_ipp_order_creation_GTM_launch_q2_2022','marketing','en_US','Grow your business on the go with WooCommerce In-Person Payments','Quickly create new orders, manage transactions, and take secure payments no matter where your business takes you. With automatic inventory sync, WooCommerce In-Person Payments is the only fully integrated solution for taking your WooCommerce store offline.','{}','pending','woocommerce.com','2022-05-26 12:25:59',NULL,0,'plain','',0,0,'info'),(58,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2022-06-05 10:58:23',NULL,0,'plain','',0,0,'info'),(59,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2022-06-15 07:52:21',NULL,0,'plain','',0,0,'info'),(60,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-06-16 10:43:02',NULL,0,'plain','',0,0,'info'),(61,'TikTok q2_2022','marketing','en_US','Give your store a stage on the world’s fastest-growing advertising channel','With TikTok for WooCommerce, you can sync your catalog, create videos, and track performance in front of TikTok’s one billion global users. Try the Smart Video Generator to make ads using your existing product images – no camera needed. Get $200 in ad credit from TikTok after a $20 spend (terms & conditions apply).','{}','unactioned','woocommerce.com','2022-06-22 11:56:13',NULL,0,'plain','',0,0,'info'),(62,'tiktok-webinar-promo-july2022','marketing','en_US','Free webinar: TikTok for WooCommerce','Join WooCommerce and TikTok live on July 14 to learn about ad types, trends, and the best ways to connect with an audience of one billion active users on the world’s fastest-growing social platform. Participants have a chance to score a free month of Vimeo Pro, and two winners will get a $5,000 ad credit and more.','{}','pending','woocommerce.com','2022-07-09 07:53:22',NULL,0,'plain','',0,0,'info'),(63,'mercado_pago_q3_2022','marketing','en_US','Get paid with Mercado Pago Checkout','Give your customers a checkout they can trust with Latin America\'s leading payment processor. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2022-08-25 05:13:39',NULL,0,'plain','',0,0,'info'),(64,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-08-25 05:13:39',NULL,0,'plain','',0,0,'info'),(65,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-08-25 05:13:39',NULL,0,'plain','',0,0,'info'),(66,'mobile_app_order_management_q3_2022','marketing','en_US','Take order management on the go','The WooCommerce Mobile App continues to get better with added order management functionality! Add or remove products, edit fees, or change the shipping options in any existing order – all from within the app.','{}','unactioned','woocommerce.com','2022-08-25 05:13:39',NULL,0,'plain','',0,0,'info'),(67,'product_creation_usability_test_3_months','survey','en_US','Have a say in the future of WooCommerce','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-26 07:48:49',NULL,0,'plain','',0,0,'info'),(68,'product_creation_usability_test_6_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-30 07:51:12',NULL,0,'plain','',0,0,'info'),(69,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2022-09-03 07:48:49',NULL,0,'plain','',0,0,'info'),(70,'product_creation_usability_test_12_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-09-07 07:51:01',NULL,0,'plain','',0,0,'info'),(75,'shipping_category_q4_2022','marketing','en_US','Save time on shipping','Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.','{}','unactioned','woocommerce.com','2022-10-14 07:49:11',NULL,0,'plain','',0,0,'info'),(71,'custom_deposit_schedules_inbox','marketing','en_US','Customize your deposit schedule','Receive your funds according to your own business needs with custom deposit schedules from WooCommerce Payments. You’ll have the flexibility to deposit funds into your bank account daily, weekly, monthly, or even on-demand – you’ve done the work, now get paid on your terms.','{}','pending','woocommerce.com','2022-09-15 07:49:00',NULL,0,'plain','',0,0,'info'),(72,'googlelistings_signals2022_hasGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings & Ads.','{}','pending','woocommerce.com','2022-09-23 07:49:22',NULL,0,'plain','',0,0,'info'),(73,'googlelistings_signals2022_noGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings & Ads.','{}','pending','woocommerce.com','2022-09-23 07:49:22',NULL,0,'plain','',0,0,'info'),(74,'pre-black-friday-sale-2022-announcement','marketing','en_US','Surprise! We’re offering 40% off everything at WooCommerce.com','Just in time to get your store Black Friday ready. Sale ends 7 October, 2pm UTC.','{}','unactioned','woocommerce.com','2022-10-04 07:49:53',NULL,0,'plain','',0,0,'info'),(76,'facebook_q4-2022_hasFB','marketing','en_US','Drive more demand this holiday season with Facebook for WooCommerce','Deliver a personalized and seamless shopping experience this holiday season with Facebook for WooCommerce. With more ad formats than ever, you can create engaging ads that meet customers across Facebook, Instagram, Messenger, and WhatsApp throughout the busy shopping season.','{}','pending','woocommerce.com','2022-10-21 07:48:49',NULL,0,'plain','',0,0,'info'),(77,'facebook_q4-2022_noFB','marketing','en_US','Meet your customers where they are with Facebook for WooCommerce','Don’t wait for your customers to come to you – meet them where they’re browsing! Use the Facebook for WooCommerce extension to promote your products on Facebook, Instagram, Messenger, and WhatsApp. Create seamless shopping experiences – straight from your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-10-22 07:49:12',NULL,0,'plain','',0,0,'info'),(78,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms & conditions apply</a>.','{}','pending','woocommerce.com','2022-10-25 07:49:07',NULL,0,'plain','',0,0,'info'),(79,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 & Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','pending','woocommerce.com','2022-11-02 07:48:58',NULL,0,'plain','',0,0,'info'),(80,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-11-04 07:49:06',NULL,0,'plain','',0,0,'info'),(81,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-11-04 07:49:06',NULL,0,'plain','',0,0,'info'),(82,'google_listings_ads_custom_attribute_mapping_q4_2022','marketing','en_US','Our latest improvement to the Google Listings & Ads extension: Attribute Mapping','You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.','{}','pending','woocommerce.com','2022-12-01 07:49:16',NULL,0,'plain','',0,0,'info'),(83,'wc-admin-manualauthcapture','marketing','en_US','Miss fewer manual payments in WooCommerce Payments','Using WooCommerce Payments to manually authorize and capture payments? We’ve introduced a simplified and more efficient process, so you can miss fewer payments and continue to grow your revenue.','{}','pending','woocommerce.com','2022-12-01 07:49:16',NULL,0,'plain','',0,0,'info'),(84,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2022-12-02 07:49:15',NULL,0,'plain','',0,0,'info'),(85,'apple_pay_square_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting Settings > Payments > Square.','{}','pending','woocommerce.com','2022-12-08 07:49:30',NULL,0,'plain','',0,0,'info'),(86,'apple_pay_wcpay_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments > Settings and making sure Enable express checkouts is checked.','{}','pending','woocommerce.com','2022-12-08 07:49:30',NULL,0,'plain','',0,0,'info'),(87,'meta-hasFB-dec-q4-2022','marketing','en_US','Power up your Facebook ad strategy','Did you know that new privacy policies may be decreasing the effectiveness of your Facebook ads? Get back on track with Meta’s Conversion API. It creates a direct connection between the marketing data from your store and Meta, helping you more accurately track, attribute and improve your Facebook marketing performance.','{}','pending','woocommerce.com','2022-12-10 07:48:51',NULL,0,'plain','',0,0,'info'),(88,'meta-noFB-dec-q4-2022','marketing','en_US','Create highly targeted Facebook ads with Facebook for WooCommerce','Sync your product catalog to create Facebook ads and track their performance – all from within your WooCommerce dashboard. With improved tracking signals and speed, plus more accurate tracking with the introduction of Meta’s Conversion API, you’ll have all the tools you need to run effective ad campaigns.','{}','unactioned','woocommerce.com','2022-12-12 07:48:59',NULL,0,'plain','',0,0,'info'),(89,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2023-01-05 07:53:25',NULL,0,'plain','',0,0,'info'),(90,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2023-01-05 07:53:25',NULL,0,'plain','',0,0,'info'),(91,'storeediting_feedback_jan_2023','marketing','en_US','Tell us what you need to customize your store!','We need your feedback. Please spare a few minutes to share your input on what is most important to you when designing and customizing your storefront to help us build the features you need.','{}','unactioned','woocommerce.com','2023-01-13 07:48:48',NULL,0,'plain','',0,0,'info'),(92,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2023-01-17 07:49:21',NULL,0,'plain','',0,0,'info'),(93,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2023-03-07 07:56:23',NULL,0,'plain','',0,0,'info'),(94,'affirm_q1_2023','marketing','en_US','Turn more browsers into buyers with flexible payments','When you offer flexible payment options to shoppers, they\'re more likely to convert. It’s why businesses offering Affirm see an average order value lift of 63%. Affirm tailors your store\'s payment options with terms proven to reach new customers, boost conversions, and grow sales.','{}','pending','woocommerce.com','2023-03-13 07:48:50',NULL,0,'plain','',0,0,'info'),(95,'google_listings_ads_pmax_i1_q1_2023_no_gla','marketing','en_US','Create more engaging ads – without the hard work','Get in front of millions of shoppers searching for products like yours with Google Listings & Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.','{}','unactioned','woocommerce.com','2023-03-16 07:53:12',NULL,0,'plain','',0,0,'info'),(96,'google_listings_ads_pmax_i1_q1_2023_with_gla','marketing','en_US','New customization features to boost your business','You can now add custom images, messaging, and URLs to campaigns in Google Listings & Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.','{}','pending','woocommerce.com','2023-03-16 07:53:12',NULL,0,'plain','',0,0,'info'),(97,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2023-03-24 08:12:09',NULL,0,'plain','',0,0,'info'),(98,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','unactioned','woocommerce.com','2023-04-04 07:50:36',NULL,0,'plain','',0,0,'info'),(99,'tap_to_pay_iphone_q2_2023_with_wcpay','marketing','en_US','New: accept in-person contactless payments on your iPhone','Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!','{}','pending','woocommerce.com','2023-04-04 07:50:36',NULL,0,'plain','',0,0,'info'),(100,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(101,'wc-admin-wcpay-denmark-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Denmark!','We’ve recently released WooCommerce Payments in Denmark. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(102,'wc-admin-wcpay-greece-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Greece!','We’ve recently released WooCommerce Payments in Greece. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(103,'wc-admin-wcpay-norway-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Norway!','We’ve recently released WooCommerce Payments in Norway. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(104,'wc-admin-wcpay-slovakia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovakia!','We’ve recently released WooCommerce Payments in Slovakia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(105,'wc-admin-wcpay-finland-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Finland!','We’ve recently released WooCommerce Payments in Finland. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(106,'wc-admin-wcpay-estonia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Estonia!','We’ve recently released WooCommerce Payments in Estonia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(107,'wc-admin-wcpay-lithuania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Lithuania!','We’ve recently released WooCommerce Payments in Lithuania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(108,'wc-admin-wcpay-slovenia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovenia!','We’ve recently released WooCommerce Payments in Slovenia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(109,'wc-admin-wcpay-latvia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Latvia!','We’ve recently released WooCommerce Payments in Latvia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(110,'wc-admin-wcpay-cyprus-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Cyprus!','We’ve recently released WooCommerce Payments in Cyprus. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(111,'wc-admin-wcpay-malta-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Malta!','We’ve recently released WooCommerce Payments in Malta. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(112,'wc-admin-wcpay-luxembourg-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Luxembourg!','We’ve recently released WooCommerce Payments in Luxembourg. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 08:30:35',NULL,0,'plain','',0,0,'info'),(113,'wc_admin_BNPL_WCPay_coming-soon_Q1_2023','marketing','en_US','Buy now, pay later is heading to WooCommerce Payments','Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.','{}','pending','woocommerce.com','2023-04-27 08:01:48',NULL,0,'plain','',0,0,'info'),(114,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 08:23:44',NULL,0,'plain','',0,0,'info'),(115,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 08:23:44',NULL,0,'plain','',0,0,'info'),(116,'woopay-beta-existingmerchants-noaction-27APR23-test2','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 08:23:44',NULL,0,'plain','',0,0,'info'),(117,'woopay-beta-existingmerchants-update-27APR23-test','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 08:23:44',NULL,0,'plain','',0,0,'info'),(118,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2023-05-05 07:53:17',NULL,0,'plain','',0,0,'info'),(119,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 07:53:17',NULL,0,'plain','',0,0,'info'),(120,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-05 07:53:17',NULL,0,'plain','',0,0,'info'),(121,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 07:53:17',NULL,0,'plain','',0,0,'info'),(122,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 07:50:46',NULL,0,'plain','',0,0,'info'),(123,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 07:50:46',NULL,0,'plain','',0,0,'info'),(124,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 07:50:46',NULL,0,'plain','',0,0,'info'),(125,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 07:50:46',NULL,0,'plain','',0,0,'info'),(126,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-10 08:49:09',NULL,0,'plain','',0,0,'info'),(127,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-10 08:49:09',NULL,0,'plain','',0,0,'info'),(128,'payoneer_q2_2023','marketing','en_US','Grow with the next generation of payment processing','Ready to stand out in the new global economy? Payoneer Checkout gives you the power to securely accept payments worldwide, build a checkout that customers love, and manage your store’s transactions and finances – all from the same place.','{}','unactioned','woocommerce.com','2023-05-14 07:52:52',NULL,0,'plain','',0,0,'info'),(129,'ipp_refresh_q2_2023_us_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-05-18 08:03:39',NULL,0,'plain','',0,0,'info'),(130,'ipp_refresh_q2_2023_ca_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-05-18 08:03:39',NULL,0,'plain','',0,0,'info'),(131,'product_management_card_sorting','survey','en_US','How do you create and edit products?','Have a say in the future of WooCommerce. Take part in a brief exercise and help us understand what information is important to you while editing products.','{}','unactioned','woocommerce.com','2023-05-23 08:27:31',NULL,0,'plain','',0,0,'info'),(135,'woocommerce-WCPayments-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Payments','<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-07 07:50:10',NULL,0,'plain','',0,0,'info'),(136,'woocommerce_hpos_1st_notification_q2_2023','marketing','en_US','High-Performance Order Storage (HPOS) is on its way','Our team is targeting August 2023 to roll out a major database upgrade that can unlock faster checkout and order creation for your customers — and lightning-quick order lookup for you. Enablement is optional and you won’t be forced to update, but read on to see why this was our most requested new feature.','{}','unactioned','woocommerce.com','2023-06-07 07:50:10',NULL,0,'plain','',0,0,'info'),(137,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2023-06-22 08:04:25',NULL,0,'plain','',0,0,'info'),(138,'wc-admin-wcpay-bulgaria-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Bulgaria!','We’ve recently released WooCommerce Payments in Bulgaria. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(139,'wc-admin-wcpay-czechia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Czechia!','We’ve recently released WooCommerce Payments in Czechia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(140,'wc-admin-wcpay-croatia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Croatia!','We’ve recently released WooCommerce Payments in Croatia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(141,'wc-admin-wcpay-hungary-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Hungary!','We’ve recently released WooCommerce Payments in Hungary. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(142,'wc-admin-wcpay-romania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Romania!','We’ve recently released WooCommerce Payments in Romania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(143,'wc-admin-wcpay-sweden-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Sweden!','We’ve recently released WooCommerce Payments in Sweden. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(144,'tiktok-spc_june-2023','marketing','en_US','Take the guesswork out of TikTok advertising','Save time and create smarter ads using new automated campaign management from TikTok for WooCommerce. Simplify your campaign creation and watch TikTok’s machine learning build, target, and optimize ads that support your advertising goals — and grow your audience.','{}','unactioned','woocommerce.com','2023-06-30 07:59:48',NULL,0,'plain','',0,0,'info'),(145,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2023-07-05 08:05:36',NULL,0,'plain','',0,0,'info'),(146,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2023-07-06 08:09:51',NULL,0,'plain','',0,0,'info'),(147,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2023-07-12 07:51:18',NULL,0,'plain','',0,0,'info'),(148,'square_payments_q3_2023','marketing','en_US','Square for WooCommerce','Connect your Square account with WooCommerce to accept online and in-person payments (including contactless payments and cross-channel gift cards) quickly and securely. Save time by syncing sales, customers, and items and inventory — and manage everything through one centralized platform.','{}','pending','woocommerce.com','2023-07-20 07:57:34',NULL,0,'plain','',0,0,'info'),(149,'wc-admin-woopayments-rebrand','marketing','en_US','WooCommerce Payments is now WooPayments','We’ve changed the name as part of recent updates to the Woo brand. You’ll still enjoy the same seamless payments experience — just look for WooPayments in your WordPress admin.','{}','pending','woocommerce.com','2023-07-29 07:15:09',NULL,0,'plain','',0,0,'info'),(150,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2023-08-03 07:55:09',NULL,0,'plain','',0,0,'info'),(151,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-08-03 07:55:09',NULL,0,'plain','',0,0,'info'),(152,'woocommerce-WooPayments-Aug-2023-update-needed','update','en_US','Action required: Security update for WooPayments (WooCommerce Payments) plugin','<strong>Your shop requires an important security update for the WooPayments (WooCommerce Payments) extension</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2023-08-03 07:55:09',NULL,0,'plain','',0,0,'info'),(153,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-08-03 07:55:09',NULL,0,'plain','',0,0,'info'),(154,'tiktok-apac-webinar-2023','marketing','en_US','Unlocking TikTok: Live Webinar August 9','Join us on August 9 for a free online masterclass with our partners at TikTok, tailored to Woo merchants in the APAC region (11 am AEST). You’ll learn how to connect your store to TikTok, unlock expert advertising tools, and reach its one billion active global users — all from the comfort of your own home.','{}','pending','woocommerce.com','2023-08-05 08:05:35',NULL,0,'plain','',0,0,'info'),(155,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2023-08-09 07:51:11',NULL,0,'plain','',0,0,'info'),(156,'avalara_q3-2023_withAvaTax','marketing','en_US','New in AvaTax: Calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2023-08-09 07:51:11',NULL,0,'plain','',0,0,'info'),(157,'google_uxstudy_recruitment_q3-2023','marketing','en_US','Share your feedback in exchange for $150','Woo has teamed up with Google to collect feedback on advertising products and services available to you. If selected, you’ll receive an incentive equal to $150 USD for a 60-minute interview that can help improve the products you use to advertise. If interested, please take 2 minutes to complete the screening survey.','{}','pending','woocommerce.com','2023-08-10 07:48:48',NULL,0,'plain','',0,0,'info'),(158,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2023-08-23 07:55:36',NULL,0,'plain','',0,0,'info'),(159,'tiktok_shopGTM_q3-2023_hasTikTok','marketing','en_US','You can now sell your products on TikTok Shop','TikTok is changing the way shoppers find and connect with brands. With TikTok Shop, you can sync your entire catalog from within Woo and sell directly to TikTok users through in-feed videos, livestreams, and your product showcase tab.','{}','pending','woocommerce.com','2023-09-07 07:49:32',NULL,0,'plain','',0,0,'info'),(160,'tiktok_shopGTM_q3-2023_noTikTok','marketing','en_US','You can now sell your products on TikTok Shop','TikTok is changing the way shoppers find and connect with brands. With TikTok Shop, you can sync your entire catalog from within Woo and sell directly to TikTok users through in-feed videos, livestreams, and your product showcase tab.','{}','pending','woocommerce.com','2023-09-08 08:41:49',NULL,0,'plain','',0,0,'info'),(161,'klaviyo_q3_2023','marketing','en_US','Build long lasting relationships with Klaviyo for WooCommerce','Increase customer engagement and boost conversions with powerful email and SMS automation from Klaviyo. Fully integrated with your Woo store, Klaviyo enables you to send personalized communications to your customers — ensuring that the right message is delivered at the right time for maximum impact.','{}','unactioned','woocommerce.com','2023-09-12 08:11:37',NULL,0,'plain','',0,0,'info'),(162,'wc_admin_BNPL_WCPay_Q3_2023','marketing','en_US','Afterpay and Affirm have arrived in WooCommerce Payments!','Give your customers more power with buy now, pay later from Afterpay and Affirm — now included as part of WooCommerce Payments! With this new integration, you can quickly offer a checkout option that converts sales and boosts average order value, all from within the same payments dashboard you already know.','{}','pending','woocommerce.com','2023-09-19 08:04:31',NULL,0,'plain','',0,0,'info'),(163,'wc_admin_afterpay_WCPay_Q3_2023','marketing','en_US','Afterpay has arrived in WooCommerce Payments!','Give your customers more power with buy now, pay later from Afterpay — now included as part of WooCommerce Payments! With this new integration, you can quickly offer a checkout option that converts sales and boosts average order value, all from within the same payments dashboard you already know.','{}','pending','woocommerce.com','2023-09-19 08:04:31',NULL,0,'plain','',0,0,'info'),(164,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.','{}','pending','woocommerce.com','2023-09-20 07:55:37',NULL,0,'plain','',0,0,'info'),(165,'Klarna_10OCT23','marketing','en_US','Klarna is now available','This is a test. Klarna is now available.','{}','pending','woocommerce.com','2023-10-11 07:52:18',NULL,0,'plain','',0,0,'info'),(166,'wc_com_in_person_payments_card_sale_US_inbox_note_q4_23','marketing','en_US','Save 35% on a WooPayments card reader','Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our M2 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends October 29, 2023.','{}','pending','woocommerce.com','2023-10-13 07:51:46',NULL,0,'plain','',0,0,'info'),(167,'wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23','marketing','en_US','Save 35% on a WooPayments card reader','Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our WisePad 3 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends 29th October 2023.','{}','pending','woocommerce.com','2023-10-13 07:51:46',NULL,0,'plain','',0,0,'info'),(168,'wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23','marketing','en_US','Save 35% on a WooPayments card reader','Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our WisePad 3 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends October 29, 2023.','{}','pending','woocommerce.com','2023-10-13 07:51:46',NULL,0,'plain','',0,0,'info'),(169,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2023-10-18 07:55:26',NULL,0,'plain','',0,0,'info'),(170,'wc_admin_WooPay_Q4_2023','marketing','en_US','Convert more sales with our fastest checkout yet','Enable WooPay and offer the only single-click checkout experience built by Woo, for Woo. Give shoppers the power to pay instantly and securely speed through checkout, even if it\'s their first visit. Add it for free with one tap in your WooPayments dashboard.','{}','pending','woocommerce.com','2023-10-28 08:11:55',NULL,0,'plain','',0,0,'info'),(171,'wc_admin_WooPay_Oct30_2023','marketing','en_US','Convert more sales with our fastest checkout yet','Enable WooPay and offer the only single-click checkout experience built by Woo, for Woo. Give shoppers the power to pay instantly and securely speed through checkout, even if it\'s their first visit. Add it for free with one tap in your WooPayments dashboard.','{}','pending','woocommerce.com','2023-11-03 07:52:23',NULL,0,'plain','',0,0,'info'),(172,'paypal_paylater_q4_23','marketing','en_US','Boost your sales this holiday season with PayPal','Set yourself up for success this holiday season by allowing customers to pay the way they prefer. With the latest version of PayPal Payments, you can accept PayPal, Venmo (US), Pay Later*, credit and debit cards, and popular alternative payment methods in one secure solution.','{}','pending','woocommerce.com','2023-11-07 07:57:44',NULL,0,'plain','',0,0,'info'),(173,'tap_to_pay_iphone_q4_2023_no_woopayments','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooPayments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','pending','woocommerce.com','2023-12-06 08:26:35',NULL,0,'plain','',0,0,'info'),(174,'tap_to_pay_iphone_q4_2023_with_woopayments','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone is quick, secure, and simple to set up in WooPayments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!','{}','pending','woocommerce.com','2023-12-06 08:26:35',NULL,0,'plain','',0,0,'info'),(175,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!','{}','pending','woocommerce.com','2023-12-07 07:51:36',NULL,0,'plain','',0,0,'info'),(176,'amazon_pay_reactivate_q1-24','marketing','en_US','Special offer: Activate 0% promo rate for Amazon Pay','For a limited time, Woo merchants who register with Amazon Pay can enjoy a promotional rate of 0% on all transaction fees for 30 days. Valid for businesses based in the United Kingdom. Terms and conditions apply.','{}','pending','woocommerce.com','2024-01-10 07:57:12',NULL,0,'plain','',0,0,'info'),(177,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.','{}','pending','woocommerce.com','2024-01-31 09:28:51',NULL,0,'plain','',0,0,'info'),(178,'custom_order_attribution_inbox_q1_2024','marketing','en_US','NEW: Custom Order Attribution','Order attribution tracking is now available for all Woo stores! See whether an order came from a search ad, video, or email. Make better marketing decisions and watch your products go from “maybe” to “must-have.”','{}','pending','woocommerce.com','2024-02-06 07:54:22',NULL,0,'plain','',0,0,'info'),(179,'wc_admin_UKpricingchange_WCPay_Q1_2024','marketing','en_US','Fee Changes for WooPayments in the EEA and UK','WooPayments fees for transactions between the EEA and UK will change as of 1st March, 2024. Transactions between the UK and EEA are now deemed by card networks to be cross-border, thus international payment fees will be applicable. This also changes base processing fees.','{}','pending','woocommerce.com','2024-03-01 08:10:12',NULL,0,'plain','',0,0,'info'),(180,'airwallex_q1_2024','marketing','en_US','Save big on foreign exchange (FX) fees','Boost your international sales by offering Apple Pay, Google Pay, and 60+ local payment methods with Airwallex. Save time and money by settling payments directly in USD, EUR, HKD, SGD, AUD, and more — without the extra FX fees. Simple, cost-effective, fast.','{}','pending','woocommerce.com','2024-03-01 08:10:12',NULL,0,'plain','',0,0,'info'),(181,'wnww-recap-july','marketing','en_US','Powerful updates and upgrades in WooCommerce','Have you seen all the latest from Woo? Check out our recent roundup for a look at the newest features, extensions, and insights making WooCommerce perform better than ever.','{}','pending','woocommerce.com','2024-08-14 08:20:38',NULL,0,'plain','',0,0,'info'),(183,'stripe_securityupdate_q3_2024','update','en_US','Security update required for your Stripe extension','To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.','{}','pending','woocommerce.com','2024-09-19 08:12:36',NULL,0,'plain','',0,0,'info'),(184,'paypal_migration_Q3_2024','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-04 07:56:45',NULL,0,'plain','',0,0,'info'),(185,'mollie_q4_2024','marketing','en_US','Special offer: Zero transaction fees for your first month with Mollie','With seamless checkout, flexible financing, and 30+ local and global payment methods, Mollie is the all-in-one payment solution that enhances the customer experience and helps your business grow. Start your account today and enjoy ZERO transaction fees for the first month. Ts&Cs apply.','{}','pending','woocommerce.com','2024-10-31 08:22:33',NULL,0,'plain','',0,0,'info'),(186,'paypal_migration_Q3_2024_v2','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-31 08:22:33',NULL,0,'plain','',0,0,'info'),(187,'Renewal_notification_emails_Woosubscriptions_Nov2024','marketing','en_US','WooCommerce Subscriptions just got even better','You can now send automatic email reminders to customers before their subscriptions renew or expire. To enable this for your store, update to the latest version of WooCommerce Subscriptions (don\'t forget to make a backup first) and follow the steps linked below.','{}','pending','woocommerce.com','2024-11-19 07:53:58',NULL,0,'plain','',0,0,'info'),(188,'paypal_promo_Q4_2024','marketing','en_US','Add PayPal to your existing checkout this holiday season','Drive conversion and give customers more confidence to buy when you complement your checkout with PayPal, Venmo, Pay Later, and more. Attract new shoppers and give them a streamlined buying experience with Fastlane, PayPal’s fast and simple guest checkout.','{}','pending','woocommerce.com','2024-11-28 07:53:09',NULL,0,'plain','',0,0,'info'),(189,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>','{}','pending','woocommerce.com','2024-12-04 07:49:37',NULL,0,'plain','',0,0,'info'),(190,'usps-mail-service-to-canada-suspended-dec-2024','update','en_US','Please note: USPS Mail Service to Canada Suspended','The United States Postal Service has temporarily suspended mail service to Canada due to the ongoing Canadian postal workers\' strike. USPS is asking users to refrain from mailing items to Canada at this time.','{}','pending','woocommerce.com','2024-12-05 07:50:59',NULL,0,'plain','',0,0,'info'),(191,'Announce-UPS-WCShipping-Dec2024','marketing','en_US','WooCommerce Shipping now supports select UPS services','Give customers the power and reliability of UPS, directly from your dashboard. Access discounted rates, convenient shipping options, and fast, on-time delivery with UPS on WooCommerce Shipping — and stay tuned for UPS® Ground Saver rates coming in 2025.','{}','pending','woocommerce.com','2024-12-13 08:06:53',NULL,0,'plain','',0,0,'info'),(192,'account-creation-after-checkout-dec2024','marketing','en_US','Offer account creation after checkout','Your customers can now create accounts after they check out on block-based themes. Enable the new “After checkout” block in your account settings and enjoy smoother guest checkout, better conversion, and more repeat business.','{}','pending','woocommerce.com','2024-12-19 08:13:07',NULL,0,'plain','',0,0,'info'),(193,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2024-12-24 07:55:21',NULL,0,'plain','',0,0,'info'),(194,'affirm_promo_Q1_2025','marketing','en_US','Save up to 50% on merchant fees with Affirm','Kickstart the year with buy now, pay later and get merchant rates as low as 2.9% + 30¢ per transaction for 30 days. Download the extension and complete your application from your WooCommerce dashboard by February 19, 2025 to claim the offer. Terms and conditions apply.','{}','pending','woocommerce.com','2025-01-21 07:58:01',NULL,0,'plain','',0,0,'info'),(195,'new-woo-brand-announcement-feb4-2025','marketing','en_US','Meet the new Woo','WooCommerce has a new look, but underneath, we’re still the same customizable, open-source ecommerce platform you know and love. Plus, we’ve got some major improvements to our platform and product on the way.','{}','unactioned','woocommerce.com','2025-02-05 07:53:49',NULL,0,'plain','',0,0,'info'),(196,'paypal_bnpl_au_promo_Q1_2025','marketing','en_US','Australian shoppers can Pay in 4 with PayPal','Enable Pay in 4 messaging to let Australian customers know that they can pay over time while you get paid up front and in full. Pay in 4 is included in PayPal Payments at no additional cost. Eligible buyers can pay in four interest-free payments for purchases of $30 to $2,000 AUD. Terms apply.','{}','pending','woocommerce.com','2025-02-12 07:50:42',NULL,0,'plain','',0,0,'info'),(197,'stripe_stripetax_q1_2025','marketing','en_US','Say goodbye to your tax woes','Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.','{}','pending','woocommerce.com','2025-02-19 07:59:52',NULL,0,'plain','',0,0,'info'),(198,'printful_promo_q1_2025','marketing','en_US','New: sell print-on-demand products, risk-free','Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.','{}','pending','woocommerce.com','2025-02-26 07:49:47',NULL,0,'plain','',0,0,'info'),(199,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.','{}','pending','woocommerce.com','2025-03-04 08:07:57',NULL,0,'plain','',0,0,'info'),(200,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','marketing','en_US','Save 20% on new two-year subscriptions','We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.','{}','pending','woocommerce.com','2025-03-17 08:38:18',NULL,0,'plain','',0,0,'info'),(201,'stripe_orderstatus_bug_q2_2025','update','en_US','Action Required: Update Order Status Manager','Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.','{}','pending','woocommerce.com','2025-04-03 07:59:47',NULL,0,'plain','',0,0,'info'),(202,'viva_wallet_migration_q1_2025','update','en_US','Switch to the new Viva.com Smart Checkout','The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.','{}','pending','woocommerce.com','2025-04-04 08:45:06',NULL,0,'plain','',0,0,'info'),(203,'WooCommerce-Stripe-Gateway-Update-April-2025','update','en_US','Action required: Update WooCommerce Stripe Gateway to v9.4.1','<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.','{}','pending','woocommerce.com','2025-04-19 08:07:00',NULL,0,'plain','',0,0,'info'),(204,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','update','en_US','WooCommerce Stripe Gateway has been updated to v9.4.1','<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.','{}','pending','woocommerce.com','2025-04-19 08:07:00',NULL,0,'plain','',0,0,'info'),(205,'klaviyo_q2_2025','marketing','en_US','Tailor your marketing with data-driven automation','Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity','{}','pending','woocommerce.com','2025-04-30 08:31:03',NULL,0,'plain','',0,0,'info'),(206,'uk-vat-notice-2025-04-30','warning','en_US','UK VAT numbers are no longer supported','Due to recent HM Revenue & Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement','{}','pending','woocommerce.com','2025-05-05 07:49:07',NULL,0,'plain','',0,0,'info'),(207,'payson-retirement-2025','update','en_US','Payson Form Retirement','Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.','{}','pending','woocommerce.com','2025-05-13 07:49:08',NULL,0,'plain','',0,0,'info'),(208,'paypal_q2_2025','marketing','en_US','Power up sales with Pay Later messaging','Help increase your sales and grow cart sizes by letting customers know they have flexible payment options. Merchants see up to an 11% sales lift when they add Pay Later messaging — plus, it integrates seamlessly with your PayPal checkout.','{}','pending','woocommerce.com','2025-05-22 07:54:47',NULL,0,'plain','',0,0,'info'),(209,'paypal-braintree-sdk-depreciation-2025-05-30','update','en_US','Action required: Update the PayPal Braintree extension','Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.','{}','pending','woocommerce.com','2025-05-30 07:53:50',NULL,0,'plain','',0,0,'info'),(210,'tento_q2_2025','marketing','en_US','Get your free business credit score','Strong business credit is the key to better deals, stronger partnerships, and sustainable growth. Tento Business Credit Monitoring helps you catch risks early, secure better financing, and fuel smarter growth — with no impact to your credit.','{}','pending','woocommerce.com','2025-06-04 07:49:05',NULL,0,'plain','',0,0,'info'),(211,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','marketing','en_US','Multibanco, AliPay and WeChat now available in WooPayments','Multibanco, AliPay, and WeChat Pay are now available in WooPayments! Offer trusted local payment methods to customers in key global markets and boost international sales. Geo restrictions apply.','{}','pending','woocommerce.com','2025-06-23 08:17:12',NULL,0,'plain','',0,0,'info'),(212,'woopayments-new-lpms-2025-06-30','marketing','en_US','Boost global sales with more local payments','Support for AliPay, GrabPay, Multibanco, and WeChat Pay is now built into WooPayments in applicable regions. Enable them today to give customers around the globe the convenience of local payment methods — and boost your international sales with a few simple clicks.','{}','pending','woocommerce.com','2025-06-30 07:50:50',NULL,0,'plain','',0,0,'info'),(213,'tiktok-webinar-promo-july2025','marketing','en_US','You\'re Invited: TikTok for WooCommerce Webinar','Join us for a free webinar with our friends at TikTok on Tuesday, July 8, at 4 pm UTC. We\'ll cover creative tips and best practices for making content that turns views into sales.','{}','pending','woocommerce.com','2025-06-30 07:50:50',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wpf4_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_category_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_category_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_category_lookup` (
`category_tree_id` bigint(20) unsigned NOT NULL,
`category_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_category_lookup`
--
LOCK TABLES `wpf4_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wpf4_wc_category_lookup` VALUES (19,19),(30,30);
/*!40000 ALTER TABLE `wpf4_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_customer_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_customer_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_customer_lookup` (
`customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned DEFAULT NULL,
`username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`date_last_active` timestamp NULL DEFAULT NULL,
`date_registered` timestamp NULL DEFAULT NULL,
`country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`customer_id`),
UNIQUE KEY `user_id` (`user_id`),
KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_customer_lookup`
--
LOCK TABLES `wpf4_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `wpf4_wc_customer_lookup` VALUES (1,1,'dosneh','Test','Demo','konigin188@gmail.com','2022-03-10 10:25:55','2022-03-03 12:44:29','IN','395006','Surat','GJ'),(2,NULL,'','RnB','System','','2022-03-08 11:59:13',NULL,'','','',''),(3,NULL,'','SHOBH SINGH','BHATI','ssbhati@yahoo.com','2022-09-15 11:13:32',NULL,'IN','390019','VADODARA','GJ'),(4,NULL,'','PARAMANAND','CHIKANE','darshanprabhu@gmail.com','2022-09-18 08:41:13',NULL,'IN','410507','Pune','MH'),(5,NULL,'','Mayur','Shirgaonkar','shirgaonkar_mayur@yahoo.com','2022-09-20 10:19:11',NULL,'IN','400065','Mumbai','MH'),(6,2,'H_dhruvpalace','bhavesh','patel','dosneh@gmail.com','2022-12-16 06:41:14','2022-03-08 00:55:07','IN','395010','surat','GJ'),(7,NULL,'','Harsh','Dhaduk','harshdhaduk18@gmail.com','2022-10-10 10:05:16',NULL,'IN','422009','Nashik','MH'),(8,4,'harshdhaduk18','Harsh','Dhaduk','harshdhaduk18@gmail.com','2022-10-17 18:30:00','2022-10-11 10:47:41','','','',''),(9,NULL,'','Binayak','Sen','senbin@gmail.com','2022-11-08 03:09:50',NULL,'IN','700090','Kolkata','WB'),(10,5,'srivastavasaurabh75','','','srivastavasaurabh75@gmail.com','2022-11-07 18:30:00','2022-11-05 09:37:33','','','',''),(11,NULL,'','Ajay','Jaiswal','ajayjaiswal1988@gmail.com','2022-12-02 02:44:35',NULL,'IN','400078','Mumbai','MH'),(12,NULL,'','Jivitha','V','jeevitha.win@gmail.com','2022-12-16 00:33:47',NULL,'IN','560086','Bangalore','KA'),(13,NULL,'','RnB','System','','2022-12-16 05:28:10',NULL,'','','',''),(14,NULL,'','RnB','System','','2022-12-16 05:57:11',NULL,'','','',''),(15,NULL,'','RnB','System','','2022-12-16 05:58:50',NULL,'','','',''),(16,NULL,'','RnB','System','','2022-12-16 06:05:42',NULL,'','','',''),(17,NULL,'','RnB','System','','2022-12-16 06:11:49',NULL,'','','',''),(18,NULL,'','RnB','System','','2022-12-16 06:20:17',NULL,'','','',''),(19,NULL,'','RnB','System','','2022-12-16 06:23:06',NULL,'','','',''),(20,NULL,'','RnB','System','','2022-12-16 06:26:28',NULL,'','','',''),(21,NULL,'','RnB','System','','2022-12-16 06:32:15',NULL,'','','',''),(22,NULL,'','RnB','System','','2022-12-16 06:36:57',NULL,'','','',''),(23,NULL,'','RnB','System','','2022-12-16 06:38:16',NULL,'','','',''),(24,NULL,'','RnB','System','','2022-12-16 06:39:30',NULL,'','','',''),(25,NULL,'','RnB','System','','2022-12-16 06:45:14',NULL,'','','',''),(26,NULL,'','RnB','System','','2022-12-16 06:45:50',NULL,'','','',''),(27,NULL,'','RnB','System','','2022-12-16 06:46:31',NULL,'','','',''),(28,NULL,'','RnB','System','','2022-12-16 06:51:58',NULL,'','','',''),(29,NULL,'','RnB','System','','2022-12-16 06:53:24',NULL,'','','',''),(30,NULL,'','RnB','System','','2022-12-16 06:54:41',NULL,'','','',''),(31,NULL,'','RnB','System','','2022-12-16 06:55:25',NULL,'','','',''),(32,NULL,'','RnB','System','','2022-12-16 07:29:55',NULL,'','','',''),(33,NULL,'','RnB','System','','2022-12-16 07:31:39',NULL,'','','',''),(34,NULL,'','RnB','System','','2022-12-16 07:32:57',NULL,'','','',''),(35,NULL,'','RnB','System','','2022-12-16 07:34:49',NULL,'','','',''),(36,37,'stlwwplcjp','','','stlwwplcjp@mail.com','2023-06-01 18:30:00','2023-06-02 07:49:53','','','',''),(37,45,'4296emcdxxlc0e90','','','4296emcdxxlc0e90@gmail.com',NULL,'2023-06-30 18:06:34','','','',''),(38,48,'stjuzbpsij','','','stjuzbpsij@mail.com','2023-08-28 18:30:00','2023-08-29 08:05:37','','','',''),(39,50,'stxweqgfxt','','','stxweqgfxt@mail.com','2023-08-28 18:30:00','2023-08-29 08:22:24','','','',''),(40,51,'stxmliojrj','','','stxmliojrj@mail.com','2023-08-29 18:30:00','2023-08-30 00:57:01','','','',''),(41,53,'zoe.kim0936','','','Zoe.Kim0936@gmail.com','2024-09-14 18:30:00','2024-09-14 20:05:58','','','',''),(42,54,'pauline.montgomery0266','','','Pauline.Montgomery0266@gmail.com','2024-09-15 18:30:00','2024-09-16 02:56:48','','','',''),(43,55,'michaeljordan86','','','MichaelJordan86@gmail.com','2024-10-02 18:30:00','2024-10-02 22:15:16','','','',''),(44,56,'karareed808','','','KaraReed808@gmail.com','2024-10-11 18:30:00','2024-10-12 02:41:40','','','',''),(45,57,'freddie.harris3883','','','Freddie.Harris3883@gmail.com','2024-10-11 18:30:00','2024-10-12 08:46:31','','','',''),(46,58,'joy.mills0826','','','Joy.Mills0826@gmail.com','2024-10-11 18:30:00','2024-10-12 08:46:56','','','',''),(47,59,'hunter.howard7598','','','Hunter.Howard7598@gmail.com','2024-10-11 18:30:00','2024-10-12 08:47:25','','','',''),(48,60,'darren.gonzalez7403','','','Darren.Gonzalez7403@gmail.com','2024-10-11 18:30:00','2024-10-12 08:47:48','','','',''),(49,61,'.4594','','','.4594@gmail.com','2024-10-20 18:30:00','2024-10-21 08:10:25','','','',''),(50,62,'wcpeuser','','','wcpeuser@aol.com',NULL,'2024-10-24 01:11:16','','','',''),(51,63,'annepena808','','','AnnePena808@gmail.com','2024-10-24 18:30:00','2024-10-25 05:12:59','','','',''),(52,64,'clyph','','','clyph@aol.com','2024-10-24 18:30:00','2024-10-25 14:15:10','','','',''),(53,65,'aquiroz7801','','','aquiroz7801@gmail.com','2024-10-25 18:30:00','2024-10-25 20:05:48','','','',''),(54,66,'brianreza','','','brianreza@aol.com','2024-10-25 18:30:00','2024-10-25 20:09:01','','','',''),(55,67,'chrisharmon37','','','chrisharmon37@aol.com','2024-10-25 18:30:00','2024-10-25 20:25:50','','','',''),(56,68,'bgarvey44','','','bgarvey44@yahoo.com','2024-10-25 18:30:00','2024-10-25 20:59:15','','','',''),(57,69,'aguilar.122596','','','aguilar.122596@gmail.com','2024-10-26 18:30:00','2024-10-26 20:17:03','','','',''),(58,70,'opheliadawolfgaming','','','opheliadawolfgaming@gmail.com','2024-10-26 18:30:00','2024-10-26 21:00:50','','','',''),(59,71,'weasel103','','','weasel103@aol.com','2024-10-26 18:30:00','2024-10-26 21:31:24','','','',''),(60,72,'dmichael.miller','','','dmichael.miller@comcast.net','2024-10-26 18:30:00','2024-10-27 14:21:52','','','',''),(61,73,'xangelangeex','','','xangelangeex@yahoo.com','2024-10-27 18:30:00','2024-10-28 02:13:35','','','',''),(62,74,'merrily007','','','merrily007@msn.com','2024-10-27 18:30:00','2024-10-28 02:46:48','','','',''),(63,75,'jwcarlson','','','jwcarlson@hotmailo.com','2024-10-27 18:30:00','2024-10-28 06:14:55','','','',''),(64,76,'casdickson','','','Casdickson@gmail.com','2024-10-27 18:30:00','2024-10-28 07:44:47','','','',''),(65,77,'belindasallberg','','','belindasallberg@gmail.com','2024-10-27 18:30:00','2024-10-28 09:29:28','','','',''),(66,78,'jdungan65','','','JDUNGAN65@aol.com','2024-10-27 18:30:00','2024-10-28 09:30:16','','','',''),(67,79,'pokolojan','','','pokolojan@gmail.com','2024-10-27 18:30:00','2024-10-28 11:27:35','','','',''),(68,80,'bethgasbarro','','','bethgasbarro@att.net','2024-10-27 18:30:00','2024-10-28 11:58:54','','','',''),(69,81,'ecpt3','','','ecpt3@aol.com','2024-10-29 18:30:00','2024-10-30 00:59:59','','','',''),(70,82,'helenwallnj3','','','helenwallnj3@gmail.com','2024-10-29 18:30:00','2024-10-30 04:07:15','','','',''),(71,83,'alexkelley808','','','alexkelley808@gmail.com','2024-12-05 18:30:00','2024-12-06 11:30:26','','','',''),(72,NULL,'','Ambuj Kumar','Jha','ambuj0947@gmail.com','2024-12-23 08:43:37',NULL,'IN','411021','Pune','MH');
/*!40000 ALTER TABLE `wpf4_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_download_log`
--
DROP TABLE IF EXISTS `wpf4_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_download_log`
--
LOCK TABLES `wpf4_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_order_coupon_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_order_coupon_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`coupon_id` bigint(20) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`discount_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`coupon_id`),
KEY `coupon_id` (`coupon_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_order_coupon_lookup`
--
LOCK TABLES `wpf4_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_order_product_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_order_product_lookup` (
`order_item_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`variation_id` bigint(20) unsigned NOT NULL,
`customer_id` bigint(20) unsigned DEFAULT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_qty` int(11) NOT NULL,
`product_net_revenue` double NOT NULL DEFAULT 0,
`product_gross_revenue` double NOT NULL DEFAULT 0,
`coupon_amount` double NOT NULL DEFAULT 0,
`tax_amount` double NOT NULL DEFAULT 0,
`shipping_amount` double NOT NULL DEFAULT 0,
`shipping_tax_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`),
KEY `product_id` (`product_id`),
KEY `customer_id` (`customer_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_order_product_lookup`
--
LOCK TABLES `wpf4_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `wpf4_wc_order_product_lookup` VALUES (1,1054,1053,0,1,'2022-03-07 09:58:20',2,4000,4000,0,0,0,0),(7,1057,1053,0,1,'2022-03-07 10:41:31',1,3500,3500,0,0,0,0),(6,1056,1053,0,1,'2022-03-07 10:26:07',1,3500,3500,0,0,0,0),(4,1055,1053,0,1,'2022-03-07 10:03:29',1,7500,7500,0,0,0,0),(5,1055,1053,0,1,'2022-03-07 10:03:29',1,3000,3000,0,0,0,0),(8,1057,1053,0,1,'2022-03-07 10:41:31',1,2500,2500,0,0,0,0),(9,1064,1053,0,1,'2022-03-07 12:00:54',3,30000,30000,0,0,0,0),(10,1064,1053,0,1,'2022-03-07 12:00:54',1,10000,10000,0,0,0,0),(11,1064,1061,0,1,'2022-03-07 12:00:54',1,32000,32000,0,0,0,0),(12,1065,1061,0,1,'2022-03-07 12:03:16',1,6000,6000,0,0,0,0),(13,1066,1061,0,1,'2022-03-07 12:05:59',1,18000,18000,0,0,0,0),(14,1068,1061,0,1,'2022-03-07 12:12:00',1,30000,30000,0,0,0,0),(15,1078,1053,0,1,'2022-03-07 12:20:17',1,7500,7500,0,0,0,0),(16,1078,1061,0,1,'2022-03-07 12:20:17',1,14000,14000,0,0,0,0),(17,1092,1086,0,1,'2022-03-08 06:11:42',1,19200,19200,0,0,0,0),(18,1102,1061,0,2,'2022-03-08 06:59:13',8,16000,16000,0,0,0,0),(19,1104,1083,0,1,'2022-03-08 07:01:20',1,3000,3000,0,0,0,0),(20,1104,1061,0,1,'2022-03-08 07:01:20',1,20000,20000,0,0,0,0),(21,1144,1061,0,1,'2022-03-08 09:56:41',1,2000,2000,0,0,0,0),(22,1148,1061,0,1,'2022-03-08 10:03:15',1,2000,2000,0,0,0,0),(23,1148,1079,0,1,'2022-03-08 10:03:15',1,4800,4800,0,0,0,0),(24,1153,1061,0,1,'2022-03-08 10:09:25',1,4000,4000,0,0,0,0),(25,1611,1086,0,1,'2022-03-10 05:25:55',1,2400,2400,0,0,0,0),(26,1611,1086,0,1,'2022-03-10 05:25:55',1,2400,2400,0,0,0,0),(27,1611,1086,0,1,'2022-03-10 05:25:55',1,4800,4800,0,0,0,0),(28,3523,1061,0,3,'2022-09-15 16:43:32',1,6000,6000,0,0,0,0),(29,3524,1080,0,4,'2022-09-18 14:11:13',1,6400,6400,0,0,0,0),(30,3525,1079,0,5,'2022-09-20 15:49:11',1,1600,1600,0,0,0,0),(31,3527,1080,0,6,'2022-09-24 11:23:05',1,6400,6400,0,0,0,0),(32,3539,3535,0,7,'2022-10-06 14:08:41',1,2000,2000,0,0,0,0),(33,3559,3535,0,6,'2022-10-08 12:32:01',1,2000,2000,0,0,0,0),(34,3559,3535,0,6,'2022-10-08 12:32:01',1,4000,4000,0,0,0,0),(35,3559,1082,0,6,'2022-10-08 12:32:01',1,3400,3400,0,0,0,0),(36,3560,1086,0,7,'2022-10-10 15:35:16',1,2400,2400,0,0,0,0),(37,3565,1086,0,6,'2022-10-11 06:11:27',1,2400,2400,0,0,0,0),(41,3635,1079,0,11,'2022-12-02 08:14:35',1,1600,1600,0,0,0,0),(40,3634,1084,0,9,'2022-11-08 08:39:50',1,3600,3600,0,0,0,0),(42,3636,1082,0,12,'2022-12-16 06:03:47',1,3400,3400,0,0,0,0),(43,3638,1061,0,13,'2022-12-16 10:58:10',1,2000,2000,0,0,0,0),(44,3640,1061,0,14,'2022-12-16 11:27:11',1,2000,2000,0,0,0,0),(45,3641,1061,0,15,'2022-12-16 11:28:50',1,2000,2000,0,0,0,0),(46,3642,1061,0,16,'2022-12-16 11:35:42',1,2000,2000,0,0,0,0),(47,3643,1061,0,17,'2022-12-16 11:41:49',1,2000,2000,0,0,0,0),(48,3644,1061,0,18,'2022-12-16 11:50:17',3,6000,6000,0,0,0,0),(49,3646,1053,0,19,'2022-12-16 11:53:06',3,7500,7500,0,0,0,0),(50,3647,1053,0,20,'2022-12-16 11:56:28',3,7500,7500,0,0,0,0),(52,3649,1061,0,21,'2022-12-16 12:02:15',3,6000,6000,0,0,0,0),(54,3651,1061,0,22,'2022-12-16 12:06:57',3,6000,6000,0,0,0,0),(55,3652,1061,0,23,'2022-12-16 12:08:16',1,2000,2000,0,0,0,0),(56,3653,1061,0,24,'2022-12-16 12:09:30',1,2000,2000,0,0,0,0),(59,3655,1053,0,25,'2022-12-16 12:15:14',3,7500,7500,0,0,0,0),(60,3656,1053,0,26,'2022-12-16 12:15:50',3,7500,7500,0,0,0,0),(61,3657,1053,0,27,'2022-12-16 12:16:31',3,7500,7500,0,0,0,0),(62,3658,1053,0,28,'2022-12-16 12:21:58',1,2500,2500,0,0,0,0),(63,3659,1053,0,29,'2022-12-16 12:23:24',1,2500,2500,0,0,0,0),(64,3660,1053,0,30,'2022-12-16 12:24:41',2,5000,5000,0,0,0,0),(65,3661,1053,0,31,'2022-12-16 12:25:25',2,5000,5000,0,0,0,0),(66,3662,1061,0,32,'2022-12-16 12:59:55',3,6000,6000,0,0,0,0),(67,3663,1053,0,33,'2022-12-16 13:01:39',3,7500,7500,0,0,0,0),(68,3664,1053,0,34,'2022-12-16 13:02:57',2,5000,5000,0,0,0,0),(69,3665,1053,0,35,'2022-12-16 13:04:49',2,5000,5000,0,0,0,0),(70,4353,1082,0,72,'2024-12-23 13:19:17',1,3400,3400,0,0,0,0),(71,4354,1053,0,72,'2024-12-23 14:13:37',2,5000,5000,0,0,0,0);
/*!40000 ALTER TABLE `wpf4_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_order_stats`
--
DROP TABLE IF EXISTS `wpf4_wc_order_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_order_stats` (
`order_id` bigint(20) unsigned NOT NULL,
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`num_items_sold` int(11) NOT NULL DEFAULT 0,
`total_sales` double NOT NULL DEFAULT 0,
`tax_total` double NOT NULL DEFAULT 0,
`shipping_total` double NOT NULL DEFAULT 0,
`net_total` double NOT NULL DEFAULT 0,
`returning_customer` tinyint(1) DEFAULT NULL,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`customer_id` bigint(20) unsigned NOT NULL,
`date_paid` datetime DEFAULT '0000-00-00 00:00:00',
`date_completed` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`order_id`),
KEY `date_created` (`date_created`),
KEY `customer_id` (`customer_id`),
KEY `status` (`status`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_order_stats`
--
LOCK TABLES `wpf4_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_order_stats` DISABLE KEYS */;
INSERT INTO `wpf4_wc_order_stats` VALUES (1054,0,'2022-03-07 09:58:20','2022-03-07 09:58:20',2,4000,0,0,4000,0,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1055,0,'2022-03-07 10:03:29','2022-03-07 10:03:29',2,10500,0,0,10500,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1148,0,'2022-03-08 10:03:15','2022-03-08 10:03:15',2,6800,0,0,6800,0,'wc-processing',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1056,0,'2022-03-07 10:26:07','2022-03-07 10:26:07',1,3500,0,0,3500,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1057,0,'2022-03-07 10:41:31','2022-03-07 10:41:31',2,6000,0,0,6000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1064,0,'2022-03-07 12:00:54','2022-03-07 12:00:54',5,72000,0,0,72000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1065,0,'2022-03-07 12:03:16','2022-03-07 12:03:16',1,6000,0,0,6000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1066,0,'2022-03-07 12:05:59','2022-03-07 12:05:59',1,18000,0,0,18000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1068,0,'2022-03-07 12:12:00','2022-03-07 12:12:00',1,30000,0,0,30000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1078,0,'2022-03-07 12:20:17','2022-03-07 12:20:17',2,21500,0,0,21500,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1092,0,'2022-03-08 06:11:42','2022-03-08 06:11:42',1,19200,0,0,19200,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1102,0,'2022-03-08 06:59:13','2022-03-08 06:59:13',8,16000,0,0,16000,0,'wc-rnb-fake-order',2,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1104,0,'2022-03-08 07:01:20','2022-03-08 07:01:20',2,23000,0,0,23000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1144,0,'2022-03-08 09:56:41','2022-03-08 09:56:41',1,2000,0,0,2000,1,'wc-trash',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1153,0,'2022-03-08 10:09:25','2022-03-08 10:09:25',1,4000,0,0,4000,1,'wc-processing',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1611,0,'2022-03-10 05:25:55','2022-03-10 05:25:55',3,9600,0,0,9600,1,'wc-processing',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3523,0,'2022-09-15 16:43:32','2022-09-15 16:43:32',1,6000,0,0,6000,0,'wc-processing',3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3524,0,'2022-09-18 14:11:13','2022-09-18 14:11:13',1,6400,0,0,6400,0,'wc-cancelled',4,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3525,0,'2022-09-20 15:49:11','2022-09-20 15:49:11',1,1600,0,0,1600,0,'wc-processing',5,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3527,0,'2022-09-24 11:23:05','2022-09-24 11:23:05',1,6400,0,0,6400,0,'wc-processing',6,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3539,0,'2022-10-06 14:08:41','2022-10-06 14:08:41',1,2000,0,0,2000,0,'wc-cancelled',7,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3559,0,'2022-10-08 12:32:01','2022-10-08 12:32:01',3,9400,0,0,9400,1,'wc-cancelled',6,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3560,0,'2022-10-10 15:35:16','2022-10-10 15:35:16',1,2400,0,0,2400,0,'wc-on-hold',7,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3565,0,'2022-10-11 06:11:27','2022-10-11 06:11:27',1,2400,0,0,2400,1,'wc-cancelled',6,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3634,0,'2022-11-08 08:39:50','2022-11-08 08:39:50',1,3600,0,0,3600,0,'wc-completed',9,'2022-12-14 19:49:17','2022-12-14 19:49:17'),(3635,0,'2022-12-02 08:14:35','2022-12-02 08:14:35',1,1600,0,0,1600,0,'wc-cancelled',11,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3636,0,'2022-12-16 06:03:47','2022-12-16 06:03:47',1,3400,0,0,3400,0,'wc-cancelled',12,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3638,0,'2022-12-16 10:58:10','2022-12-16 10:58:10',1,2000,0,0,2000,0,'wc-rnb-fake-order',13,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3640,0,'2022-12-16 11:27:11','2022-12-16 11:27:11',1,2000,0,0,2000,0,'wc-rnb-fake-order',14,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3641,0,'2022-12-16 11:28:50','2022-12-16 11:28:50',1,2000,0,0,2000,0,'wc-rnb-fake-order',15,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3642,0,'2022-12-16 11:35:42','2022-12-16 11:35:42',1,2000,0,0,2000,0,'wc-rnb-fake-order',16,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3643,0,'2022-12-16 11:41:49','2022-12-16 11:41:49',1,2000,0,0,2000,0,'wc-rnb-fake-order',17,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3644,0,'2022-12-16 11:50:17','2022-12-16 11:50:17',3,6000,0,0,6000,0,'wc-rnb-fake-order',18,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3646,0,'2022-12-16 11:53:06','2022-12-16 11:53:06',3,7500,0,0,7500,0,'wc-rnb-fake-order',19,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3647,0,'2022-12-16 11:56:28','2022-12-16 11:56:28',3,7500,0,0,7500,0,'wc-rnb-fake-order',20,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3649,0,'2022-12-16 12:02:15','2022-12-16 12:02:15',3,6000,0,0,6000,0,'wc-rnb-fake-order',21,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3651,0,'2022-12-16 12:06:57','2022-12-16 12:06:57',3,6000,0,0,6000,0,'wc-rnb-fake-order',22,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3652,0,'2022-12-16 12:08:16','2022-12-16 12:08:16',1,2000,0,0,2000,0,'wc-rnb-fake-order',23,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3653,0,'2022-12-16 12:09:30','2022-12-16 12:09:30',1,2000,0,0,2000,0,'wc-rnb-fake-order',24,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3655,0,'2022-12-16 12:15:14','2022-12-16 12:15:14',3,7500,0,0,7500,0,'wc-rnb-fake-order',25,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3656,0,'2022-12-16 12:15:50','2022-12-16 12:15:50',3,7500,0,0,7500,0,'wc-rnb-fake-order',26,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3657,0,'2022-12-16 12:16:31','2022-12-16 12:16:31',3,7500,0,0,7500,0,'wc-rnb-fake-order',27,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3658,0,'2022-12-16 12:21:58','2022-12-16 12:21:58',1,2500,0,0,2500,0,'wc-rnb-fake-order',28,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3659,0,'2022-12-16 12:23:24','2022-12-16 12:23:24',1,2500,0,0,2500,0,'wc-rnb-fake-order',29,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3660,0,'2022-12-16 12:24:41','2022-12-16 12:24:41',2,5000,0,0,5000,0,'wc-rnb-fake-order',30,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3661,0,'2022-12-16 12:25:25','2022-12-16 12:25:25',2,5000,0,0,5000,0,'wc-rnb-fake-order',31,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3662,0,'2022-12-16 12:59:55','2022-12-16 12:59:55',3,6000,0,0,6000,0,'wc-rnb-fake-order',32,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3663,0,'2022-12-16 13:01:39','2022-12-16 13:01:39',3,7500,0,0,7500,0,'wc-rnb-fake-order',33,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3664,0,'2022-12-16 13:02:57','2022-12-16 13:02:57',2,5000,0,0,5000,0,'wc-rnb-fake-order',34,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(3665,0,'2022-12-16 13:04:49','2022-12-16 13:04:49',2,5000,0,0,5000,0,'wc-rnb-fake-order',35,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(4353,0,'2024-12-23 13:19:17','2024-12-23 13:19:17',1,3400,0,0,3400,1,'wc-cancelled',72,NULL,NULL),(4354,0,'2024-12-23 14:13:37','2024-12-23 14:13:37',2,5000,0,0,5000,0,'wc-on-hold',72,NULL,NULL);
/*!40000 ALTER TABLE `wpf4_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_order_tax_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_order_tax_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`shipping_tax` double NOT NULL DEFAULT 0,
`order_tax` double NOT NULL DEFAULT 0,
`total_tax` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`tax_rate_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_order_tax_lookup`
--
LOCK TABLES `wpf4_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_product_attributes_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_product_attributes_lookup` (
`product_id` bigint(20) NOT NULL,
`product_or_parent_id` bigint(20) NOT NULL,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`term_id` bigint(20) NOT NULL,
`is_variation_attribute` tinyint(1) NOT NULL,
`in_stock` tinyint(1) NOT NULL,
PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_product_attributes_lookup`
--
LOCK TABLES `wpf4_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_product_download_directories`
--
DROP TABLE IF EXISTS `wpf4_wc_product_download_directories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_product_download_directories` (
`url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`enabled` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`url_id`),
KEY `url` (`url`(250))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_product_download_directories`
--
LOCK TABLES `wpf4_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wpf4_wc_product_download_directories` VALUES (1,'file:///home/hoteldhruvpalace.com/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'http://hoteldhruvpalace.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wpf4_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_product_meta_lookup`
--
DROP TABLE IF EXISTS `wpf4_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_product_meta_lookup` (
`product_id` bigint(20) NOT NULL,
`sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
`virtual` tinyint(1) DEFAULT 0,
`downloadable` tinyint(1) DEFAULT 0,
`min_price` decimal(19,4) DEFAULT NULL,
`max_price` decimal(19,4) DEFAULT NULL,
`onsale` tinyint(1) DEFAULT 0,
`stock_quantity` double DEFAULT NULL,
`stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
`rating_count` bigint(20) DEFAULT 0,
`average_rating` decimal(3,2) DEFAULT 0.00,
`total_sales` bigint(20) DEFAULT 0,
`tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
`tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
`global_unique_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
PRIMARY KEY (`product_id`),
KEY `virtual` (`virtual`),
KEY `downloadable` (`downloadable`),
KEY `stock_status` (`stock_status`),
KEY `stock_quantity` (`stock_quantity`),
KEY `onsale` (`onsale`),
KEY `min_max_price` (`min_price`,`max_price`),
KEY `sku` (`sku`(50))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_product_meta_lookup`
--
LOCK TABLES `wpf4_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wpf4_wc_product_meta_lookup` VALUES (1053,'',0,0,2500.0000,2500.0000,0,NULL,'instock',0,0.00,11,'taxable','',''),(1061,'',0,0,2000.0000,2000.0000,0,NULL,'instock',0,0.00,14,'taxable','',''),(1079,'',0,0,1600.0000,1600.0000,0,NULL,'instock',0,0.00,2,'taxable','',''),(1080,'',0,0,3200.0000,3200.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(1082,'',0,0,3400.0000,3400.0000,0,NULL,'instock',0,0.00,0,'taxable','',''),(1083,'',0,0,3000.0000,3000.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(1084,'',0,0,3600.0000,3600.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(1085,'',0,0,2200.0000,2200.0000,0,NULL,'instock',0,0.00,0,'taxable','',''),(1086,'',0,0,2400.0000,2400.0000,0,NULL,'instock',0,0.00,5,'taxable','',''),(3535,'',0,0,2000.0000,2000.0000,0,NULL,'instock',0,0.00,0,'taxable','','');
/*!40000 ALTER TABLE `wpf4_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_rate_limits`
--
DROP TABLE IF EXISTS `wpf4_wc_rate_limits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_rate_limits` (
`rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`rate_limit_expiry` bigint(20) unsigned NOT NULL,
`rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`rate_limit_id`),
UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_rate_limits`
--
LOCK TABLES `wpf4_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_reserved_stock`
--
DROP TABLE IF EXISTS `wpf4_wc_reserved_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_reserved_stock` (
`order_id` bigint(20) NOT NULL,
`product_id` bigint(20) NOT NULL,
`stock_quantity` double NOT NULL DEFAULT 0,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_reserved_stock`
--
LOCK TABLES `wpf4_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_tax_rate_classes`
--
DROP TABLE IF EXISTS `wpf4_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_tax_rate_classes` (
`tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_class_id`),
UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_tax_rate_classes`
--
LOCK TABLES `wpf4_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpf4_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpf4_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wc_webhooks`
--
DROP TABLE IF EXISTS `wpf4_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT 0,
`pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wc_webhooks`
--
LOCK TABLES `wpf4_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wpf4_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wcpdf_invoice_number`
--
DROP TABLE IF EXISTS `wpf4_wcpdf_invoice_number`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wcpdf_invoice_number` (
`id` int(16) NOT NULL AUTO_INCREMENT,
`order_id` int(16) DEFAULT NULL,
`date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
`calculated_number` int(16) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wcpdf_invoice_number`
--
LOCK TABLES `wpf4_wcpdf_invoice_number` WRITE;
/*!40000 ALTER TABLE `wpf4_wcpdf_invoice_number` DISABLE KEYS */;
INSERT INTO `wpf4_wcpdf_invoice_number` VALUES (1,1055,'2022-03-07 10:14:12',NULL),(2,1056,'2022-03-07 10:26:09',NULL),(3,1057,'2022-03-07 10:41:31',NULL),(4,1064,'2022-03-07 12:00:55',NULL),(5,1065,'2022-03-07 12:03:16',NULL),(6,1066,'2022-03-07 12:06:00',NULL),(7,1068,'2022-03-07 12:12:00',NULL),(8,1078,'2022-03-07 12:20:17',NULL),(9,1092,'2022-03-08 06:11:42',NULL),(10,1104,'2022-03-08 07:01:21',NULL),(11,1144,'2022-03-08 09:56:41',NULL),(12,1148,'2022-03-08 10:03:16',NULL),(13,1153,'2022-03-08 10:09:25',NULL),(14,1611,'2022-03-10 05:25:55',NULL),(15,3523,'2022-09-15 16:43:33',NULL),(16,3525,'2022-09-20 15:49:11',NULL),(17,3527,'2022-09-24 11:23:05',NULL),(18,3559,'2022-10-08 12:32:01',NULL),(19,3560,'2022-10-10 15:35:16',NULL),(20,3565,'2022-10-11 06:11:28',NULL),(21,3634,'2022-11-08 08:46:46',NULL),(22,3635,'2022-12-02 08:14:35',NULL),(23,3648,'2022-12-16 12:00:24',NULL),(24,3650,'2022-12-16 12:04:10',NULL),(25,3654,'2022-12-16 12:11:14',NULL),(26,4353,'2024-12-23 13:19:18',NULL),(27,4354,'2024-12-23 14:13:37',NULL);
/*!40000 ALTER TABLE `wpf4_wcpdf_invoice_number` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`nonces` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_api_keys`
--
LOCK TABLES `wpf4_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_attribute_taxonomies`
--
LOCK TABLES `wpf4_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`),
KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `wpf4_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_log`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`context` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_log`
--
LOCK TABLES `wpf4_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM AUTO_INCREMENT=1205 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_order_itemmeta`
--
LOCK TABLES `wpf4_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wpf4_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','1053'),(2,1,'_variation_id','0'),(3,1,'_qty','2'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','4000'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','4000'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10,1,'Quote Request',''),(11,1,'booking_inventory','1052'),(12,1,'Choose Inventory','SUPER DELUXE'),(13,1,'Pickup Date & Time','03/22/2022 at 12:30'),(14,1,'_pickup_hidden_datetime','2022-03-22|12:30'),(15,1,'Return Date & Time','03/25/2022 at 13:00'),(16,1,'_return_hidden_datetime','2022-03-25|13:00'),(17,1,'Total Days','3 Days 1 Hours '),(18,1,'_return_hidden_days','4'),(19,1,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,000.00</bdi></span>'),(20,1,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}'),(21,1,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";s:2:\"10\";s:8:\"quantity\";s:1:\"2\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-22\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-25\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:73;s:4:\"days\";i:4;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:4:{i:0;s:10:\"03/22/2022\";i:1;s:10:\"03/23/2022\";i:2;s:10:\"03/24/2022\";i:3;s:10:\"03/25/2022\";}s:5:\"saved\";a:4:{i:0;s:10:\"2022-03-22\";i:1;s:10:\"2022-03-23\";i:2;s:10:\"2022-03-24\";i:3;s:10:\"2022-03-25\";}s:3:\"iso\";a:4:{i:0;i:1647952200;i:1;i:1648038600;i:2;i:1648125000;i:3;i:1648211400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}s:4:\"cost\";d:2000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2000;}s:13:\"item_added_at\";s:21:\"2022-03-07 09: 44: 13\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-22\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-25\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"2\";s:15:\"currency-symbol\";s:1:\"$\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"4000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-25\";s:11:\"return_time\";s:5:\"13:00\";}}'),(105,5,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";i:8;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-17\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2022-03-22\";s:12:\"dropoff_time\";s:5:\"13:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:121;s:4:\"days\";i:6;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:6:{i:0;s:10:\"03/17/2022\";i:1;s:10:\"03/18/2022\";i:2;s:10:\"03/19/2022\";i:3;s:10:\"03/20/2022\";i:4;s:10:\"03/21/2022\";i:5;s:10:\"03/22/2022\";}s:5:\"saved\";a:6:{i:0;s:10:\"2022-03-17\";i:1;s:10:\"2022-03-18\";i:2;s:10:\"2022-03-19\";i:3;s:10:\"2022-03-20\";i:4;s:10:\"2022-03-21\";i:5;s:10:\"2022-03-22\";}s:3:\"iso\";a:6:{i:0;i:1647522000;i:1;i:1647608400;i:2;i:1647694800;i:3;i:1647781200;i:4;i:1647867600;i:5;i:1647954000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3000;s:18:\"deposit_free_total\";d:3000;}s:4:\"cost\";d:3000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3000;}s:13:\"item_added_at\";s:21:\"2022-03-07 10: 02: 36\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-17\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2022-03-22\";s:12:\"dropoff_time\";s:5:\"13:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"3000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-22\";s:11:\"return_time\";s:5:\"13:30\";}}'),(85,5,'_product_id','1053'),(86,5,'_variation_id','0'),(87,5,'_qty','1'),(88,5,'_tax_class',''),(89,5,'_line_subtotal','3000'),(90,5,'_line_subtotal_tax','0'),(91,5,'_line_total','3000'),(92,5,'_line_tax','0'),(93,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94,5,'Quote Request',''),(95,5,'booking_inventory','1052'),(96,5,'Choose Inventory','SUPER DELUXE'),(97,5,'Pickup Date & Time','03/17/2022 at 13:00'),(98,5,'_pickup_hidden_datetime','2022-03-17|13:00'),(99,5,'Return Date & Time','03/22/2022 at 13:30'),(100,5,'_return_hidden_datetime','2022-03-22|13:30'),(101,5,'Total Days','5 Days 1 Hours '),(102,5,'_return_hidden_days','6'),(103,5,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,000.00</bdi></span>'),(104,5,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3000;s:18:\"deposit_free_total\";d:3000;}'),(64,4,'_product_id','1053'),(65,4,'_variation_id','0'),(66,4,'_qty','1'),(67,4,'_tax_class',''),(68,4,'_line_subtotal','7500'),(69,4,'_line_subtotal_tax','0'),(70,4,'_line_total','7500'),(71,4,'_line_tax','0'),(72,4,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73,4,'Quote Request',''),(74,4,'booking_inventory','1052'),(75,4,'Choose Inventory','SUPER DELUXE'),(76,4,'Pickup Date & Time','03/14/2022 at 13:30'),(77,4,'_pickup_hidden_datetime','2022-03-14|13:30'),(78,4,'Return Date & Time','03/29/2022 at 13:00'),(79,4,'_return_hidden_datetime','2022-03-29|13:00'),(80,4,'Total Days','15 Days '),(81,4,'_return_hidden_days','15'),(82,4,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>7,500.00</bdi></span>'),(83,4,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:7500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:7500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:7500;s:18:\"deposit_free_total\";d:7500;}'),(84,4,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";i:8;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-14\";s:11:\"pickup_time\";s:5:\"13:30\";s:12:\"dropoff_date\";s:10:\"2022-03-29\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:360;s:4:\"days\";i:15;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:15:{i:0;s:10:\"03/14/2022\";i:1;s:10:\"03/15/2022\";i:2;s:10:\"03/16/2022\";i:3;s:10:\"03/17/2022\";i:4;s:10:\"03/18/2022\";i:5;s:10:\"03/19/2022\";i:6;s:10:\"03/20/2022\";i:7;s:10:\"03/21/2022\";i:8;s:10:\"03/22/2022\";i:9;s:10:\"03/23/2022\";i:10;s:10:\"03/24/2022\";i:11;s:10:\"03/25/2022\";i:12;s:10:\"03/26/2022\";i:13;s:10:\"03/27/2022\";i:14;s:10:\"03/28/2022\";}s:5:\"saved\";a:15:{i:0;s:10:\"2022-03-14\";i:1;s:10:\"2022-03-15\";i:2;s:10:\"2022-03-16\";i:3;s:10:\"2022-03-17\";i:4;s:10:\"2022-03-18\";i:5;s:10:\"2022-03-19\";i:6;s:10:\"2022-03-20\";i:7;s:10:\"2022-03-21\";i:8;s:10:\"2022-03-22\";i:9;s:10:\"2022-03-23\";i:10;s:10:\"2022-03-24\";i:11;s:10:\"2022-03-25\";i:12;s:10:\"2022-03-26\";i:13;s:10:\"2022-03-27\";i:14;s:10:\"2022-03-28\";}s:3:\"iso\";a:15:{i:0;i:1647264600;i:1;i:1647351000;i:2;i:1647437400;i:3;i:1647523800;i:4;i:1647610200;i:5;i:1647696600;i:6;i:1647783000;i:7;i:1647869400;i:8;i:1647955800;i:9;i:1648042200;i:10;i:1648128600;i:11;i:1648215000;i:12;i:1648301400;i:13;i:1648387800;i:14;i:1648474200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:7500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:7500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:7500;s:18:\"deposit_free_total\";d:7500;}s:4:\"cost\";d:7500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:7500;}s:13:\"item_added_at\";s:21:\"2022-03-07 09: 59: 58\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-14\";s:11:\"pickup_time\";s:5:\"13:30\";s:12:\"dropoff_date\";s:10:\"2022-03-29\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"7500\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-29\";s:11:\"return_time\";s:5:\"13:00\";}}'),(106,6,'_product_id','1053'),(107,6,'_variation_id','0'),(108,6,'_qty','1'),(109,6,'_tax_class',''),(110,6,'_line_subtotal','3500'),(111,6,'_line_subtotal_tax','0'),(112,6,'_line_total','3500'),(113,6,'_line_tax','0'),(114,6,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115,6,'Quote Request',''),(116,6,'booking_inventory','1052'),(117,6,'Choose Inventory','SUPER DELUXE'),(118,6,'Pickup Date & Time','03/16/2022 at 14:00'),(119,6,'_pickup_hidden_datetime','2022-03-16|14:00'),(120,6,'Return Date & Time','03/23/2022 at 13:00'),(121,6,'_return_hidden_datetime','2022-03-23|13:00'),(122,6,'Total Days','6 Days 23 Hours '),(123,6,'_return_hidden_days','7'),(124,6,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,500.00</bdi></span>'),(125,6,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3500;s:18:\"deposit_free_total\";d:3500;}'),(126,6,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";i:6;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:167;s:4:\"days\";i:7;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:7:{i:0;s:10:\"03/16/2022\";i:1;s:10:\"03/17/2022\";i:2;s:10:\"03/18/2022\";i:3;s:10:\"03/19/2022\";i:4;s:10:\"03/20/2022\";i:5;s:10:\"03/21/2022\";i:6;s:10:\"03/22/2022\";}s:5:\"saved\";a:7:{i:0;s:10:\"2022-03-16\";i:1;s:10:\"2022-03-17\";i:2;s:10:\"2022-03-18\";i:3;s:10:\"2022-03-19\";i:4;s:10:\"2022-03-20\";i:5;s:10:\"2022-03-21\";i:6;s:10:\"2022-03-22\";}s:3:\"iso\";a:7:{i:0;i:1647439200;i:1;i:1647525600;i:2;i:1647612000;i:3;i:1647698400;i:4;i:1647784800;i:5;i:1647871200;i:6;i:1647957600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3500;s:18:\"deposit_free_total\";d:3500;}s:4:\"cost\";d:3500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3500;}s:13:\"item_added_at\";s:21:\"2022-03-07 10: 25: 27\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"3500\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-23\";s:11:\"return_time\";s:5:\"13:00\";}}'),(127,7,'_product_id','1053'),(128,7,'_variation_id','0'),(129,7,'_qty','1'),(130,7,'_tax_class',''),(131,7,'_line_subtotal','3500'),(132,7,'_line_subtotal_tax','0'),(133,7,'_line_total','3500'),(134,7,'_line_tax','0'),(135,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136,7,'Quote Request',''),(137,7,'booking_inventory','1052'),(138,7,'Choose Inventory','SUPER DELUXE'),(139,7,'Pickup Date & Time','03/16/2022 at 14:00'),(140,7,'_pickup_hidden_datetime','2022-03-16|14:00'),(141,7,'Return Date & Time','03/23/2022 at 13:00'),(142,7,'_return_hidden_datetime','2022-03-23|13:00'),(143,7,'Total Days','6 Days 23 Hours '),(144,7,'_return_hidden_days','7'),(145,7,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,500.00</bdi></span>'),(146,7,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3500;s:18:\"deposit_free_total\";d:3500;}'),(147,7,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";i:6;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:167;s:4:\"days\";i:7;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:7:{i:0;s:10:\"03/16/2022\";i:1;s:10:\"03/17/2022\";i:2;s:10:\"03/18/2022\";i:3;s:10:\"03/19/2022\";i:4;s:10:\"03/20/2022\";i:5;s:10:\"03/21/2022\";i:6;s:10:\"03/22/2022\";}s:5:\"saved\";a:7:{i:0;s:10:\"2022-03-16\";i:1;s:10:\"2022-03-17\";i:2;s:10:\"2022-03-18\";i:3;s:10:\"2022-03-19\";i:4;s:10:\"2022-03-20\";i:5;s:10:\"2022-03-21\";i:6;s:10:\"2022-03-22\";}s:3:\"iso\";a:7:{i:0;i:1647439200;i:1;i:1647525600;i:2;i:1647612000;i:3;i:1647698400;i:4;i:1647784800;i:5;i:1647871200;i:6;i:1647957600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3500;s:18:\"deposit_free_total\";d:3500;}s:4:\"cost\";d:3500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3500;}s:13:\"item_added_at\";s:21:\"2022-03-07 10: 25: 27\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"3500\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-23\";s:11:\"return_time\";s:5:\"13:00\";}}'),(148,8,'_product_id','1053'),(149,8,'_variation_id','0'),(150,8,'_qty','1'),(151,8,'_tax_class',''),(152,8,'_line_subtotal','2500'),(153,8,'_line_subtotal_tax','0'),(154,8,'_line_total','2500'),(155,8,'_line_tax','0'),(156,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157,8,'Quote Request',''),(158,8,'booking_inventory','1052'),(159,8,'Choose Inventory','SUPER DELUXE'),(160,8,'Pickup Date & Time','03/16/2022 at 14:30'),(161,8,'_pickup_hidden_datetime','2022-03-16|14:30'),(162,8,'Return Date & Time','03/16/2022 at 15:00'),(163,8,'_return_hidden_datetime','2022-03-16|15:00'),(164,8,'Total Days','1 Days '),(165,8,'_return_hidden_days','1'),(166,8,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,500.00</bdi></span>'),(167,8,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2500;s:18:\"deposit_free_total\";d:2500;}'),(168,8,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:2:\"10\";s:18:\"available_quantity\";i:8;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:30\";s:12:\"dropoff_date\";s:10:\"2022-03-16\";s:12:\"dropoff_time\";s:5:\"15:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/16/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-16\";}s:3:\"iso\";a:1:{i:0;i:1647441000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2500;s:18:\"deposit_free_total\";d:2500;}s:4:\"cost\";d:2500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2500;}s:13:\"item_added_at\";s:21:\"2022-03-07 10: 40: 44\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"14:30\";s:12:\"dropoff_date\";s:10:\"2022-03-16\";s:12:\"dropoff_time\";s:5:\"15:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"2500\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-16\";s:11:\"return_time\";s:5:\"15:00\";}}'),(169,9,'_product_id','1053'),(170,9,'_variation_id','0'),(171,9,'_qty','3'),(172,9,'_tax_class',''),(173,9,'_line_subtotal','30000'),(174,9,'_line_subtotal_tax','0'),(175,9,'_line_total','30000'),(176,9,'_line_tax','0'),(177,9,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178,9,'Quote Request',''),(179,9,'booking_inventory','1052'),(180,9,'Choose Inventory','SUPER DELUXE'),(181,9,'Pickup Date & Time','03/23/2022 at 14:00'),(182,9,'_pickup_hidden_datetime','2022-03-23|14:00'),(183,9,'Return Date & Time','03/26/2022 at 14:30'),(184,9,'_return_hidden_datetime','2022-03-26|14:30'),(185,9,'Total Days','3 Days 1 Hours '),(186,9,'_return_hidden_days','4'),(187,9,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>10,000.00</bdi></span>'),(188,9,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:10000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:10000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:10000;s:18:\"deposit_free_total\";d:10000;}'),(189,9,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:5;s:8:\"quantity\";s:1:\"3\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:73;s:4:\"days\";i:4;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:4:{i:0;s:10:\"03/23/2022\";i:1;s:10:\"03/24/2022\";i:2;s:10:\"03/25/2022\";i:3;s:10:\"03/26/2022\";}s:5:\"saved\";a:4:{i:0;s:10:\"2022-03-23\";i:1;s:10:\"2022-03-24\";i:2;s:10:\"2022-03-25\";i:3;s:10:\"2022-03-26\";}s:3:\"iso\";a:4:{i:0;i:1648044000;i:1;i:1648130400;i:2;i:1648216800;i:3;i:1648303200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:10000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:10000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:10000;s:18:\"deposit_free_total\";d:10000;}s:4:\"cost\";d:10000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:10000;}s:13:\"item_added_at\";s:21:\"2022-03-07 11: 58: 47\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:18:\"inventory_quantity\";s:1:\"3\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:5:\"30000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-26\";s:11:\"return_time\";s:5:\"14:30\";}}'),(190,10,'_product_id','1053'),(191,10,'_variation_id','0'),(192,10,'_qty','1'),(193,10,'_tax_class',''),(194,10,'_line_subtotal','10000'),(195,10,'_line_subtotal_tax','0'),(196,10,'_line_total','10000'),(197,10,'_line_tax','0'),(198,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(199,10,'Quote Request',''),(200,10,'booking_inventory','1052'),(201,10,'Choose Inventory','SUPER DELUXE'),(202,10,'Pickup Date & Time','03/23/2022 at 14:00'),(203,10,'_pickup_hidden_datetime','2022-03-23|14:00'),(204,10,'Return Date & Time','03/26/2022 at 14:30'),(205,10,'_return_hidden_datetime','2022-03-26|14:30'),(206,10,'Total Days','3 Days 1 Hours '),(207,10,'_return_hidden_days','4'),(208,10,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>10,000.00</bdi></span>'),(209,10,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:10000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:10000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:10000;s:18:\"deposit_free_total\";d:10000;}'),(210,10,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:5;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:73;s:4:\"days\";i:4;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:4:{i:0;s:10:\"03/23/2022\";i:1;s:10:\"03/24/2022\";i:2;s:10:\"03/25/2022\";i:3;s:10:\"03/26/2022\";}s:5:\"saved\";a:4:{i:0;s:10:\"2022-03-23\";i:1;s:10:\"2022-03-24\";i:2;s:10:\"2022-03-25\";i:3;s:10:\"2022-03-26\";}s:3:\"iso\";a:4:{i:0;i:1648044000;i:1;i:1648130400;i:2;i:1648216800;i:3;i:1648303200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:10000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:10000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:10000;s:18:\"deposit_free_total\";d:10000;}s:4:\"cost\";d:10000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:10000;}s:13:\"item_added_at\";s:21:\"2022-03-07 11: 59: 15\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:5:\"10000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-26\";s:11:\"return_time\";s:5:\"14:30\";}}'),(211,11,'_product_id','1061'),(212,11,'_variation_id','0'),(213,11,'_qty','1'),(214,11,'_tax_class',''),(215,11,'_line_subtotal','32000'),(216,11,'_line_subtotal_tax','0'),(217,11,'_line_total','32000'),(218,11,'_line_tax','0'),(219,11,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(220,11,'Quote Request',''),(221,11,'booking_inventory','1060'),(222,11,'Choose Inventory','AC Deluxe'),(223,11,'Pickup Date & Time','03/08/2022 at 14:00'),(224,11,'_pickup_hidden_datetime','2022-03-08|14:00'),(225,11,'Return Date & Time','03/24/2022 at 13:30'),(226,11,'_return_hidden_datetime','2022-03-24|13:30'),(227,11,'Total Days','16 Days '),(228,11,'_return_hidden_days','16'),(229,11,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>32,000.00</bdi></span>'),(230,11,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:32000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:32000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:32000;s:18:\"deposit_free_total\";d:32000;}'),(231,11,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";s:1:\"8\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-08\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-24\";s:12:\"dropoff_time\";s:5:\"13:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:384;s:4:\"days\";i:16;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:16:{i:0;s:10:\"03/08/2022\";i:1;s:10:\"03/09/2022\";i:2;s:10:\"03/10/2022\";i:3;s:10:\"03/11/2022\";i:4;s:10:\"03/12/2022\";i:5;s:10:\"03/13/2022\";i:6;s:10:\"03/14/2022\";i:7;s:10:\"03/15/2022\";i:8;s:10:\"03/16/2022\";i:9;s:10:\"03/17/2022\";i:10;s:10:\"03/18/2022\";i:11;s:10:\"03/19/2022\";i:12;s:10:\"03/20/2022\";i:13;s:10:\"03/21/2022\";i:14;s:10:\"03/22/2022\";i:15;s:10:\"03/23/2022\";}s:5:\"saved\";a:16:{i:0;s:10:\"2022-03-08\";i:1;s:10:\"2022-03-09\";i:2;s:10:\"2022-03-10\";i:3;s:10:\"2022-03-11\";i:4;s:10:\"2022-03-12\";i:5;s:10:\"2022-03-13\";i:6;s:10:\"2022-03-14\";i:7;s:10:\"2022-03-15\";i:8;s:10:\"2022-03-16\";i:9;s:10:\"2022-03-17\";i:10;s:10:\"2022-03-18\";i:11;s:10:\"2022-03-19\";i:12;s:10:\"2022-03-20\";i:13;s:10:\"2022-03-21\";i:14;s:10:\"2022-03-22\";i:15;s:10:\"2022-03-23\";}s:3:\"iso\";a:16:{i:0;i:1646748000;i:1;i:1646834400;i:2;i:1646920800;i:3;i:1647007200;i:4;i:1647093600;i:5;i:1647180000;i:6;i:1647266400;i:7;i:1647352800;i:8;i:1647439200;i:9;i:1647525600;i:10;i:1647612000;i:11;i:1647698400;i:12;i:1647784800;i:13;i:1647871200;i:14;i:1647957600;i:15;i:1648044000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:32000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:32000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:32000;s:18:\"deposit_free_total\";d:32000;}s:4:\"cost\";d:32000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:32000;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 00: 26\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-08\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-24\";s:12:\"dropoff_time\";s:5:\"13:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:5:\"32000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-24\";s:11:\"return_time\";s:5:\"13:30\";}}'),(232,12,'_product_id','1061'),(233,12,'_variation_id','0'),(234,12,'_qty','1'),(235,12,'_tax_class',''),(236,12,'_line_subtotal','6000'),(237,12,'_line_subtotal_tax','0'),(238,12,'_line_total','6000'),(239,12,'_line_tax','0'),(240,12,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(241,12,'Quote Request',''),(242,12,'booking_inventory','1060'),(243,12,'Choose Inventory','AC Deluxe'),(244,12,'Pickup Date & Time','03/08/2022 at 14:00'),(245,12,'_pickup_hidden_datetime','2022-03-08|14:00'),(246,12,'Return Date & Time','03/10/2022 at 15:00'),(247,12,'_return_hidden_datetime','2022-03-10|15:00'),(248,12,'Total Days','2 Days 1 Hours '),(249,12,'_return_hidden_days','3'),(250,12,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>6,000.00</bdi></span>'),(251,12,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:6000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6000;s:18:\"deposit_free_total\";d:6000;}'),(252,12,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:7;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-08\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-10\";s:12:\"dropoff_time\";s:5:\"15:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:49;s:4:\"days\";i:3;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:3:{i:0;s:10:\"03/08/2022\";i:1;s:10:\"03/09/2022\";i:2;s:10:\"03/10/2022\";}s:5:\"saved\";a:3:{i:0;s:10:\"2022-03-08\";i:1;s:10:\"2022-03-09\";i:2;s:10:\"2022-03-10\";}s:3:\"iso\";a:3:{i:0;i:1646748000;i:1;i:1646834400;i:2;i:1646920800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:6000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6000;s:18:\"deposit_free_total\";d:6000;}s:4:\"cost\";d:6000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:6000;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 02: 50\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-08\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-10\";s:12:\"dropoff_time\";s:5:\"15:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:4:\"6000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-10\";s:11:\"return_time\";s:5:\"15:00\";}}'),(253,13,'_product_id','1061'),(254,13,'_variation_id','0'),(255,13,'_qty','1'),(256,13,'_tax_class',''),(257,13,'_line_subtotal','18000'),(258,13,'_line_subtotal_tax','0'),(259,13,'_line_total','18000'),(260,13,'_line_tax','0'),(261,13,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(262,13,'Quote Request',''),(263,13,'booking_inventory','1060'),(264,13,'Choose Inventory','AC Deluxe'),(265,13,'Pickup Date & Time','03/15/2022 at 15:00'),(266,13,'_pickup_hidden_datetime','2022-03-15|15:00'),(267,13,'Return Date & Time','03/23/2022 at 15:30'),(268,13,'_return_hidden_datetime','2022-03-23|15:30'),(269,13,'Total Days','8 Days 1 Hours '),(270,13,'_return_hidden_days','9'),(271,13,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>18,000.00</bdi></span>'),(272,13,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:18000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:18000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:18000;s:18:\"deposit_free_total\";d:18000;}'),(273,13,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:7;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-15\";s:11:\"pickup_time\";s:5:\"15:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"15:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:193;s:4:\"days\";i:9;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:9:{i:0;s:10:\"03/15/2022\";i:1;s:10:\"03/16/2022\";i:2;s:10:\"03/17/2022\";i:3;s:10:\"03/18/2022\";i:4;s:10:\"03/19/2022\";i:5;s:10:\"03/20/2022\";i:6;s:10:\"03/21/2022\";i:7;s:10:\"03/22/2022\";i:8;s:10:\"03/23/2022\";}s:5:\"saved\";a:9:{i:0;s:10:\"2022-03-15\";i:1;s:10:\"2022-03-16\";i:2;s:10:\"2022-03-17\";i:3;s:10:\"2022-03-18\";i:4;s:10:\"2022-03-19\";i:5;s:10:\"2022-03-20\";i:6;s:10:\"2022-03-21\";i:7;s:10:\"2022-03-22\";i:8;s:10:\"2022-03-23\";}s:3:\"iso\";a:9:{i:0;i:1647356400;i:1;i:1647442800;i:2;i:1647529200;i:3;i:1647615600;i:4;i:1647702000;i:5;i:1647788400;i:6;i:1647874800;i:7;i:1647961200;i:8;i:1648047600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:18000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:18000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:18000;s:18:\"deposit_free_total\";d:18000;}s:4:\"cost\";d:18000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:18000;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 05: 27\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-15\";s:11:\"pickup_time\";s:5:\"15:00\";s:12:\"dropoff_date\";s:10:\"2022-03-23\";s:12:\"dropoff_time\";s:5:\"15:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:5:\"18000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-23\";s:11:\"return_time\";s:5:\"15:30\";}}'),(274,14,'_product_id','1061'),(275,14,'_variation_id','0'),(276,14,'_qty','1'),(277,14,'_tax_class',''),(278,14,'_line_subtotal','30000'),(279,14,'_line_subtotal_tax','0'),(280,14,'_line_total','30000'),(281,14,'_line_tax','0'),(282,14,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(283,14,'Quote Request',''),(284,14,'booking_inventory','1060'),(285,14,'Choose Inventory','AC Deluxe'),(286,14,'Pickup Date & Time','03/10/2022 at 14:30'),(287,14,'_pickup_hidden_datetime','2022-03-10|14:30'),(288,14,'Return Date & Time','03/24/2022 at 15:00'),(289,14,'_return_hidden_datetime','2022-03-24|15:00'),(290,14,'Total Days','14 Days 1 Hours '),(291,14,'_return_hidden_days','15'),(292,14,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>30,000.00</bdi></span>'),(293,14,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:30000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:30000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:30000;s:18:\"deposit_free_total\";d:30000;}'),(294,14,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:6;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-10\";s:11:\"pickup_time\";s:5:\"14:30\";s:12:\"dropoff_date\";s:10:\"2022-03-24\";s:12:\"dropoff_time\";s:5:\"15:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:337;s:4:\"days\";i:15;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:15:{i:0;s:10:\"03/10/2022\";i:1;s:10:\"03/11/2022\";i:2;s:10:\"03/12/2022\";i:3;s:10:\"03/13/2022\";i:4;s:10:\"03/14/2022\";i:5;s:10:\"03/15/2022\";i:6;s:10:\"03/16/2022\";i:7;s:10:\"03/17/2022\";i:8;s:10:\"03/18/2022\";i:9;s:10:\"03/19/2022\";i:10;s:10:\"03/20/2022\";i:11;s:10:\"03/21/2022\";i:12;s:10:\"03/22/2022\";i:13;s:10:\"03/23/2022\";i:14;s:10:\"03/24/2022\";}s:5:\"saved\";a:15:{i:0;s:10:\"2022-03-10\";i:1;s:10:\"2022-03-11\";i:2;s:10:\"2022-03-12\";i:3;s:10:\"2022-03-13\";i:4;s:10:\"2022-03-14\";i:5;s:10:\"2022-03-15\";i:6;s:10:\"2022-03-16\";i:7;s:10:\"2022-03-17\";i:8;s:10:\"2022-03-18\";i:9;s:10:\"2022-03-19\";i:10;s:10:\"2022-03-20\";i:11;s:10:\"2022-03-21\";i:12;s:10:\"2022-03-22\";i:13;s:10:\"2022-03-23\";i:14;s:10:\"2022-03-24\";}s:3:\"iso\";a:15:{i:0;i:1646922600;i:1;i:1647009000;i:2;i:1647095400;i:3;i:1647181800;i:4;i:1647268200;i:5;i:1647354600;i:6;i:1647441000;i:7;i:1647527400;i:8;i:1647613800;i:9;i:1647700200;i:10;i:1647786600;i:11;i:1647873000;i:12;i:1647959400;i:13;i:1648045800;i:14;i:1648132200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:30000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:30000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:30000;s:18:\"deposit_free_total\";d:30000;}s:4:\"cost\";d:30000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:30000;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 09: 17\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-10\";s:11:\"pickup_time\";s:5:\"14:30\";s:12:\"dropoff_date\";s:10:\"2022-03-24\";s:12:\"dropoff_time\";s:5:\"15:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:5:\"30000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-24\";s:11:\"return_time\";s:5:\"15:00\";}}'),(295,15,'_product_id','1053'),(296,15,'_variation_id','0'),(297,15,'_qty','1'),(298,15,'_tax_class',''),(299,15,'_line_subtotal','7500'),(300,15,'_line_subtotal_tax','0'),(301,15,'_line_total','7500'),(302,15,'_line_tax','0'),(303,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(304,15,'Quote Request',''),(305,15,'booking_inventory','1052'),(306,15,'Choose Inventory','SUPER DELUXE'),(307,15,'Pickup Date & Time','03/23/2022 at 14:00'),(308,15,'_pickup_hidden_datetime','2022-03-23|14:00'),(309,15,'Return Date & Time','03/26/2022 at 14:30'),(310,15,'_return_hidden_datetime','2022-03-26|14:30'),(311,15,'Total Days','3 Days 1 Hours '),(312,15,'_return_hidden_days','3'),(313,15,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>7,500.00</bdi></span>'),(314,15,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:7500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:7500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:7500;s:18:\"deposit_free_total\";d:7500;}'),(315,15,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:1;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:73;s:4:\"days\";i:3;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:3:{i:0;s:10:\"03/23/2022\";i:1;s:10:\"03/24/2022\";i:2;s:10:\"03/25/2022\";}s:5:\"saved\";a:3:{i:0;s:10:\"2022-03-23\";i:1;s:10:\"2022-03-24\";i:2;s:10:\"2022-03-25\";}s:3:\"iso\";a:3:{i:0;i:1648044000;i:1;i:1648130400;i:2;i:1648216800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:7500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:7500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:7500;s:18:\"deposit_free_total\";d:7500;}s:4:\"cost\";d:7500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:7500;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 17: 04\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2022-03-23\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"14:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:5:\"10000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2022-03-26\";s:11:\"return_time\";s:5:\"14:30\";}}'),(316,16,'_product_id','1061'),(317,16,'_variation_id','0'),(318,16,'_qty','1'),(319,16,'_tax_class',''),(320,16,'_line_subtotal','14000'),(321,16,'_line_subtotal_tax','0'),(322,16,'_line_total','14000'),(323,16,'_line_tax','0'),(324,16,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(325,16,'Quote Request',''),(326,16,'booking_inventory','1060'),(327,16,'Choose Inventory','AC Deluxe'),(328,16,'Pickup Date & Time','03/09/2022 at 15:00'),(329,16,'_pickup_hidden_datetime','2022-03-09|15:00'),(330,16,'Return Date & Time','03/16/2022 at 15:30'),(331,16,'_return_hidden_datetime','2022-03-16|15:30'),(332,16,'Total Days','7 Days 1 Hours '),(333,16,'_return_hidden_days','7'),(334,16,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>14,000.00</bdi></span>'),(335,16,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:14000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:14000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:14000;s:18:\"deposit_free_total\";d:14000;}'),(336,16,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:5;s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"15:00\";s:12:\"dropoff_date\";s:10:\"2022-03-16\";s:12:\"dropoff_time\";s:5:\"15:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:169;s:4:\"days\";i:7;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:7:{i:0;s:10:\"03/09/2022\";i:1;s:10:\"03/10/2022\";i:2;s:10:\"03/11/2022\";i:3;s:10:\"03/12/2022\";i:4;s:10:\"03/13/2022\";i:5;s:10:\"03/14/2022\";i:6;s:10:\"03/15/2022\";}s:5:\"saved\";a:7:{i:0;s:10:\"2022-03-09\";i:1;s:10:\"2022-03-10\";i:2;s:10:\"2022-03-11\";i:3;s:10:\"2022-03-12\";i:4;s:10:\"2022-03-13\";i:5;s:10:\"2022-03-14\";i:6;s:10:\"2022-03-15\";}s:3:\"iso\";a:7:{i:0;i:1646838000;i:1;i:1646924400;i:2;i:1647010800;i:3;i:1647097200;i:4;i:1647183600;i:5;i:1647270000;i:6;i:1647356400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:14000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:14000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:14000;s:18:\"deposit_free_total\";d:14000;}s:4:\"cost\";d:14000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:14000;}s:13:\"item_added_at\";s:21:\"2022-03-07 12: 19: 42\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"15:00\";s:12:\"dropoff_date\";s:10:\"2022-03-16\";s:12:\"dropoff_time\";s:5:\"15:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:5:\"14000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-16\";s:11:\"return_time\";s:5:\"15:30\";}}'),(337,17,'_product_id','1086'),(338,17,'_variation_id','0'),(339,17,'_qty','1'),(340,17,'_tax_class',''),(341,17,'_line_subtotal','19200'),(342,17,'_line_subtotal_tax','0'),(343,17,'_line_total','19200'),(344,17,'_line_tax','0'),(345,17,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(346,17,'Quote Request',''),(347,17,'booking_inventory','1073'),(348,17,'Choose Inventory','TRIPLE SHARING AC BED'),(349,17,'Pickup Date & Time','03/16/2022 at 09:30'),(350,17,'_pickup_hidden_datetime','2022-03-16|09:30'),(351,17,'Return Date & Time','03/25/2022 at 09:00'),(352,17,'_return_hidden_datetime','2022-03-25|09:00'),(353,17,'Total Days','9 Days '),(354,17,'_return_hidden_days','8'),(355,17,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>19,200.00</bdi></span>'),(356,17,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:19200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:19200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:19200;s:18:\"deposit_free_total\";d:19200;}'),(357,17,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";s:1:\"8\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"09:30\";s:12:\"dropoff_date\";s:10:\"2022-03-25\";s:12:\"dropoff_time\";s:5:\"09:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:216;s:4:\"days\";i:8;s:5:\"hours\";d:24;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:8:{i:0;s:10:\"03/16/2022\";i:1;s:10:\"03/17/2022\";i:2;s:10:\"03/18/2022\";i:3;s:10:\"03/19/2022\";i:4;s:10:\"03/20/2022\";i:5;s:10:\"03/21/2022\";i:6;s:10:\"03/22/2022\";i:7;s:10:\"03/23/2022\";}s:5:\"saved\";a:8:{i:0;s:10:\"2022-03-16\";i:1;s:10:\"2022-03-17\";i:2;s:10:\"2022-03-18\";i:3;s:10:\"2022-03-19\";i:4;s:10:\"2022-03-20\";i:5;s:10:\"2022-03-21\";i:6;s:10:\"2022-03-22\";i:7;s:10:\"2022-03-23\";}s:3:\"iso\";a:8:{i:0;i:1647423000;i:1;i:1647509400;i:2;i:1647595800;i:3;i:1647682200;i:4;i:1647768600;i:5;i:1647855000;i:6;i:1647941400;i:7;i:1648027800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:19200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:19200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:19200;s:18:\"deposit_free_total\";d:19200;}s:4:\"cost\";d:19200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:19200;}s:13:\"item_added_at\";s:21:\"2022-03-08 06: 11: 10\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-03-16\";s:11:\"pickup_time\";s:5:\"09:30\";s:12:\"dropoff_date\";s:10:\"2022-03-25\";s:12:\"dropoff_time\";s:5:\"09:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:5:\"19200\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-03-25\";s:11:\"return_time\";s:5:\"09:00\";}}'),(358,18,'_product_id','1061'),(359,18,'_variation_id','0'),(360,18,'_qty','8'),(361,18,'_tax_class',''),(362,18,'_line_subtotal','16000'),(363,18,'_line_subtotal_tax','0'),(364,18,'_line_total','16000'),(365,18,'_line_tax','0'),(366,18,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(367,19,'_product_id','1083'),(368,19,'_variation_id','0'),(369,19,'_qty','1'),(370,19,'_tax_class',''),(371,19,'_line_subtotal','3000'),(372,19,'_line_subtotal_tax','0'),(373,19,'_line_total','3000'),(374,19,'_line_tax','0'),(375,19,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(376,19,'Quote Request',''),(377,19,'booking_inventory','1077'),(378,19,'Choose Inventory','SUITE'),(379,19,'Pickup Date & Time','03/17/2022 at 11:00'),(380,19,'_pickup_hidden_datetime','2022-03-17|11:00'),(381,19,'Return Date & Time','03/18/2022 at 11:30'),(382,19,'_return_hidden_datetime','2022-03-18|11:30'),(383,19,'Total Days','1 Days 1 Hours '),(384,19,'_return_hidden_days','1'),(385,19,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,000.00</bdi></span>'),(386,19,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:3000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3000;s:18:\"deposit_free_total\";d:3000;}'),(387,19,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1077\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";s:1:\"8\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-17\";s:11:\"pickup_time\";s:5:\"11:00\";s:12:\"dropoff_date\";s:10:\"2022-03-18\";s:12:\"dropoff_time\";s:5:\"11:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:25;s:4:\"days\";i:1;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/17/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-17\";}s:3:\"iso\";a:1:{i:0;i:1647514800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:3000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3000;s:18:\"deposit_free_total\";d:3000;}s:4:\"cost\";d:3000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3000;}s:13:\"item_added_at\";s:21:\"2022-03-08 06: 49: 11\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1077\";s:11:\"pickup_date\";s:10:\"2022-03-17\";s:11:\"pickup_time\";s:5:\"11:00\";s:12:\"dropoff_date\";s:10:\"2022-03-18\";s:12:\"dropoff_time\";s:5:\"11:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1083\";s:11:\"quote_price\";s:4:\"3000\";s:10:\"product_id\";s:4:\"1083\";s:12:\"inventory_id\";s:4:\"1077\";s:11:\"return_date\";s:10:\"2022-03-18\";s:11:\"return_time\";s:5:\"11:30\";}}'),(388,20,'_product_id','1061'),(389,20,'_variation_id','0'),(390,20,'_qty','1'),(391,20,'_tax_class',''),(392,20,'_line_subtotal','20000'),(393,20,'_line_subtotal_tax','0'),(394,20,'_line_total','20000'),(395,20,'_line_tax','0'),(396,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(397,20,'Quote Request',''),(398,20,'booking_inventory','1060'),(399,20,'Choose Inventory','AC Deluxe'),(400,20,'Pickup Date & Time','03/09/2022 at 10:30'),(401,20,'_pickup_hidden_datetime','2022-03-09|10:30'),(402,20,'Return Date & Time','03/19/2022 at 11:30'),(403,20,'_return_hidden_datetime','2022-03-19|11:30'),(404,20,'Total Days','10 Days 1 Hours '),(405,20,'_return_hidden_days','10'),(406,20,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>20,000.00</bdi></span>'),(407,20,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:20000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:20000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:20000;s:18:\"deposit_free_total\";d:20000;}'),(408,20,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";i:4;s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2022-03-19\";s:12:\"dropoff_time\";s:5:\"11:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:241;s:4:\"days\";i:10;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:10:{i:0;s:10:\"03/09/2022\";i:1;s:10:\"03/10/2022\";i:2;s:10:\"03/11/2022\";i:3;s:10:\"03/12/2022\";i:4;s:10:\"03/13/2022\";i:5;s:10:\"03/14/2022\";i:6;s:10:\"03/15/2022\";i:7;s:10:\"03/16/2022\";i:8;s:10:\"03/17/2022\";i:9;s:10:\"03/18/2022\";}s:5:\"saved\";a:10:{i:0;s:10:\"2022-03-09\";i:1;s:10:\"2022-03-10\";i:2;s:10:\"2022-03-11\";i:3;s:10:\"2022-03-12\";i:4;s:10:\"2022-03-13\";i:5;s:10:\"2022-03-14\";i:6;s:10:\"2022-03-15\";i:7;s:10:\"2022-03-16\";i:8;s:10:\"2022-03-17\";i:9;s:10:\"2022-03-18\";}s:3:\"iso\";a:10:{i:0;i:1646821800;i:1;i:1646908200;i:2;i:1646994600;i:3;i:1647081000;i:4;i:1647167400;i:5;i:1647253800;i:6;i:1647340200;i:7;i:1647426600;i:8;i:1647513000;i:9;i:1647599400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:20000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:20000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:20000;s:18:\"deposit_free_total\";d:20000;}s:4:\"cost\";d:20000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:20000;}s:13:\"item_added_at\";s:21:\"2022-03-08 07: 00: 52\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2022-03-19\";s:12:\"dropoff_time\";s:5:\"11:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:5:\"20000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-19\";s:11:\"return_time\";s:5:\"11:30\";}}'),(409,21,'_product_id','1061'),(410,21,'_variation_id','0'),(411,21,'_qty','1'),(412,21,'_tax_class',''),(413,21,'_line_subtotal','2000'),(414,21,'_line_subtotal_tax','0'),(415,21,'_line_total','2000'),(416,21,'_line_tax','0'),(417,21,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(418,21,'Quote Request',''),(419,21,'booking_inventory','1060'),(420,21,'Choose Inventory','AC Deluxe'),(421,21,'Pickup Date & Time','03/26/2022 at 12:30'),(422,21,'_pickup_hidden_datetime','2022-03-26|12:30'),(423,21,'Return Date & Time','03/27/2022 at 12:30'),(424,21,'_return_hidden_datetime','2022-03-27|12:30'),(425,21,'Total Days','1 Days '),(426,21,'_return_hidden_days','1'),(427,21,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,000.00</bdi></span>'),(428,21,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}'),(429,21,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-26\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-27\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:24;s:4:\"days\";i:1;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/26/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-26\";}s:3:\"iso\";a:1:{i:0;i:1648297800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}s:4:\"cost\";d:2000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2000;}s:13:\"item_added_at\";s:21:\"2022-03-08 09: 56: 10\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-26\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-27\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:4:\"2000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-27\";s:11:\"return_time\";s:5:\"12:30\";}}'),(430,22,'_product_id','1061'),(431,22,'_variation_id','0'),(432,22,'_qty','1'),(433,22,'_tax_class',''),(434,22,'_line_subtotal','2000'),(435,22,'_line_subtotal_tax','0'),(436,22,'_line_total','2000'),(437,22,'_line_tax','0'),(438,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(439,22,'Quote Request',''),(440,22,'booking_inventory','1060'),(441,22,'Choose Inventory','AC Deluxe'),(442,22,'Pickup Date & Time','03/25/2022 at 12:30'),(443,22,'_pickup_hidden_datetime','2022-03-25|12:30'),(444,22,'Return Date & Time','03/26/2022 at 00:00'),(445,22,'_return_hidden_datetime','2022-03-26|00:00'),(446,22,'Total Days','1 Days '),(447,22,'_return_hidden_days','1'),(448,22,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,000.00</bdi></span>'),(449,22,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}'),(450,22,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-25\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"00:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/25/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-25\";}s:3:\"iso\";a:1:{i:0;i:1648211400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}s:4:\"cost\";d:2000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2000;}s:13:\"item_added_at\";s:21:\"2022-03-08 09: 59: 03\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-25\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-26\";s:12:\"dropoff_time\";s:5:\"00:00\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:4:\"2000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-26\";s:11:\"return_time\";s:5:\"00:00\";}}'),(451,23,'_product_id','1079'),(452,23,'_variation_id','0'),(453,23,'_qty','1'),(454,23,'_tax_class',''),(455,23,'_line_subtotal','4800'),(456,23,'_line_subtotal_tax','0'),(457,23,'_line_total','4800'),(458,23,'_line_tax','0'),(459,23,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(460,23,'Quote Request',''),(461,23,'booking_inventory','1067'),(462,23,'Choose Inventory','NON-AC DELUXE'),(463,23,'Pickup Date & Time','03/09/2022 at 12:30'),(464,23,'_pickup_hidden_datetime','2022-03-09|12:30'),(465,23,'Return Date & Time','03/12/2022 at 12:30'),(466,23,'_return_hidden_datetime','2022-03-12|12:30'),(467,23,'Total Days','3 Days '),(468,23,'_return_hidden_days','3'),(469,23,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>4,800.00</bdi></span>'),(470,23,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4800;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4800;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4800;s:18:\"deposit_free_total\";d:4800;}'),(471,23,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1067\";s:18:\"inventory_quantity\";s:1:\"8\";s:18:\"available_quantity\";s:1:\"8\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-12\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:72;s:4:\"days\";i:3;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:3:{i:0;s:10:\"03/09/2022\";i:1;s:10:\"03/10/2022\";i:2;s:10:\"03/11/2022\";}s:5:\"saved\";a:3:{i:0;s:10:\"2022-03-09\";i:1;s:10:\"2022-03-10\";i:2;s:10:\"2022-03-11\";}s:3:\"iso\";a:3:{i:0;i:1646829000;i:1;i:1646915400;i:2;i:1647001800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4800;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4800;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4800;s:18:\"deposit_free_total\";d:4800;}s:4:\"cost\";d:4800;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4800;}s:13:\"item_added_at\";s:21:\"2022-03-08 10: 02: 41\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1067\";s:11:\"pickup_date\";s:10:\"2022-03-09\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-12\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1079\";s:11:\"quote_price\";s:4:\"4800\";s:10:\"product_id\";s:4:\"1079\";s:12:\"inventory_id\";s:4:\"1067\";s:11:\"return_date\";s:10:\"2022-03-12\";s:11:\"return_time\";s:5:\"12:30\";}}'),(472,24,'_product_id','1061'),(473,24,'_variation_id','0'),(474,24,'_qty','1'),(475,24,'_tax_class',''),(476,24,'_line_subtotal','4000'),(477,24,'_line_subtotal_tax','0'),(478,24,'_line_total','4000'),(479,24,'_line_tax','0'),(480,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(481,24,'Quote Request',''),(482,24,'booking_inventory','1060'),(483,24,'Choose Inventory','AC Deluxe'),(484,24,'Pickup Date & Time','03/10/2022 at 12:30'),(485,24,'_pickup_hidden_datetime','2022-03-10|12:30'),(486,24,'Return Date & Time','03/12/2022 at 12:30'),(487,24,'_return_hidden_datetime','2022-03-12|12:30'),(488,24,'Total Days','2 Days '),(489,24,'_return_hidden_days','2'),(490,24,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>4,000.00</bdi></span>'),(491,24,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4000;s:18:\"deposit_free_total\";d:4000;}'),(492,24,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-10\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-12\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:48;s:4:\"days\";i:2;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"03/10/2022\";i:1;s:10:\"03/11/2022\";}s:5:\"saved\";a:2:{i:0;s:10:\"2022-03-10\";i:1;s:10:\"2022-03-11\";}s:3:\"iso\";a:2:{i:0;i:1646915400;i:1;i:1647001800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4000;s:18:\"deposit_free_total\";d:4000;}s:4:\"cost\";d:4000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4000;}s:13:\"item_added_at\";s:21:\"2022-03-08 10: 08: 49\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-03-10\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-03-12\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:4:\"4000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-03-12\";s:11:\"return_time\";s:5:\"12:30\";}}'),(493,25,'_product_id','1086'),(494,25,'_variation_id','0'),(495,25,'_qty','1'),(496,25,'_tax_class',''),(497,25,'_line_subtotal','2400'),(498,25,'_line_subtotal_tax','0'),(499,25,'_line_total','2400'),(500,25,'_line_tax','0'),(501,25,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(502,25,'Quote Request',''),(503,25,'booking_inventory','1073'),(504,25,'Choose Inventory','TRIPLE SHARING AC BED'),(505,25,'Pickup Date & Time','03/21/2022 at 10:00'),(506,25,'_pickup_hidden_datetime','2022-03-21|10:00'),(507,25,'Dropoff Date & Time','03/22/2022 at 10:00'),(508,25,'_return_hidden_datetime','2022-03-22|10:00'),(509,25,'Total Days','1 Days '),(510,25,'_return_hidden_days','1'),(511,25,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,400.00</bdi></span>'),(512,25,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}'),(513,25,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-21\";s:11:\"pickup_time\";s:5:\"10:00\";s:12:\"dropoff_date\";s:10:\"2022-03-22\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:24;s:4:\"days\";i:1;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/21/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-21\";}s:3:\"iso\";a:1:{i:0;i:1647856800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}s:4:\"cost\";d:2400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2400;}s:13:\"item_added_at\";s:21:\"2022-03-09 07: 01: 20\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-03-21\";s:11:\"pickup_time\";s:5:\"10:00\";s:12:\"dropoff_date\";s:10:\"2022-03-22\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"2400\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-03-22\";s:11:\"return_time\";s:5:\"10:00\";}}'),(514,26,'_product_id','1086'),(515,26,'_variation_id','0'),(516,26,'_qty','1'),(517,26,'_tax_class',''),(518,26,'_line_subtotal','2400'),(519,26,'_line_subtotal_tax','0'),(520,26,'_line_total','2400'),(521,26,'_line_tax','0'),(522,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(523,26,'Quote Request',''),(524,26,'booking_inventory','1073'),(525,26,'Choose Inventory','TRIPLE SHARING AC BED'),(526,26,'Pickup Date & Time','03/14/2022 at 08:00'),(527,26,'_pickup_hidden_datetime','2022-03-14|08:00'),(528,26,'Dropoff Date & Time','03/15/2022 at 09:00'),(529,26,'_return_hidden_datetime','2022-03-15|09:00'),(530,26,'Total Days','1 Days 1 Hours '),(531,26,'_return_hidden_days','1'),(532,26,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,400.00</bdi></span>'),(533,26,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}'),(534,26,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-14\";s:11:\"pickup_time\";s:5:\"08:00\";s:12:\"dropoff_date\";s:10:\"2022-03-15\";s:12:\"dropoff_time\";s:5:\"09:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:25;s:4:\"days\";i:1;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"03/14/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-03-14\";}s:3:\"iso\";a:1:{i:0;i:1647244800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}s:4:\"cost\";d:2400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2400;}s:13:\"item_added_at\";s:21:\"2022-03-10 04: 44: 26\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-03-14\";s:11:\"pickup_time\";s:5:\"08:00\";s:12:\"dropoff_date\";s:10:\"2022-03-15\";s:12:\"dropoff_time\";s:5:\"09:00\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"2400\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-03-15\";s:11:\"return_time\";s:5:\"09:00\";}}'),(535,27,'_product_id','1086'),(536,27,'_variation_id','0'),(537,27,'_qty','1'),(538,27,'_tax_class',''),(539,27,'_line_subtotal','4800'),(540,27,'_line_subtotal_tax','0'),(541,27,'_line_total','4800'),(542,27,'_line_tax','0'),(543,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(544,27,'Quote Request',''),(545,27,'booking_inventory','1073'),(546,27,'Choose Inventory','TRIPLE SHARING AC BED'),(547,27,'Pickup Date & Time','03/11/2022 at 10:00'),(548,27,'_pickup_hidden_datetime','2022-03-11|10:00'),(549,27,'Dropoff Date & Time','03/14/2022 at 09:30'),(550,27,'_return_hidden_datetime','2022-03-14|09:30'),(551,27,'Total Days','3 Days '),(552,27,'_return_hidden_days','2'),(553,27,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>4,800.00</bdi></span>'),(554,27,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:4800;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4800;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4800;s:18:\"deposit_free_total\";d:4800;}'),(555,27,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";i:1;s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-03-11\";s:11:\"pickup_time\";s:5:\"10:00\";s:12:\"dropoff_date\";s:10:\"2022-03-14\";s:12:\"dropoff_time\";s:5:\"09:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:72;s:4:\"days\";i:2;s:5:\"hours\";d:24;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"03/11/2022\";i:1;s:10:\"03/12/2022\";}s:5:\"saved\";a:2:{i:0;s:10:\"2022-03-11\";i:1;s:10:\"2022-03-12\";}s:3:\"iso\";a:2:{i:0;i:1646992800;i:1;i:1647079200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:4800;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4800;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4800;s:18:\"deposit_free_total\";d:4800;}s:4:\"cost\";d:4800;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4800;}s:13:\"item_added_at\";s:21:\"2022-03-10 05: 24: 55\";s:11:\"posted_data\";a:12:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-03-11\";s:11:\"pickup_time\";s:5:\"10:00\";s:12:\"dropoff_date\";s:10:\"2022-03-14\";s:12:\"dropoff_time\";s:5:\"09:30\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"4800\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-03-14\";s:11:\"return_time\";s:5:\"09:30\";}}'),(556,28,'_product_id','1061'),(557,28,'_variation_id','0'),(558,28,'_qty','1'),(559,28,'_tax_class',''),(560,28,'_line_subtotal','6000'),(561,28,'_line_subtotal_tax','0'),(562,28,'_line_total','6000'),(563,28,'_line_tax','0'),(564,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(565,28,'Quote Request',''),(566,28,'booking_inventory','1060'),(567,28,'Choose Inventory','AC Deluxe'),(568,28,'Check in Date & Time','09/22/2022 at 17:30'),(569,28,'_pickup_hidden_datetime','2022-09-22|17:30'),(570,28,'Checkout Date & Time','09/25/2022 at 17:30'),(571,28,'_return_hidden_datetime','2022-09-25|17:30'),(572,28,'Total Days','3 Days '),(573,28,'_return_hidden_days','3'),(574,28,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>6,000.00</bdi></span>'),(575,28,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:6000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6000;s:18:\"deposit_free_total\";d:6000;}'),(576,28,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1060\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-09-22\";s:11:\"pickup_time\";s:5:\"17:30\";s:12:\"dropoff_date\";s:10:\"2022-09-25\";s:12:\"dropoff_time\";s:5:\"17:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:72;s:4:\"days\";i:3;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:3:{i:0;s:10:\"09/22/2022\";i:1;s:10:\"09/23/2022\";i:2;s:10:\"09/24/2022\";}s:5:\"saved\";a:3:{i:0;s:10:\"2022-09-22\";i:1;s:10:\"2022-09-23\";i:2;s:10:\"2022-09-24\";}s:3:\"iso\";a:3:{i:0;i:1663867800;i:1;i:1663954200;i:2;i:1664040600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:6000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6000;s:18:\"deposit_free_total\";d:6000;}s:4:\"cost\";d:6000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:6000;}s:13:\"item_added_at\";s:21:\"2022-09-15 16: 39: 30\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1060\";s:11:\"pickup_date\";s:10:\"2022-09-22\";s:11:\"pickup_time\";s:5:\"17:30\";s:12:\"dropoff_date\";s:10:\"2022-09-25\";s:12:\"dropoff_time\";s:5:\"17:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1061\";s:11:\"quote_price\";s:4:\"6000\";s:10:\"product_id\";s:4:\"1061\";s:12:\"inventory_id\";s:4:\"1060\";s:11:\"return_date\";s:10:\"2022-09-25\";s:11:\"return_time\";s:5:\"17:30\";}}'),(577,29,'_product_id','1080'),(578,29,'_variation_id','0'),(579,29,'_qty','1'),(580,29,'_tax_class',''),(581,29,'_line_subtotal','6400'),(582,29,'_line_subtotal_tax','0'),(583,29,'_line_total','6400'),(584,29,'_line_tax','0'),(585,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(586,29,'Quote Request',''),(587,29,'booking_inventory','1069'),(588,29,'Choose Inventory','FAMILY 4 BED'),(589,29,'Check in Date & Time','09/20/2022 at 12:30'),(590,29,'_pickup_hidden_datetime','2022-09-20|12:30'),(591,29,'Checkout Date & Time','09/23/2022 at 12:00'),(592,29,'_return_hidden_datetime','2022-09-23|12:00'),(593,29,'Total Days','3 Days '),(594,29,'_return_hidden_days','2'),(595,29,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>6,400.00</bdi></span>'),(596,29,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:6400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6400;s:18:\"deposit_free_total\";d:6400;}'),(597,29,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1069\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-09-20\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-09-23\";s:12:\"dropoff_time\";s:5:\"12:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:72;s:4:\"days\";i:2;s:5:\"hours\";d:24;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"09/20/2022\";i:1;s:10:\"09/21/2022\";}s:5:\"saved\";a:2:{i:0;s:10:\"2022-09-20\";i:1;s:10:\"2022-09-21\";}s:3:\"iso\";a:2:{i:0;i:1663677000;i:1;i:1663763400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:6400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6400;s:18:\"deposit_free_total\";d:6400;}s:4:\"cost\";d:6400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:6400;}s:13:\"item_added_at\";s:21:\"2022-09-18 14: 07: 34\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1069\";s:11:\"pickup_date\";s:10:\"2022-09-20\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-09-23\";s:12:\"dropoff_time\";s:5:\"12:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1080\";s:11:\"quote_price\";s:4:\"6400\";s:10:\"product_id\";s:4:\"1080\";s:12:\"inventory_id\";s:4:\"1069\";s:11:\"return_date\";s:10:\"2022-09-23\";s:11:\"return_time\";s:5:\"12:00\";}}'),(598,30,'_product_id','1079'),(599,30,'_variation_id','0'),(600,30,'_qty','1'),(601,30,'_tax_class',''),(602,30,'_line_subtotal','1600'),(603,30,'_line_subtotal_tax','0'),(604,30,'_line_total','1600'),(605,30,'_line_tax','0'),(606,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(607,30,'Quote Request',''),(608,30,'booking_inventory','1067'),(609,30,'Choose Inventory','NON-AC DELUXE'),(610,30,'Check in Date & Time','09/24/2022 at 16:00'),(611,30,'_pickup_hidden_datetime','2022-09-24|16:00'),(612,30,'Checkout Date & Time','09/25/2022 at 16:00'),(613,30,'_return_hidden_datetime','2022-09-25|16:00'),(614,30,'Total Days','1 Days '),(615,30,'_return_hidden_days','1'),(616,30,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>1,600.00</bdi></span>'),(617,30,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:1600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:1600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:1600;s:18:\"deposit_free_total\";d:1600;}'),(618,30,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1067\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-09-24\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-09-25\";s:12:\"dropoff_time\";s:5:\"16:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:24;s:4:\"days\";i:1;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"09/24/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-09-24\";}s:3:\"iso\";a:1:{i:0;i:1664035200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:1600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:1600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:1600;s:18:\"deposit_free_total\";d:1600;}s:4:\"cost\";d:1600;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:1600;}s:13:\"item_added_at\";s:21:\"2022-09-20 15: 10: 42\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1067\";s:11:\"pickup_date\";s:10:\"2022-09-24\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-09-25\";s:12:\"dropoff_time\";s:5:\"16:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1079\";s:11:\"quote_price\";s:4:\"1600\";s:10:\"product_id\";s:4:\"1079\";s:12:\"inventory_id\";s:4:\"1067\";s:11:\"return_date\";s:10:\"2022-09-25\";s:11:\"return_time\";s:5:\"16:00\";}}'),(619,31,'_product_id','1080'),(620,31,'_variation_id','0'),(621,31,'_qty','1'),(622,31,'_tax_class',''),(623,31,'_line_subtotal','6400'),(624,31,'_line_subtotal_tax','0'),(625,31,'_line_total','6400'),(626,31,'_line_tax','0'),(627,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(628,31,'Quote Request',''),(629,31,'booking_inventory','1069'),(630,31,'Choose Inventory','FAMILY 4 BED'),(631,31,'Check in Date & Time','09/28/2022 at 14:00'),(632,31,'_pickup_hidden_datetime','2022-09-28|14:00'),(633,31,'Checkout Date & Time','09/30/2022 at 15:00'),(634,31,'_return_hidden_datetime','2022-09-30|15:00'),(635,31,'Total Days','2 Days 1 Hours '),(636,31,'_return_hidden_days','2'),(637,31,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>6,400.00</bdi></span>'),(638,31,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:6400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6400;s:18:\"deposit_free_total\";d:6400;}'),(639,31,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1069\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-09-28\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-09-30\";s:12:\"dropoff_time\";s:5:\"15:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:49;s:4:\"days\";i:2;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"09/28/2022\";i:1;s:10:\"09/29/2022\";}s:5:\"saved\";a:2:{i:0;s:10:\"2022-09-28\";i:1;s:10:\"2022-09-29\";}s:3:\"iso\";a:2:{i:0;i:1664373600;i:1;i:1664460000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:6400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:6400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:6400;s:18:\"deposit_free_total\";d:6400;}s:4:\"cost\";d:6400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:6400;}s:13:\"item_added_at\";s:21:\"2022-09-24 11: 22: 39\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1069\";s:11:\"pickup_date\";s:10:\"2022-09-28\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2022-09-30\";s:12:\"dropoff_time\";s:5:\"15:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1080\";s:11:\"quote_price\";s:4:\"6400\";s:10:\"product_id\";s:4:\"1080\";s:12:\"inventory_id\";s:4:\"1069\";s:11:\"return_date\";s:10:\"2022-09-30\";s:11:\"return_time\";s:5:\"15:00\";}}'),(640,32,'_product_id','3535'),(641,32,'_variation_id','0'),(642,32,'_qty','1'),(643,32,'_tax_class',''),(644,32,'_line_subtotal','2000'),(645,32,'_line_subtotal_tax','0'),(646,32,'_line_total','2000'),(647,32,'_line_tax','0'),(648,32,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(649,32,'Quote Request',''),(650,32,'booking_inventory','3534'),(651,32,'Choose Inventory','Test'),(652,32,'Check in Date & Time','10/06/2022 at 20:00'),(653,32,'_pickup_hidden_datetime','2022-10-06|20:00'),(654,32,'Checkout Date & Time','10/07/2022 at 16:00'),(655,32,'_return_hidden_datetime','2022-10-07|16:00'),(656,32,'Total Days','1 Days '),(657,32,'_return_hidden_days','1'),(658,32,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,000.00</bdi></span>'),(659,32,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}'),(660,32,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"3534\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-06\";s:11:\"pickup_time\";s:5:\"20:00\";s:12:\"dropoff_date\";s:10:\"2022-10-07\";s:12:\"dropoff_time\";s:5:\"16:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/06/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-06\";}s:3:\"iso\";a:1:{i:0;i:1665086400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}s:4:\"cost\";d:2000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2000;}s:13:\"item_added_at\";s:21:\"2022-10-06 14: 06: 50\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"3534\";s:11:\"pickup_date\";s:10:\"2022-10-06\";s:11:\"pickup_time\";s:5:\"20:00\";s:12:\"dropoff_date\";s:10:\"2022-10-07\";s:12:\"dropoff_time\";s:5:\"16:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"3535\";s:11:\"quote_price\";s:4:\"2000\";s:10:\"product_id\";s:4:\"3535\";s:12:\"inventory_id\";s:4:\"3534\";s:11:\"return_date\";s:10:\"2022-10-07\";s:11:\"return_time\";s:5:\"16:00\";}}'),(661,33,'_product_id','3535'),(662,33,'_variation_id','0'),(663,33,'_qty','1'),(664,33,'_tax_class',''),(665,33,'_line_subtotal','2000'),(666,33,'_line_subtotal_tax','0'),(667,33,'_line_total','2000'),(668,33,'_line_tax','0'),(669,33,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(670,33,'Quote Request',''),(671,33,'booking_inventory','3534'),(672,33,'Choose Inventory','Test'),(673,33,'Check in Date & Time','10/10/2022 at 09:00'),(674,33,'_pickup_hidden_datetime','2022-10-10|09:00'),(675,33,'Checkout Date & Time','10/11/2022 at 10:00'),(676,33,'_return_hidden_datetime','2022-10-11|10:00'),(677,33,'Total Days','1 Days 1 Hours '),(678,33,'_return_hidden_days','1'),(679,33,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,000.00</bdi></span>'),(680,33,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}'),(681,33,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"3534\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-10\";s:11:\"pickup_time\";s:5:\"09:00\";s:12:\"dropoff_date\";s:10:\"2022-10-11\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:25;s:4:\"days\";i:1;s:5:\"hours\";d:1;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/10/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-10\";}s:3:\"iso\";a:1:{i:0;i:1665392400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2000;s:18:\"deposit_free_total\";d:2000;}s:4:\"cost\";d:2000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2000;}s:13:\"item_added_at\";s:21:\"2022-10-08 06: 08: 20\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"3534\";s:11:\"pickup_date\";s:10:\"2022-10-10\";s:11:\"pickup_time\";s:5:\"09:00\";s:12:\"dropoff_date\";s:10:\"2022-10-11\";s:12:\"dropoff_time\";s:5:\"10:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"3535\";s:11:\"quote_price\";s:4:\"2000\";s:10:\"product_id\";s:4:\"3535\";s:12:\"inventory_id\";s:4:\"3534\";s:11:\"return_date\";s:10:\"2022-10-11\";s:11:\"return_time\";s:5:\"10:00\";}}'),(682,34,'_product_id','3535'),(683,34,'_variation_id','0'),(684,34,'_qty','1'),(685,34,'_tax_class',''),(686,34,'_line_subtotal','4000'),(687,34,'_line_subtotal_tax','0'),(688,34,'_line_total','4000'),(689,34,'_line_tax','0'),(690,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(691,34,'Quote Request',''),(692,34,'booking_inventory','3534'),(693,34,'Choose Inventory','Test'),(694,34,'Check in Date & Time','10/25/2022 at 12:30'),(695,34,'_pickup_hidden_datetime','2022-10-25|12:30'),(696,34,'Checkout Date & Time','10/27/2022 at 12:30'),(697,34,'_return_hidden_datetime','2022-10-27|12:30'),(698,34,'Total Days','2 Days '),(699,34,'_return_hidden_days','2'),(700,34,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>4,000.00</bdi></span>'),(701,34,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4000;s:18:\"deposit_free_total\";d:4000;}'),(702,34,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"3534\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-25\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-10-27\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:48;s:4:\"days\";i:2;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"10/25/2022\";i:1;s:10:\"10/26/2022\";}s:5:\"saved\";a:2:{i:0;s:10:\"2022-10-25\";i:1;s:10:\"2022-10-26\";}s:3:\"iso\";a:2:{i:0;i:1666701000;i:1;i:1666787400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:4000;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4000;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4000;s:18:\"deposit_free_total\";d:4000;}s:4:\"cost\";d:4000;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4000;}s:13:\"item_added_at\";s:21:\"2022-10-08 10: 01: 43\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"3534\";s:11:\"pickup_date\";s:10:\"2022-10-25\";s:11:\"pickup_time\";s:5:\"12:30\";s:12:\"dropoff_date\";s:10:\"2022-10-27\";s:12:\"dropoff_time\";s:5:\"12:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"3535\";s:11:\"quote_price\";s:4:\"4000\";s:10:\"product_id\";s:4:\"3535\";s:12:\"inventory_id\";s:4:\"3534\";s:11:\"return_date\";s:10:\"2022-10-27\";s:11:\"return_time\";s:5:\"12:30\";}}'),(703,35,'_product_id','1082'),(704,35,'_variation_id','0'),(705,35,'_qty','1'),(706,35,'_tax_class',''),(707,35,'_line_subtotal','3400'),(708,35,'_line_subtotal_tax','0'),(709,35,'_line_total','3400'),(710,35,'_line_tax','0'),(711,35,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(712,35,'Quote Request',''),(713,35,'booking_inventory','1070'),(714,35,'Choose Inventory','FAMILY 6 BED'),(715,35,'Check in Date & Time','10/24/2022 at 16:00'),(716,35,'_pickup_hidden_datetime','2022-10-24|16:00'),(717,35,'Checkout Date & Time','10/25/2022 at 15:00'),(718,35,'_return_hidden_datetime','2022-10-25|15:00'),(719,35,'Total Days','1 Days '),(720,35,'_return_hidden_days','1'),(721,35,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,400.00</bdi></span>'),(722,35,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}'),(723,35,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1070\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-24\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-10-25\";s:12:\"dropoff_time\";s:5:\"15:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/24/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-24\";}s:3:\"iso\";a:1:{i:0;i:1666627200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}s:4:\"cost\";d:3400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3400;}s:13:\"item_added_at\";s:21:\"2022-10-08 12: 31: 39\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1070\";s:11:\"pickup_date\";s:10:\"2022-10-24\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-10-25\";s:12:\"dropoff_time\";s:5:\"15:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1082\";s:11:\"quote_price\";s:4:\"3400\";s:10:\"product_id\";s:4:\"1082\";s:12:\"inventory_id\";s:4:\"1070\";s:11:\"return_date\";s:10:\"2022-10-25\";s:11:\"return_time\";s:5:\"15:00\";}}'),(724,36,'_product_id','1086'),(725,36,'_variation_id','0'),(726,36,'_qty','1'),(727,36,'_tax_class',''),(728,36,'_line_subtotal','2400'),(729,36,'_line_subtotal_tax','0'),(730,36,'_line_total','2400'),(731,36,'_line_tax','0'),(732,36,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(733,36,'Quote Request',''),(734,36,'booking_inventory','1073'),(735,36,'Choose Inventory','TRIPLE SHARING AC BED'),(736,36,'Check in Date & Time','10/11/2022 at 22:00'),(737,36,'_pickup_hidden_datetime','2022-10-11|22:00'),(738,36,'Checkout Date & Time','10/12/2022 at 10:00'),(739,36,'_return_hidden_datetime','2022-10-12|10:00'),(740,36,'Total Days','1 Days '),(741,36,'_return_hidden_days','1'),(742,36,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,400.00</bdi></span>'),(743,36,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}'),(744,36,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-11\";s:11:\"pickup_time\";s:5:\"22:00\";s:12:\"dropoff_date\";s:10:\"2022-10-12\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/11/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-11\";}s:3:\"iso\";a:1:{i:0;i:1665525600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}s:4:\"cost\";d:2400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2400;}s:13:\"item_added_at\";s:21:\"2022-10-10 15: 34: 24\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-10-11\";s:11:\"pickup_time\";s:5:\"22:00\";s:12:\"dropoff_date\";s:10:\"2022-10-12\";s:12:\"dropoff_time\";s:5:\"10:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"2400\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-10-12\";s:11:\"return_time\";s:5:\"10:00\";}}'),(745,37,'_product_id','1086'),(746,37,'_variation_id','0'),(747,37,'_qty','1'),(748,37,'_tax_class',''),(749,37,'_line_subtotal','2400'),(750,37,'_line_subtotal_tax','0'),(751,37,'_line_total','2400'),(752,37,'_line_tax','0'),(753,37,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(754,37,'Quote Request',''),(755,37,'booking_inventory','1073'),(756,37,'Choose Inventory','TRIPLE SHARING AC BED'),(757,37,'Check in Date & Time','10/12/2022 at 11:00'),(758,37,'_pickup_hidden_datetime','2022-10-12|11:00'),(759,37,'Checkout Date & Time','10/13/2022 at 10:00'),(760,37,'_return_hidden_datetime','2022-10-13|10:00'),(761,37,'Total Days','1 Days '),(762,37,'_return_hidden_days','1'),(763,37,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,400.00</bdi></span>'),(764,37,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}'),(765,37,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1073\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-10-12\";s:11:\"pickup_time\";s:5:\"11:00\";s:12:\"dropoff_date\";s:10:\"2022-10-13\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"10/12/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-10-12\";}s:3:\"iso\";a:1:{i:0;i:1665572400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2400;s:18:\"deposit_free_total\";d:2400;}s:4:\"cost\";d:2400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2400;}s:13:\"item_added_at\";s:21:\"2022-10-11 06: 09: 37\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1073\";s:11:\"pickup_date\";s:10:\"2022-10-12\";s:11:\"pickup_time\";s:5:\"11:00\";s:12:\"dropoff_date\";s:10:\"2022-10-13\";s:12:\"dropoff_time\";s:5:\"10:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1086\";s:11:\"quote_price\";s:4:\"2400\";s:10:\"product_id\";s:4:\"1086\";s:12:\"inventory_id\";s:4:\"1073\";s:11:\"return_date\";s:10:\"2022-10-13\";s:11:\"return_time\";s:5:\"10:00\";}}'),(817,40,'Quote Request',''),(818,40,'booking_inventory','1072'),(819,40,'Choose Inventory','FAMILY 10 BED'),(820,40,'Check in Date & Time','12/21/2022 at 16:00'),(821,40,'_pickup_hidden_datetime','2022-12-21|16:00'),(822,40,'Checkout Date & Time','12/22/2022 at 10:00'),(823,40,'_return_hidden_datetime','2022-12-22|10:00'),(824,40,'Total Days','1 Days '),(825,40,'_return_hidden_days','1'),(826,40,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,600.00</bdi></span>'),(827,40,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3600;s:18:\"deposit_free_total\";d:3600;}'),(828,40,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1072\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-12-21\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-12-22\";s:12:\"dropoff_time\";s:5:\"10:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"12/21/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-12-21\";}s:3:\"iso\";a:1:{i:0;i:1671638400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3600;s:18:\"deposit_free_total\";d:3600;}s:4:\"cost\";d:3600;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3600;}s:13:\"item_added_at\";s:21:\"2022-11-08 08: 35: 36\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1072\";s:11:\"pickup_date\";s:10:\"2022-12-21\";s:11:\"pickup_time\";s:5:\"16:00\";s:12:\"dropoff_date\";s:10:\"2022-12-22\";s:12:\"dropoff_time\";s:5:\"10:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1084\";s:11:\"quote_price\";s:4:\"3600\";s:10:\"product_id\";s:4:\"1084\";s:12:\"inventory_id\";s:4:\"1072\";s:11:\"return_date\";s:10:\"2022-12-22\";s:11:\"return_time\";s:5:\"10:00\";}}'),(830,41,'_variation_id','0'),(829,41,'_product_id','1079'),(808,40,'_product_id','1084'),(809,40,'_variation_id','0'),(810,40,'_qty','1'),(811,40,'_tax_class',''),(812,40,'_line_subtotal','3600'),(813,40,'_line_subtotal_tax','0'),(814,40,'_line_total','3600'),(815,40,'_line_tax','0'),(816,40,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(831,41,'_qty','1'),(832,41,'_tax_class',''),(833,41,'_line_subtotal','1600'),(834,41,'_line_subtotal_tax','0'),(835,41,'_line_total','1600'),(836,41,'_line_tax','0'),(837,41,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(838,41,'Quote Request',''),(839,41,'booking_inventory','1067'),(840,41,'Choose Inventory','NON-AC DELUXE'),(841,41,'Check in Date & Time','12/31/2022 at 12:00'),(842,41,'_pickup_hidden_datetime','2022-12-31|12:00'),(843,41,'Checkout Date & Time','01/01/2023 at 12:00'),(844,41,'_return_hidden_datetime','2023-01-01|12:00'),(845,41,'Total Days','1 Days '),(846,41,'_return_hidden_days','1'),(847,41,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>1,600.00</bdi></span>'),(848,41,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:1600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:1600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:1600;s:18:\"deposit_free_total\";d:1600;}'),(849,41,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1067\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-12-31\";s:11:\"pickup_time\";s:5:\"12:00\";s:12:\"dropoff_date\";s:10:\"2023-01-01\";s:12:\"dropoff_time\";s:5:\"12:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:24;s:4:\"days\";i:1;s:5:\"hours\";d:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"12/31/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-12-31\";}s:3:\"iso\";a:1:{i:0;i:1672488000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:1600;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:1600;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:1600;s:18:\"deposit_free_total\";d:1600;}s:4:\"cost\";d:1600;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:1600;}s:13:\"item_added_at\";s:21:\"2022-12-02 08: 11: 58\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1067\";s:11:\"pickup_date\";s:10:\"2022-12-31\";s:11:\"pickup_time\";s:5:\"12:00\";s:12:\"dropoff_date\";s:10:\"2023-01-01\";s:12:\"dropoff_time\";s:5:\"12:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1079\";s:11:\"quote_price\";s:4:\"1600\";s:10:\"product_id\";s:4:\"1079\";s:12:\"inventory_id\";s:4:\"1067\";s:11:\"return_date\";s:10:\"2023-01-01\";s:11:\"return_time\";s:5:\"12:00\";}}'),(850,42,'_product_id','1082'),(851,42,'_variation_id','0'),(852,42,'_qty','1'),(853,42,'_tax_class',''),(854,42,'_line_subtotal','3400'),(855,42,'_line_subtotal_tax','0'),(856,42,'_line_total','3400'),(857,42,'_line_tax','0'),(858,42,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(859,42,'Quote Request',''),(860,42,'booking_inventory','1070'),(861,42,'Choose Inventory','FAMILY 6 BED'),(862,42,'Check in Date & Time','12/25/2022 at 09:30'),(863,42,'_pickup_hidden_datetime','2022-12-25|09:30'),(864,42,'Checkout Date & Time','12/26/2022 at 12:00'),(865,42,'_return_hidden_datetime','2022-12-26|12:00'),(866,42,'Total Days','1 Days 3 Hours '),(867,42,'_return_hidden_days','1'),(868,42,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,400.00</bdi></span>'),(869,42,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}'),(870,42,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1070\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2022-12-25\";s:11:\"pickup_time\";s:5:\"09:30\";s:12:\"dropoff_date\";s:10:\"2022-12-26\";s:12:\"dropoff_time\";s:5:\"12:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:27;s:4:\"days\";i:1;s:5:\"hours\";d:3;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"12/25/2022\";}s:5:\"saved\";a:1:{i:0;s:10:\"2022-12-25\";}s:3:\"iso\";a:1:{i:0;i:1671960600;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}s:4:\"cost\";d:3400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3400;}s:13:\"item_added_at\";s:21:\"2022-12-16 06: 01: 42\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1070\";s:11:\"pickup_date\";s:10:\"2022-12-25\";s:11:\"pickup_time\";s:5:\"09:30\";s:12:\"dropoff_date\";s:10:\"2022-12-26\";s:12:\"dropoff_time\";s:5:\"12:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1082\";s:11:\"quote_price\";s:4:\"3400\";s:10:\"product_id\";s:4:\"1082\";s:12:\"inventory_id\";s:4:\"1070\";s:11:\"return_date\";s:10:\"2022-12-26\";s:11:\"return_time\";s:5:\"12:00\";}}'),(871,43,'_product_id','1061'),(872,43,'_variation_id','0'),(873,43,'_qty','1'),(874,43,'_tax_class',''),(875,43,'_line_subtotal','2000'),(876,43,'_line_subtotal_tax','0'),(877,43,'_line_total','2000'),(878,43,'_line_tax','0'),(879,43,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(880,44,'_product_id','1061'),(881,44,'_variation_id','0'),(882,44,'_qty','1'),(883,44,'_tax_class',''),(884,44,'_line_subtotal','2000'),(885,44,'_line_subtotal_tax','0'),(886,44,'_line_total','2000'),(887,44,'_line_tax','0'),(888,44,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(889,45,'_product_id','1061'),(890,45,'_variation_id','0'),(891,45,'_qty','1'),(892,45,'_tax_class',''),(893,45,'_line_subtotal','2000'),(894,45,'_line_subtotal_tax','0'),(895,45,'_line_total','2000'),(896,45,'_line_tax','0'),(897,45,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(898,46,'_product_id','1061'),(899,46,'_variation_id','0'),(900,46,'_qty','1'),(901,46,'_tax_class',''),(902,46,'_line_subtotal','2000'),(903,46,'_line_subtotal_tax','0'),(904,46,'_line_total','2000'),(905,46,'_line_tax','0'),(906,46,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(907,47,'_product_id','1061'),(908,47,'_variation_id','0'),(909,47,'_qty','1'),(910,47,'_tax_class',''),(911,47,'_line_subtotal','2000'),(912,47,'_line_subtotal_tax','0'),(913,47,'_line_total','2000'),(914,47,'_line_tax','0'),(915,47,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(916,48,'_product_id','1061'),(917,48,'_variation_id','0'),(918,48,'_qty','3'),(919,48,'_tax_class',''),(920,48,'_line_subtotal','6000'),(921,48,'_line_subtotal_tax','0'),(922,48,'_line_total','6000'),(923,48,'_line_tax','0'),(924,48,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(925,49,'_product_id','1053'),(926,49,'_variation_id','0'),(927,49,'_qty','3'),(928,49,'_tax_class',''),(929,49,'_line_subtotal','7500'),(930,49,'_line_subtotal_tax','0'),(931,49,'_line_total','7500'),(932,49,'_line_tax','0'),(933,49,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(934,50,'_product_id','1053'),(935,50,'_variation_id','0'),(936,50,'_qty','3'),(937,50,'_tax_class',''),(938,50,'_line_subtotal','7500'),(939,50,'_line_subtotal_tax','0'),(940,50,'_line_total','7500'),(941,50,'_line_tax','0'),(942,50,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(964,52,'_product_id','1061'),(965,52,'_variation_id','0'),(966,52,'_qty','3'),(967,52,'_tax_class',''),(968,52,'_line_subtotal','6000'),(969,52,'_line_subtotal_tax','0'),(970,52,'_line_total','6000'),(971,52,'_line_tax','0'),(972,52,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(994,54,'_product_id','1061'),(995,54,'_variation_id','0'),(996,54,'_qty','3'),(997,54,'_tax_class',''),(998,54,'_line_subtotal','6000'),(999,54,'_line_subtotal_tax','0'),(1000,54,'_line_total','6000'),(1001,54,'_line_tax','0'),(1002,54,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1003,55,'_product_id','1061'),(1004,55,'_variation_id','0'),(1005,55,'_qty','1'),(1006,55,'_tax_class',''),(1007,55,'_line_subtotal','2000'),(1008,55,'_line_subtotal_tax','0'),(1009,55,'_line_total','2000'),(1010,55,'_line_tax','0'),(1011,55,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1012,56,'_product_id','1061'),(1013,56,'_variation_id','0'),(1014,56,'_qty','1'),(1015,56,'_tax_class',''),(1016,56,'_line_subtotal','2000'),(1017,56,'_line_subtotal_tax','0'),(1018,56,'_line_total','2000'),(1019,56,'_line_tax','0'),(1020,56,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1063,59,'_product_id','1053'),(1064,59,'_variation_id','0'),(1065,59,'_qty','3'),(1066,59,'_tax_class',''),(1067,59,'_line_subtotal','7500'),(1068,59,'_line_subtotal_tax','0'),(1069,59,'_line_total','7500'),(1070,59,'_line_tax','0'),(1071,59,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1072,60,'_product_id','1053'),(1073,60,'_variation_id','0'),(1074,60,'_qty','3'),(1075,60,'_tax_class',''),(1076,60,'_line_subtotal','7500'),(1077,60,'_line_subtotal_tax','0'),(1078,60,'_line_total','7500'),(1079,60,'_line_tax','0'),(1080,60,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1081,61,'_product_id','1053'),(1082,61,'_variation_id','0'),(1083,61,'_qty','3'),(1084,61,'_tax_class',''),(1085,61,'_line_subtotal','7500'),(1086,61,'_line_subtotal_tax','0'),(1087,61,'_line_total','7500'),(1088,61,'_line_tax','0'),(1089,61,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1090,62,'_product_id','1053'),(1091,62,'_variation_id','0'),(1092,62,'_qty','1'),(1093,62,'_tax_class',''),(1094,62,'_line_subtotal','2500'),(1095,62,'_line_subtotal_tax','0'),(1096,62,'_line_total','2500'),(1097,62,'_line_tax','0'),(1098,62,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1099,63,'_product_id','1053'),(1100,63,'_variation_id','0'),(1101,63,'_qty','1'),(1102,63,'_tax_class',''),(1103,63,'_line_subtotal','2500'),(1104,63,'_line_subtotal_tax','0'),(1105,63,'_line_total','2500'),(1106,63,'_line_tax','0'),(1107,63,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1108,64,'_product_id','1053'),(1109,64,'_variation_id','0'),(1110,64,'_qty','2'),(1111,64,'_tax_class',''),(1112,64,'_line_subtotal','5000'),(1113,64,'_line_subtotal_tax','0'),(1114,64,'_line_total','5000'),(1115,64,'_line_tax','0'),(1116,64,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1117,65,'_product_id','1053'),(1118,65,'_variation_id','0'),(1119,65,'_qty','2'),(1120,65,'_tax_class',''),(1121,65,'_line_subtotal','5000'),(1122,65,'_line_subtotal_tax','0'),(1123,65,'_line_total','5000'),(1124,65,'_line_tax','0'),(1125,65,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1126,66,'_product_id','1061'),(1127,66,'_variation_id','0'),(1128,66,'_qty','3'),(1129,66,'_tax_class',''),(1130,66,'_line_subtotal','6000'),(1131,66,'_line_subtotal_tax','0'),(1132,66,'_line_total','6000'),(1133,66,'_line_tax','0'),(1134,66,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1135,67,'_product_id','1053'),(1136,67,'_variation_id','0'),(1137,67,'_qty','3'),(1138,67,'_tax_class',''),(1139,67,'_line_subtotal','7500'),(1140,67,'_line_subtotal_tax','0'),(1141,67,'_line_total','7500'),(1142,67,'_line_tax','0'),(1143,67,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1144,68,'_product_id','1053'),(1145,68,'_variation_id','0'),(1146,68,'_qty','2'),(1147,68,'_tax_class',''),(1148,68,'_line_subtotal','5000'),(1149,68,'_line_subtotal_tax','0'),(1150,68,'_line_total','5000'),(1151,68,'_line_tax','0'),(1152,68,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1153,69,'_product_id','1053'),(1154,69,'_variation_id','0'),(1155,69,'_qty','2'),(1156,69,'_tax_class',''),(1157,69,'_line_subtotal','5000'),(1158,69,'_line_subtotal_tax','0'),(1159,69,'_line_total','5000'),(1160,69,'_line_tax','0'),(1161,69,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1162,70,'_product_id','1082'),(1163,70,'_variation_id','0'),(1164,70,'_qty','1'),(1165,70,'_tax_class',''),(1166,70,'_line_subtotal','3400'),(1167,70,'_line_subtotal_tax','0'),(1168,70,'_line_total','3400'),(1169,70,'_line_tax','0'),(1170,70,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1171,70,'Quote Request',''),(1172,70,'booking_inventory','1070'),(1173,70,'Choose Inventory','FAMILY 6 BED'),(1174,70,'Check in Date & Time','12/25/2024 at 14:00'),(1175,70,'_pickup_hidden_datetime','2024-12-25|14:00'),(1176,70,'Checkout Date & Time','12/26/2024 at 11:00'),(1177,70,'_return_hidden_datetime','2024-12-26|11:00'),(1178,70,'Total Days','1 Days '),(1179,70,'_return_hidden_days','1'),(1180,70,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>3,400.00</bdi></span>'),(1181,70,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}'),(1182,70,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1070\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2024-12-25\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2024-12-26\";s:12:\"dropoff_time\";s:5:\"11:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"12/25/2024\";}s:5:\"saved\";a:1:{i:0;s:10:\"2024-12-25\";}s:3:\"iso\";a:1:{i:0;i:1735135200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:3400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:3400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:3400;s:18:\"deposit_free_total\";d:3400;}s:4:\"cost\";d:3400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:3400;}s:13:\"item_added_at\";s:21:\"2024-12-23 13: 17: 21\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1070\";s:11:\"pickup_date\";s:10:\"2024-12-25\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2024-12-26\";s:12:\"dropoff_time\";s:5:\"11:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1082\";s:11:\"quote_price\";s:4:\"3400\";s:10:\"product_id\";s:4:\"1082\";s:12:\"inventory_id\";s:4:\"1070\";s:11:\"return_date\";s:10:\"2024-12-26\";s:11:\"return_time\";s:5:\"11:00\";}}'),(1183,71,'_product_id','1053'),(1184,71,'_variation_id','0'),(1185,71,'_qty','2'),(1186,71,'_tax_class',''),(1187,71,'_line_subtotal','5000'),(1188,71,'_line_subtotal_tax','0'),(1189,71,'_line_total','5000'),(1190,71,'_line_tax','0'),(1191,71,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1192,71,'Quote Request',''),(1193,71,'booking_inventory','1052'),(1194,71,'Choose Inventory','SUPER DELUXE'),(1195,71,'Check in Date & Time','12/25/2024 at 14:00'),(1196,71,'_pickup_hidden_datetime','2024-12-25|14:00'),(1197,71,'Checkout Date & Time','12/26/2024 at 11:00'),(1198,71,'_return_hidden_datetime','2024-12-26|11:00'),(1199,71,'Total Days','1 Days '),(1200,71,'_return_hidden_days','1'),(1201,71,'Duration Cost','<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>2,500.00</bdi></span>'),(1202,71,'Adults','3 ( <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">₹</span>0.00</bdi></span> - One Time )'),(1203,71,'rnb_price_breakdown','a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";d:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";d:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";d:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";d:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2500;s:18:\"deposit_free_total\";d:2500;}'),(1204,71,'rnb_hidden_order_meta','a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1052\";s:18:\"inventory_quantity\";s:1:\"2\";s:18:\"available_quantity\";s:1:\"2\";s:8:\"quantity\";s:1:\"2\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2024-12-25\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2024-12-26\";s:12:\"dropoff_time\";s:5:\"11:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:4:{s:5:\"title\";s:1:\"3\";s:4:\"cost\";d:0;s:8:\"multiply\";s:0:\"\";s:11:\"hourly_cost\";d:0;}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"12/25/2024\";}s:5:\"saved\";a:1:{i:0;s:10:\"2024-12-25\";}s:3:\"iso\";a:1:{i:0;i:1735135200;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2500;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";d:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";d:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";d:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2500;s:14:\"discount_total\";i:0;s:12:\"extras_total\";d:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2500;s:18:\"deposit_free_total\";d:2500;}s:4:\"cost\";d:2500;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2500;}s:13:\"item_added_at\";s:21:\"2024-12-23 14: 12: 06\";s:11:\"posted_data\";a:14:{s:17:\"booking_inventory\";s:4:\"1052\";s:11:\"pickup_date\";s:10:\"2024-12-25\";s:11:\"pickup_time\";s:5:\"14:00\";s:12:\"dropoff_date\";s:10:\"2024-12-26\";s:12:\"dropoff_time\";s:5:\"11:00\";s:18:\"inventory_quantity\";s:1:\"2\";s:22:\"additional_adults_info\";s:2:\"31\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1053\";s:11:\"quote_price\";s:4:\"5000\";s:10:\"product_id\";s:4:\"1053\";s:12:\"inventory_id\";s:4:\"1052\";s:11:\"return_date\";s:10:\"2024-12-26\";s:11:\"return_time\";s:5:\"11:00\";}}');
/*!40000 ALTER TABLE `wpf4_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_order_items`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_order_items`
--
LOCK TABLES `wpf4_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wpf4_woocommerce_order_items` VALUES (1,'SUPER DELUXE','line_item',1054),(5,'SUPER DELUXE','line_item',1055),(4,'SUPER DELUXE','line_item',1055),(6,'SUPER DELUXE','line_item',1056),(7,'SUPER DELUXE','line_item',1057),(8,'SUPER DELUXE','line_item',1057),(9,'SUPER DELUXE','line_item',1064),(10,'SUPER DELUXE','line_item',1064),(11,'AC Deluxe','line_item',1064),(12,'AC Deluxe','line_item',1065),(13,'AC Deluxe','line_item',1066),(14,'AC Deluxe','line_item',1068),(15,'SUPER DELUXE','line_item',1078),(16,'AC Deluxe','line_item',1078),(17,'TRIPLE SHARING AC BED','line_item',1092),(18,'AC Deluxe','line_item',1102),(19,'SUITE','line_item',1104),(20,'AC Deluxe','line_item',1104),(21,'AC Deluxe','line_item',1144),(22,'AC Deluxe','line_item',1148),(23,'NON-AC DELUXE','line_item',1148),(24,'AC Deluxe','line_item',1153),(25,'TRIPLE SHARING AC BED','line_item',1611),(26,'TRIPLE SHARING AC BED','line_item',1611),(27,'TRIPLE SHARING AC BED','line_item',1611),(28,'AC Deluxe','line_item',3523),(29,'FAMILY 4 BED','line_item',3524),(30,'NON-AC DELUXE','line_item',3525),(31,'FAMILY 4 BED','line_item',3527),(32,'Test','line_item',3539),(33,'Test','line_item',3559),(34,'Test','line_item',3559),(35,'FAMILY 6 BED','line_item',3559),(36,'TRIPLE SHARING AC BED','line_item',3560),(37,'TRIPLE SHARING AC BED','line_item',3565),(40,'FAMILY 10 BED','line_item',3634),(41,'NON-AC DELUXE','line_item',3635),(42,'FAMILY 6 BED','line_item',3636),(43,'AC Deluxe','line_item',3638),(44,'AC Deluxe','line_item',3640),(45,'AC Deluxe','line_item',3641),(46,'AC Deluxe','line_item',3642),(47,'AC Deluxe','line_item',3643),(48,'AC Deluxe','line_item',3644),(49,'SUPER DELUXE','line_item',3646),(50,'SUPER DELUXE','line_item',3647),(52,'AC Deluxe','line_item',3649),(54,'AC Deluxe','line_item',3651),(55,'AC Deluxe','line_item',3652),(56,'AC Deluxe','line_item',3653),(59,'SUPER DELUXE','line_item',3655),(60,'SUPER DELUXE','line_item',3656),(61,'SUPER DELUXE','line_item',3657),(62,'SUPER DELUXE','line_item',3658),(63,'SUPER DELUXE','line_item',3659),(64,'SUPER DELUXE','line_item',3660),(65,'SUPER DELUXE','line_item',3661),(66,'AC Deluxe','line_item',3662),(67,'SUPER DELUXE','line_item',3663),(68,'SUPER DELUXE','line_item',3664),(69,'SUPER DELUXE','line_item',3665),(70,'FAMILY 6 BED','line_item',4353),(71,'SUPER DELUXE','line_item',4354);
/*!40000 ALTER TABLE `wpf4_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_payment_tokenmeta`
--
LOCK TABLES `wpf4_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_payment_tokens`
--
LOCK TABLES `wpf4_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_sessions`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=277 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_sessions`
--
LOCK TABLES `wpf4_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpf4_woocommerce_sessions` VALUES (276,'2','a:7:{s:4:\"cart\";s:10284:\"a:4:{s:32:\"398f2bd60b888c2830c56877affc6537\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-06-28\";s:11:\"pickup_time\";s:5:\"08:30\";s:12:\"dropoff_date\";s:10:\"2025-06-28\";s:12:\"dropoff_time\";s:5:\"09:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";i:24;s:4:\"days\";i:1;s:5:\"hours\";i:0;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"06/28/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-06-28\";}s:3:\"iso\";a:1:{i:0;i:1751099400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";i:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 04: 59: 30\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-06-28\";s:11:\"pickup_time\";s:5:\"08:30\";s:12:\"dropoff_date\";s:10:\"2025-06-28\";s:12:\"dropoff_time\";s:5:\"09:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-06-28\";s:11:\"return_time\";s:5:\"09:00\";}}s:3:\"key\";s:32:\"398f2bd60b888c2830c56877affc6537\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}s:32:\"02b9ae232c3ee5172acc29cbe1bc1aaf\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-15\";s:11:\"pickup_time\";s:5:\"11:30\";s:12:\"dropoff_date\";s:10:\"2025-07-17\";s:12:\"dropoff_time\";s:5:\"13:00\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:50;s:4:\"days\";i:2;s:5:\"hours\";d:2;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:2:{i:0;s:10:\"07/15/2025\";i:1;s:10:\"07/16/2025\";}s:5:\"saved\";a:2:{i:0;s:10:\"2025-07-15\";i:1;s:10:\"2025-07-16\";}s:3:\"iso\";a:2:{i:0;i:1752579000;i:1;i:1752665400;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:4400;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:4400;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:4400;s:18:\"deposit_free_total\";d:4400;}s:4:\"cost\";d:4400;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:4400;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 08: 37\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-15\";s:11:\"pickup_time\";s:5:\"11:30\";s:12:\"dropoff_date\";s:10:\"2025-07-17\";s:12:\"dropoff_time\";s:5:\"13:00\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"4400\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-17\";s:11:\"return_time\";s:5:\"13:00\";}}s:3:\"key\";s:32:\"02b9ae232c3ee5172acc29cbe1bc1aaf\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:4400;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:4400;s:8:\"line_tax\";d:0;}s:32:\"832f3c98fe6539107a1c6f3ced90bac3\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2025-07-10\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:26;s:4:\"days\";i:1;s:5:\"hours\";d:2;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"07/09/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-07-09\";}s:3:\"iso\";a:1:{i:0;i:1752057000;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 19: 58\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-09\";s:11:\"pickup_time\";s:5:\"10:30\";s:12:\"dropoff_date\";s:10:\"2025-07-10\";s:12:\"dropoff_time\";s:5:\"12:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-10\";s:11:\"return_time\";s:5:\"12:30\";}}s:3:\"key\";s:32:\"832f3c98fe6539107a1c6f3ced90bac3\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}s:32:\"27bd91b1001fdcf58e38a97a85c8db3e\";a:12:{s:11:\"rental_data\";a:21:{s:13:\"date_multiply\";s:7:\"per_day\";s:17:\"booking_inventory\";s:4:\"1074\";s:18:\"inventory_quantity\";s:1:\"1\";s:18:\"available_quantity\";s:1:\"1\";s:8:\"quantity\";s:1:\"1\";s:8:\"quote_id\";s:0:\"\";s:11:\"pickup_date\";s:10:\"2025-07-26\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2025-07-28\";s:12:\"dropoff_time\";s:5:\"12:30\";s:15:\"pickup_location\";a:0:{}s:15:\"return_location\";a:0:{}s:13:\"location_cost\";i:0;s:11:\"payable_cat\";a:0:{}s:16:\"payable_resource\";a:0:{}s:26:\"payable_security_deposites\";a:0:{}s:11:\"adults_info\";a:0:{}s:11:\"childs_info\";a:0:{}s:21:\"rental_days_and_costs\";a:10:{s:12:\"pricing_type\";s:15:\"general_pricing\";s:10:\"flat_hours\";d:48;s:4:\"days\";i:1;s:5:\"hours\";d:24;s:12:\"booked_dates\";a:3:{s:9:\"formatted\";a:1:{i:0;s:10:\"07/26/2025\";}s:5:\"saved\";a:1:{i:0;s:10:\"2025-07-26\";}s:3:\"iso\";a:1:{i:0;i:1753534800;}}s:15:\"price_breakdown\";a:8:{s:18:\"duration_breakdown\";a:2:{s:6:\"hourly\";d:0;s:5:\"daily\";d:2200;}s:16:\"extras_breakdown\";a:5:{s:14:\"non_refundable\";a:5:{s:14:\"location_total\";i:0;s:14:\"category_total\";i:0;s:14:\"resource_total\";i:0;s:11:\"adult_total\";i:0;s:11:\"child_total\";i:0;}s:17:\"details_breakdown\";a:5:{s:13:\"category_cost\";i:0;s:13:\"resource_cost\";i:0;s:10:\"adult_cost\";i:0;s:10:\"child_cost\";i:0;s:12:\"deposit_cost\";i:0;}s:10:\"refundable\";a:1:{s:13:\"deposit_total\";i:0;}s:19:\"nonrefundable_total\";i:0;s:16:\"refundable_total\";i:0;}s:14:\"duration_total\";d:2200;s:14:\"discount_total\";i:0;s:12:\"extras_total\";i:0;s:13:\"deposit_total\";i:0;s:5:\"total\";d:2200;s:18:\"deposit_free_total\";d:2200;}s:4:\"cost\";d:2200;s:11:\"instant_pay\";i:100;s:11:\"due_payment\";d:0;s:10:\"line_total\";d:2200;}s:13:\"item_added_at\";s:21:\"2025-06-27 10: 50: 08\";s:11:\"posted_data\";a:13:{s:17:\"booking_inventory\";s:4:\"1074\";s:11:\"pickup_date\";s:10:\"2025-07-26\";s:11:\"pickup_time\";s:5:\"13:00\";s:12:\"dropoff_date\";s:10:\"2025-07-28\";s:12:\"dropoff_time\";s:5:\"12:30\";s:18:\"inventory_quantity\";s:1:\"1\";s:15:\"currency-symbol\";s:3:\"₹\";s:11:\"add-to-cart\";s:4:\"1085\";s:11:\"quote_price\";s:4:\"2200\";s:10:\"product_id\";s:4:\"1085\";s:12:\"inventory_id\";s:4:\"1074\";s:11:\"return_date\";s:10:\"2025-07-28\";s:11:\"return_time\";s:5:\"12:30\";}}s:3:\"key\";s:32:\"27bd91b1001fdcf58e38a97a85c8db3e\";s:10:\"product_id\";i:1085;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";s:1:\"1\";s:9:\"data_hash\";s:32:\"49ceb003d32957261351680cc65b9811\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2200;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"11000\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"11000\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"11000.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:823:\"a:28:{s:2:\"id\";s:1:\"2\";s:13:\"date_modified\";s:25:\"2025-06-30T09:46:49+00:00\";s:10:\"first_name\";s:7:\"bhavesh\";s:9:\"last_name\";s:5:\"patel\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"1234567895\";s:5:\"email\";s:16:\"dosneh@gmail.com\";s:7:\"address\";s:2:\"ct\";s:9:\"address_1\";s:2:\"ct\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:5:\"surat\";s:5:\"state\";s:2:\"GJ\";s:8:\"postcode\";s:6:\"395010\";s:7:\"country\";s:2:\"IN\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:2:\"GJ\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"IN\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1751609823);
/*!40000 ALTER TABLE `wpf4_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_id` (`location_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20)),
KEY `zone_id` (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_shipping_zone_locations`
--
LOCK TABLES `wpf4_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_shipping_zone_methods`
--
LOCK TABLES `wpf4_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_shipping_zones`
--
LOCK TABLES `wpf4_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_tax_rate_locations`
--
LOCK TABLES `wpf4_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `wpf4_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT 0,
`tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_woocommerce_tax_rates`
--
LOCK TABLES `wpf4_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wpf4_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wp24_tld_prices_links`
--
DROP TABLE IF EXISTS `wpf4_wp24_tld_prices_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wp24_tld_prices_links` (
`tld` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`price` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`link` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`price_transfer` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`link_transfer` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`tld`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wp24_tld_prices_links`
--
LOCK TABLES `wpf4_wp24_tld_prices_links` WRITE;
/*!40000 ALTER TABLE `wpf4_wp24_tld_prices_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wp24_tld_prices_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wp24_tld_woocommerce`
--
DROP TABLE IF EXISTS `wpf4_wp24_tld_woocommerce`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wp24_tld_woocommerce` (
`tld` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`product_id_purchase` bigint(20) DEFAULT NULL,
`product_id_transfer` bigint(20) DEFAULT NULL,
PRIMARY KEY (`tld`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wp24_tld_woocommerce`
--
LOCK TABLES `wpf4_wp24_tld_woocommerce` WRITE;
/*!40000 ALTER TABLE `wpf4_wp24_tld_woocommerce` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wp24_tld_woocommerce` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wp24_whois_queries`
--
DROP TABLE IF EXISTS `wpf4_wp24_whois_queries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wp24_whois_queries` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`limit_group` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`query_time` datetime NOT NULL DEFAULT current_timestamp(),
`query_count` smallint(5) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wp24_whois_queries`
--
LOCK TABLES `wpf4_wp24_whois_queries` WRITE;
/*!40000 ALTER TABLE `wpf4_wp24_whois_queries` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wp24_whois_queries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wp24_whois_servers`
--
DROP TABLE IF EXISTS `wpf4_wp24_whois_servers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wp24_whois_servers` (
`tld` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`host` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status_free` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`tld`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wp24_whois_servers`
--
LOCK TABLES `wpf4_wp24_whois_servers` WRITE;
/*!40000 ALTER TABLE `wpf4_wp24_whois_servers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wp24_whois_servers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wpfm_backup`
--
DROP TABLE IF EXISTS `wpf4_wpfm_backup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wpfm_backup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`backup_name` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`backup_date` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wpfm_backup`
--
LOCK TABLES `wpf4_wpfm_backup` WRITE;
/*!40000 ALTER TABLE `wpf4_wpfm_backup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wpfm_backup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wpmailsmtp_debug_events`
--
DROP TABLE IF EXISTS `wpf4_wpmailsmtp_debug_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wpmailsmtp_debug_events` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`content` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`initiator` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`event_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wpmailsmtp_debug_events`
--
LOCK TABLES `wpf4_wpmailsmtp_debug_events` WRITE;
/*!40000 ALTER TABLE `wpf4_wpmailsmtp_debug_events` DISABLE KEYS */;
INSERT INTO `wpf4_wpmailsmtp_debug_events` VALUES (1,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-09-24 14:44:30'),(2,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-09-26 08:31:15'),(3,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-10-03 08:31:50'),(4,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-10-07 12:31:16'),(5,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-08 07:02:07'),(6,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-10-10 07:38:55'),(7,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-10-10 08:32:09'),(8,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-10 10:05:21'),(9,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-10 10:07:58'),(10,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-10 10:08:01'),(11,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-11 00:36:14'),(12,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-11 00:41:33'),(13,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-10-11 10:47:42'),(14,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-10-17 08:32:20'),(15,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-10-20 01:43:44'),(16,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-10-24 08:32:40'),(17,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-10-24 20:29:20'),(18,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-10-27 19:52:09'),(19,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-10-31 08:33:35'),(20,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-01 17:09:48'),(21,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-02 03:22:13'),(22,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-02 21:06:21'),(23,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-11-05 09:37:34'),(24,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-11-07 08:34:38'),(25,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-11-08 03:16:51'),(26,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-11-08 03:18:38'),(27,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-11-08 03:18:41'),(28,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-08 05:42:38'),(29,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-09 07:19:06'),(30,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-09 18:13:31'),(31,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-11-14 08:35:24'),(32,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-15 10:59:11'),(33,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-16 08:03:22'),(34,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-17 22:29:14'),(35,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-19 06:31:54'),(36,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-20 07:57:13'),(37,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-11-21 08:36:05'),(38,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-22 02:26:57'),(39,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-22 08:58:50'),(40,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2017}',0,'2022-11-22 09:28:49'),(41,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-24 07:04:47'),(42,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-25 23:53:30'),(43,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-28 06:25:56'),(44,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-28 06:25:59'),(45,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-28 06:26:03'),(46,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-28 06:26:50'),(47,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-11-28 08:37:34'),(48,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-28 19:07:53'),(49,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-29 04:19:52'),(50,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-29 10:28:38'),(51,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-29 11:30:21'),(52,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":910}',0,'2022-11-30 02:15:14'),(53,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-11-30 21:38:32'),(54,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-02 02:44:40'),(55,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-12-05 08:38:03'),(56,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-05 22:37:18'),(57,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-06 15:23:29'),(58,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-06 23:22:07'),(59,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-07 02:07:51'),(60,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-08 00:05:39'),(61,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-08 04:35:56'),(62,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-12 02:00:41'),(63,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-12 04:10:31'),(64,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-12 04:14:53'),(65,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-12-12 08:38:59'),(66,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-14 04:25:04'),(67,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-14 04:40:06'),(68,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-14 06:14:26'),(69,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-14 08:49:21'),(70,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-14 19:42:40'),(71,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/class-wp-recovery-mode-email-service.php\",\"line\":235}',0,'2022-12-16 05:43:20'),(72,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:30:29'),(73,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:30:32'),(74,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:34:14'),(75,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:34:17'),(76,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:41:18'),(77,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2022-12-16 06:41:21'),(78,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-17 05:04:18'),(79,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-12-19 08:39:12'),(80,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-20 01:36:40'),(81,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-21 03:52:17'),(82,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-21 10:06:04'),(83,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-24 23:11:26'),(84,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-25 20:59:57'),(85,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2022-12-26 08:39:34'),(86,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-26 11:08:39'),(87,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-26 19:01:00'),(88,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-27 09:34:22'),(89,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-27 19:08:27'),(90,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-28 21:26:06'),(91,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-28 21:41:28'),(92,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-28 22:12:58'),(93,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-29 03:14:49'),(94,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2022-12-31 17:24:41'),(95,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2012}',0,'2022-12-31 23:01:49'),(96,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-01-02 08:47:31'),(97,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-03 17:51:07'),(98,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2012}',0,'2023-01-04 03:21:48'),(99,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-04 18:50:47'),(100,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-05 04:38:30'),(101,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-06 00:03:56'),(102,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-06 13:18:56'),(103,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-07 22:12:15'),(104,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-07 23:09:40'),(105,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-08 11:39:53'),(106,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-08 13:15:36'),(107,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-08 18:31:48'),(108,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-08 20:21:58'),(109,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 00:20:49'),(110,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 06:03:46'),(111,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 06:37:00'),(112,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-01-09 08:52:49'),(113,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 11:23:35'),(114,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 16:42:30'),(115,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 23:01:10'),(116,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-09 23:49:06'),(117,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-10 04:21:53'),(118,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-10 15:03:21'),(119,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-10 18:59:51'),(120,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-10 20:19:25'),(121,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-11 02:37:13'),(122,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-11 08:10:21'),(123,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-11 13:29:05'),(124,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-11 18:47:01'),(125,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 00:14:27'),(126,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 06:15:37'),(127,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 11:35:23'),(128,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 11:35:24'),(129,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 16:54:18'),(130,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-12 22:16:18'),(131,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 03:38:32'),(132,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 08:59:48'),(133,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 14:19:19'),(134,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 19:59:17'),(135,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 20:32:26'),(136,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-13 21:47:43'),(137,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 01:12:46'),(138,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 01:21:07'),(139,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 06:41:54'),(140,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 11:58:27'),(141,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 16:33:44'),(142,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 17:11:08'),(143,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-14 22:28:47'),(144,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-15 03:44:37'),(145,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-15 09:00:54'),(146,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-15 14:12:37'),(147,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-15 19:31:28'),(148,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 01:25:50'),(149,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 01:54:56'),(150,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 06:41:25'),(151,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-01-16 09:02:07'),(152,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 12:00:44'),(153,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 17:19:00'),(154,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-16 22:31:37'),(155,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-17 03:40:29'),(156,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-17 07:44:12'),(157,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-17 08:53:27'),(158,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-17 14:10:21'),(159,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-17 19:28:29'),(160,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 00:43:46'),(161,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 00:45:26'),(162,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 04:48:30'),(163,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 05:59:15'),(164,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 11:29:35'),(165,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 16:43:12'),(166,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-18 21:54:54'),(167,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 03:11:39'),(168,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 08:26:13'),(169,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 13:36:08'),(170,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 19:11:35'),(171,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 21:31:53'),(172,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-19 23:46:24'),(173,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 02:47:02'),(174,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 08:00:31'),(175,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 10:11:49'),(176,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 13:10:58'),(177,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 18:25:40'),(178,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-20 21:05:10'),(179,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 05:20:30'),(180,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 10:33:58'),(181,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 15:51:47'),(182,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 17:35:48'),(183,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 21:06:43'),(184,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-21 22:07:38'),(185,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-22 02:25:00'),(186,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-22 07:42:32'),(187,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-22 12:56:23'),(188,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-22 18:10:52'),(189,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-22 23:29:23'),(190,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 04:47:31'),(191,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 08:13:19'),(192,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-01-23 09:03:01'),(193,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 10:04:08'),(194,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 15:21:16'),(195,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 18:12:26'),(196,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-23 20:42:17'),(197,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-24 02:01:56'),(198,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-24 07:15:43'),(199,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-24 12:28:29'),(200,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-24 17:42:44'),(201,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-24 23:04:10'),(202,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-25 04:16:19'),(203,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-25 09:33:07'),(204,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-25 14:52:12'),(205,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-25 20:07:51'),(206,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-26 01:26:26'),(207,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-26 06:42:10'),(208,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-26 11:58:12'),(209,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-26 17:36:36'),(210,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-26 22:53:03'),(211,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-27 04:07:15'),(212,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-27 09:43:29'),(213,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-27 15:00:15'),(214,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-27 15:48:29'),(215,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-27 20:17:29'),(216,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 01:51:52'),(217,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 07:06:26'),(218,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 12:23:32'),(219,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 15:21:19'),(220,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 16:59:21'),(221,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-28 20:38:49'),(222,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-29 11:50:35'),(223,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-29 15:08:05'),(224,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-29 20:18:32'),(225,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-30 01:26:44'),(226,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-01-30 09:03:57'),(227,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-30 09:50:39'),(228,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-30 14:59:03'),(229,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-30 21:24:18'),(230,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-31 02:32:21'),(231,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-01-31 08:09:06'),(232,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-01 07:11:18'),(233,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-01 15:49:04'),(234,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-01 20:58:13'),(235,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-02 02:28:04'),(236,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-02 07:35:47'),(237,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-02 12:46:57'),(238,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-02 19:54:56'),(239,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 01:44:12'),(240,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 02:39:57'),(241,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 06:55:56'),(242,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 12:07:13'),(243,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 13:20:12'),(244,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 17:11:00'),(245,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 17:15:31'),(246,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-03 17:48:22'),(247,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-04 14:36:49'),(248,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-04 20:40:06'),(249,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-05 01:46:09'),(250,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-05 06:56:29'),(251,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-05 10:24:13'),(252,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-05 12:39:15'),(253,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-05 17:49:16'),(254,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-06 00:01:17'),(255,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-06 05:10:51'),(256,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-02-06 09:07:07'),(257,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-06 10:32:47'),(258,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-06 16:07:22'),(259,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-06 21:33:08'),(260,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-07 02:52:29'),(261,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-07 08:13:48'),(262,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-07 13:25:35'),(263,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-07 18:38:02'),(264,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-07 23:46:12'),(265,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-08 04:56:54'),(266,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-08 10:07:53'),(267,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-08 15:15:56'),(268,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 04:44:26'),(269,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 07:07:28'),(270,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 09:02:46'),(271,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 13:30:00'),(272,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 14:46:53'),(273,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 18:00:35'),(274,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-09 20:03:28'),(275,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 00:29:58'),(276,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 01:15:48'),(277,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 06:34:49'),(278,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 11:57:52'),(279,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 17:09:22'),(280,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-10 22:23:17'),(281,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-11 03:36:29'),(282,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-11 08:51:33'),(283,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-11 14:10:10'),(284,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-11 18:47:25'),(285,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-11 20:01:42'),(286,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-02-13 09:10:38'),(287,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-14 00:08:11'),(288,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-14 11:10:39'),(289,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-14 22:23:18'),(290,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-14 23:49:58'),(291,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-15 23:32:15'),(292,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-16 06:17:18'),(293,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-16 13:41:55'),(294,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-17 08:21:48'),(295,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-18 14:08:46'),(296,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-19 00:44:09'),(297,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-19 00:49:00'),(298,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-19 13:29:43'),(299,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-02-20 09:12:38'),(300,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-20 14:40:55'),(301,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-20 15:08:15'),(302,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-21 03:26:30'),(303,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-21 07:24:34'),(304,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-26 08:38:16'),(305,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-02-27 09:15:40'),(306,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-27 13:20:26'),(307,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-02-28 05:47:14'),(308,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-01 05:29:05'),(309,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-01 17:38:48'),(310,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-02 05:29:23'),(311,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-03 04:35:40'),(312,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-03 10:34:58'),(313,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-03-06 09:18:19'),(314,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-06 09:55:16'),(315,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-08 05:45:36'),(316,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-09 15:09:22'),(317,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-10 22:25:41'),(318,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-11 06:00:51'),(319,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-11 22:23:52'),(320,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-13 01:40:00'),(321,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-03-13 09:19:32'),(322,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-15 22:36:42'),(323,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-16 08:23:39'),(324,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-16 23:33:30'),(325,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-17 04:16:47'),(326,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-19 14:32:17'),(327,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-19 17:57:35'),(328,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-03-20 09:23:46'),(329,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-21 06:19:40'),(330,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-21 08:22:52'),(331,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-21 18:43:44'),(332,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-23 18:56:03'),(333,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-24 00:37:36'),(334,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-26 21:04:48'),(335,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-03-27 09:36:31'),(336,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-28 18:11:07'),(337,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-03-28 20:05:37'),(338,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":911}',0,'2023-03-29 14:46:49'),(339,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-04-01 16:15:17'),(340,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-01 18:10:30'),(341,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-01 18:10:30'),(342,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-01 23:11:54'),(343,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-04-01 23:55:13'),(344,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-02 01:42:56'),(345,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-02 01:42:57'),(346,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-04-03 11:01:45'),(347,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-03 19:55:00'),(348,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-04 02:05:34'),(349,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-04 13:48:36'),(350,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-05 14:08:21'),(351,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-05 17:51:21'),(352,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-06 06:34:37'),(353,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-04-07 13:06:25'),(354,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-07 17:49:46'),(355,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-07 17:49:47'),(356,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-10 00:17:12'),(357,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-04-11 07:58:38'),(358,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-12 04:47:53'),(359,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-13 04:50:27'),(360,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-16 04:59:08'),(361,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-18 04:54:00'),(362,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-18 05:41:15'),(363,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-04-18 07:20:31'),(364,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-04-18 08:10:22'),(365,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-19 14:47:22'),(366,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-19 20:30:33'),(367,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-20 02:49:57'),(368,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-04-20 11:53:49'),(369,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-21 00:52:46'),(370,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-21 00:52:47'),(371,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-21 03:32:27'),(372,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-21 03:32:28'),(373,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-04-23 12:28:27'),(374,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-04-23 12:28:28'),(375,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-23 21:08:46'),(376,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-24 11:55:08'),(377,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-04-25 08:21:17'),(378,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-04-25 21:00:58'),(379,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-05-02 08:31:53'),(380,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-05-09 08:41:56'),(381,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-10 04:42:05'),(382,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-10 17:21:43'),(383,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-11 01:51:00'),(384,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-11 04:07:05'),(385,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-14 02:22:48'),(386,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-14 10:15:39'),(387,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-05-16 09:02:16'),(388,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":963}',0,'2023-05-16 14:14:52'),(389,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":963}',0,'2023-05-20 02:18:04'),(390,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-22 22:49:15'),(391,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-22 22:49:28'),(392,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-22 22:49:46'),(393,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-22 22:49:46'),(394,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-22 23:07:43'),(395,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-22 23:09:03'),(396,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-22 23:09:04'),(397,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-23 07:56:01'),(398,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-23 07:57:07'),(399,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-23 07:57:08'),(400,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-05-23 09:03:35'),(401,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-23 20:09:55'),(402,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-24 00:40:43'),(403,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-24 00:40:44'),(404,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-24 00:44:19'),(405,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-24 00:44:20'),(406,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-24 04:14:56'),(407,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-24 04:15:47'),(408,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-24 04:15:48'),(409,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-24 05:36:35'),(410,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-24 06:41:48'),(411,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-24 06:41:49'),(412,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-24 13:32:37'),(413,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-24 15:01:36'),(414,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-24 15:24:46'),(415,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-24 15:25:05'),(416,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-24 15:25:06'),(417,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-25 03:05:34'),(418,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-25 03:06:11'),(419,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-25 03:06:11'),(420,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-25 07:18:25'),(421,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-25 08:44:49'),(422,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":690}',0,'2023-05-25 16:02:26'),(423,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-25 16:03:31'),(424,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-25 16:03:32'),(425,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-25 18:58:16'),(426,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-26 01:59:33'),(427,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-26 01:59:34'),(428,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-26 07:26:26'),(429,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-26 07:26:26'),(430,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-26 15:40:42'),(431,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-26 20:29:29'),(432,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-05-27 17:36:09'),(433,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-05-27 17:36:09'),(434,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-29 10:13:43'),(435,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-29 16:51:49'),(436,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-05-30 09:05:34'),(437,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-05-30 22:07:32'),(438,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-01 23:51:40'),(439,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-01 23:51:41'),(440,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-02 07:46:11'),(441,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-02 07:46:12'),(442,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":688}',0,'2023-06-02 07:49:54'),(443,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-03 06:39:18'),(444,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-03 20:00:45'),(445,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-04 18:31:14'),(446,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-05 12:37:03'),(447,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-05 12:37:04'),(448,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-05 12:38:08'),(449,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-05 12:38:09'),(450,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-06-06 09:15:45'),(451,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-07 07:40:37'),(452,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-07 07:40:37'),(453,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-07 18:01:22'),(454,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-09 20:01:11'),(455,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-12 10:05:30'),(456,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-12 10:05:30'),(457,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-12 10:10:54'),(458,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-12 10:10:54'),(459,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-12 15:43:45'),(460,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-12 15:43:46'),(461,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-06-13 09:16:18'),(462,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-13 17:30:40'),(463,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-14 02:11:34'),(464,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-14 04:31:15'),(465,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-15 07:10:57'),(466,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-15 13:40:35'),(467,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-16 08:39:36'),(468,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-17 05:59:13'),(469,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-17 09:13:09'),(470,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-19 16:23:15'),(471,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-06-20 09:23:39'),(472,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-20 17:44:59'),(473,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-21 13:22:56'),(474,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-21 14:52:40'),(475,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-23 01:04:54'),(476,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-23 04:19:22'),(477,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-24 15:50:19'),(478,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-06-26 02:28:37'),(479,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-06-26 02:28:38'),(480,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-27 02:45:10'),(481,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-06-27 09:49:22'),(482,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-27 14:36:16'),(483,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-27 15:45:25'),(484,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-06-30 03:33:22'),(485,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-06-30 03:44:22'),(486,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":688}',0,'2023-06-30 18:06:36'),(487,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2172}',0,'2023-07-01 11:25:32'),(488,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2239}',0,'2023-07-01 11:25:33'),(489,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-01 22:53:30'),(490,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-03 07:53:34'),(491,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-03 19:04:27'),(492,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-04 03:21:58'),(493,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-07-04 09:53:00'),(494,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-05 16:47:22'),(495,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-07 11:22:01'),(496,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-08 14:38:44'),(497,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-09 10:51:31'),(498,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-09 10:59:44'),(499,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-07-11 10:07:17'),(500,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-11 12:16:36'),(501,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2025}',0,'2023-07-12 04:42:50'),(502,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-12 08:25:13'),(503,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-12 11:21:04'),(504,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-14 02:07:05'),(505,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-16 05:56:54'),(506,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-17 11:57:29'),(507,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-07-18 10:16:11'),(508,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-20 22:34:33'),(509,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-22 12:12:29'),(510,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-22 13:57:16'),(511,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-23 16:36:47'),(512,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-24 15:07:18'),(513,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-07-25 10:37:32'),(514,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-25 12:47:30'),(515,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-26 04:41:45'),(516,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-26 15:39:15'),(517,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-26 17:19:10'),(518,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":277}',0,'2023-07-27 07:01:07'),(519,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-07-28 20:19:07'),(520,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-07-28 20:55:58'),(521,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-07-29 15:23:34'),(522,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-07-30 13:08:51'),(523,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-01 04:58:18'),(524,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-08-01 10:42:07'),(525,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-03 20:38:54'),(526,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-05 12:12:12'),(527,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-05 15:55:38'),(528,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-05 15:58:17'),(529,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-05 16:06:37'),(530,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-06 21:34:22'),(531,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-08-08 10:51:18'),(532,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":963}',0,'2023-08-09 02:21:07'),(533,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-11 22:43:55'),(534,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-12 09:22:53'),(535,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-12 09:23:00'),(536,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-14 13:04:16'),(537,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-14 17:21:05'),(538,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-15 04:11:35'),(539,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-08-15 10:51:48'),(540,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-16 07:44:53'),(541,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-18 15:07:50'),(542,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-19 17:33:28'),(543,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-20 18:10:16'),(544,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-21 03:17:13'),(545,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-08-22 10:56:57'),(546,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-22 16:13:19'),(547,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-23 19:12:11'),(548,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-24 12:25:25'),(549,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-24 18:02:53'),(550,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-29 07:09:55'),(551,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2194}',0,'2023-08-29 08:02:57'),(552,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2261}',0,'2023-08-29 08:02:58'),(553,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":704}',0,'2023-08-29 08:05:38'),(554,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2194}',0,'2023-08-29 08:20:10'),(555,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2261}',0,'2023-08-29 08:20:11'),(556,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":704}',0,'2023-08-29 08:22:25'),(557,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-08-29 11:10:30'),(558,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2023-08-29 14:36:34'),(559,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-29 23:26:13'),(560,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":704}',0,'2023-08-30 00:57:08'),(561,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-30 14:01:35'),(562,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-30 19:46:54'),(563,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-08-31 22:59:50'),(564,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-01 07:22:42'),(565,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-03 03:30:24'),(566,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-04 01:48:14'),(567,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-04 05:01:14'),(568,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-09-05 11:20:13'),(569,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-05 14:43:15'),(570,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-06 07:20:59'),(571,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-11 14:03:56'),(572,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-11 16:00:56'),(573,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-09-12 11:20:52'),(574,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-12 13:05:26'),(575,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-13 02:05:13'),(576,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-14 02:45:33'),(577,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-14 06:42:38'),(578,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-16 15:39:13'),(579,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-17 22:56:11'),(580,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-17 22:56:18'),(581,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-17 22:56:24'),(582,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-17 22:56:46'),(583,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-09-19 11:27:22'),(584,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-23 14:49:07'),(585,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-24 04:21:51'),(586,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-26 08:35:09'),(587,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-09-26 08:35:27'),(588,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-09-26 11:46:21'),(589,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-01 02:13:18'),(590,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-01 02:13:25'),(591,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-10-03 12:38:50'),(592,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-07 13:13:13'),(593,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-09 17:46:20'),(594,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-10-10 12:43:58'),(595,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2023-10-13 02:16:31'),(596,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-16 14:09:24'),(597,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-10-17 12:51:17'),(598,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-18 11:33:52'),(599,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-19 21:18:30'),(600,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-19 21:18:54'),(601,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-22 13:34:44'),(602,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-22 16:04:46'),(603,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-22 18:10:55'),(604,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-10-24 12:57:46'),(605,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-28 06:29:53'),(606,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-29 11:33:05'),(607,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-30 03:06:27'),(608,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-31 00:45:21'),(609,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-31 03:23:24'),(610,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-10-31 13:08:51'),(611,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-10-31 14:50:48'),(612,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-11-07 13:11:43'),(613,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2023-11-07 14:24:01'),(614,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2023-11-09 02:29:45'),(615,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-11-14 13:17:23'),(616,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2023-11-14 14:34:31'),(617,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-19 02:06:16'),(618,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-20 12:06:51'),(619,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-11-21 13:28:06'),(620,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-25 06:02:03'),(621,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-25 11:20:49'),(622,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-28 00:49:53'),(623,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-28 08:01:54'),(624,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-11-28 13:54:10'),(625,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-11-30 19:35:58'),(626,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-02 01:11:02'),(627,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-05 12:54:24'),(628,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-12-05 13:58:48'),(629,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2023-12-06 12:57:21'),(630,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-10 01:06:20'),(631,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-11 09:59:53'),(632,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-12 10:20:17'),(633,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-12-12 14:09:34'),(634,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-13 03:09:12'),(635,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-13 17:02:46'),(636,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-15 06:14:36'),(637,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-15 17:36:07'),(638,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2023-12-15 23:41:42'),(639,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-17 01:32:31'),(640,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-18 22:20:51'),(641,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-12-19 14:39:06'),(642,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-19 16:57:21'),(643,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2023-12-20 15:30:05'),(644,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-25 22:02:18'),(645,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2023-12-26 14:39:56'),(646,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-27 13:08:29'),(647,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-27 16:39:46'),(648,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-30 04:24:33'),(649,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2194}',0,'2023-12-30 05:38:35'),(650,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2261}',0,'2023-12-30 05:38:36'),(651,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2023-12-31 15:56:07'),(652,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-01-02 14:51:04'),(653,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-03 19:17:44'),(654,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-01-04 23:00:38'),(655,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-01-04 23:00:39'),(656,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-08 11:48:54'),(657,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-01-09 14:58:16'),(658,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-11 02:20:53'),(659,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-13 06:35:32'),(660,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-15 20:51:04'),(661,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-01-31 03:58:18'),(662,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-01-31 03:58:48'),(663,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-01-31 08:34:16'),(664,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-01-31 14:34:23'),(665,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-31 16:10:30'),(666,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-01-31 20:24:01'),(667,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-01-31 23:21:07'),(668,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-01 01:51:01'),(669,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-01 02:07:40'),(670,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-01 07:52:59'),(671,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-01 11:10:27'),(672,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-01 17:00:47'),(673,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-01 22:49:46'),(674,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-02 04:33:24'),(675,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-02 08:02:36'),(676,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-02 12:10:45'),(677,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-02 18:20:39'),(678,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-03 08:04:41'),(679,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-03 15:58:13'),(680,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-03 21:49:09'),(681,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-04 03:20:07'),(682,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-04 09:43:53'),(683,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-04 11:09:58'),(684,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-04 19:02:00'),(685,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-05 02:51:15'),(686,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-05 13:16:33'),(687,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-05 16:41:17'),(688,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-05 20:19:54'),(689,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-06 06:31:44'),(690,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-06 20:21:05'),(691,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-02-07 04:04:56'),(692,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-07 08:37:48'),(693,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-07 10:10:32'),(694,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-08 00:01:48'),(695,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-08 13:51:17'),(696,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-09 03:39:26'),(697,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-09 17:23:11'),(698,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-10 06:06:21'),(699,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-10 07:08:39'),(700,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-10 10:08:14'),(701,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-10 10:08:44'),(702,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-10 16:27:34'),(703,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-10 20:51:31'),(704,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-11 10:34:35'),(705,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-12 00:20:13'),(706,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-12 14:26:47'),(707,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-13 04:26:59'),(708,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-13 18:18:15'),(709,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-02-14 04:17:24'),(710,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-14 08:08:33'),(711,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-14 09:22:14'),(712,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-14 12:06:56'),(713,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-14 21:54:21'),(714,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-15 11:33:28'),(715,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-15 19:54:22'),(716,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-16 00:05:26'),(717,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-16 18:08:12'),(718,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-17 20:48:28'),(719,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-18 15:59:30'),(720,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-02-18 23:25:08'),(721,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-19 00:29:00'),(722,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-20 19:00:25'),(723,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-02-21 04:35:59'),(724,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-21 15:11:41'),(725,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-22 17:04:42'),(726,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-22 17:11:06'),(727,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-23 01:13:43'),(728,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-26 14:07:09'),(729,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-02-27 08:11:11'),(730,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-02-28 04:38:55'),(731,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-01 14:07:33'),(732,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-01 19:04:37'),(733,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-03 16:14:30'),(734,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-04 21:59:52'),(735,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-05 20:03:06'),(736,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-03-06 04:56:13'),(737,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-06 23:24:53'),(738,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-08 08:39:00'),(739,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-09 20:28:59'),(740,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-03-13 05:00:52'),(741,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-13 18:06:19'),(742,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-14 18:42:48'),(743,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-14 19:09:11'),(744,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-17 01:39:34'),(745,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-18 14:36:21'),(746,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-18 23:39:19'),(747,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-19 02:49:49'),(748,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-19 19:53:02'),(749,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-03-20 05:05:42'),(750,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-20 10:33:42'),(751,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-03-20 12:39:46'),(752,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-20 18:24:05'),(753,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-20 18:41:47'),(754,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-20 21:43:00'),(755,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-22 17:46:15'),(756,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-03-22 18:41:30'),(757,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-03-23 06:20:34'),(758,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-23 06:41:45'),(759,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-03-23 14:57:32'),(760,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-24 06:56:33'),(761,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-24 09:37:29'),(762,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-03-24 21:30:56'),(763,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-25 01:42:06'),(764,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-25 15:42:47'),(765,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-26 17:13:40'),(766,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-26 18:17:17'),(767,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-03-27 05:06:04'),(768,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-27 08:13:57'),(769,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-28 01:40:53'),(770,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-29 11:54:31'),(771,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-29 19:41:45'),(772,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-30 21:24:06'),(773,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-03-31 15:37:21'),(774,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-04-02 14:18:38'),(775,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-04-03 05:06:40'),(776,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-05 11:55:14'),(777,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-04-09 17:45:46'),(778,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-04-10 05:20:46'),(779,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-14 08:56:29'),(780,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-04-17 05:39:13'),(781,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-18 17:28:51'),(782,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-23 03:50:49'),(783,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-23 21:35:16'),(784,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-04-24 07:10:56'),(785,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-25 15:03:56'),(786,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-26 07:23:22'),(787,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-04-29 02:58:50'),(788,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-05-01 07:21:19'),(789,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-03 11:31:43'),(790,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-04 18:12:38'),(791,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-05-07 14:35:28'),(792,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-05-08 07:39:41'),(793,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-09 07:42:50'),(794,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-12 00:24:31'),(795,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-05-15 08:04:24'),(796,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-05-22 08:08:15'),(797,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-23 10:40:16'),(798,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-27 17:02:14'),(799,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-05-29 08:50:09'),(800,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-30 01:58:18'),(801,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-30 01:58:26'),(802,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-05-30 03:41:56'),(803,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-02 19:19:18'),(804,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-03 02:13:26'),(805,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-03 02:14:01'),(806,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-06-05 08:51:19'),(807,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-06-05 14:16:18'),(808,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-11 15:35:35'),(809,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-06-12 08:58:25'),(810,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-17 05:53:30'),(811,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-06-19 09:07:22'),(812,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-19 20:20:14'),(813,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-23 19:56:32'),(814,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-24 05:15:04'),(815,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-06-24 14:46:51'),(816,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-25 10:15:39'),(817,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-26 03:03:29'),(818,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-06-26 09:27:34'),(819,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-26 10:37:36'),(820,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-26 23:24:12'),(821,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-27 14:53:52'),(822,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-28 06:35:48'),(823,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-28 20:15:47'),(824,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-06-29 00:37:29'),(825,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-02 03:42:41'),(826,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-07-03 09:28:38'),(827,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-05 09:27:45'),(828,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-05 14:26:31'),(829,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-05 21:57:40'),(830,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-07-08 07:36:02'),(831,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041}',0,'2024-07-09 10:58:47'),(832,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-09 18:09:40'),(833,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-07-10 09:41:55'),(834,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-13 05:04:06'),(835,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-16 14:28:21'),(836,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":976}',0,'2024-07-16 14:28:52'),(837,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-07-17 10:23:02'),(838,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-18 02:24:42'),(839,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-19 10:21:17'),(840,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2024-07-23 14:15:54'),(841,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-24 00:25:57'),(842,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-07-24 10:24:16'),(843,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-26 18:46:26'),(844,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-28 21:16:04'),(845,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-29 20:09:41'),(846,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-30 02:59:43'),(847,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-07-30 16:31:31'),(848,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-07-31 10:25:36'),(849,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-08-01 14:57:41'),(850,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-08-03 11:01:55'),(851,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-08-03 22:17:33'),(852,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-08-07 10:26:03'),(853,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-08-10 21:02:55'),(854,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-08-14 10:32:03'),(855,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-08-21 10:42:42'),(856,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":325}',0,'2024-08-22 15:13:01'),(857,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-08-26 18:28:22'),(858,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-08-28 10:59:56'),(859,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-08-30 11:21:36'),(860,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-08-31 20:45:08'),(861,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-01 17:45:28'),(862,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/user.php\",\"line\":2700}',0,'2024-09-03 02:58:49'),(863,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-03 23:41:42'),(864,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-04 02:12:04'),(865,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-04 02:12:34'),(866,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-09-04 11:06:53'),(867,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-06 08:31:34'),(868,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-07 01:47:05'),(869,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-08 15:40:18'),(870,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-08 19:40:37'),(871,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-09 22:44:04'),(872,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2024-09-10 14:19:05'),(873,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-11 04:59:42'),(874,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-09-11 11:11:38'),(875,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-13 19:13:52'),(876,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-09-14 20:05:59'),(877,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-09-16 02:56:49'),(878,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-16 09:24:14'),(879,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-16 16:37:15'),(880,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-16 20:16:45'),(881,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-16 23:49:40'),(882,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-17 00:39:53'),(883,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-09-18 11:32:33'),(884,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-19 09:30:22'),(885,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-20 19:26:44'),(886,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-22 21:44:03'),(887,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-24 19:37:22'),(888,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-09-25 11:36:56'),(889,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-25 16:44:28'),(890,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-26 15:44:34'),(891,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-27 19:41:31'),(892,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-27 21:29:56'),(893,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-09-30 18:01:44'),(894,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-10-02 11:44:44'),(895,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-02 22:15:18'),(896,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-03 03:59:27'),(897,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-05 13:03:57'),(898,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-08 08:41:29'),(899,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-10-09 11:46:50'),(900,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-12 02:41:41'),(901,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-12 03:31:29'),(902,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-12 03:31:38'),(903,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-12 03:32:07'),(904,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-12 08:46:37'),(905,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-12 08:46:57'),(906,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-12 08:47:28'),(907,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-12 08:47:49'),(908,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-12 20:14:25'),(909,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-14 02:35:21'),(910,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-14 05:48:49'),(911,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-14 06:08:21'),(912,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-10-16 12:11:32'),(913,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-16 12:42:59'),(914,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-16 18:39:39'),(915,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-16 21:27:17'),(916,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-19 07:41:00'),(917,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-20 14:06:08'),(918,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-21 08:10:28'),(919,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-22 06:16:22'),(920,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-22 20:13:43'),(921,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-22 20:22:59'),(922,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-10-23 12:12:21'),(923,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-24 01:11:23'),(924,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 05:13:04'),(925,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 14:15:13'),(926,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 20:05:49'),(927,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 20:09:03'),(928,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 20:25:52'),(929,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-25 20:59:15'),(930,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-26 07:44:11'),(931,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-26 20:17:04'),(932,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-26 21:00:54'),(933,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-26 21:31:25');
INSERT INTO `wpf4_wpmailsmtp_debug_events` VALUES (934,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-27 14:21:54'),(935,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-28 01:41:12'),(936,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 02:13:37'),(937,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 02:46:49'),(938,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 06:14:56'),(939,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 07:44:49'),(940,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 09:29:30'),(941,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 09:30:17'),(942,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 11:27:36'),(943,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-28 11:58:55'),(944,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-29 19:36:44'),(945,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-29 23:49:34'),(946,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-30 01:00:01'),(947,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-10-30 04:07:21'),(948,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-10-30 12:59:01'),(949,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-10-31 10:52:10'),(950,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-01 03:55:44'),(951,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-05 17:30:30'),(952,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-11-06 13:06:37'),(953,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-09 22:19:14'),(954,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-11 16:40:33'),(955,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-12 04:41:53'),(956,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-12 13:24:30'),(957,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-12 21:41:01'),(958,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-12 22:27:52'),(959,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2024-11-13 02:23:24'),(960,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-11-13 13:10:16'),(961,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-15 18:23:38'),(962,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-17 05:25:42'),(963,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-19 03:23:10'),(964,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-19 05:41:09'),(965,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-20 03:14:40'),(966,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-11-20 13:38:56'),(967,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-21 07:30:35'),(968,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-21 07:47:47'),(969,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-21 13:11:25'),(970,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2024-11-21 14:18:43'),(971,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-24 01:22:01'),(972,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-25 23:41:27'),(973,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-11-27 13:55:20'),(974,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-11-28 23:37:45'),(975,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-01 14:17:49'),(976,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-03 21:06:17'),(977,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-03 21:26:58'),(978,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-04 07:05:40'),(979,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-12-04 14:03:56'),(980,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-06 03:41:53'),(981,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-12-06 11:30:28'),(982,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-11 01:26:12'),(983,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-11 11:15:39'),(984,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-12-11 14:19:03'),(985,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-12 04:46:59'),(986,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-13 05:07:30'),(987,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-17 00:52:51'),(988,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 00:58:00'),(989,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 00:58:47'),(990,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 02:58:01'),(991,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 02:58:13'),(992,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 02:58:26'),(993,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 02:59:10'),(994,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 03:01:37'),(995,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-18 03:01:55'),(996,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-12-18 14:20:56'),(997,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-20 07:38:34'),(998,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-22 00:07:20'),(999,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-23 05:14:23'),(1000,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-12-23 07:49:21'),(1001,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-12-23 08:43:40'),(1002,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-12-23 08:46:39'),(1003,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":741}',0,'2024-12-23 08:46:40'),(1004,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-23 16:41:58'),(1005,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-24 17:16:01'),(1006,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-12-25 14:35:19'),(1007,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-26 01:11:11'),(1008,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-28 17:49:56'),(1009,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-29 00:14:12'),(1010,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2024-12-31 12:00:45'),(1011,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-01-01 14:46:14'),(1012,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-04 19:19:17'),(1013,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-07 10:35:10'),(1014,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-01-08 14:53:24'),(1015,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-09 05:51:33'),(1016,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-09 08:19:37'),(1017,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-09 13:55:20'),(1018,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-10 07:49:11'),(1019,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-12 00:51:55'),(1020,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-12 21:54:06'),(1021,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-13 21:42:17'),(1022,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-14 17:50:57'),(1023,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-15 12:48:05'),(1024,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-01-15 16:40:46'),(1025,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-16 18:59:17'),(1026,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-17 16:51:30'),(1027,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-20 06:22:27'),(1028,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-20 10:15:26'),(1029,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-21 15:32:09'),(1030,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-01-25 07:56:38'),(1031,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-01-25 11:51:13'),(1032,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2227}',0,'2025-01-26 01:03:56'),(1033,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2302}',0,'2025-01-26 01:03:57'),(1034,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-02-01 08:01:47'),(1035,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2227}',0,'2025-02-04 20:38:39'),(1036,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2302}',0,'2025-02-04 20:38:40'),(1037,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-05 13:29:37'),(1038,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-07 07:43:00'),(1039,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-02-08 08:06:10'),(1040,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2025-02-11 14:27:48'),(1041,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-12 11:46:02'),(1042,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-12 16:27:35'),(1043,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-02-15 08:19:41'),(1044,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-15 09:24:28'),(1045,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-20 01:31:03'),(1046,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-20 10:14:54'),(1047,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-20 20:01:33'),(1048,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-02-22 08:25:32'),(1049,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-25 00:04:48'),(1050,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-25 11:23:08'),(1051,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-26 20:21:12'),(1052,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-27 14:02:02'),(1053,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-02-27 16:40:18'),(1054,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-03-01 08:47:06'),(1055,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-02 02:35:19'),(1056,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-02 22:08:57'),(1057,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-03 12:52:48'),(1058,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-05 07:23:54'),(1059,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-06 01:55:26'),(1060,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-06 17:57:05'),(1061,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-07 06:20:15'),(1062,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-03-08 09:24:52'),(1063,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-11 09:10:59'),(1064,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-11 09:43:07'),(1065,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-14 05:06:41'),(1066,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-03-15 09:52:36'),(1067,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-16 00:32:03'),(1068,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-18 13:38:30'),(1069,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-19 04:40:12'),(1070,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-19 11:08:52'),(1071,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-19 15:08:02'),(1072,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-21 00:42:11'),(1073,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-21 11:55:59'),(1074,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-21 21:38:19'),(1075,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-03-22 10:46:10'),(1076,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-25 18:09:41'),(1077,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-03-29 08:36:05'),(1078,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-03-29 11:02:59'),(1079,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-02 01:57:14'),(1080,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-02 22:34:46'),(1081,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-04-05 11:26:37'),(1082,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-07 00:48:44'),(1083,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-07 10:46:59'),(1084,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2227}',0,'2025-04-10 11:26:11'),(1085,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2302}',0,'2025-04-10 11:26:13'),(1086,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-10 21:31:21'),(1087,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-11 18:23:41'),(1088,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-04-12 11:35:03'),(1089,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-13 17:01:25'),(1090,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-14 09:03:27'),(1091,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1141}',0,'2025-04-15 15:19:02'),(1092,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-16 18:37:03'),(1093,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-04-19 11:44:22'),(1094,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-19 22:11:08'),(1095,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-20 14:45:23'),(1096,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-20 14:45:25'),(1097,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-21 12:26:57'),(1098,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-21 14:50:39'),(1099,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-22 16:40:12'),(1100,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-24 19:38:26'),(1101,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-24 21:11:04'),(1102,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-24 21:11:05'),(1103,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-25 07:23:24'),(1104,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-25 07:23:25'),(1105,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-26 02:19:44'),(1106,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-04-26 02:19:45'),(1107,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-04-26 11:53:59'),(1108,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-29 07:29:17'),(1109,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-04-30 08:02:32'),(1110,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\",\"line\":1149}',0,'2025-04-30 14:22:10'),(1111,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2242}',0,'2025-05-01 02:28:35'),(1112,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2317}',0,'2025-05-01 02:28:36'),(1113,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-02 22:28:22'),(1114,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-05-03 12:14:51'),(1115,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-04 18:31:37'),(1116,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-05-10 12:25:39'),(1117,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-17 01:04:03'),(1118,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-05-17 12:34:16'),(1119,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-19 13:47:31'),(1120,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-20 22:03:32'),(1121,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-22 13:55:01'),(1122,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-05-24 13:40:08'),(1123,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2242}',0,'2025-05-25 18:56:56'),(1124,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2317}',0,'2025-05-25 18:56:58'),(1125,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-28 08:29:19'),(1126,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-05-31 00:52:23'),(1127,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-05-31 14:26:32'),(1128,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-01 03:31:11'),(1129,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2069}',0,'2025-06-02 15:20:08'),(1130,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/class-wp-recovery-mode-email-service.php\",\"line\":230}',0,'2025-06-06 22:32:02'),(1131,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-06-07 14:45:06'),(1132,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-06-14 14:53:17'),(1133,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-15 12:18:06'),(1134,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-21 04:07:07'),(1135,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-06-21 15:19:28'),(1136,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-22 00:41:36'),(1137,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2242}',0,'2025-06-22 04:35:59'),(1138,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2317}',0,'2025-06-22 04:36:01'),(1139,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2242}',0,'2025-06-24 06:22:08'),(1140,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2317}',0,'2025-06-24 06:22:09'),(1141,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-24 14:31:50'),(1142,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-25 13:34:16'),(1143,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-25 19:53:44'),(1144,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-26 04:59:59'),(1145,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/class-wp-recovery-mode-email-service.php\",\"line\":230}',0,'2025-06-27 03:49:57'),(1146,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-28 06:00:04'),(1147,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-28 14:26:46'),(1148,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2025-06-28 16:36:07'),(1149,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-06-30 23:48:47'),(1150,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-07-01 21:34:35'),(1151,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2242}',0,'2025-07-02 05:14:20'),(1152,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2317}',0,'2025-07-02 05:14:22'),(1153,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"gmail.googleapis.com\",\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-content\\/plugins\\/elementor-pro\\/modules\\/forms\\/actions\\/email.php\",\"line\":335}',0,'2025-07-02 07:57:04'),(1154,'Mailer: Google / Gmail\r\n{\n \"error\": {\n \"code\": 401,\n \"message\": \"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.\",\n \"errors\": [\n {\n \"message\": \"Login Required.\",\n \"domain\": \"global\",\n \"reason\": \"required\",\n \"location\": \"Authorization\",\n \"locationType\": \"header\"\n }\n ],\n \"status\": \"UNAUTHENTICATED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"CREDENTIALS_MISSING\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"caribou.api.proto.MailboxService.SendMessage\",\n \"service\": \"gmail.googleapis.com\"\n }\n }\n ]\n }\n}','{\"file\":\"\\/home\\/hoteldhruvpalace.com\\/public_html\\/wp-includes\\/class-wp-recovery-mode-email-service.php\",\"line\":230}',0,'2025-07-03 01:04:36');
/*!40000 ALTER TABLE `wpf4_wpmailsmtp_debug_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wpmailsmtp_tasks_meta`
--
DROP TABLE IF EXISTS `wpf4_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wpmailsmtp_tasks_meta` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wpmailsmtp_tasks_meta`
--
LOCK TABLES `wpf4_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wpf4_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wpf4_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_summary_report_email','W10=','2022-09-24 11:56:37'),(4,'wp_mail_smtp_admin_notifications_update','W10=','2025-05-16 12:59:58');
/*!40000 ALTER TABLE `wpf4_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_wpo_404_detector`
--
DROP TABLE IF EXISTS `wpf4_wpo_404_detector`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_wpo_404_detector` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`request_timestamp` bigint(20) unsigned NOT NULL,
`request_count` bigint(20) unsigned NOT NULL,
`referrer` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE KEY `url` (`url`(75),`request_timestamp`,`referrer`(75)),
KEY `url_timestamp_referrer` (`url`(75),`request_timestamp`,`referrer`(75)),
KEY `timestamp_count` (`request_timestamp`,`request_count`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_wpo_404_detector`
--
LOCK TABLES `wpf4_wpo_404_detector` WRITE;
/*!40000 ALTER TABLE `wpf4_wpo_404_detector` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_wpo_404_detector` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_yoast_indexable`
--
DROP TABLE IF EXISTS `wpf4_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_yoast_indexable` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`object_id` bigint(20) DEFAULT NULL,
`object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`author_id` bigint(20) DEFAULT NULL,
`post_parent` bigint(20) DEFAULT NULL,
`title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`description` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT 0,
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int(11) unsigned DEFAULT NULL,
`canonical` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`primary_focus_keyword_score` int(3) DEFAULT NULL,
`readability_score` int(3) DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT 0,
`is_robots_noindex` tinyint(1) DEFAULT 0,
`is_robots_nofollow` tinyint(1) DEFAULT 0,
`is_robots_noarchive` tinyint(1) DEFAULT 0,
`is_robots_noimageindex` tinyint(1) DEFAULT 0,
`is_robots_nosnippet` tinyint(1) DEFAULT 0,
`twitter_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`twitter_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`twitter_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`twitter_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`link_count` int(11) DEFAULT NULL,
`incoming_link_count` int(11) DEFAULT NULL,
`prominent_words_version` int(11) unsigned DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
`language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT 0,
`estimated_reading_time_minutes` int(11) DEFAULT NULL,
`version` int(11) DEFAULT 1,
`object_last_modified` datetime DEFAULT NULL,
`object_published_at` datetime DEFAULT NULL,
`inclusive_language_score` int(3) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_yoast_indexable`
--
LOCK TABLES `wpf4_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wpf4_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wpf4_yoast_indexable` VALUES (1,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 13:15:38','2025-05-16 07:45:38',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(2,'https://hoteldhruvpalace.com/','29:e9afd3eb27464e8f148f2718e73ceb77',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Best Hotel in Trimbakeshwar Nashik','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,4,NULL,'2025-05-16 13:15:38','2025-07-03 02:26:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-07-03 07:55:58',NULL,NULL),(3,'https://hoteldhruvpalace.com/','29:e9afd3eb27464e8f148f2718e73ceb77',2269,'post','page',2,0,'Best Hotel in Trimbakeshwar – Hotel Dhruv Palace','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.','Home 1','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'Best Hotel in Trimbakeshwar – Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.','4388','set-by-user','Best Hotel in Trimbakeshwar – Hotel Dhruv Palace','Stay at Hotel Dhruv Palace – your ideal hotel in Trimbakeshwar offering comfort, convenience, and spiritual serenity near the famous temple.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png','4388','set-by-user','{\"width\":2048,\"height\":1256,\"filesize\":179007,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662.png\",\"size\":\"full\",\"id\":\"4388\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":2572288,\"type\":\"image/png\"}',2,1,NULL,'2025-05-16 13:18:52','2025-07-01 06:04:03',1,NULL,NULL,NULL,NULL,0,16,2,'2025-07-01 11:33:57','2022-04-11 10:53:26',0),(4,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:01:10',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(5,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:01:10',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(6,'https://hoteldhruvpalace.com/?elementskit_template=header','57:363e135c24a058804956ba8f7f57e3c1',218,'post','elementskit_template',1,0,NULL,NULL,'Header','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png',NULL,NULL,'first-content-image',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png',NULL,'first-content-image',NULL,28,NULL,NULL,'2025-05-16 14:31:10','2025-06-07 13:21:19',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-07 18:51:16','2022-03-03 08:36:03',0),(7,'https://hoteldhruvpalace.com/?elementskit_template=footer','57:c8daf9ba063f004c8703006f607bcf6d',224,'post','elementskit_template',1,0,NULL,NULL,'Footer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png',NULL,'4357','first-content-image',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','first-content-image',NULL,4,NULL,NULL,'2025-05-16 14:31:10','2025-06-12 05:46:26',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-12 11:16:24','2022-03-03 10:33:42',0),(8,'https://hoteldhruvpalace.com/inventory/super-deluxe/','52:662af6d1bdc3c0b793d8d2b0689ff793',1052,'post','inventory',1,0,NULL,NULL,'SUPER DELUXE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:01:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:05:51','2022-03-07 07:58:19',0),(9,'https://hoteldhruvpalace.com/inventory/ac-deluxe/','49:fbabea59ec3f00cd1115953f0e00b4e1',1060,'post','inventory',1,0,NULL,NULL,'AC Deluxe','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:00:25','2022-03-07 11:00:42',0),(10,'https://hoteldhruvpalace.com/inventory/non-ac-deluxe/','53:48e18b69bbc427fc64764a3ae5931ce0',1067,'post','inventory',1,0,NULL,NULL,'NON-AC DELUXE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:19','2022-03-07 12:12:34',0),(11,'https://hoteldhruvpalace.com/inventory/family-4-bed/','52:68d9854a34d0aa7861b404ac25772a21',1069,'post','inventory',1,0,NULL,NULL,'FAMILY 4 BED','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:11','2022-03-07 12:13:46',0),(12,'https://hoteldhruvpalace.com/inventory/family-6-bed/','52:7fd6b58a62a742b7ef82f1244edb9215',1070,'post','inventory',1,0,NULL,NULL,'FAMILY 6 BED','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:59:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:14','2022-03-07 12:14:54',0),(13,'https://hoteldhruvpalace.com/inventory/family-10-bed/','53:cd170c91a010039a253d32a982ebfc23',1072,'post','inventory',1,0,NULL,NULL,'FAMILY 10 BED','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:59:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:06','2022-03-07 12:17:09',0),(14,'https://hoteldhruvpalace.com/inventory/triple-sharing-ac-bed/','61:f298e94d361b10687ef016fdbee2bfdf',1073,'post','inventory',1,0,NULL,NULL,'TRIPLE SHARING AC BED','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 09:59:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:28','2022-03-07 12:18:23',0),(15,'https://hoteldhruvpalace.com/inventory/triple-sharing-non-ac-bed/','65:72cc5a9728dfa50613d217da0489539c',1074,'post','inventory',1,0,NULL,NULL,'TRIPLE SHARING NON-AC BED','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 11:01:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:34','2022-03-07 12:19:14',0),(16,'https://hoteldhruvpalace.com/inventory/suite/','45:ed49881c692e39c23ec05a6439b0b7db',1077,'post','inventory',1,0,NULL,NULL,'SUITE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 11:01:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-08 10:07:21','2022-03-07 12:20:20',0),(17,'https://hoteldhruvpalace.com/inventory/test/','44:30268d61646dbf8e01d6d95135d45571',3534,'post','inventory',2,0,NULL,NULL,'Test','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 11:01:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-09-30 11:27:01','2022-09-30 11:27:01',0),(18,'https://hoteldhruvpalace.com/metform-form/new-form-1646309429/','62:83cf1033a174f331ce438352959935db',330,'post','metform-form',1,0,NULL,NULL,'New Form # 1646309429','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:10','2025-05-16 12:23:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 12:13:56','2022-03-03 12:10:57',0),(19,'https://hoteldhruvpalace.com/metform-form/new-form-1646996019/','62:bc755f70ff67162c675c1e8ce0c58922',1688,'post','metform-form',1,0,NULL,NULL,'New Form # 1646996019','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 12:23:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-11 10:58:25','2022-03-11 10:53:39',0),(20,'https://hoteldhruvpalace.com/metform-form/new-form-1646996367/','62:e38714ce69d10eb0fbfa36e936f60fc7',1692,'post','metform-form',1,0,NULL,NULL,'Contact Form','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 12:23:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-12 10:23:15','2022-03-11 10:59:27',0),(21,'https://hoteldhruvpalace.com/shop/','34:0d36b9bbad6426fd28a4c00b47ba4571',NULL,'post-type-archive','product',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Products',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 14:31:11','2025-07-03 02:26:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-07-03 07:55:58','2022-03-07 08:23:33',NULL),(22,'https://hoteldhruvpalace.com/inventory/','39:93110683c4141c362fee7a3db6ea628b',NULL,'post-type-archive','inventory',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Inventories',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:01:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:05:51','2022-03-07 07:58:19',NULL),(23,'https://hoteldhruvpalace.com/tf_header_footer/','46:2a28c761fee654cf1c75198f3ebb0aed',NULL,'post-type-archive','tf_header_footer',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','TF Header - Footer Template',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:01:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(24,'https://hoteldhruvpalace.com/category/uncategorized/','52:ca1e8b21a8aaa8d3ed502ada0cb4f295',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:01:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(25,'https://hoteldhruvpalace.com/product-category/uncategorized/','60:4c7bc8addaaf833158c54147cbdf2fb8',19,'term','product_cat',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(26,'https://hoteldhruvpalace.com/person/1/','38:840d45c8f31765d56207c76a1728e346',28,'term','person',NULL,NULL,NULL,NULL,'1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:01:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:05:51','2022-03-07 07:58:19',NULL),(27,'https://hoteldhruvpalace.com/person/2/','38:e497a4a4949f7dbe765bb090dfe8ee38',29,'term','person',NULL,NULL,NULL,NULL,'2',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:01:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:05:51','2022-03-07 07:58:19',NULL),(28,'https://hoteldhruvpalace.com/product-category/rooms/','52:cf06e544af04ec7684a86d10ee523357',30,'term','product_cat',NULL,NULL,'Browse All Room Options at Hotel Dhruv Palace','Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple','Rooms',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,NULL,NULL,NULL,NULL,'Browse All Room Options at Hotel Dhruv PalaceBrowse All Room Options at Hotel Dhruv Palace',NULL,'Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple',NULL,NULL,'Browse All Room Options at Hotel Dhruv Palace','Browse the variety of room options at Hotel Dhruv Palace, offering comfort and modern amenities for a relaxing stay near Trimbakeshwar Temple',NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-07-03 02:26:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-07-03 07:55:58','2022-03-07 08:23:33',NULL),(29,'https://hoteldhruvpalace.com/person/3/','38:4a648a302ec89babcb63fb29a8bf6e6c',31,'term','person',NULL,NULL,NULL,NULL,'3',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:31:11','2025-05-16 09:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-12-16 13:05:51','2022-03-07 07:58:19',NULL),(30,'https://hoteldhruvpalace.com/accomodation/','42:f8172cfdfd05179813ea30d936418192',270,'post','page',1,0,'Shop Room Packages at Hotel Dhruv Palace Online','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple','Room Grid','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,'Shop Room Packages at Hotel Dhruv Palace Online','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple',NULL,'first-content-image','Shop Room Packages at Hotel Dhruv Palace Online','Explore the shop at Hotel Dhruv Palace for authentic souvenirs and local products, perfect mementos to remember your visit to Trimbakeshwar Temple','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp',NULL,'first-content-image',NULL,0,3,NULL,'2025-05-16 14:31:13','2025-06-16 06:09:41',1,NULL,NULL,NULL,NULL,0,4,2,'2025-06-16 11:39:37','2022-03-03 10:55:11',0),(31,'https://hoteldhruvpalace.com/about-us/','38:8ff602005e32368adef0011fe51fc487',223,'post','page',1,0,'About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.','About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1.jpg','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.',NULL,'first-content-image','About Hotel Dhruv Palace – Stay Near Trimbakeshwar Temple','Discover the story of Hotel Dhruv Palace, offering warm hospitality, comfortable stays, and pure vegetarian dining near Trimbakeshwar Temple for all travelers.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1.jpg',NULL,'first-content-image',NULL,3,4,NULL,'2025-05-16 14:31:14','2025-06-15 23:46:00',1,NULL,NULL,NULL,NULL,0,9,2,'2025-06-16 05:15:57','2022-03-03 10:33:41',0),(32,'https://hoteldhruvpalace.com/near-by-places/','44:ebce4c8aa760b5bb4bc23377ccc41e10',1145,'post','page',1,0,'Explore Nearby Attractions from Hotel Dhruv Palace','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable','Near By Places','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,'Explore Nearby Attractions from Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable',NULL,'first-content-image','Explore Nearby Attractions from Hotel Dhruv Palace','Explore popular nearby attractions around Hotel Dhruv Palace, including Trimbakeshwar Temple and local landmarks, making your stay both convenient and memorable','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg',NULL,'first-content-image',NULL,0,3,NULL,'2025-05-16 14:31:14','2025-06-16 04:09:34',1,NULL,NULL,NULL,NULL,0,13,2,'2025-06-16 09:39:31','2022-03-08 10:00:39',0),(33,'https://hoteldhruvpalace.com/restaurant/','40:a0476a1f9fd8179971db8b38dacd7b9a',2675,'post','page',2,0,'Best Restaurant in Nashik – Hotel Dhruv Palace','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.','Restaurant','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Best Restaurant in Nashik – Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.','553','set-by-user','Best Restaurant in Nashik – Hotel Dhruv Palace','Enjoy authentic vegetarian cuisine at the best restaurant in Nashik, located within Hotel Dhruv Palace – perfect for families and travelers alike.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg','553','set-by-user','{\"width\":740,\"height\":460,\"filesize\":349662,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/restaurant-1.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/restaurant-1.jpg\",\"size\":\"full\",\"id\":\"553\",\"alt\":\"Restaurant\",\"pixels\":340400,\"type\":\"image/jpeg\"}',6,12,NULL,'2025-05-16 14:31:14','2025-06-30 04:24:57',1,NULL,NULL,NULL,NULL,0,5,2,'2025-06-30 09:54:56','2022-04-26 04:34:39',0),(34,'https://hoteldhruvpalace.com/banquet-hall-in-nashik/','52:c4568bd429c0020963334139c8f28619',2829,'post','page',2,0,'Banquet Hall in Nashik – Hotel Dhruv Palace','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.','Conference','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,'Banquet Hall in Nashik – Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.','1557','set-by-user','Banquet Hall in Nashik – Hotel Dhruv Palace','Host meetings, events, or celebrations in our spacious banquet hall in Nashik at Hotel Dhruv Palace – ideal for all occasions.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg','1557','set-by-user','{\"width\":1142,\"height\":580,\"filesize\":60795,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/gallery-conference-3-2.jpg\",\"size\":\"full\",\"id\":\"1557\",\"alt\":\"Conference Hall\",\"pixels\":662360,\"type\":\"image/jpeg\"}',5,7,NULL,'2025-05-16 14:31:15','2025-06-30 04:28:11',1,NULL,NULL,NULL,NULL,0,7,2,'2025-06-30 09:58:10','2022-05-12 10:02:19',0),(35,'https://hoteldhruvpalace.com/review/','36:c0dc312fda6ad09ad22afe40bc9dffd6',2677,'post','page',2,0,'Read Guest Reviews of Hotel Dhruv Palace Online','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.','Review','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,'Read Guest Reviews of Hotel Dhruv Palace Online','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.','4357','set-by-user','Read Guest Reviews of Hotel Dhruv Palace Online','Read genuine guest reviews of Hotel Dhruv Palace, sharing experiences about rooms, service, dining, and hospitality near Trimbakeshwar Temple.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,4,NULL,'2025-05-16 14:31:15','2025-06-27 21:04:00',1,NULL,NULL,NULL,NULL,0,3,2,'2025-06-28 02:33:49','2022-04-26 04:38:16',0),(36,'https://hoteldhruvpalace.com/our-gallery/','41:be10828cb572345bd6b76295e5e75b91',254,'post','page',1,0,'View Hotel Dhruv Palace Gallery & Room Images','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple','Our Gallery','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'View Hotel Dhruv Palace Gallery & Room Images','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple',NULL,'first-content-image','View Hotel Dhruv Palace Gallery & Room Images','Explore the photo gallery of Hotel Dhruv Palace showcasing cozy rooms, dining areas, event spaces, and the beautiful surroundings near Trimbakeshwar Temple','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg',NULL,'first-content-image',NULL,31,5,NULL,'2025-05-16 14:31:15','2025-06-16 04:10:23',1,NULL,NULL,NULL,NULL,0,2,2,'2025-06-16 09:40:18','2022-03-03 10:52:31',0),(37,'https://hoteldhruvpalace.com/contact-us/','40:06c931fdb2ffd754b7dc684c7cdd4720',244,'post','page',1,0,'Get in Touch with Hotel Dhruv Palace Today','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.','Contact Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Get in Touch with Hotel Dhruv Palace Today','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-mail.png','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.',NULL,'first-content-image','Get in Touch with Hotel Dhruv Palace Today','Get in touch with Hotel Dhruv Palace for bookings, inquiries, or assistance. Our team is ready to help you enjoy a memorable stay near Trimbakeshwar Temple.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-mail.png',NULL,'first-content-image',NULL,0,7,NULL,'2025-05-16 14:31:15','2025-06-16 04:04:48',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-16 09:34:47','2022-03-03 10:45:54',0),(38,'https://hoteldhruvpalace.com/customer-support/','46:382afce5424a178a3a825db0039c23bb',2909,'post','page',2,0,'Hotel Dhruv Palace Customer Help & Support Desk','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.','Customer support','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Customer Help & Support Desk','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.','4357','set-by-user','Hotel Dhruv Palace Customer Help & Support Desk','Need assistance with your booking or stay? Contact Hotel Dhruv Palace\'s customer support team for quick help with reservations, check-in, and services.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',3,3,NULL,'2025-05-16 14:31:16','2025-06-27 21:05:19',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-28 02:35:18','2022-05-22 07:51:40',0),(39,'https://hoteldhruvpalace.com/refund-returns/','44:3bc29b0365cfd5f589be0a9eda5b3176',1201,'post','page',1,0,'Hotel Dhruv Palace Refund & Return Policy Info','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests','Refund returns','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Refund & Return Policy Info','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests','4357','set-by-user','Hotel Dhruv Palace Refund & Return Policy Info','Learn about Hotel Dhruv Palace’s refund and cancellation policies, including timelines and terms, ensuring a clear and hassle free booking experience for guests','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,1,NULL,'2025-05-16 14:31:19','2025-06-27 21:07:32',1,NULL,NULL,NULL,NULL,0,2,2,'2025-06-28 02:37:31','2022-03-08 11:18:25',0),(40,'https://hoteldhruvpalace.com/term-conditions/','45:dd23dec8803106061c0cdbefe94e03e3',1214,'post','page',1,0,'Hotel Dhruv Palace Terms & Conditions Policy','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.','Term Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Terms & Conditions Policy','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.','4357','set-by-user','Hotel Dhruv Palace Terms & Conditions Policy','Review the terms and conditions of Hotel Dhruv Palace, covering bookings, cancellations, guest responsibilities, and policies for a smooth and pleasant stay.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,1,NULL,'2025-05-16 14:31:19','2025-06-27 21:05:53',1,NULL,NULL,NULL,NULL,0,2,2,'2025-06-28 02:35:52','2022-03-08 11:24:46',0),(41,'https://hoteldhruvpalace.com/pricing-policy/','44:d01fdd69f9a6887b695c6f611261fd8f',1202,'post','page',1,0,'Hotel Dhruv Palace Room Rates & Pricing Policy','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms','Pricing Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Room Rates & Pricing Policy','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms','4357','set-by-user','Hotel Dhruv Palace Room Rates & Pricing Policy','Pricing Policy – Hotel Dhruv Palace ensures best direct booking rates, 5% match‑and‑beat guarantee, seasonal & dynamic pricing, transparent taxes payment terms','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotel Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',1,1,NULL,'2025-05-16 14:31:19','2025-06-16 05:30:24',1,NULL,NULL,NULL,NULL,0,2,2,'2025-06-16 11:00:23','2022-03-08 11:18:58',0),(42,'https://hoteldhruvpalace.com/privacy-policy/','44:ac2c947f63a1bdccad03a37269fb24f6',3,'post','page',1,0,'Hotel Dhruv Palace Data Use & Privacy Policy','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us','Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Data Use & Privacy Policy','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us','4357','set-by-user','Hotel Dhruv Palace Data Use & Privacy Policy','Read Hotel Dhruv Palace’s privacy policy to understand how your personal information is collected, used, and protected during your stay with us','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,1,NULL,'2025-05-16 14:31:19','2025-06-27 21:01:47',1,NULL,NULL,NULL,NULL,0,3,2,'2025-06-28 02:31:47','2022-03-03 07:44:29',0),(43,'https://hoteldhruvpalace.com/product/ac-deluxe/','47:85c0ad6e8ca6eff3819d8aa3534babcf',1061,'post','product',1,0,'Book AC Deluxe Room at Hotel Dhruv Palace','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple','luxury AC hotel in trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Book AC Deluxe Room at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple','846','set-by-user','Book AC Deluxe Room at Hotel Dhruv Palace','Enjoy a comfortable stay in the AC Deluxe room at Hotel Dhruv Palace, featuring modern amenities a peaceful environment near Trimbakeshwar Temple','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg','846','set-by-user','{\"width\":740,\"height\":460,\"filesize\":280198,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ac-deluxe-1.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/ac-deluxe-1.jpg\",\"size\":\"full\",\"id\":\"846\",\"alt\":\"ac deluxe\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,5,NULL,'2025-05-16 14:41:00','2025-06-29 23:41:04',1,NULL,NULL,NULL,NULL,0,6,2,'2025-06-30 05:11:02','2022-03-07 11:02:27',0),(44,'https://hoteldhruvpalace.com/shop/','34:0d36b9bbad6426fd28a4c00b47ba4571',1047,'post','page',1,0,NULL,NULL,'Shop','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 14:41:00','2025-05-16 14:19:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-09 08:13:33','2022-03-07 07:48:45',0),(45,'https://hoteldhruvpalace.com/home/','34:2cbbc616746a35009e184b6e1c3cef9d',211,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.23-PM-pllk7v52fih9iohlvd3mgb7gka4f01t0pr3eloef94.jpeg',NULL,NULL,'first-content-image',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.23-PM-pllk7v52fih9iohlvd3mgb7gka4f01t0pr3eloef94.jpeg',NULL,'first-content-image',NULL,6,NULL,NULL,'2025-05-16 15:23:28','2025-05-16 12:58:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-12 09:23:23','2022-03-03 08:32:16',0),(46,'https://hoteldhruvpalace.com/our-services/','42:5a8b87fd4e6cc5bffc8955bda8fa9d82',271,'post','page',1,0,'Hotel Dhruv Palace Services for a Pleasant Stay','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.','Our Services','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Hotel Dhruv Palace Services for a Pleasant Stay','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.','4357','set-by-user','Hotel Dhruv Palace Services for a Pleasant Stay','Discover the wide range of services at Hotel Dhruv Palace, including comfortable stays, pure vegetarian dining, event halls, ATM, and 24/7 front desk support.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotel Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,NULL,NULL,'2025-05-16 15:23:28','2025-06-16 05:25:38',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-16 10:55:37','2022-03-03 10:55:49',0),(47,'https://hoteldhruvpalace.com/cart/','34:3516a83cab612347a25c65c352a104ae',1048,'post','page',1,0,NULL,NULL,'Cart','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:28','2025-05-16 14:19:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-09 07:05:36','2022-03-07 07:48:45',0),(48,'https://hoteldhruvpalace.com/checkout/','38:f72beb387f2c82e4d698cf1f76eeafb9',1049,'post','page',1,0,NULL,NULL,'Checkout','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:28','2025-05-16 14:46:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-09 07:32:03','2022-03-07 07:48:45',0),(49,'https://hoteldhruvpalace.com/my-account/','40:eff6a600cf53a50114b3583b6d4cff9c',1050,'post','page',1,0,NULL,NULL,'My account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:28','2025-05-16 14:46:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-07 07:48:45','2022-03-07 07:48:45',0),(50,'https://hoteldhruvpalace.com/home-page/','39:d96f4949107fff70b1c88cb31dfb3e2e',2210,'post','page',2,0,NULL,NULL,'Home Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png',NULL,'2246','first-content-image',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png','2246','first-content-image',NULL,5,NULL,NULL,'2025-05-16 15:23:28','2025-05-16 17:21:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-11 12:43:03','2022-04-11 04:48:06',0),(51,'https://hoteldhruvpalace.com/hotel-rooms/','41:f04c13b8bde94345ccb27c9019fa3b76',2810,'post','page',1,0,NULL,NULL,'Hotel Rooms','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 17:37:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(52,'https://hoteldhruvpalace.com/hotel-cart/','40:901c578a3e52b19bd917cc80ffe3be99',2811,'post','page',1,0,NULL,NULL,'Hotel Cart','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 17:37:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(53,'https://hoteldhruvpalace.com/hotel-checkout/','44:64a40ba9d8e3bc4ed700e89d4606352b',2812,'post','page',1,0,NULL,NULL,'Hotel Checkout','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 18:15:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(54,'https://hoteldhruvpalace.com/hotel-search/','42:9e209349d64c411bfe0fcd283ef8e947',2813,'post','page',1,0,NULL,NULL,'Hotel Booking Search','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 18:15:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(55,'https://hoteldhruvpalace.com/hotel-account/','43:d46940058159a25c0f1992ccf935d98a',2814,'post','page',1,0,NULL,NULL,'Hotel Account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 18:15:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(56,'https://hoteldhruvpalace.com/hotel-term-condition/','50:3c95de60442e6f7d5e248cd95ca8b049',2815,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 20:34:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(57,'https://hoteldhruvpalace.com/hotel-thank-you/','45:d5db7aba69e9602eeed5f49184950296',2816,'post','page',1,0,NULL,NULL,'Hotel Thank You','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 20:34:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-27 07:30:30','2022-04-27 07:30:30',0),(58,'https://hoteldhruvpalace.com/still-need-help/','45:60e1cde17afd8e3401c10a389bd5a3b2',2960,'post','page',2,0,NULL,NULL,'Still Need Help?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png',NULL,'4357','set-by-user',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png','4357','set-by-user','{\"width\":2000,\"height\":830,\"filesize\":288035,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png\",\"size\":\"full\",\"id\":\"4357\",\"alt\":\"Hotal Dhruv Palace Logo\",\"pixels\":1660000,\"type\":\"image/png\"}',0,1,NULL,'2025-05-16 15:23:29','2025-06-27 21:05:45',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-28 02:35:44','2022-06-15 05:41:10',0),(59,'https://hoteldhruvpalace.com/test-sections/','43:2dd3a8fcef85e8e1876702c750335694',3205,'post','page',2,0,NULL,NULL,'test sections','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2025-05-16 15:23:29','2025-05-16 21:28:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-06-23 11:13:59','2022-06-23 10:43:35',0),(60,'https://hoteldhruvpalace.com/book-now/','38:f905ff86c25092cbf6a36c2de4da7204',3611,'post','page',2,0,'Book Now at Hotel Dhruv Palace – Secure Your Stay Today','Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple','Book Now','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Book Now at Hotel Dhruv Palace – Secure Your Stay Today',NULL,'Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple',NULL,NULL,'Book Now at Hotel Dhruv Palace – Secure Your Stay Today','Book your stay at Hotel Dhruv Palace easily and securely. Enjoy comfortable rooms, excellent service, and convenient location near Trimbakeshwar Temple',NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:29:38','2025-06-16 03:55:57',1,NULL,NULL,NULL,NULL,0,0,2,'2025-06-16 09:25:55','2022-10-13 10:19:15',0),(61,'https://hoteldhruvpalace.com/wpbc-booking/','42:ff07fa81d2aee7dc666210b92e275a9a',4242,'post','page',2,0,NULL,NULL,'Booking Form','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:29:38','2025-05-16 21:44:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-14 06:07:46','2024-08-14 06:07:46',0),(62,'https://hoteldhruvpalace.com/wpbc-booking-received/','51:d260257448445cdeeddfba949878761b',4243,'post','page',2,0,NULL,NULL,'Booking Received','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-16 15:29:38','2025-05-16 21:44:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-08-14 06:07:49','2024-08-14 06:07:49',0),(63,'https://hoteldhruvpalace.com/product/super-deluxe/','50:941c50d26a2f74d3dabe6342742246f4',1053,'post','product',1,0,'Book Super Deluxe Room at Hotel Dhruv Palace','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple','Deluxe hotel near trimbakeshwar temple','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Book Super Deluxe Room at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple','836','set-by-user','Book Super Deluxe Room at Hotel Dhruv Palace','Stay in the SUPER DELUXE room at Hotel Dhruv Palace, offering modern amenities, elegant interiors, and a comfortable environment near Trimbakeshwar Temple','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg','836','set-by-user','{\"width\":740,\"height\":460,\"filesize\":142230,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/super-deluxe.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/super-deluxe.jpg\",\"size\":\"full\",\"id\":\"836\",\"alt\":\"super deluxe room\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,8,NULL,'2025-05-16 15:29:38','2025-06-29 23:41:45',1,NULL,NULL,NULL,NULL,0,6,2,'2025-06-30 05:11:42','2022-03-07 08:23:33',0),(64,'https://hoteldhruvpalace.com/product/non-ac-deluxe/','51:8761e2d8f50ff5f8baa607499abf123f',1079,'post','product',1,0,'Book Non-AC Deluxe Room at Hotel Dhruv Palace','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.','Deluxe Hotel Near Trimbakeshwar Temple','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Book Non-AC Deluxe Room at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.','847','set-by-user','Book Non-AC Deluxe Room at Hotel Dhruv Palace','Relax in the NON AC DELUXE room at Hotel Dhruv Palace, offering comfort and essential amenities for a budget friendly stay near Trimbakeshwar Temple.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg','847','set-by-user','{\"width\":740,\"height\":460,\"filesize\":257993,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/non-ac-deluxe.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/non-ac-deluxe.jpg\",\"size\":\"full\",\"id\":\"847\",\"alt\":\"Non AC Deluxe\",\"pixels\":340400,\"type\":\"image/jpeg\"}',2,2,NULL,'2025-05-16 15:29:38','2025-06-29 23:42:59',1,NULL,NULL,NULL,NULL,0,4,2,'2025-06-30 05:12:57','2022-03-07 12:25:28',0),(65,'https://hoteldhruvpalace.com/product/family-4-bed/','50:a170b4ae81e9121af8662187f285ee18',1080,'post','product',1,0,'Spacious Family 4 Bed Room – Dhruv Palace','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.','Hotel for Family in Nashik Near Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Spacious Family 4 Bed Room – Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.','848','set-by-user','Spacious Family 4 Bed Room – Dhruv Palace','Enjoy a spacious and comfortable stay in our Family 4 Bed room at Hotel Dhruv Palace, ideal for groups with modern amenities and warm hospitality.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg','848','set-by-user','{\"width\":740,\"height\":460,\"filesize\":311601,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-4-bed.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/family-4-bed.jpg\",\"size\":\"full\",\"id\":\"848\",\"alt\":\"family 4 bed\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,4,NULL,'2025-05-16 15:29:38','2025-06-29 23:42:45',1,NULL,NULL,NULL,NULL,0,5,2,'2025-06-30 05:12:42','2022-03-07 12:26:39',0),(66,'https://hoteldhruvpalace.com/product/family-6-bed/','50:f47a1aebd2ca1c35ca14e6ee311f1ead',1082,'post','product',1,0,'6 Bed Hotel Room in Trimbakeshwar for family','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.','6 Bed Hotel Room in Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'6 Bed Hotel Room in Trimbakeshwar for family','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.','849','set-by-user','6 Bed Hotel Room in Trimbakeshwar for family','Spacious 6 bed hotel room in Trimbakeshwar – perfect for families or groups visiting the holy town, only at Hotel Dhruv Palace.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg','849','set-by-user','{\"width\":740,\"height\":460,\"filesize\":265048,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/family-6-bed.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/family-6-bed.jpg\",\"size\":\"full\",\"id\":\"849\",\"alt\":\"family 6 bed\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,7,NULL,'2025-05-16 15:29:38','2025-06-29 23:40:52',1,NULL,NULL,NULL,NULL,0,7,2,'2025-06-30 05:10:51','2022-03-07 12:28:02',0),(67,'https://hoteldhruvpalace.com/product/luxury-suite-trimbakeshwar/','64:c1e8e9e507603141dc90163277155631',1083,'post','product',1,0,'Luxury Suite Room Booking at Hotel Dhruv Palace','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.','Luxury Suite in Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Luxury Suite Room Booking at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.','853','set-by-user','Luxury Suite Room Booking at Hotel Dhruv Palace','Experience luxury and spacious comfort in the SUITE at Hotel Dhruv Palace, featuring premium amenities and an ideal location near Trimbakeshwar Temple.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg','853','set-by-user','{\"width\":740,\"height\":460,\"filesize\":257285,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/royal-suite.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/royal-suite.jpg\",\"size\":\"full\",\"id\":\"853\",\"alt\":\"royal-suite room\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,0,NULL,'2025-05-16 15:29:38','2025-06-29 23:40:13',1,NULL,NULL,NULL,NULL,0,5,2,'2025-06-30 05:10:11','2022-03-07 12:29:03',0),(68,'https://hoteldhruvpalace.com/product/group-stay-family-8-bed-room-trimbakeshwar/','80:5d1135dd80715b2483fa974db30f9421',1084,'post','product',1,0,'Spacious Family 8 Bed Room at Hotel Dhruv Palace','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.','Group Stay hotel Room in Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Spacious Family 8 Bed Room at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.','4463','set-by-user','Spacious Family 8 Bed Room at Hotel Dhruv Palace','Hotel Dhruv Palace offers large family accommodation in Trimbakeshwar with 8 bed rooms—ideal for groups, pilgrimages, and budget friendly family stays.','https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp','4463','set-by-user','{\"width\":2560,\"height\":1440,\"filesize\":228174,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp\",\"size\":\"full\",\"id\":\"4463\",\"alt\":\"Deluxe 8-Bed Room (Non-A/c)\",\"pixels\":3686400,\"type\":\"image/webp\"}',5,0,NULL,'2025-05-16 15:29:38','2025-06-29 23:49:53',1,NULL,NULL,NULL,NULL,0,7,2,'2025-06-30 05:19:51','2022-03-07 12:29:26',0),(69,'https://hoteldhruvpalace.com/product/triple-sharing-hotal-room/','63:930337e264af8ddfba4614e73e49f9d2',1085,'post','product',1,0,'Triple Sharing Non-AC Room – Dhruv Palace Stay','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.','Group Stay hotel Room in Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Triple Sharing Non-AC Room – Dhruv Palace Stay','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.','852','set-by-user','Triple Sharing Non-AC Room – Dhruv Palace Stay','Book a budget triple room in Trimbakeshwar at Hotel Dhruv Palace—perfect for groups or families seeking affordable and comfortable non AC accommodation.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg','852','set-by-user','{\"width\":740,\"height\":460,\"filesize\":284885,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/triple-sharing-non-ac.jpg\",\"size\":\"full\",\"id\":\"852\",\"alt\":\"Triple sharing non ac\",\"pixels\":340400,\"type\":\"image/jpeg\"}',5,0,NULL,'2025-05-16 15:29:38','2025-06-29 23:50:09',1,NULL,NULL,NULL,NULL,0,6,2,'2025-06-30 05:20:06','2022-03-07 12:29:49',0),(70,'https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/','59:081ee8fef2a3b3f400df06204621b557',1086,'post','product',1,0,'Triple Sharing AC Room at Hotel Dhruv Palace','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.','Triple Sharing AC Bed in Trimbakeshwar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,'Triple Sharing AC Room at Hotel Dhruv Palace','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.','851','set-by-user','Triple Sharing AC Room at Hotel Dhruv Palace','Stay in our triple sharing AC rooms and host meetings in the conference hall at Hotel Dhruv Palace, Trimbakeshwar – comfort and convenience combined.','https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg','851','set-by-user','{\"width\":740,\"height\":460,\"filesize\":245977,\"url\":\"https://hoteldhruvpalace.com/wp-content/uploads/2022/03/triple-sharing-ac.jpg\",\"path\":\"/home/hoteldhruvpalace.com/public_html/wp-content/uploads/2022/03/triple-sharing-ac.jpg\",\"size\":\"full\",\"id\":\"851\",\"alt\":\"Triple sharing ac\",\"pixels\":340400,\"type\":\"image/jpeg\"}',4,3,NULL,'2025-05-16 15:29:39','2025-07-03 02:26:00',1,NULL,NULL,NULL,NULL,0,7,2,'2025-07-03 07:55:58','2022-03-07 12:30:33',0),(71,'https://hoteldhruvpalace.com/?post_type=tf_header_footer&p=1980','63:3618754d07adf2d3961474cd2f563616',1980,'post','tf_header_footer',2,0,NULL,NULL,'Elementor #1980','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-05-16 15:29:39','2025-05-16 09:59:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-07-01 08:45:11','0000-00-00 00:00:00',0),(72,'https://hoteldhruvpalace.com/?p=4718','36:2d29201bedcec0b109ebea1453f661f2',4718,'post','post',2,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-28 04:31:45','2025-06-27 23:01:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-06-28 04:31:44','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `wpf4_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_yoast_indexable_hierarchy`
--
DROP TABLE IF EXISTS `wpf4_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_yoast_indexable_hierarchy` (
`indexable_id` int(11) unsigned NOT NULL,
`ancestor_id` int(11) unsigned NOT NULL,
`depth` int(11) unsigned DEFAULT NULL,
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`indexable_id`,`ancestor_id`),
KEY `indexable_id` (`indexable_id`),
KEY `ancestor_id` (`ancestor_id`),
KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_yoast_indexable_hierarchy`
--
LOCK TABLES `wpf4_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wpf4_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wpf4_yoast_indexable_hierarchy` VALUES (2,0,0,1),(3,0,0,1),(4,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1),(56,0,0,1),(57,0,0,1),(58,0,0,1),(59,0,0,1),(60,0,0,1),(61,0,0,1),(62,0,0,1),(63,0,0,1),(64,0,0,1),(65,0,0,1),(66,0,0,1),(67,0,0,1),(68,0,0,1),(69,0,0,1),(70,0,0,1),(71,0,0,1),(72,0,0,1);
/*!40000 ALTER TABLE `wpf4_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_yoast_migrations`
--
DROP TABLE IF EXISTS `wpf4_yoast_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_yoast_migrations` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `wpf4_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_yoast_migrations`
--
LOCK TABLES `wpf4_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wpf4_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wpf4_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `wpf4_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_yoast_primary_term`
--
DROP TABLE IF EXISTS `wpf4_yoast_primary_term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_yoast_primary_term` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) DEFAULT NULL,
`term_id` bigint(20) DEFAULT NULL,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_yoast_primary_term`
--
LOCK TABLES `wpf4_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wpf4_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpf4_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wpf4_yoast_seo_links`
--
DROP TABLE IF EXISTS `wpf4_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpf4_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) DEFAULT NULL,
`post_id` bigint(20) unsigned DEFAULT NULL,
`target_post_id` bigint(20) unsigned DEFAULT NULL,
`type` varchar(8) DEFAULT NULL,
`indexable_id` int(11) unsigned DEFAULT NULL,
`target_indexable_id` int(11) unsigned DEFAULT NULL,
`height` int(11) unsigned DEFAULT NULL,
`width` int(11) unsigned DEFAULT NULL,
`size` int(11) unsigned DEFAULT NULL,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=530 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wpf4_yoast_seo_links`
--
LOCK TABLES `wpf4_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpf4_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpf4_yoast_seo_links` VALUES (1,'https://live.ipms247.com/guestrequest/login/PDFwMT5aVhkA3SjtMe1uV8ZkYDej',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(2,'https://live.ipms247.com/booking/login-hoteldhruvpalace-Direct',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(3,'https://hoteldhruvpalace.com/accomodation/',218,270,'internal',6,30,NULL,NULL,NULL,NULL,NULL),(4,'https://hoteldhruvpalace.com/about-us/',218,223,'internal',6,31,NULL,NULL,NULL,NULL,NULL),(5,'https://hoteldhruvpalace.com/near-by-places/',218,1145,'internal',6,32,NULL,NULL,NULL,NULL,NULL),(6,'https://hoteldhruvpalace.com/restaurant/',218,2675,'internal',6,33,NULL,NULL,NULL,NULL,NULL),(7,'https://hoteldhruvpalace.com/conference/',218,2829,'internal',6,34,NULL,NULL,NULL,NULL,NULL),(8,'https://hoteldhruvpalace.com/review/',218,2677,'internal',6,35,NULL,NULL,NULL,NULL,NULL),(9,'https://hoteldhruvpalace.com/our-gallery/',218,254,'internal',6,36,NULL,NULL,NULL,NULL,NULL),(10,'https://hoteldhruvpalace.com/contact-us/',218,244,'internal',6,37,NULL,NULL,NULL,NULL,NULL),(11,'https://hoteldhruvpalace.com/customer-support/',218,2909,'internal',6,38,NULL,NULL,NULL,NULL,NULL),(12,'https://hoteldhruvpalace.com',218,2269,'internal',6,3,NULL,NULL,NULL,NULL,NULL),(13,'https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(14,'tel:%20+919021072870',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(15,'tel:%20+918263874278',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(16,'tel:02594-233464/%20234019',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(17,'tel:02594-233464/%20234019',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(18,'https://hoteldhruvpalace.com/accomodation/',218,270,'internal',6,30,NULL,NULL,NULL,NULL,NULL),(19,'https://hoteldhruvpalace.com/about-us/',218,223,'internal',6,31,NULL,NULL,NULL,NULL,NULL),(20,'https://hoteldhruvpalace.com/near-by-places/',218,1145,'internal',6,32,NULL,NULL,NULL,NULL,NULL),(21,'https://hoteldhruvpalace.com/restaurant/',218,2675,'internal',6,33,NULL,NULL,NULL,NULL,NULL),(22,'https://hoteldhruvpalace.com/conference/',218,2829,'internal',6,34,NULL,NULL,NULL,NULL,NULL),(23,'https://hoteldhruvpalace.com/review/',218,2677,'internal',6,35,NULL,NULL,NULL,NULL,NULL),(24,'https://hoteldhruvpalace.com/our-gallery/',218,254,'internal',6,36,NULL,NULL,NULL,NULL,NULL),(25,'https://hoteldhruvpalace.com/contact-us/',218,244,'internal',6,37,NULL,NULL,NULL,NULL,NULL),(26,'https://hoteldhruvpalace.com/customer-support/',218,2909,'internal',6,38,NULL,NULL,NULL,NULL,NULL),(27,'https://hoteldhruvpalace.com/accomodation/',218,270,'internal',6,30,NULL,NULL,NULL,NULL,NULL),(28,'https://hoteldhruvpalace.com/about-us/',218,223,'internal',6,31,NULL,NULL,NULL,NULL,NULL),(29,'https://hoteldhruvpalace.com/near-by-places/',218,1145,'internal',6,32,NULL,NULL,NULL,NULL,NULL),(30,'https://hoteldhruvpalace.com/restaurant/',218,2675,'internal',6,33,NULL,NULL,NULL,NULL,NULL),(31,'https://hoteldhruvpalace.com/conference/',218,2829,'internal',6,34,NULL,NULL,NULL,NULL,NULL),(32,'https://hoteldhruvpalace.com/review/',218,2677,'internal',6,35,NULL,NULL,NULL,NULL,NULL),(33,'https://hoteldhruvpalace.com/our-gallery/',218,254,'internal',6,36,NULL,NULL,NULL,NULL,NULL),(34,'https://hoteldhruvpalace.com/contact-us/',218,244,'internal',6,37,NULL,NULL,NULL,NULL,NULL),(35,'https://hoteldhruvpalace.com/customer-support/',218,2909,'internal',6,38,NULL,NULL,NULL,NULL,NULL),(36,'https://live.ipms247.com/booking/book-rooms-hoteldhruvpalace',218,NULL,'external',6,NULL,NULL,NULL,NULL,NULL,NULL),(38,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-1024x628.png',218,4388,'image-in',6,NULL,1256,2048,221392,NULL,NULL),(39,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250125_232425_0000-e1737827912662-300x184.png',218,4388,'image-in',6,NULL,1256,2048,221392,NULL,NULL),(40,'https://www.facebook.com/hoteldhruvpalacetrimbakeshwar/?ti=as',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(41,'https://g.co/kgs/TCzFKSA',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(42,'https://wa.me/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(43,'https://www.instagram.com/hoteldhruvpalace_nsk/profilecard/?igsh=MW1zb2Fremx6cWt6Ng==',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(46,'https://hoteldhruvpalace.com/pricing-policy/',224,1202,'internal',7,41,NULL,NULL,NULL,NULL,NULL),(47,'https://hoteldhruvpalace.com/privacy-policy/',224,3,'internal',7,42,NULL,NULL,NULL,NULL,NULL),(53,'mailto:enquiry@hoteldhruvpalace.com',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(54,'mailto:enquiry.hoteldhruvpalace@gmail.com',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(55,'https://maps.app.goo.gl/1C7kEerwie6Ts8qL6',224,NULL,'external',7,NULL,NULL,NULL,NULL,NULL,NULL),(56,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/20250121_175037_0000-e1737816751306.png',224,4357,'image-in',7,NULL,830,2000,288035,NULL,NULL),(57,'https://hoteldhruvpalace.com/our-gallery/',211,254,'internal',45,36,NULL,NULL,NULL,NULL,NULL),(58,'https://hoteldhruvpalace.com/product/family-6-bed/',211,1082,'internal',45,66,NULL,NULL,NULL,NULL,NULL),(59,'https://hoteldhruvpalace.com/product/ac-deluxe/',211,1061,'internal',45,43,NULL,NULL,NULL,NULL,NULL),(60,'https://hoteldhruvpalace.com/product/family-10-bed/',211,NULL,'internal',45,NULL,NULL,NULL,NULL,NULL,NULL),(61,'https://hoteldhruvpalace.com/product/super-deluxe/',211,1053,'internal',45,63,NULL,NULL,NULL,NULL,NULL),(62,'https://hoteldhruvpalace.com/product/family-4-bed/',211,1080,'internal',45,65,NULL,NULL,NULL,NULL,NULL),(63,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.23-PM-pllk7v52fih9iohlvd3mgb7gka4f01t0pr3eloef94.jpeg',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(64,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.19-PM-2-pllxvim15vii82c4yvsln8t29qtz4nmoz7cd9zf8oo.jpeg',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(65,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-pllwup9lhh47hvt9xywmzj94ogafnfh5wzhqlu0ce0.jpeg',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(66,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.54.22-PM-1-1-pllxqchzkofqd9uh5ncgxjrsngbasl3u9m689736wo.jpeg',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(67,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/WhatsApp-Image-2022-03-08-at-12.54.23-PM.jpeg',211,1318,'image-in',45,NULL,803,1080,330600,NULL,NULL),(68,'https://hoteldhruvpalace.com/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2022-03-08-at-12.52.56-PM-2-pllwup9htws1l20nddo1pie2c4jy7xsdgkpw7jmmds.jpeg',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(69,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg',211,2046,'image-in',45,NULL,500,500,99455,NULL,NULL),(70,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',211,543,'image-in',45,NULL,150,150,50232,NULL,NULL),(71,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg',211,542,'image-in',45,NULL,150,150,45920,NULL,NULL),(72,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',211,544,'image-in',45,NULL,150,150,40286,NULL,NULL),(73,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',211,555,'image-in',45,NULL,150,150,43182,NULL,NULL),(74,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',211,548,'image-in',45,NULL,150,150,49448,NULL,NULL),(75,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',211,546,'image-in',45,NULL,150,150,42424,NULL,NULL),(76,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',211,554,'image-in',45,NULL,150,150,56260,NULL,NULL),(77,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',211,549,'image-in',45,NULL,150,150,52379,NULL,NULL),(78,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',211,547,'image-in',45,NULL,150,150,41424,NULL,NULL),(79,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',211,545,'image-in',45,NULL,150,150,63846,NULL,NULL),(80,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',211,550,'image-in',45,NULL,150,150,58207,NULL,NULL),(81,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg',211,953,'image-in',45,NULL,150,150,51731,NULL,NULL),(82,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png',211,NULL,'image-in',45,NULL,NULL,NULL,NULL,NULL,NULL),(83,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg',211,1559,'image-in',45,NULL,580,1142,65876,NULL,NULL),(84,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-01-1.jpg',223,NULL,'image-in',31,NULL,NULL,NULL,NULL,NULL,NULL),(85,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/about-1.jpg',223,779,'image-in',31,NULL,750,1600,1046472,NULL,NULL),(86,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',223,497,'image-in',31,NULL,150,150,43633,NULL,NULL),(87,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg',223,542,'image-in',31,NULL,150,150,45920,NULL,NULL),(88,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',223,543,'image-in',31,NULL,150,150,50232,NULL,NULL),(89,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',223,544,'image-in',31,NULL,150,150,40286,NULL,NULL),(90,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',223,555,'image-in',31,NULL,150,150,43182,NULL,NULL),(91,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',223,548,'image-in',31,NULL,150,150,49448,NULL,NULL),(92,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',223,546,'image-in',31,NULL,150,150,42424,NULL,NULL),(93,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',223,554,'image-in',31,NULL,150,150,56260,NULL,NULL),(94,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',223,549,'image-in',31,NULL,150,150,52379,NULL,NULL),(95,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',223,547,'image-in',31,NULL,150,150,41424,NULL,NULL),(96,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',223,545,'image-in',31,NULL,150,150,63846,NULL,NULL),(97,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',223,550,'image-in',31,NULL,150,150,58207,NULL,NULL),(98,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg',223,953,'image-in',31,NULL,150,150,51731,NULL,NULL),(99,'mailto:enquiry.hoteldhruvpalace@gmail.com',244,NULL,'external',37,NULL,NULL,NULL,NULL,NULL,NULL),(100,'mailto:enquiry@hoteldhruvpalace.com',244,NULL,'external',37,NULL,NULL,NULL,NULL,NULL,NULL),(101,'tel:+919021072870',244,NULL,'external',37,NULL,NULL,NULL,NULL,NULL,NULL),(103,'tel:02594-233464',244,NULL,'external',37,NULL,NULL,NULL,NULL,NULL,NULL),(104,'mailto:enquiry.hoteldhruvpalace@gmail.com',244,NULL,'external',37,NULL,NULL,NULL,NULL,NULL,NULL),(105,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-mail.png',244,NULL,'image-in',37,NULL,NULL,NULL,NULL,NULL,NULL),(106,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-phone.png',244,NULL,'image-in',37,NULL,NULL,NULL,NULL,NULL,NULL),(107,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-map.png',244,NULL,'image-in',37,NULL,NULL,NULL,NULL,NULL,NULL),(108,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0212-scaled.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(109,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0210-scaled.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(110,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0209-scaled.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(111,'https://hoteldhruvpalace.com/wp-content/uploads/2024/08/IMG-20240731-WA0206-scaled.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(125,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(126,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(127,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-3-2.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(128,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(129,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-2-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(130,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-3-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(131,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-4-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(132,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(133,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(134,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(135,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(136,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(137,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(138,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(139,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-06.jpg',254,113,'image-in',36,NULL,400,370,90243,NULL,NULL),(140,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-14.jpg',254,154,'image-in',36,NULL,400,370,104976,NULL,NULL),(141,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-15.jpg',254,164,'image-in',36,NULL,400,370,91196,NULL,NULL),(142,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-16.jpg',254,169,'image-in',36,NULL,400,370,169579,NULL,NULL),(143,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-17.jpg',254,173,'image-in',36,NULL,400,370,111368,NULL,NULL),(144,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-18.jpg',254,176,'image-in',36,NULL,400,370,104702,NULL,NULL),(145,'https://live.ipms247.com/booking/book-rooms-thevsadan',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(146,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000007',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(147,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000004',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(148,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(149,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(150,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000005',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(151,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(152,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(153,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000017',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(154,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000009',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(155,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000015',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(156,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000008',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(157,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000021',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(158,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000011',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(159,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000019',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(160,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000010',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(161,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000011',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(162,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000016',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(163,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomrateunkid=4545000000000000013',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(164,'https://live.ipms247.com/booking/roomwisedata.php?hid=hoteldhruvpalace&roomtypeunkid=4545000000000000007',270,NULL,'external',30,NULL,NULL,NULL,NULL,NULL,NULL),(174,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/TRIMBAKESHWAR-MAIN-TEMPLE2.jpg',1145,2016,'image-in',32,NULL,500,500,101554,NULL,NULL),(175,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gurukul.jpg',1145,542,'image-in',32,NULL,150,150,45920,NULL,NULL),(176,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',1145,543,'image-in',32,NULL,150,150,50232,NULL,NULL),(177,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',1145,544,'image-in',32,NULL,150,150,40286,NULL,NULL),(178,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',1145,555,'image-in',32,NULL,150,150,43182,NULL,NULL),(179,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',1145,548,'image-in',32,NULL,150,150,49448,NULL,NULL),(180,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',1145,546,'image-in',32,NULL,150,150,42424,NULL,NULL),(181,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',1145,554,'image-in',32,NULL,150,150,56260,NULL,NULL),(182,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',1145,549,'image-in',32,NULL,150,150,52379,NULL,NULL),(183,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',1145,547,'image-in',32,NULL,150,150,41424,NULL,NULL),(184,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',1145,545,'image-in',32,NULL,150,150,63846,NULL,NULL),(185,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',1145,550,'image-in',32,NULL,150,150,58207,NULL,NULL),(186,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/mahabaleshwar.jpg',1145,953,'image-in',32,NULL,150,150,51731,NULL,NULL),(187,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg',1145,2017,'image-in',32,NULL,500,500,107040,NULL,NULL),(188,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/PANCHAWATI-1.jpg',1145,2034,'image-in',32,NULL,500,500,156141,NULL,NULL),(189,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MUKTIDHAM-1.jpg',1145,2038,'image-in',32,NULL,500,500,123555,NULL,NULL),(190,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/BRAHMAGIRI-700-STOPS.jpg',1145,2039,'image-in',32,NULL,500,500,126890,NULL,NULL),(191,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GANGA-DWAR.jpg',1145,2040,'image-in',32,NULL,500,500,135330,NULL,NULL),(192,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIVRUTTINATH-SAMADHI.jpg',1145,2051,'image-in',32,NULL,500,500,139085,NULL,NULL),(193,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/ANJANERI-HANUMAN-BIRTH-PLACE.jpg',1145,2046,'image-in',32,NULL,500,500,99455,NULL,NULL),(194,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/KUSHAVARTA-KUND.jpg',1145,2047,'image-in',32,NULL,500,500,137750,NULL,NULL),(195,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/NIL-PARVAT-AMBIKA-MATA-MANDIR.jpg',1145,2041,'image-in',32,NULL,500,500,130956,NULL,NULL),(196,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHANI-SHINGNAPUR-TEMPLE.jpg',1145,2055,'image-in',32,NULL,500,500,113690,NULL,NULL),(197,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/SHIRDI-SAI-BABA-TEMPLE.jpg',1145,2056,'image-in',32,NULL,500,500,118057,NULL,NULL),(198,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg',1145,2057,'image-in',32,NULL,500,500,114988,NULL,NULL),(199,'',1202,NULL,'internal',41,2,NULL,NULL,NULL,NULL,NULL),(200,'mailto:enquiry.hoteldhruvpalace@gmail.com',1214,NULL,'external',40,NULL,NULL,NULL,NULL,NULL,NULL),(201,'https://hoteldhruvpalace.com/product/family-6-bed/',2210,1082,'internal',50,66,NULL,NULL,NULL,NULL,NULL),(202,'https://hoteldhruvpalace.com/product/ac-deluxe/',2210,1061,'internal',50,43,NULL,NULL,NULL,NULL,NULL),(203,'https://hoteldhruvpalace.com/product/family-10-bed/',2210,NULL,'internal',50,NULL,NULL,NULL,NULL,NULL,NULL),(204,'https://hoteldhruvpalace.com/product/super-deluxe/',2210,1053,'internal',50,63,NULL,NULL,NULL,NULL,NULL),(205,'https://hoteldhruvpalace.com/product/family-4-bed/',2210,1080,'internal',50,65,NULL,NULL,NULL,NULL,NULL),(206,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png',2210,2246,'image-in',50,NULL,50,500,5539,NULL,NULL),(207,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/hotel-banner.jpg',2210,1006,'image-in',50,NULL,755,2000,207173,NULL,NULL),(208,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/full-top-img1-1.jpg',2210,2224,'image-in',50,NULL,470,390,21803,NULL,NULL),(209,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/title-icon-img.png',2210,2223,'image-in',50,NULL,32,30,1618,NULL,NULL),(210,'https://hoteldhruvpalace.com/wp-content/plugins/elementor/assets/images/placeholder.png',2210,NULL,'image-in',50,NULL,NULL,NULL,NULL,NULL,NULL),(211,'https://hoteldhruvpalace.com/our-gallery/',2269,254,'internal',3,36,NULL,NULL,NULL,NULL,NULL),(212,'https://hoteldhruvpalace.com/about-us/',2269,223,'internal',3,31,NULL,NULL,NULL,NULL,NULL),(213,'https://www.google.com/maps/place/Hotel+Dhruv+Palace/@19.936462,73.534216,15z/data=!4m8!3m7!1s0x0:0xf43832ed6d271a8b!5m2!4m1!1i2!8m2!3d19.9364618!4d73.5342161?hl=en',2269,NULL,'external',3,NULL,NULL,NULL,NULL,NULL,NULL),(215,'https://hoteldhruvpalace.com/wp-content/uploads/2022/04/new1.png',2269,2246,'image-in',3,NULL,50,500,5539,NULL,NULL),(216,'https://hoteldhruvpalace.com/wp-content/uploads/2022/09/new1.png',2269,3497,'image-in',3,NULL,50,500,5539,NULL,NULL),(217,'https://hoteldhruvpalace.com/wp-content/uploads/2022/05/2.png',2269,2853,'image-in',3,NULL,350,500,232506,NULL,NULL),(218,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1.jpg',2269,748,'image-in',3,NULL,580,1142,526888,NULL,NULL),(222,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',2269,497,'image-in',3,NULL,150,150,43633,NULL,NULL),(223,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',2269,549,'image-in',3,NULL,150,150,52379,NULL,NULL),(224,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',2269,546,'image-in',3,NULL,150,150,42424,NULL,NULL),(225,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',2269,555,'image-in',3,NULL,150,150,43182,NULL,NULL),(226,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',2269,548,'image-in',3,NULL,150,150,49448,NULL,NULL),(227,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',2269,547,'image-in',3,NULL,150,150,41424,NULL,NULL),(228,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg',2269,2017,'image-in',3,NULL,500,500,107040,NULL,NULL),(229,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',2269,554,'image-in',3,NULL,150,150,56260,NULL,NULL),(230,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',2269,543,'image-in',3,NULL,150,150,50232,NULL,NULL),(231,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',2269,544,'image-in',3,NULL,150,150,40286,NULL,NULL),(232,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',2269,550,'image-in',3,NULL,150,150,58207,NULL,NULL),(233,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',2269,545,'image-in',3,NULL,150,150,63846,NULL,NULL),(234,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg',2269,2057,'image-in',3,NULL,500,500,114988,NULL,NULL),(235,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/icon-feature.png',2269,NULL,'image-in',3,NULL,NULL,NULL,NULL,NULL,NULL),(236,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-5.jpg',2269,752,'image-in',3,NULL,580,1142,576773,NULL,NULL),(237,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1.jpg',2269,1554,'image-in',3,NULL,580,1142,35917,NULL,NULL),(238,'https://hoteldhruvpalace.com/wp-content/uploads/2022/06/th.jpg',2269,3038,'image-in',3,NULL,152,130,3839,NULL,NULL),(239,'https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-18-51-37-15_40deb401b9ffe8e1df2f1cc5ba480b12.jpg',2269,3762,'image-in',3,NULL,515,591,95130,NULL,NULL),(240,'https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-17-25-41_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg',2269,3763,'image-in',3,NULL,409,453,116761,NULL,NULL),(241,'https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-10-67_7ebc065062de473632ff9a5b138e6ddf.jpg',2269,3776,'image-in',3,NULL,777,1080,79693,NULL,NULL),(242,'https://hoteldhruvpalace.com/wp-content/uploads/2023/04/Screenshot_2023-04-02-19-33-54-78_7ebc065062de473632ff9a5b138e6ddf.jpg',2269,3775,'image-in',3,NULL,625,1025,78093,NULL,NULL),(243,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-premise-1-1.jpg',2269,1558,'image-in',3,NULL,580,1142,63311,NULL,NULL),(244,'https://hoteldhruvpalace.com/wp-content/uploads/2022/06/ota.jpg',2269,3460,'image-in',3,NULL,68,1432,85623,NULL,NULL),(245,'https://hoteldhruvpalace.com/contact-us/',2675,244,'internal',33,37,NULL,NULL,NULL,NULL,NULL),(246,'https://hoteldhruvpalace.com/contact-us/',2829,244,'internal',34,37,NULL,NULL,NULL,NULL,NULL),(247,'mailto:enquiry.hoteldhruvpalace@gmail.com',2829,NULL,'external',34,NULL,NULL,NULL,NULL,NULL,NULL),(248,'mailto:enquiry@hoteldhruvpalace.com',2829,NULL,'external',34,NULL,NULL,NULL,NULL,NULL,NULL),(249,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-2-1-1024x520.jpg',2829,1555,'image-in',34,NULL,580,1142,36539,NULL,NULL),(250,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-conference-1-1-1024x520.jpg',2829,1554,'image-in',34,NULL,580,1142,35917,NULL,NULL),(251,'https://live.ipms247.com/guestrequest/login/PDFwMT5aVhkA3SjtMe1uV8ZkYDej',2909,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(252,'https://www.asiatech.in/booking_engine/index3.php?token=MjE4Nw==',2909,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(253,'https://hoteldhruvpalace.com/contact-us/',2909,244,'internal',38,37,NULL,NULL,NULL,NULL,NULL),(254,'https://hoteldhruvpalace.com/review/',2909,2677,'internal',38,35,NULL,NULL,NULL,NULL,NULL),(255,'https://hoteldhruvpalace.com/contact-us/',2909,244,'internal',38,37,NULL,NULL,NULL,NULL,NULL),(256,'https://live.ipms247.com/booking/login-hoteldhruvpalace-Direct',2909,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(257,'https://hoteldhruvpalace.com/still-need-help/',2909,2960,'internal',38,58,NULL,NULL,NULL,NULL,NULL),(258,'mailto:support@hoteldhruvpalace.com',2960,NULL,'external',58,NULL,NULL,NULL,NULL,NULL,NULL),(259,'mailto:help@hoteldhruvpalace.com',2960,NULL,'external',58,NULL,NULL,NULL,NULL,NULL,NULL),(260,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/trimbakeshwar.jpg',3205,497,'image-in',59,NULL,150,150,43633,NULL,NULL),(261,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/kushavarta.jpg',3205,549,'image-in',59,NULL,150,150,52379,NULL,NULL),(262,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/nivruttinath.jpg',3205,546,'image-in',59,NULL,150,150,42424,NULL,NULL),(263,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/brahmgiri.jpg',3205,555,'image-in',59,NULL,150,150,43182,NULL,NULL),(264,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gangadvar.jpg',3205,548,'image-in',59,NULL,150,150,49448,NULL,NULL),(265,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/neel-parvat.jpg',3205,547,'image-in',59,NULL,150,150,41424,NULL,NULL),(266,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/GURUKUL-SWAMI-SAMARTH.jpg',3205,2017,'image-in',59,NULL,500,500,107040,NULL,NULL),(267,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/anjaneri.jpg',3205,554,'image-in',59,NULL,150,150,56260,NULL,NULL),(268,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/panchawati.jpg',3205,543,'image-in',59,NULL,150,150,50232,NULL,NULL),(269,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/muktidham.jpg',3205,544,'image-in',59,NULL,150,150,40286,NULL,NULL),(270,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shirdi.jpg',3205,550,'image-in',59,NULL,150,150,58207,NULL,NULL),(271,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/shani.jpg',3205,545,'image-in',59,NULL,150,150,63846,NULL,NULL),(272,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/MAHABALESHWAR-TEMPLE.jpg',3205,2057,'image-in',59,NULL,500,500,114988,NULL,NULL),(288,'https://wpbookingcalendar.com',4242,NULL,'external',61,NULL,NULL,NULL,NULL,NULL,NULL),(316,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/wbgsl2wnx5gs3bk6vq8e-scaled.webp',270,4482,'image-in',30,NULL,1440,2560,98336,NULL,NULL),(317,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/o9kza7pdlzi5otznoikf-scaled.webp',270,4473,'image-in',30,NULL,1440,2560,202076,NULL,NULL),(318,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tcrcoakgdu3rqlx1oetk-scaled.webp',270,4486,'image-in',30,NULL,1440,2560,114286,NULL,NULL),(319,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/IMG-20240731-WA0222-scaled.webp',270,4496,'image-in',30,NULL,1518,2560,156380,NULL,NULL),(320,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jpl2b6wdsbidxrktzaph-scaled.webp',270,4465,'image-in',30,NULL,1440,2560,145856,NULL,NULL),(321,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/tue8wazfqwvaaudireoa-scaled.webp',270,4485,'image-in',30,NULL,1920,2560,150268,NULL,NULL),(322,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sxegovtw2rlmp2mpgeyg-scaled-e1749204399385.webp',270,4489,'image-in',30,NULL,1067,1440,74556,NULL,NULL),(323,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/jeft6dzvjkerbiexdzyy-1-scaled.webp',270,4463,'image-in',30,NULL,1440,2560,228174,NULL,NULL),(324,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp',270,4491,'image-in',30,NULL,1440,2560,148616,NULL,NULL),(325,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/zxgigwkrggrjsvfyoipu-scaled.webp',270,4477,'image-in',30,NULL,1440,2560,215414,NULL,NULL),(326,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-scaled.webp',270,4475,'image-in',30,NULL,1440,2560,232872,NULL,NULL),(327,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/2021-12-31.jpg',2269,4518,'image-in',3,NULL,195,265,21356,NULL,NULL),(328,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/p9gjze1kr19ycomgnlfv-scaled.webp',2269,4475,'image-in',3,NULL,1440,2560,232872,NULL,NULL),(329,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/sddkqvbaouyojd60qsvm-scaled.webp',2269,4491,'image-in',3,NULL,1440,2560,148616,NULL,NULL),(330,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/pdyttvvcbvqbjaxgwdzk-1-scaled.webp',2269,4476,'image-in',3,NULL,1440,2560,140826,NULL,NULL),(331,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/drtqgoj09so5y1k4hy9w-scaled.webp',2269,4459,'image-in',3,NULL,1440,2560,239236,NULL,NULL),(332,'https://hoteldhruvpalace.com/wp-content/uploads/2025/06/hpbw2qrsijowh6kh8wxg-1-scaled.webp',2269,4462,'image-in',3,NULL,1440,2560,96764,NULL,NULL),(335,'https://wa.me/919021072870?text=Hello%20I%20am%20at%20Hotel%20Dhruv%20Palace',2909,NULL,'external',38,NULL,NULL,NULL,NULL,NULL,NULL),(336,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/Untitled-design_20250125_204720_0000-e1737818946584.png',218,4380,'image-in',6,NULL,1396,2048,398187,NULL,NULL),(397,'https://hoteldhruvpalace.com/refund-returns/',224,1201,'internal',7,39,NULL,NULL,NULL,NULL,NULL),(398,'https://hoteldhruvpalace.com/term-conditions/',224,1214,'internal',7,40,NULL,NULL,NULL,NULL,NULL),(399,'',223,NULL,'internal',31,2,NULL,NULL,NULL,NULL,NULL),(400,'',223,NULL,'internal',31,2,NULL,NULL,NULL,NULL,NULL),(401,'',223,NULL,'internal',31,2,NULL,NULL,NULL,NULL,NULL),(439,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-1-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(440,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-3-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(441,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-4-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(442,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-family-5-2.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(443,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-1-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(444,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-2-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(445,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-3-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(446,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-triple-4-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(447,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-1-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(448,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-2-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(449,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-3-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(450,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-4-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(451,'https://hoteldhruvpalace.com/wp-content/uploads/2022/03/gallery-royal-5-1.jpg',254,NULL,'internal',36,NULL,NULL,NULL,NULL,NULL,NULL),(480,'https://hoteldhruvpalace.com/restaurant/',1086,2675,'internal',70,33,NULL,NULL,NULL,NULL,NULL),(481,'https://hoteldhruvpalace.com/product/suite/',1086,NULL,'internal',70,NULL,NULL,NULL,NULL,NULL,NULL),(482,'https://hoteldhruvpalace.com/product/family-8-bed/',1086,NULL,'internal',70,NULL,NULL,NULL,NULL,NULL,NULL),(483,'https://hoteldhruvpalace.com/product/super-deluxe/',1086,1053,'internal',70,63,NULL,NULL,NULL,NULL,NULL),(484,'https://hoteldhruvpalace.com/restaurant/',2829,2675,'internal',34,33,NULL,NULL,NULL,NULL,NULL),(485,'https://hoteldhruvpalace.com/product/suite/',2829,NULL,'internal',34,NULL,NULL,NULL,NULL,NULL,NULL),(486,'https://hoteldhruvpalace.com/product/family-8-bed/',2829,NULL,'internal',34,NULL,NULL,NULL,NULL,NULL,NULL),(487,'https://hoteldhruvpalace.com/product/super-deluxe/',2829,1053,'internal',34,63,NULL,NULL,NULL,NULL,NULL),(488,'https://hoteldhruvpalace.com/restaurant/',1084,2675,'internal',68,33,NULL,NULL,NULL,NULL,NULL),(489,'https://hoteldhruvpalace.com/product/suite/',1084,NULL,'internal',68,NULL,NULL,NULL,NULL,NULL,NULL),(490,'https://hoteldhruvpalace.com/product/family-6-bed/',1084,1082,'internal',68,66,NULL,NULL,NULL,NULL,NULL),(491,'https://hoteldhruvpalace.com/product/super-deluxe/',1084,1053,'internal',68,63,NULL,NULL,NULL,NULL,NULL),(492,'https://hoteldhruvpalace.com/banquet-hall-in-nashik/',1084,2829,'internal',68,34,NULL,NULL,NULL,NULL,NULL),(493,'https://hoteldhruvpalace.com/restaurant/',1083,2675,'internal',67,33,NULL,NULL,NULL,NULL,NULL),(494,'https://hoteldhruvpalace.com/product/super-deluxe/',1083,1053,'internal',67,63,NULL,NULL,NULL,NULL,NULL),(495,'https://hoteldhruvpalace.com/product/family-6-bed/',1083,1082,'internal',67,66,NULL,NULL,NULL,NULL,NULL),(496,'https://hoteldhruvpalace.com/product/family-8-bed/',1083,NULL,'internal',67,NULL,NULL,NULL,NULL,NULL,NULL),(497,'https://hoteldhruvpalace.com/banquet-hall-in-nashik/',1083,2829,'internal',67,34,NULL,NULL,NULL,NULL,NULL),(498,'https://hoteldhruvpalace.com/restaurant/',1082,2675,'internal',66,33,NULL,NULL,NULL,NULL,NULL),(499,'https://hoteldhruvpalace.com/product/suite/',1082,NULL,'internal',66,NULL,NULL,NULL,NULL,NULL,NULL),(500,'https://hoteldhruvpalace.com/product/family-8-bed/',1082,NULL,'internal',66,NULL,NULL,NULL,NULL,NULL,NULL),(501,'https://hoteldhruvpalace.com/product/super-deluxe/',1082,1053,'internal',66,63,NULL,NULL,NULL,NULL,NULL),(502,'https://hoteldhruvpalace.com/banquet-hall-in-nashik/',1082,2829,'internal',66,34,NULL,NULL,NULL,NULL,NULL),(503,'https://hoteldhruvpalace.com/product/super-deluxe/',1061,1053,'internal',43,63,NULL,NULL,NULL,NULL,NULL),(504,'https://hoteldhruvpalace.com/product/family-4-bed/',1061,1080,'internal',43,65,NULL,NULL,NULL,NULL,NULL),(505,'https://hoteldhruvpalace.com/restaurant/',1061,2675,'internal',43,33,NULL,NULL,NULL,NULL,NULL),(506,'https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/',1061,1086,'internal',43,70,NULL,NULL,NULL,NULL,NULL),(507,'https://hoteldhruvpalace.com/conference/',1061,NULL,'internal',43,NULL,NULL,NULL,NULL,NULL,NULL),(508,'https://hoteldhruvpalace.com/product/ac-deluxe/',1053,1061,'internal',63,43,NULL,NULL,NULL,NULL,NULL),(509,'https://hoteldhruvpalace.com/product/suite/',1053,NULL,'internal',63,NULL,NULL,NULL,NULL,NULL,NULL),(510,'https://hoteldhruvpalace.com/restaurant/',1053,2675,'internal',63,33,NULL,NULL,NULL,NULL,NULL),(511,'https://hoteldhruvpalace.com/product/family-6-bed/',1053,1082,'internal',63,66,NULL,NULL,NULL,NULL,NULL),(512,'https://hoteldhruvpalace.com/product/non-ac-deluxe/',1053,1079,'internal',63,64,NULL,NULL,NULL,NULL,NULL),(513,'https://hoteldhruvpalace.com/product/family-6-bed/',1080,1082,'internal',65,66,NULL,NULL,NULL,NULL,NULL),(514,'https://hoteldhruvpalace.com/product/family-8-bed/',1080,NULL,'internal',65,NULL,NULL,NULL,NULL,NULL,NULL),(515,'https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/',1080,1086,'internal',65,70,NULL,NULL,NULL,NULL,NULL),(516,'https://hoteldhruvpalace.com/restaurant/',1080,2675,'internal',65,33,NULL,NULL,NULL,NULL,NULL),(517,'https://hoteldhruvpalace.com/conference/',1080,NULL,'internal',65,NULL,NULL,NULL,NULL,NULL,NULL),(518,'https://hoteldhruvpalace.com/product/ac-deluxe/',1079,1061,'internal',64,43,NULL,NULL,NULL,NULL,NULL),(519,'https://hoteldhruvpalace.com/product/triple-sharing-non-ac-bed/',1079,NULL,'internal',64,NULL,NULL,NULL,NULL,NULL,NULL),(520,'https://hoteldhruvpalace.com/product/non-ac-deluxe/',1085,1079,'internal',69,64,NULL,NULL,NULL,NULL,NULL),(521,'https://hoteldhruvpalace.com/product/triple-sharing-ac-bed/',1085,1086,'internal',69,70,NULL,NULL,NULL,NULL,NULL),(522,'https://hoteldhruvpalace.com/product/family-4-bed/',1085,1080,'internal',69,65,NULL,NULL,NULL,NULL,NULL),(523,'https://hoteldhruvpalace.com/conference/',1085,NULL,'internal',69,NULL,NULL,NULL,NULL,NULL,NULL),(524,'https://hoteldhruvpalace.com/restaurant/',1085,2675,'internal',69,33,NULL,NULL,NULL,NULL,NULL),(525,'https://hoteldhruvpalace.com/product/family-6-bed/',2675,1082,'internal',33,66,NULL,NULL,NULL,NULL,NULL),(526,'https://hoteldhruvpalace.com/product/suite/',2675,NULL,'internal',33,NULL,NULL,NULL,NULL,NULL,NULL),(527,'https://hoteldhruvpalace.com/product/ac-deluxe/',2675,1061,'internal',33,43,NULL,NULL,NULL,NULL,NULL),(528,'https://hoteldhruvpalace.com/product/triple-sharing-non-ac-bed/',2675,NULL,'internal',33,NULL,NULL,NULL,NULL,NULL,NULL),(529,'https://hoteldhruvpalace.com/banquet-hall-in-nashik/',2675,2829,'internal',33,34,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wpf4_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-07-04 11:43:57